﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.theme-color{
    background-color:#f86925;
}
.theme-color-light {
    background-color:#F5E2D6;
}
.theme-font-color{
    color:#f86925;
}

.top-border{
    border-top: 5px solid #F4A65D;
}

.no-top-border {
    border-top: 0px solid #F4A65D;
}
.no-right-border {
    border-right: 0px solid #F4A65D;
}
.no-left-border {
    border-left: 0px solid #F4A65D;
}

.bottom-border{
    border-bottom: 5px solid black;
}

.right-border-1 {
    border-right: 1px solid black;
}

.right-border-grey-1 {
    border-right: 1px solid #d6d4d3;
}

.left-border-grey-1 {
    border-left: 1px solid #d6d4d3;
}

.bottom-border-grey-1 {
    border-bottom: 1px solid #d6d4d3;
}
.small-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size:small;
}

.login-text{
    position: absolute;
    right:10px;
}

.login-box {
    width: 800px;
    height: 600px;
    background-image: url("../../Images/signBOX3MainBlank.jpg");
    margin: 0 auto;
}

.login-license{
    padding-left:60px;
    padding-top:170px;
}

.login-form{
    padding-left:10px;
    padding-top:150px;
}

.square {
    border-radius: 0 !important;
}

.computer-label {
    color: #F85a22;
    padding-left: 15px;
    position: relative;
    top: 100%;
    transform: translateY(-100%);
    font-weight:bold;
}

@media (max-width: 500px) {
    .login-text {
        opacity: 0;
    }
}

/* Tree View - Start */
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space:nowrap;
}

.tree ul {
    margin-left: 1em;
    position: relative;
    white-space:nowrap;
}

