/* General classes */

.archirec-gradient-linear {
    /*background: linear-gradient(45deg, #D17C00 50%, #f3aa00 100%) !important;*/
    background: #ffb55d !important;
}

.archirec-gradient-linear-r {
   /* background: linear-gradient(45deg, #f3aa00 50%, #D17C00 100%) !important; */
   background: #ffb55d !important;
}

.archirec-blue {
    /* background: #009bf2 !important; */
    background: #7397e4 !important;
}

.archirec-blue-text {
    color: #7397e4 !important;
}

.archirec-orange {
    /* background: #009bf2 !important; */
    background: #ffb55d !important;
}

.archirec-orange-text {
    color: #ffb55d !important;
}

.archirec-darkorange {
    /* background: #009bf2 !important; */
    background: #ff7800 !important;
}

.archirec-darkorange-text {
    color: #ff7800 !important;
}

.archirec-darkblue {
    /* background: #009bf2 !important; */
    background: #41378a !important;
}

.archirec-darkblue-text {
    color: #41378a !important;
}

.archirec-tomato {
       background: #f44336 !important;
}

.archirec-salmon {
    background: #ff5673 !important;
}

.archirec-turqoise {
    background: #4ed2dd !important;
}

.archirec-orchid {
    background: #ee53e3 !important;
}

.archirec-purple {
    background: #a279e4 !important;
}

.archirec-green {
    background: #00c466 !important;
}





.archirec-p-5 { padding: 5px; }
.archirec-p-10 { padding: 10px; }
.archirec-p-15 { padding: 15px; }
.archirec-p-20 { padding: 20px; }
.archirec-m-5 { margin: 5px; }
.archirec-m-10 { margin: 10px; }
.archirec-m-15 { margin: 15px; }
.archirec-m-20 { margin: 20px; }
.archirec-pl-5 { padding-left: 5px; }
.archirec-pr-5 { padding-right: 5px; }
.archirec-pt-5 { padding-top: 5px; }
.archirec-pb-5 { padding-bottom: 5px; }
.archirec-pl-10 { padding-left: 10px; }
.archirec-pr-10 { padding-right: 10px; }
.archirec-pt-10 { padding-top: 10px; }
.archirec-pb-10 { padding-bottom: 10px; }
.archirec-pl-15 { padding-left: 15px; }
.archirec-pr-15 { padding-right: 15px; }
.archirec-pt-15 { padding-top: 15px; }
.archirec-pb-15 { padding-bottom: 15px; }
.archirec-pl-20 { padding-left: 20px; }
.archirec-pr-20 { padding-right: 20px; }
.archirec-pt-20 { padding-top: 20px; }
.archirec-pb-20 { padding-bottom: 20px; }
.archirec-ml-5 { margin-left: 5px; }
.archirec-mr-5 { margin-right: 5px; }
.archirec-mt-5 { margin-top: 5px; }
.archirec-mb-5 { margin-bottom: 5px; }
.archirec-ml-10 { margin-left: 10px; }
.archirec-mr-10 { margin-right: 10px; }
.archirec-mt-10 { margin-top: 10px; }
.archirec-mb-10 { margin-bottom: 10px; }
.archirec-ml-15 { margin-left: 15px; }
.archirec-mr-15 { margin-right: 15px; }
.archirec-mt-15 { margin-top: 150px; }
.archirec-mb-15 { margin-bottom: 15px; }
.archirec-ml-20 { margin-left: 20px; }
.archirec-mr-20 { margin-right: 20px; }
.archirec-mt-20 { margin-top: 20px; }
.archirec-mb-20 { margin-bottom: 20px; }

/* Logo */

.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 60px !important;
}

.nav-collapsed .brand-sidebar .logo-wrapper a.brand-logo img {
    height: 50px !important;
}

body.layout-semi-dark #main #left-sidebar-nav.nav-collapsed .brand-sidebar .logo-wrapper {
    padding: 6px 0px !important;
}

