
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext'); 
html, body { font-family: 'Roboto Condensed', sans-serif; }
body { font-size: 13px; padding-top: 50px; }
label { cursor: pointer }

.nav-tabs .nav-item a {
   color: #000
}

.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 }
.navy   { color: navy }
.navy2   { color: #aaa }
.text-chilled { color: #7d8b98; }

#detSearchContainer { 
    display: none;
    position: fixed;
    height: calc(100% - 50px);
    bottom: 0px; 
    right: 0px;
    background: #e9ecef;
    width: 300px;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    overflow: auto;
}

#detSearchContainer > .inputHeader {
    color: #fff;
}

.viewfield {
    background: #f9f9f9;
    border: 1px solid #ddd;
    font-size: 13px;
    border-radius: 2px;
    padding: 2px;
    line-height: 18px;
    min-height: 24px;
}

.viewfield.cf {
     background: #c4e3f3;
     border: 1px solid #aaa;
}

.listItemCtrl {
    margin-bottom: 3px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
    
}

.listItemCtrl:hover {
    background: #dddd;
    color: #000;
    border: 1px solid #ccc;
}

.listItemCtrl.active {
    background: #f9f9d1;
    font-weight: bold;
}

@media (min-width: 1650px) {
    .tblCtrlDetSrc { display: none; }
    #detSearchContainer { 
        display: block;
        background-color: #e9ecef;
        color: #000;
    }
    
    #detSearchContainer > .inputHeader {
        color: #888;
    }
   
}



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

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

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

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