.tree ul ul {
    margin-left: .5em
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px dotted
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #369;
    font-weight: 700;
    position: relative;
    white-space:nowrap;
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px dotted;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
    width: 10px;
    height: 10px;
    display:inline-block;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li a:hover {
    background-color: #e6e4e2;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.minusicon {
    background-image:url('../../Images/minus.gif');
    background-repeat:no-repeat;
}

.plusicon {
    background-image: url('../../Images/plus.gif');
    background-repeat: no-repeat;
}

.treeicon {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.signbox {
    background-image:url('../../Images/root.gif');
    background-size: 12px 15px;
    background-repeat:no-repeat;
}

.groupicon {
    background-image: url('../../Images/folder.gif');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.computericon {
    background-image: url('../../Images/computer.gif');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.computericon-offline {
    background-image: url('../../Images/computer_Offline.gif');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.computericon-disable {
    background-image: url('../../Images/computer_Disabled.gif');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.screenicon {
    background-image: url('../../Images/display.gif');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.usericon {
    background-image: url('../../Images/User.gif');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
/* Tree View - End */

.tree-height {
    margin-right:0;
    padding-right:0;
    width:100%;
    height: 800px;
    overflow-y: auto;
    overflow-x:auto;
}

.no-margin-right{
    margin-right:0;
}

/* Check Box Style Start */
.btn-group-xs > .btn,
.btn-xs {
    padding: 0.35rem 0.4rem 0.25rem 0.4rem;
    font-size: 0.875rem;
    line-height: 0.5;
    border-radius: 0.2rem;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -1.25rem;
    margin-right: 0.35rem;
}

.toggle {
    position: relative;
    overflow: hidden;
}

    .toggle.btn.btn-light,
    .toggle.btn.btn-outline-light {
        border-color: rgba(0, 0, 0, 0.15);
    }

    .toggle input[type="checkbox"] {
        display: none;
    }

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .toggle-group label,
    .toggle-group span {
        cursor: pointer;
    }

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
    background-color: #fff;
}

.toggle.btn-outline-primary .toggle-handle {
    background-color: var(--primary);
    border-color: var(--primary);
}

.toggle.btn-outline-secondary .toggle-handle {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.toggle.btn-outline-success .toggle-handle {
    background-color: var(--success);
    border-color: var(--success);
}

.toggle.btn-outline-danger .toggle-handle {
    background-color: var(--danger);
    border-color: var(--danger);
}

.toggle.btn-outline-warning .toggle-handle {
    background-color: var(--warning);
    border-color: var(--warning);
}

.toggle.btn-outline-info .toggle-handle {
    background-color: var(--info);
    border-color: var(--info);
}

.toggle.btn-outline-light .toggle-handle {
    background-color: var(--light);
    border-color: var(--light);
}

.toggle.btn-outline-dark .toggle-handle {
    background-color: var(--dark);
    border-color: var(--dark);
}

.toggle[class*="btn-outline"]:hover .toggle-handle {
    background-color: var(--light);
    opacity: 0.5;
}

.toggle.btn {
    min-width: 3.7rem;
    min-height: 2.15rem;
}

.toggle-on.btn {
    padding-right: 1.5rem;
}

.toggle-off.btn {
    padding-left: 1.5rem;
}

.toggle.btn-lg {
    min-width: 5rem;
    min-height: 2.815rem;
}

.toggle-on.btn-lg {
    padding-right: 2rem;
}

.toggle-off.btn-lg {
    padding-left: 2rem;
}

.toggle-handle.btn-lg {
    width: 2.5rem;
}

.toggle.btn-sm {
    min-width: 3.125rem;
    min-height: 1.938rem;
}

.toggle-on.btn-sm {
    padding-right: 1rem;
}

.toggle-off.btn-sm {
    padding-left: 1rem;
}

.toggle.btn-xs {
    min-width: 2.19rem;
    min-height: 1.375rem;
}

.toggle-on.btn-xs {
    padding-right: 0.8rem;
}

.toggle-off.btn-xs {
    padding-left: 0.8rem;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20rem;
}

.toggle.ios .toggle-handle {
    border-radius: 20rem;
}
/* Check Box Style End*/


a.input-button {
    text-decoration: none;
    border: 1px solid #bbb;
    display: block;
    padding: 8.5px 12px;
    border-left: 0;
    cursor: pointer;
    align-self: center;
    justify-content: center;
    line-height: 1;
}

.input-group {
    display: flex;
    align-items: center;
}

/* Gantt Chart Start */
.schedule-container {
    max-width: 1200px;
    min-width: 650px;
    margin: 0 auto;
    padding: 50px;
}

.schedule-chart {
    display: grid;
    border: 2px solid #000;
    position: relative;
    overflow: hidden;
}

.sch-chart-row {
    display: grid;
    grid-template-columns: 50px 1fr;
    background-color: #F5F5F5;
}

.sch-chart-day {
    color: #000;
    background-color: #ECE9DB !important;
    border-bottom: 0px solid #000;
    grid-template-columns: 50px repeat(7, 1fr);
}

.sch-chart-period {
    color: #000;
    background-color: #ECE9DB !important;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    grid-template-columns: 50px repeat(42, 1fr);
}

.sch-chart-period > span {
	text-align: center;  
	font-size: 13px;  
	align-self: center;  
	font-weight: bold;  
	padding: 5px 0;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.sch-chart-day > span {
    text-align: center;
    font-size: 13px;
    align-self: center;
    font-weight: bold;
    padding: 5px 0;
    border-right: 1px solid #000;
}

.sch-chart-row-item-title {
    background-color: #ECE9DB;
    border-right: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 0;
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.sch-chart-row-item {
    background-color: #ECE9DB;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    padding: 20px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.sch-chart-row-bars {
    list-style: none;
    display: grid;
    padding: 15px 0;
    margin: 0;
    grid-template-columns: repeat(42, 1fr);
    grid-gap: 10px 0;
    border-bottom: 1px solid #000;
}

.sch-list {
    font-weight: 450;
    text-align: left;
    font-size: 15px;
    min-height: 15px;
    background-color: #708090;
    padding: 5px 15px;
    color: #fff;
    overflow: hidden;
    position: relative;
    /*cursor: pointer;*/
    border-radius: 25px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.sch-list >a{
    text-decoration:none;
    color: #fff;
}
/* Gantt Chart End */