body { font-size: 12px; padding-top: 50px; }
label { cursor: pointer }

.card { border: 0px;}
.card-header { padding: 5px; background-color: #e9ecef; border: 0px; border-radius: 3px;}
.card-body { border: 1px solid #eee; border-top: 0px; padding: 5px; }
.yellow { color: #ffc107 }
.navgrey { color: #343a40  }
.white { color: #fff  }
.primary { color: #007bff }

.btnCtrl {
    cursor: pointer;
    background: rgba(143,189,213,1);
    color: #fff;
    border-radius: 2px;
    border: 1px solid rgba(143,189,213,1);
    font-size: 12px;
    padding: 3px 6px;
}

.navbar-brand img { max-height: 20px;}

.navbar-brand { font-size: 14px;}
.navbar { font-size: 12px; }
.navbar-dark .navbar-nav .nav-link { color: #fff; }
.dropdown-item { font-size: 12px; }
.dropdown-menu { border-radius: 2px;}
.navbar-toggler-icon { font-size: 12px; }

.contentLimit {
    max-width: 1260px;
    min-width: 1004px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#formTop {
    z-index: 50;
    margin-left: -10px;
    position: fixed;
    max-width: 1260px;
    min-width: 1004px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}


#content {
    position: absolute;
    width: 100%;
}


input[type='text'],input[type='number'], input[type='password'], textarea, select,input[type='email'] {
   width: 100%;
   border-radius: 3px;
   border: 1px solid #aaa !important;
   outline: none;
   padding: 2px;
   line-height: 18px;
   line-height: initial;
   font-size: 12px;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
    background: #f9f9d1
}


input[type='checkbox'] {
    width: 16px;
    height: 16px;
}

select {
    height: 24px;
}

input:read-only, textarea:read-only {
    background: #eee;
}

.btn {
    
    border: 1px solid transparent;
    padding: 3px 6px 3px 6px;
    font-size: 12px;
    line-height: initial;
    border-radius: 3px;
    vertical-align: initial;
 
}

.btn-grey {
    color: #fff;
    background-color: #aaa;
    border-color: #ccc;
}

.btn-default {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-default:hover {
    background-color: #FFF;
    color: #000;
}

.tableFooter {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    line-height: 25px;
    background: #e9ecef;
    border-radius: 0px 3px 0px 3px;
    bottom: 20px;
    max-width: 1260px;
   
    width: 100%;
    
}


.tableHead {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    line-height: 25px;
    background: #e9ecef;
    border-radius: 0px 3px 0px 3px;
}

.tableHead.inactive {
    color: red;

}
.tableHeadCol { 
    padding-left: 5px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tableHeadCol:hover {
    text-decoration: underline;
}

.tableItem {
    line-height: 24px;
    border-bottom: 1px solid #f9f9f9;
    cursor: pointer;
    
}

.tableItem.active {
    background: #343a40;
    color: #fff;
}

.tableItem.active:hover {
    background: #343a40;
    color: #fff;
}

.tableItem:hover {
    background: #fff3cd
}

.tableItem div {
    padding-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inputHeader {
    font-weight: bold;
    line-height: 20px;
}

.inputHeader.cf:after {
    content: " *";
    color: red;
}

.breadcrumb-container {
   
    margin-left: -10px;
    padding: 10px;
    padding-left: 20px;
    background: #e9ecef; border-radius: 0px 0px 3px 3px; 
}

#formContent {
    padding-top: 60px;
}

.emphasisedRow {
    margin-right: 0px;
    background: #e9ecef;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-radius: 0px 3px 3px 0px;
    
}

#moduleContainer {
    
}

.moduleMenuItem {
    display: block;
    line-height: 25px;
    color: #000;
   
}

.moduleMenuItem:hover {
    text-decoration: none;
    background: #eee;
   
}

.moduleMenuItem.active { 
    font-weight: bold;
    
}

.nowrap { white-space:  nowrap; overflow: hidden; text-overflow: ellipsis}

.tableItemInfo { display: none}
.tableItem.active .tableItemInfo { display: block }

.cms-twig {
    line-height: 22px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding: 3px;
}

.cms-twig:hover {
    cursor: pointer;
    background: #f9f9f9;
}

#cmsHead {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 3px;
}

#cmsCtrls {
    display:none;
}

.sectionTitle {
    font-weight: bold;
    text-transform: capitalize;
    line-height: 25px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 10px;
}

.segment {
    border-bottom: 1px solid #eee;
    
}

.segment:hover {
    background: #eee;
    cursor: pointer;
}