/* Nav menu */

body.layout-semi-dark ul.side-nav.leftside-navigation {
    top: 64px !important;
}

@media only screen and (max-width: 992px) {
    ul.side-nav.leftside-navigation {
        top: 64px !important;
    }
    .main-full {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    body.layout-semi-dark #main #left-sidebar-nav .brand-sidebar .logo-wrapper {
        padding: 2px 0px !important;
    }

    .main-full {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 604px) {
    body.layout-semi-dark ul.side-nav.leftside-navigation {
        top: 56px !important;
    }
    .brand-sidebar .logo-wrapper a.brand-logo img {
        height: 50px !important;
    }
    .nav-collapsed .brand-sidebar .logo-wrapper a.brand-logo img {
        height: 44px !important;
    }   
    .main-full {
        padding-left: 0px !important;
    }
}

body.layout-semi-dark #main .side-nav {
    /* background: linear-gradient(45deg, #D17C00 50%, #f3aa00 100%) !important; */
    background: #ffb55d !important;
}



body.layout-semi-dark #main .side-nav .collapsible-body,
body.layout-semi-dark #main .side-nav.fixed .collapsible-body {
    background: transparent !important;
}

body.layout-semi-dark #main .side-nav .collapsible-header:after {
    color: #f3f3f3;
}

body.layout-semi-dark #main #left-sidebar-nav .brand-sidebar {
    background: #eff2fb !important;
    box-shadow: none;
}

body.layout-semi-dark #main #left-sidebar-nav .brand-sidebar .logo-wrapper {
    padding: 2px 10px;
}

body.layout-semi-dark #main .side-nav .collapsible-body>ul:not(.collapsible)>li.active,
body.layout-semi-dark #main .side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active {
    background: linear-gradient(45deg, #D17C00 0%, #f3aa00 100%) !important;
}

/* Bootstrap Datatables */

.bootstrap-table .select2-container {
    width: 50px !important;
}

.bootstrap-table .select2-container .select2-selection--single {
    height: 32px;
}

.bootstrap-table tr.selected-row {
    background: #7397e4 !important;
    color: white;
}

.bootstrap-table tr {
    border-bottom: 1px solid #DDD;
}

#dropdown-columns {
    padding: 5px;
} 

.fixed-table-loading {
    display:none;
}

#dropdown-columns li {
    min-height: 30px; 
}
#dropdown-columns li label{
    padding: 0px 10px 3px 35px;
    width: 100%;
}

#dropdown-export {
    width: 180px;
} 


#dropdown-export li {
    min-height: 30px; 
}
#dropdown-export li a{
    padding: 10px 10px 3px 35px;
    width: 100%;
    display: block;
}


.archirec-datatable th h6 {
    font-weight:bold;
    position: relative;
    margin-bottom: 20px;
}

.archirec-datatable th .sortable {
    cursor: pointer;
}

.archirec-datatable th .asc h6,
.archirec-datatable th .desc h6 {
        padding-left: 30px;
}


.archirec-datatable th .asc h6::after {
    content: '\2b99';
    position: absolute;
    padding-right: 10px;
    left:0px;
    top:0px;
    color: #7397e4;
    font-size: 22px;
    vertical-align: text-bottom;
}

.archirec-datatable th .desc h6::after {
    content: '\2b9b';
    position: absolute;
    padding-right: 10px;
    top:0px;
    left:0px;
    color: #7397e4;
    font-size: 22px;
    vertical-align: text-bottom;
}

/* Dropdown menu Bootstrap table */
.context-header {
    padding: 8px 17px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0px 0px 15px 0px;
    margin: 20px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.08);
}

.dropdown-menu>li>a {
    width:100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #333333;
    background-color: rgba(0, 0, 0, 0.075);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #333333;
    text-decoration: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.075);
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #e4e4e4;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #828282;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.dropdown-menu {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    border-width: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    min-width: 240px;
}