#formTop {
    z-index: 50;
    margin-left: -10px;
    margin-right: -10px;
    position: fixed;
    max-width: 1346px;
    /* 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;
   
   font-size: 13px;
}

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


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

select {
    height: 24px;
    background: #fff;
}

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


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


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

.btn-xxs {
    height: 20px;
    padding: 2px;
    
}


.btn-grey, .btn-gray {
    color: #fff;
    background-color: #999;
    border-color: #ccc;
    font-weight: normal;
}


.btn-success {
    background: #48bf92;
}

.btn-success:hover {
    background: #53e2ac;
    border: 1px solid #53e2ac;
}

.btn-warning {
    background: #f1e457;
}

.btn-warning:hover { 
    background: #d8d34c;
    border: 1px solid #d8d34c;
        
}

.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: 1346px;
    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 !important;
    color: #fff;
}

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

.tableItem:hover {
    background: #f9f9d1;
    border-radius: 3px;
    color: #000;
        
}

.tableItem.orange {
  background: rgba(255,193,7,0.2);
}

.tableItem.success {
    background: #48bf92;
    
}

.tableItem.success div {
    color: #fff
}

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

.inputHeader {
    font-weight: bold;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #777;
}



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

.formElem.cf {
    background: #c4e3f3
}


.breadcrumb-container {

    margin-left: -10px;
    padding: 10px;
    background: #e9ecef; 
    
}

#formContent {
    padding-top: 60px;
    padding-bottom: 100px;
}


@media (max-width: 991px) {
    #formContent { padding-top: 90px; }
}

@media (max-width: 767px) {
    #formContent { padding-top: 90px; }
}

.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;
   
    line-height: 25px;
    font-size: 13px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 10px;
}


.sectionTitle.orange {
    background: #ffc107
}

.sectionTitle.dark {
    background: #e2e3e5;
}

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

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

.cmsblockcont {
    padding: 5px;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 3px;
}

.cmsblock {
    padding: 5px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 10px;
}

.cms-drop-ph {
    padding: 25px;
    background: #ffc107;
    border: 2px dashed #000;
    margin-top: 20px;
    margin-bottom: 20px
        
}

.chosen-container-single .chosen-single { border-color: #aaa !important; font-size: 13px !important; line-height: 23px !important; color: #000; }
.chosen-single span { color: #000; }
.chosen-container-single .chosen-search .chosen-search-input { background-image: none !important;}
.chosen-container-single .chosen-search input[type=text] { background-image: none !important;}

#wizardfields {
    position: absolute;
    overflow: auto;
    height: 500px;
    padding-right: 15px;
    
}


.row.strap {
    font-weight: bold;
    background: #eee;
    border: 1px solid #ddd;
    line-height: 30px;
    border-radius: 3px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    
}

.row.strap1 { 
    background: #7d8b98;
    color: #fff;
    border: 1px solid #7d8b98;
}


textarea.note-codable:focus { background: #000 !important}

.datepicker-dropdown {
    z-index: 5000;
    font-size: 13px;
}

.nav-tabs {
    background: #eee;
    border-radius: 3px;
}


div.mce-fullscreen {
    z-index: 10000;
}

.mediaPreviewBox {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;

}

.mediabrowser {
    z-index: 100000;
    position: fixed;
    width: 80%;
    height: 80%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    overflow: auto;
}

.cmsPreview { max-width: 150px }
.mediaItm {   text-align: center; width: 20%; float: left; height: 200px; margin-bottom: 65px; }
.mediaTable { width: 100%; border-spacing: 5px; border-radius: 3px; }
.dotted {
   
    width: 95%; height: 95%;
    padding: 0px;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size:6px 6px;
    background-color: rgba(0,0,0,0.3);
}

.imageShowRoom {   width: 100%; height: 100%;  }

.mediaHeader { background: #eee; border: 1px solid #ccc; padding: 3px; width: 95%; border-radius: 3px;  }
.mediaInfo {
    vertical-align: baseline
}


.shader {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}


#contentDefender {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 1500;
    display: none;
}

#contentDefenderL2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: none;
}

#subFrame {
    position: fixed;
    width: 95%;
    height: 95%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    background: #fff;
    z-index: 50000000;
    display: none;
}

.success { color: #1c7430 }
.danger { color: red }
.warning { color: orange }

.selected { 
   
    background: #f9f9f9;
   
}

#browser {
    position: fixed;
    z-index: 99999999;
   
    box-shadow: 0px 0px 3px 3px rgba(100,100,100,1);
    width: 90%;
    max-width: 500px;
    transition: all ease-in-out 0.2s;
    height: 100%;
    max-height: 500px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: -2000px;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
  
    
}
#browser.active {
    top: 0px;
}

#browserResult {
    height: 370px;
    overflow: auto;
}

.scrollSidebar {
    position: fixed;
    height: calc(100% - 200px);
    overflow: auto;
    z-index: 100;
}

.dsp-block { display: block }

.formUnit {
    width: calc(100% - 30px) !important;
    border-radius: 3px 0px 0px 3px !important;
    border-right: 0px !important;
}

.formUnitHolder {
    width: 30px;
    height: 24px;
    line-height: 24px;
    float: right;
    background: #eee;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #aaa;
    border-left: 0px;
    text-align: center;
    
       
}



#helpBar {
    width: 100%;
    max-width: 600px;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(155,155,155,1);
    -moz-box-shadow: -2px 0px 5px 0px rgba(155,155,155,1);
    box-shadow: -2px 0px 5px 0px rgba(155,155,155,1);
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: -600px;
    background: #fff;
    transition: all ease-in-out 0.2s
}

#helpBar.active {
    right: 0px;
}


input.highlight {
    background: #28a745;
    transition: all 0.2s ease;
}

.ajaxSearchItem {
    border-bottom: 1px solid #eee;
    padding: 3px;
    border-radius: 3px;
}

.ajaxSearchItem:hover {
    background: #f9f9d1;
    cursor: pointer;
}

.ajaxSearchItem.active {
    background: #abb9d1;
    cursor:pointer;
}


body.dark { background: #222; color: #fff }
body.dark .tableHead { background: #777;}
body.dark .breadcrumb-container { background: #777;}
body.dark .breadcrumb { background: #777; }
body.dark .breadcrumb-item:before { color: #fff; }