.dropdown-menu>li>a {
    padding: 8px 17px;
}

.dropdown-menu.dm-icon>li>a>.zmdi {
    line-height: 100%;
    vertical-align: top;
    font-size: 18px;
    width: 28px;
}

.dropdown-menu:not([class*="bg-"])>li>a {
    color: #4C4C4C;
}

.dropdown-menu:not([class*="bg-"])>li>a:hover {
    color: #000;
}

.dropdown-menu[class*="bg-"]>li>a {
    font-weight: 300;
    color: #fff;
}

.dropdown-header {
    padding: 10px 15px 9px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 1px 1px 0 0;
    line-height: 100%;
    border-radius: 2px 2px 0 0;
}

.dropdown-header[class*="bg-"] {
    color: #fff;
}

.dropdown-header .actions {
    top: 0;
    right: 0;
}

.dropdown-header .actions>li>a {
    display: block;
    padding: 6px 0 5px;
    width: 33px;
    text-align: center;
}

.dropdown-header .actions>li>a:hover {
    background: rgba(0, 0, 0, 0.08);
}

.context-keyboard-icon {
    position: absolute;
    right: 20px;
}

textarea.materialize-textarea-comment {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 14rem !important;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;   
  }

textarea.materialize-textarea-appcomment {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    outline: none;
    height:7rem !important;
    width: 100%;
    font-size: 1.2rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;      
}

textarea.materialize-textarea-generalcomment {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    outline: none;
    height:14rem !important;
    width: 100%;
    font-size: 1.2rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;      
}

/* SELECT 2 Override styling */
.select2 input[type="text"] {
    display:none;
}

.select2-container {
    width: 100% !important;
}

.admin-select2 .select2-container {
    margin-top: 14px;
}

.admin-select2 .select2-selection--single {
    height: auto;
}

#zdrop {
    min-height: 300px;
}

.valign {
    vertical-align: middle;
}

.modal .recprop-photo-container {
    margin-top: 7px;
}

.modal .recprop-photo {
    width:100%;
    position:relative;
}

.input-field div.error {
    color: #F00;
}

.bg-style-two + .footer-top:before {
    background-color: #E8ECF6;
  }
  
  .footer-top {
    position: fixed;  
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: fff;
    text-align: center;
    z-index: -99999;
  }
  .footer-top:before {
    content: '';
    width: 100%;
    height: 314px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: transparent url(../images/backgrounds/footer-curve.png) center center no-repeat;
    background-color: fff;
    z-index: -99999;
  }

  p.dropify-error {
      display:none !important;
  }

  .dropify-errors-container {
      position:absolute;
      bottom: 0px;
  }

a.navbar-toggler i {
      font-size:30px !important;
  }

  .pagination li.active {
      background: #41378a !important;
  }

.swipe {
    text-align:center;
    background: #999999;
    padding: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.swipe h2 {
    font-size: 1.2rem;
    color: white;
    margin: 0px;
}

.brand-sidebar .logo-wrapper a.navbar-toggler {
    right: 0px !important;
}

.brand-sidebar .logo-wrapper a.brand-logo {
    float:left;
}

.btn {
    background-color: #41508A;
}

.btn:hover, .btn-large:hover {
    background-color: #6278CD;
}

.progressTable {
    position: relative;
    height: 8px;
    display: block;
    width: 60%;
    background-color: #c5ecfe;
    border-radius: 2px;
    margin: 5px;
    overflow: hidden;
  }
  
  .progressTable .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #41378a;
    transition: width .3s linear;
  }

  .progressTable .determinateStop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f44336 !important;
    transition: width .3s linear;
  }

  .progressTable .determinateStarted {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ffb55d !important;
    transition: width .3s linear;
  }

  .progressTable .determinateFinished {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #4CAF50 !important;
    transition: width .3s linear;
  }
