/* RESET CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; } body { line-height: 1;}

/* Custom Styles */

/* Global Styles */
body {
    margin: 0;
    padding: 0;
    color: #5e6062;
    background: #ebf1f4;
    font-size: 13px;
    font-family: 'Droid Sans', sans-serif;
    height:100%;
}

a {
    cursor: pointer;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

ul.children{
    position: absolute;
    top: 0px;
    width: 191px;
    height: 100%;
    right: -200px;
    display: block;
    z-index: 99;
    transition: all 250ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
    background:#FFF;
}


ul.toggled{
    position: absolute;
    top: 0px;
    width: 191px;
    height: 100%;
    right: 0px;
    display: block;
    z-index: 99;
    border-left: 1px solid #EBEBEB;
    background:#FFF;
}


ul.nav li ul {
    list-style: none;

}
ul.nav ul.children li a {
    padding: 20px !important;
    border-bottom: none !important;
    font-size: 13px;
    border: none;
    color:#8D9192;
    font-weight:bold;
}

ul.nav ul.children li a:hover {
    background: #f5f8f9;
    color:#5e6062;
}

ul.nav ul.children li a.active {
    color:#5e6062;
    box-shadow:none;
}


ul.nav li a.active {
    box-shadow: 4px 0px 0px #007FB2 inset;
    color:#5e6062;
}

ul, li { list-style: none; }

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}
a img {
    border: none;
}
a {
    color: #5e6062;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline:0;
}

/* IE INPUT CROSS FIX */
input::-ms-clear {
  display: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding:0;
    height:100%;
}

header {
    border-bottom: 1px solid #babfc2;
    height: 70px;
    margin-bottom: 10px;
}

.content-wrapper {

}

.ccv-content {
    padding: 190px 15px 60px 85px;
    width: 100%;
}

.ccv-content.tabs-enabled {
    padding-top: 246px;
}

#dashboard + .ccv-content {
    padding-top: 50px;
}

@media (min-width: 1025px){
    .ccv-content {
        padding: 190px 50px 60px 310px;
    }
}

@media (min-width: 1530px) {
    .ccv-content.centered {
        margin: auto;
        padding: 190px 0 60px 260px;
        max-width: 1430px;
    }
}

.aside-title {
    font-size:14px;
    font-weight: 700;
    color:#bcc1c3;
    padding: 23px 0 30px 0px !important;
}

ul.nav {
    list-style: none;
    padding-top:30px;
}


ul.nav a {
    font-size:12px;
    color:#8D9192;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 10px 15px 20px;
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


ul.nav a:hover {
    background: #f5f8f9;
    color:#5e6062;
}

ul.nav i {
    padding-right: 23px;
    display:inline-block;
    vertical-align: middle;
    font-size:26px;
    color:#007FB2;
}


ul.nav .fa-angle-down, ul.nav .fa-angle-up, .mytextwithicon {
    float: right;
    font-size:16px;
    padding-right: 10px;
}

.nav-title {
    font-size: 14px;
    font-weight: 700;
    color: #bcc1c3;
    padding: 20px !important;
}

footer {
    padding: 10px 0;
    position: relative;
    clear: both;
}
header, section, footer, aside, article, figure {
    display: block;
}
aside {
    background: #fff;
    padding: 30px 20px 1px 20px;

}

/* Sidebar Styles */
.sidebar-title { margin-bottom: 10px; display:inline-block; font-size:12px; color:#5e6062; vertical-align: middle;}
.progress-info { display:inline-block; float:right;  font-size:12px; color:#5e6062; vertical-align: middle;}
.sidebar-username  { margin-bottom: 8px; display:block;}
.progress { background-color:#ebf1f4; box-shadow: none; border-radius: 0px;}
.progress-bar { background-color:#009fdf; box-shadow: none;}


/* Custom Styles */
button:focus, button:active { outline: 0 !important; box-shadow: none !important; }

.active { font-weight: 700; color:#5e6062;  }
.tabs li.active-tab { color:#5E6062; font-weight: bold; box-shadow: 0px -4px 0px #009fe3 inset; }
/*.tabs li a.active-tab { color:#5E6062; font-weight: bold; box-shadow: 0px -4px 0px #009fe3 inset; }*/

/* Text color */
.white {color:#FFF;}
.blue { color:#009FDF;}
.darkgrey { color:#5e6062;}
.lightgrey { color:#BCC1C3;}
.lightergrey { color: #EBF1F4; }
.purple { color:#673ab7;}
.orange { color:#ff9800;}
.red { color:#f44336;}
.green { color:#77B800;}
.yellow { color:#cddc39;}
.darkblue { color: #001A72; }

.disabled {

}


/* Background color */
.bg-white {background:#FFF;}
.bg-blue { background:#009FDF;}
.bg-darkgrey { background:#5e6062;}
.bg-lightgrey { background:#F7F9FB;}
.bg-lightergrey { background: #EBF1F4; }
.bg-purple { background:#673ab7;}
.bg-orange { background:#ff9800;}
.bg-red { background:#f44336;}
.bg-green { background:#77B800;}
.bg-yellow { background:#cddc39;}
.bg-darkblue { background: #001A72; }


.bold { font-weight: bold; }
.small  { font-size: 13px; }
.condensed  { color: #cacecf; }
.block { margin-top:50px; }
.block-s { margin-top:30px; }

.shadow-block-p { background:#FFF; -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); padding:40px 30px; }
.shadow-block { background:#FFF; -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); }
.shadow { -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2); }

.spacer-s { margin: 10px; }
.spacer-m { margin: 20px; }
.spacer-l { margin: 10px; }
.spacer-s-top{ margin-top: 10px; }
.spacer-m-top { margin-top: 20px; }
.spacer-l-top { margin-top: 40px; }
.spacer-s-bottom{ margin-bottom: 10px; }
.spacer-m-bottom { margin-bottom: 20px; }
.spacer-l-bottom { margin-bottom: 40px; }
.material-icons { vertical-align: middle;}

.fixed-c {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}



.table-list-view .sort-icon,
.table-detailed-view .sort-icon,
.readonly-table .sort-icon
{ font-size: 14px; margin-right:5px; margin-bottom:3px;
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
transform: rotate(90deg);

}

.form-content .form-control.red-border:focus{ border: 1px solid #f44336; }
.form-content .form-control.red-border{ border: 1px solid #f44336; }
.form-content .form-control.green-border:focus{ border: 1px solid #4CAF50; }
.form-content .form-control.green-border{ border: 1px solid #4CAF50; }
.form-content .form-control.blue-border{ border: 1px solid #009fdf; }

span.errormessage { color:#f44336; font-size:11px; font-weight: bold; display:inline-block; padding-top:13px;}
span.errormessage i{ color:#f44336; font-size:20px; display:inline-block; padding-top:8px; cursor:pointer;}
span.checkmessage { color:#4CAF50; font-size:11px; font-weight: bold; display:inline-block; padding-top:4px;}

/* TOOLTIP */

.tab-error-tooltip {
    margin-top: 0px !important;
}

.error-tooltip,
.check-tooltip,
.default-tooltip,
 .warning-tooltip {
    display: inline-block;
    margin-top: 6px;
    cursor: pointer;
}
.error-tooltip {
    color: #f44336;
}

.check-tooltip {
    color: #4CAF50;
    cursor: default;
}

.default-tooltip {
    color: #009fdf;

}

.warning-tooltip {
    color: #FFAB00;

}


.error-tooltip i,
.check-tooltip i,
.default-tooltip i {
    font-size: 22px;
}


.tooltip-arrow {
    display:none;
}


.error-tooltip  + .tooltip > .tooltip-inner,
.check-tooltip  + .tooltip > .tooltip-inner,
.default-tooltip  + .tooltip > .tooltip-inner,
.warning-tooltip  + .tooltip > .tooltip-inner {
    background-color: #FFF;
    padding:10px 15px;
    font-size:14px;
    border-radius:1px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.4);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.4);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.4);
}

.error-tooltip + .tooltip > .tooltip-inner ul,
.error-tooltip + .tooltip > .tooltip-inner li {
    list-style: disc;
    text-align: left;
}

.error-tooltip + .tooltip > .tooltip-inner ul {
    padding-left: 20px;
}

.tooltip-label-inside-input {
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 20px;
    margin: 0;
    cursor: pointer;
}

.tooltip-label-inside-input:before {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    width: 35px;
    height: 33px;
}

.error-tooltip + .tooltip > .tooltip-inner {
    color: #f44336;
}

.check-tooltip + .tooltip > .tooltip-inner {
    color: #4CAF50;
}

.default-tooltip + .tooltip > .tooltip-inner {
    color: #009fdf;
}

.warning-tooltip + .tooltip > .tooltip-inner {
    color: #FFAB00;
}

label { font-size:12px; color:#8d9192; font-weight: bold; margin-bottom:10px; }

.enabled { font-size: 11px; color:#4caf50; }
.form-control, .btn-dropdown, .dropdown-menu { color:#5e6062; font-size:12px; }
.btn { padding: 7px 15px; }

.ccv-actionbar {
    position: fixed;
    z-index: 97;
    top: 70px;
    width:100%;
    background: #FFF;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}

.ccv-buttonbar {
    float: none;
    padding: 0;
    display: inherit;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.ccv-buttonbar li.buttons {
    margin-left:80px;
}

.ccv-buttonbar li {
    margin-left:30px;

}

.ccv-actionbar i{
    margin-right:5px;
    font-size:20px;
}

.ccv-buttonbar a.action-button-flat {
    font-weight:bold;
    font-size: 14px;
    color: #5E6062;
    text-transform: uppercase;
    vertical-align:middle;
    padding:11px 0px;
    display:inline-block;
}

.ccv-actionbar-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0px 50px 0px 85px;
    height: 70px;
}

@media (min-width: 1025px) {
    .ccv-actionbar-wrapper {
        padding: 0px 50px 0px 310px;
    }
}

/* Breadcrumb */

.ccv-breadcrumb {
    display: inline-block;
    padding-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.ccv-actionbar-wrapper li {
    display: inline;
}

.ccv-breadcrumb li a h1 {
    padding:0px;
    font-size:18px;
    color:#8d9192;
}

.ccv-breadcrumb li a {
    padding:0px;
    font-size:14px;
    color:#8d9192;
    text-decoration: none;
}

.ccv-breadcrumb li a.active {
    font-weight:bold;
    font-size:14px;
    color:#5E6062;
    text-decoration: none;
}

.ccv-breadcrumb i {
    vertical-align: top;
}

.ccv-breadcrumb .page-title {
    display: inline;
    vertical-align: inherit;
}

.product-tabs-wrapper {
    width: 100%;
    background: #fff;
    border-top: 1px solid #ebebeb;
}

.product-tabs-wrapper .tabs {
    padding: 0px 50px 0px 85px;
    list-style: none;
}

.tabs li {
    display: table-cell;
    height: 60px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tabs li a{
    text-decoration: none;
    font-size:16px;
    color:#8D9192;
    padding:20px;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tabs li.active-tab a{
    color:#5e6062;
}

.tabs li:hover{
    box-shadow: 0px -4px 0px #009fe3 inset;
}

@media (min-width: 992px) {
    .product-tabs-wrapper .tabs {
        padding: 0px 50px 0px 310px;
    }
}

.page-subject:before{
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.page-subject{
    float: left;
    margin-right:5px;
    height:100%;
    text-align: center;
    background:#FFF;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    display: inline-block;
    vertical-align: middle;
}

.page-subject i{
    padding-left:15px;
     display: inline-block;
    vertical-align: middle;
}


.page-title{
    font-size:16px;
    display:inline-block;
    vertical-align: middle;
}

.dash {
    font-size:18px;
    color:#8D9192;
    padding: 0px 5px;
}


.items-selected {
    display:inline-block;
    position:absolute;
    left:15px;
    padding: 30px 30px;
    font-size:12px;
    color:#8D9192;
}

.table-footer {
    position: relative;
    height: 74px;
    text-align: center;
    border-top:1px solid #f0f0f0;
}

.custom-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.custom-pagination li a{
    font-size:12px;
    color:#8d9192;
    text-decoration: none;
    display:block;
}

.custom-pagination li a.active{
    font-weight:bold;
    font-size:13px;
    color:#009fdf;
}

.custom-pagination li{
    vertical-align: middle;
    display:inline-block;
    padding: 5px;
}

.custom-pagination i {
    font-size:30px;
    color:#009fdf;
}

.search-box{
    width: 265px;
    height:50px;
    float:right;
    margin-bottom:10px;
    position:relative;
}

@media (min-width: 1600px) {
    .search-box {
        width: 450px;
    }
}

.search-box .form-control{
    height:50px;
    border:0px;
    border-radius: 0px;
    background:#FFF;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    padding:0 15px ;
}

.search-box .form-control:focus {
    border:none;
    outline: 0;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}


.search-box .form-control:focus + .focus-icon i{
    color:#009fdf;
}

.searchbox .input-group .form-control{
    width:350px;
}

.input-group-btn:last-child>.btn {
    margin-left:2px;
}


.search-box .btn-search:hover{
    background:#f6f6f6;
}

.search-box .btn-search:focus{
    background:#FFF;
    border:0px;
}

.search-box i {
    position:absolute;
    right:13px;
    top:13px;
    color:#BCC1C3;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.filter {
    float:right;
}

.filter .btn-filter{
    height:50px;
    border:0px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    background:#FFF;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-left:5px;
    color:#5E6062;
    border-radius: 0;
}

.filter .btn-filter.filter-active {
    background: #77b800;
    color: #fff;
}

.filter .btn-filter.filter-active p {
    color: #fff;
}

.filter .btn-filter:hover,
.filter .btn-filter:focus{
    z-index:0;
}

.filter .btn-filter p{
    font-size: 14px;
    color: #009FDF;
    display:inline-block;
    vertical-align:middle;
}

.filter .btn-group.open .dropdown-toggle {
    box-shadow:none;
}

.search-box .btn-filter:hover{

    background:#f6f6f6;
}

.search-box .btn-filter:focus{
    background:#FFF;
    border:0px;
}


.filter-tags-box {
    display: none;
    margin: -10px auto 10px 0;
}

.filter-tags-box.filters-enabled {
    display: block;
}

.filter-tags-title {
    font-size: 12px;
    color: #8d9192;
}

.filter-tags {
    margin-top: 10px;
}

.filter-tag {
    float: left;
    margin: 0 5px 5px 0;
    padding: 12px 15px;
    background: #fff;
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}

.filter-tag i {
    vertical-align: middle;
    margin: -1px 0 0 5px;
    font-size: 12px;
    color: #009fdf;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.filter-tag i:hover {
    opacity: 0.7;
}

.result-count {
    margin: 12px 30px 15px 0;
}

.result-count select {
    padding: 5px;
    border: 0;
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}

.result-count span {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-style: italic;
    color: #8d9192;
}

@media (min-width: 1200px) {
    .filter-bar {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /*
    .search-box-filter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .search-box-filter .search-box {
        -webkit-order: 1;
        order: 1;
    }
    .search-box-filter .filter {
        -webkit-order: 2;
        order: 2;
    }
    */
    .result-count {
        margin-right: auto;
    }
    .filters-enabled + .result-count {
        -webkit-order: 2;
        order: 2;
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}


.ccv-content .filter .dropdown-menu-filter {
    z-index: 96 !important;
    top: 61px;
    left: -767px;
    margin: 0;
    padding: 0;
}



/* DATE PICKER */

.dropdown-menu{
    z-index: 95;
    right: 0;
    left: inherit;
    box-shadow: none;
    border:0px;
    border-radius:0px;
    padding:0px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}

.dropdown-menu-filter{
    min-width: 570px;
}

.input-group-addon {
    display:inline-block;
    width:35px;
    height:35px;
    padding:7px 0 0 0;
    background:#FFF;
    position:absolute;
    right:0;
    border-radius:0px;
    border:1px solid #ebebeb;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.input-group-addon:hover {
    background:#f6f6f6;
}

.input-group-addon i {
  font-size:20px;
    display:inline-block;
    vertical-align:middle;
}



/* TABLE */

.clickable-row {
    cursor:pointer;
}

.table {
    margin:0;
}

.table thead {
    border-top:1px solid #ebebeb;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td {
    padding:20px 30px;
    vertical-align: middle;
    border-top:1px solid #f0f0f0;
}

.table>thead>tr>th{
    padding:30px;
    border-bottom:0px;
    font-size:11px;
    color:#8d9192;
    font-weight: normal;
    vertical-align: middle;
}

.table-view-toggle {
    display:inline-block;
}

.table-list-view, .table-detailed-view{
    background:#FFF;
}

.table-list-view a, .table-detailed-view a, .readonly-table a{
    text-decoration: none;
}


.table-list-view .product-tabs-wrapper,
.table-detailed-view .product-tabs-wrapper{
    border-bottom:1px solid #f0f0f0;
    font-size:11px;
    color:#8d9192;
    font-weight: normal;
    vertical-align: middle;
    width:100%;
    background:#FFF;
    display:inline-block;
}

.table-list-view .product-tabs-wrapper .filtericon,
.table-detailed-view .product-tabs-wrapper .filtericon{
    margin-left:70px;
    padding:0px;
}


.table-list-view .product-icons,
.table-detailed-view .product-icons{
    width:29%;
    display: inline-block;
    vertical-align: middle;
    padding:25px 17px;
}

.table-list-view .tabs,
.table-detailed-view .tabs{
    width:70%;
    display: inline-block;
    vertical-align: middle;
}

.table>thead>tr>th>a{
    color:#009fdf;
    font-size:12px;
}

.table>tbody>tr>td{
    font-weight: normal;
    font-size:12px;
}

.table-list-view table tbody tr,
.table-detailed-view table tbody tr{
    -webkit-transition: all 0.10s ease;
    -o-transition: all 0.10s ease;
    transition: all 0.10s ease;
    background:#FFF;
}

.table-list-view table tbody tr:hover,
.table-detailed-view table tbody tr:hover{
    background-color: #f6f6f6;
}

.table-borderless .table>tbody>tr>td,
.table-borderless .table>tbody>tr>th,
.table-borderless .table>tfoot>tr>td,
.table-borderless .table>tfoot>tr>th,
.table-borderless .table>thead>tr>td {
    border-top: 0;
}

.table-concise .table>tbody>tr>td,
.table-concise .table>tbody>tr>th,
.table-concise .table>tfoot>tr>td,
.table-concise .table>tfoot>tr>th,
.table-concise .table>thead>tr>td {
    padding: 1px 30px;
}

.table-concise .table>thead>tr>th {
    padding: 15px 30px;
}

.table-fixed-rows .table>tbody>tr>td,
.table-fixed-rows .table>tbody>tr>th,
.table-fixed-rows .table>tfoot>tr>td,
.table-fixed-rows .table>tfoot>tr>th,
.table-fixed-rows .table>thead>tr>td {
    height: 65px;
    padding: 0 30px !important;
}

.table-fixed-rows.table-concise .table>tbody>tr>td,
.table-fixed-rows.table-concise .table>tbody>tr>th,
.table-fixed-rows.table-concise .table>tfoot>tr>td,
.table-fixed-rows.table-concise .table>tfoot>tr>th,
.table-fixed-rows.table-concise .table>thead>tr>td {
    height: 40px;
}

.table-data td {
    vertical-align: top !important;
}

.table-data th.data-key-column,
.table-data th.data-value-column {
    padding: 20px 30px;
}

.table-data td.data-key-column,
.table-data td.data-value-column {
    padding: 10px 30px;
}

.table-data th.data-key-column,
.table-data td.data-key-column {
    width: 25%;
}

.table-data th.data-value-column,
.table-data td.data-value-column {
    width: 75%;
}

.table-data td.data-value-column td {
    padding: 2px 0;
}

.table-data td.data-value-column tr:first-child td {
    padding-top: 0;
}

.table-data td.data-value-column tr:last-child td {
    padding-bottom: 0;
}

.table-data td.data-value-column td + td {
    padding-left: 30px;
}

.table-data .table>tbody>tr:hover {
    background: #f6f6f6;
}

.table-data .data-value {
    font-weight: 700;
}

.table-data a {
    color: #009fdf;
}

.table-data a i {
    margin-top: -2px;
    font-size: 18px;
}

.table-data .data-collapse {
    display: none;
}

.table-data table.data-collapse.toggled {
    display: table;
}

.table-data tr.data-collapse.toggled {
    display: table-row;
}

.table-data .data-value-column td table {
    margin-left: 15px;
}

.table-data .table>tbody>tr {
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    -ms-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;;
}

@media screen and (max-width: 991px) {
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
        width: auto;
    }

    .table-responsive .table {
        width: 100%;
    }
    .table-responsive .has-checkbox + th,
    .table-responsive .has-checkbox + td {
        width: 150px;
    }
}

.table-list-xs-sm th {
    display: none;
}

.table-list-xs-sm td:before {
    content: attr(data-th)":";
    display: inline-block;
    margin-right: 5px;
    color: #009fdf;
}

.table-list-xs-sm td.has-checkbox {
    position: absolute;
}

.table-list-xs-sm td.has-checkbox:before,
.table-list-xs-sm td.row-action:before {
    content: "";
}

@media (min-width: 992px) {
    .table-list-xs-sm th,
    .table-list-xs-sm td {
        display: table-cell;
    }
    .table-list-xs-sm td:before {
        display: none;
    }
    .table-list-xs-sm td.has-checkbox {
        position: static;
    }
}

@media (max-width: 991px) {
    .table-list-xs-sm .table>tbody>tr>td,
    .table-list-xs-sm .table>tbody>tr>th,
    .table-list-xs-sm .table>tfoot>tr>td,
    .table-list-xs-sm .table>tfoot>tr>th,
    .table-list-xs-sm .table>thead>tr>td {
        padding: 5px 30px;
    }
    .table-list-xs-sm tr {
        border-top: 1px solid #f0f0f0;
    }
    .table-list-xs-sm tr:first-child {
        border-top: 0;
    }
    .table-list-xs-sm td {
        display: block;
        border-top: 0 !important;
    }
    .table-list-xs-sm td.has-checkbox ~ td {
        padding-left: 76px !important;
        white-space: normal !important;
    }
    .table-list-xs-sm td.has-checkbox + td {
        padding-top: 30px !important;
    }
    td.row-action {
        position: relative;
        width: auto !important;
        padding-bottom: 30px !important;
    }
    td.row-action a {
        position: absolute;
        right: 30px;
    }
}

.table-responsive {
    position: relative;
}

.table-responsive .has-checkbox {
    width: 80px;
}

.table-responsive .col-toggle {
    position: fixed;
    right: 15px;
    margin-top: 26px;
    padding: 10px 30px;
    color: #009fdf;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
}

.table-responsive .col-hidden {
    display: none;
}

.table-responsive .col-list {
    position: fixed;
    z-index: 10;
    right: 30px;
    display: none;
    min-width: 200px;
    margin-top: 75px;
    padding: 20px 30px;
    background: #fff;
}

.table-responsive .col-list div {
    display: inline-block;
    z-index: -1;
}


.table-fixed-action .row-action {
    position: fixed;
    right: 15px;
    padding: 26px 25px;
    background: rgba(255, 255, 255, 0.8);
}

.table-fixed-action tr:hover .row-action {
    background: rgba(246, 246, 246, 0.8);
}


/* CUSTOM CHECKBOX */

.checkboxFive input[type=checkbox] {
    display: none;
}


.checkboxFive {
    position: relative;
    height: 17px;
    margin: 10px 0;
}

.checkboxFive label:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #BCC1C3;
    border-radius: 1px;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.checkboxFive label.disabled {
    cursor: not-allowed;
}

.checkboxFive label.disabled:before {
    cursor: not-allowed;
}

.checkboxFive label:after {
    opacity: 0.2;
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 5px;
    left: 4px;
    border: 3px solid #FFF;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
    content: '';
}

.checkboxFive input[type=checkbox]:checked + label:before {
    background: #009fdf;
    border: 1px solid #009fdf;
}

.checkboxFive span {
    margin:0px 0px 0px 10px;
    display:inline-block;
    vertical-align:middle;
    font-size: 12px;
    color: #8d9192;
    font-weight: bold;
}

.checkboxFive.inline {
    display: inline-block;
    margin-right: 20px;
}

.checkboxFive.inline + .checkboxFive {
    margin: 5px 0;
}

/* CUSTOM RADIO BUTTON */



[type="radio"] {
  display: none;
}


label.radiolabel {
    display: inline-block;
    padding-top:7px;
    line-height: 10px;
    margin-right:15px;
    margin-bottom:0;
}

[type="radio"] + span {
  display: block;
}

[type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: -0.25em;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #8d9192;
    margin-right: 0.75em;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}


[type="radio"]:checked + span:before {
    background: #009fdf;
    box-shadow: 0 0 0 1px #009fdf;
}


/* TABLE TABS */

.tabs>li{
    display:block;
}



/* FORMS */

.block-title{
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    color:#5E6062;
    padding:40px 30px;
}

.form-title{
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    color:#5E6062;
    padding:0;
}


.header-icons a{
    margin-left:15px;
}

.header-icons{
    float:right;
}



.form-header{
    padding:0px;
}

.form-header i{
    font-size:22px;
    vertical-align:middle;
    margin-right:15px;
}

.form-content{
    padding:0px;
}


.form-content .form-group {
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    padding-top: 12px;
}

.form-content .form-control {
    border: 1px solid #ebebeb;
    display:inline-block;
    height:35px;
    width:100%;
    border-radius: 0px;
    background:#FFF;
    padding:0 15px;
    box-shadow: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.form-content textarea.form-control {
    width: 100% !important;
    height: auto;
    padding-top: 10px;
}

.form-content .form-control:focus {
    border: 1px solid #009fe3;
    outline: 0;
    box-shadow: none;
}

.form-content .form-control[disabled] {
    background-color: #eee;
    opacity: 1;
}

.form-control-static {
    padding:0px;
    min-height: 34px;
    padding-top: 10px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-group.has-icon {
    position: relative;
}

.form-group.has-icon .input-icon,
.form-row.has-icon .input-icon {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 20px;
    color: #EBEBEB;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.form-control:focus ~ .input-icon {
    color: #009fdf;
}

.required-star {
    color:#009fdf;
    padding:1px;
    position:initial;
    top:6px;
}

.saleinfo-content{
    z-index:20;
}


.saleinfo-content .divider {
    height: 1px;
    margin: 0;
    background-color: #EFF4F6;
    padding:0;
    position:relative;
}


.saleinfo-content i {
    font-size:16px;
    margin-right:15px;
}

.saleinfo-content p {
    padding:0px;
    display:inline-block;
    float:right;
    text-align: right;
}

.saleinfo-content label{
    margin:0;
    vertical-align: middle;

}

.saleinfo-content li{
    padding:15px 30px;
    display: block;
    z-index:20;
}


.form-footer{
    padding:30px;
    text-align: right;
}


.check-wrapper{
    position:relative;
}

.check-wrapper i{
    margin-left:20px;
    color:#4CAF50;
    font-size:20px;
}


.action-button {
    font-weight:bold;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    vertical-align:middle;
    padding: 15px 20px;
    background:#77B800;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.action-button:focus,
.action-button:active {
    background:#5F9300;
    color:#FFF;
}

.action-button:hover {
    background:#5F9300;
    color:#FFF;
}

.action-button i {
    color:#FFF;
    margin-right:5px;
}


.btn-cancel {
    text-transform: uppercase;
    color:#8D9192;
    font-size:14px;
    background-color:transparent;
    border-radius:0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.btn-cancel:hover { color:#8D9192; }
.btn-cancel:active { box-shadow: none; color:#8D9192; }
.btn-cancel:focus { color:#BCC1C3; }


.btn-green {
    display: inline-block;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    background: #77B800;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.btn-green:hover { 
    background: #5F9300;
    color: #fff;
}

.btn-green:focus {
    color: #fff;
}

.btn-save {
    text-transform: uppercase;
    background-color: #77B800;
    color:#FFF;
    font-size:14px;
    border-radius:0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 10px 40px;
    margin-left:20px;
    display:inline-block;
}

.btn-save:hover { background-color:#5F9300; color:#FFF; }
.btn-save:focus { color:#FFF; }


.btn-delete {
    text-transform: uppercase;
    background-color: #F44336;
    color:#FFF;
    font-size:14px;
    border-radius:0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 10px 40px;
    margin-left:20px;
    display:inline-block;
}

.btn-delete:hover { background-color:#D32F2F; color:#FFF; }
.btn-delete:focus { color:#FFF; }


.btn-clear {
    text-transform: uppercase;
    color:#F44336;
    font-size:14px;
    border-radius:0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 10px 40px;
    margin-left:20px;
    display:inline-block;
}

.btn-cancel:hover { color:#D32F2F; }
.btn-cancel:active { box-shadow: none; color:#F44336; }


.btn-states {
    position: relative;
}

.btn-states-loading .btn-state-default {
    opacity: 0;
}

.btn-states-loading .btn-state-loading {
    display: block;
}

.btn-states-loading .btn-state-success {
    display: none;
}

.btn-states-success .btn-state-default {
    opacity: 0;
}

.btn-states-success .btn-state-loading {
    display: none;
}

.btn-states-success .btn-state-success {
    display: block;
}

.btn-state-default {
    opacity: 1;
}

.btn-state-loading,
.btn-state-success {
    display: none;
}

.btn-state-loading,
.btn-state-success {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-state-loading i {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }


.btn-dropdown{
    border: 1px solid #ebebeb;
    height:35px;
    width:100%;
    display:inline-block;
    border-radius: 0px;
    background:#FFF;
    padding:0 15px;
    box-shadow: none;
     -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


.dropdown-toggle{
   -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.btn-dropdown:focus{
    box-shadow: none;
    border: 1px solid #009fe3;
}

.btn-dropdown:active, .btn-dropdown:visited{
    border: 1px solid #009fe3;
}


.btn-dropdown p{
    display:inline-block;
    vertical-align: middle;
    padding:0;
    color:#5e6062;
    float:left;
}


.btn-dropdown i{
    position: absolute;
    top: 50%;
    right: -10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.dropdown-wrapper{
    height:100%;
    line-height: 35px;
    vertical-align: middle;
    position:relative;

}

ul.dropdown-menu-select {
    width: 100%;
    max-height: 250px;
    margin-top: 10px;
    overflow: auto;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}


ul.dropdown-menu-select li {
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

ul.dropdown-menu-select li:hover {
    background-color: #f6f6f6;
}


ul.dropdown-menu-select li a {
    text-decoration: none;
    padding:15px;
    /*font-size:*/
}


/* MODAL */

.modal {
  text-align: center;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.modal-content{
    padding:30px;
    background:#FFF;
    box-shadow:none;
    border-radius:0;
    border:0;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}

.modal-body {
    padding:0px;
    padding:50px 0;
}

.modal-body p {
    padding:0;
    font-size:14px;
    color:#8d9192;
}

.modal-header .modal-title {
    font-size:18px;
    padding:0;
}

.modal-header {
    border:0;
    padding:0;
}

.modal-footer{
    border:0;
    padding:0;
}


.alert a:focus{
   background:none;
}
.alert p{
    display:inline-block;
    font-size:12px;
    line-height:20px;
}

.alert a>i{
    font-size:12px;
}

.alert i{
    font-size:18px;
}


.alert{
    font-size:10px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    border-radius:0px;
    width:100%;
    height:50px;
    z-index:9;
    border:0px;
    margin:0 auto;
    display:block;
}

.alert-top{
    position:absolute;
    top:36px;
    left:0;
    right:0;
    width:700px;
    height:50px;
}

.iconwrapper a{
    display:inline-block;
}

/* INLINE ALERTS */


.inline-alert-error {
    width:100%;
    height:50px;
    background-color:#FFEBEE;
    padding:15px;
    text-align:center;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}

.inline-alert-succes {
    width:100%;
    height:50px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    background-color:#E8F5E9;
    padding:15px;
    text-align:center;
}

.inline-alert-warning {
    width:100%;
    height:50px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    background-color:#FFF8E1;
    padding:15px;
    text-align:center;
}

.inline-alert-info {
    width:100%;
    height:50px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    background-color:#E3F2FD;
    padding:15px;
    text-align:center;
}

.inline-alert-error i, .inline-alert-error p.alert-description,
.inline-alert-succes i, .inline-alert-succes p.alert-description,
.inline-alert-warning i, .inline-alert-warning p.alert-description,
.inline-alert-info i, .inline-alert-info p.alert-description,
.toast-alert-error i, .toast-alert-error p.alert-description,
.toast-alert-succes i, .toast-alert-succes p.alert-description,
.toast-alert-warning i, .toast-alert-warning p.alert-description,
.toast-alert-info i, .toast-alert-info p.alert-description
{
    display:inline-block;
    vertical-align:middle;
}

.inline-alert-error i
{
    color:#F44336;
    font-size:18px;
    margin-right:10px;
}

.inline-alert-succes i
{
    color:#4CAF50;
    font-size:18px;
    margin-right:10px;
}

.inline-alert-warning i
{
    color:#FFC107;
    font-size:18px;
    margin-right:10px;
}

.inline-alert-info i
{
    color:#2196F3;
    font-size:18px;
    margin-right:10px;
}


.inline-alert-error p.alert-description,
.inline-alert-succes p.alert-description,
.inline-alert-warning p.alert-description,
.inline-alert-info p.alert-description
{
    color:#5E6062;
    font-size:12px;
    padding:0px;
}


/* TOAST ALERTS */

.toast-alert-error,
.toast-alert-succes,
.toast-alert-info,
.toast-alert-warning {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    height: 50px;
    z-index: 100;
    text-align: center;
}


.toast-alert-error p.alert-description{
    height: 50px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    background-color: #FFEBEE;
    padding: 15px 80px;
    text-align: center;
}

.toast-alert-succes p.alert-description {
    height: 50px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    background-color: #E8F5E9;
    padding: 17px 80px;
    text-align: center;
}

.toast-alert-warning p.alert-description{
    height: 50px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    background-color: #FFF8E1;
    padding: 15px 80px;
    text-align: center;
}

.toast-alert-info p.alert-description{
    height: 50px;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.5);
    background-color: #E3F2FD;
    padding: 15px 80px;
    text-align: center;
}


.toast-alert-error i
{
    color:#F44336;
    font-size:18px;
    margin-right:10px;
}

.toast-alert-succes i
{
    color:#4CAF50;
    font-size:18px;
    margin-right:10px;

}

.toast-alert-warning i
{
    color:#FFC107;
    font-size:18px;
    margin-right:10px;
}

.toast-alert-info i
{
    color:#2196F3;
    font-size:18px;
    margin-right:10px;
}



/* DROPDOWN FILTER */

.filter .form-horizontal{
    padding:20px;
}

.filter .form-control {
    border: 1px solid #ebebeb;
    display:inline-block;
    height:35px;
    width:100%;
    border-radius: 0px;
    background:#FFF;
    padding:0 15px;
    box-shadow: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.filter .form-control:focus {
    border: 1px solid #009fe3;
    outline: 0;
    box-shadow: none;
}

.filter li.buttons {
    padding: 20px;
    text-align:right;
}

.filter li.buttons a{
    display:inline-block;
    text-align:right;
}

.filter li.buttons a.btn-save{
    text-transform: uppercase;
    background-color: #77B800;
    color: #FFF;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 10px 40px;
    display: inline-block;
}


.filter li.buttons a.btn-save:hover{
    background-color:#5F9300;
    color:#FFF;
}

.filter li.buttons a.btn-save:focus{
    color:#FFF;
}


.filter li.buttons a.btn-clear{
    text-transform: uppercase;
    color: #F44336;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 10px 40px;
    display: inline-block;
}


.filter li.buttons a.btn-clear:hover{
    color:#D32F2F;
    background:#FFF;
}

.filter li.buttons a.btn-clear:focus{
    color:#F44336;
}

@media (min-width: 768px) {
    .filter .col-md-2 {
        float: left;
    }
}

@media (min-width: 992px) {
    .filter .col-md-2 {
        width: 25%;
    }
    .filter .col-sm-8 {
        width: 75%;
    }
}

/* 404 500 MAINTENANCE */

.page-error {
    text-align: center;
    background-position:center;
    background-repeat: no-repeat;
    height: 350px;
    margin-bottom: 30px;
}

.page-error h1 {
    font-size: 40px;
    color: #8D9192;
    font-weight: 700;
    margin-bottom: 30px;
}

.page-error h2 {
    font-size: 28px;
    color: #8D9192;
    margin-bottom: 30px;
}

.page-error p {
    font-size: 16px;
    color: #444;
    margin-bottom: 30px;
}

.missing-page {
    background-image: url(../styleguide/templates/img/404.png);
}

.server-error {
    background-image: url(../styleguide/templates/img/500.png);
}

.maintenance {
    background-image: url(../styleguide/templates/img/maintenance.png);
}

/* EMPTY PRODUCT PAGE */

.empty-product {
    text-align:center;
}

.empty-product h1 {
    font-size:40px;
    color:#8D9192;
}

.empty-product-image {
    background-image: url('http://www.themescripts.net/wp-content/uploads/2015/11/product-icon-300x300.png');
    background-position:center;
    background-repeat: no-repeat;
    opacity:0.1;
    margin:30px 0px;
    height:350px;

}

/* ELEMENTS  */

.elements-container {
    width: 1170px;
    margin: 0 auto;
    padding:0;
    height:100%;

}

.elements-title{
    margin-bottom:50px;
    border-bottom: 2px solid #009fdf;
    padding:0px;
    padding-bottom:20px;
}


.elements-subtitle{
    margin-bottom:50px;
    font-size:24px;
}


/* LOADING BAR (ANGULAR) */
#loading-bar .bar {
    position: absolute;
    left: 0px;
    top: 70px;
    z-index: 200;
    background: #6676AA;
}


/* HELPER CLASSES */
.clickable-element {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}


/* MEDIA QUERIES  */
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .required-star{
      position: absolute;
  }
}

/* SIDEBAR */
.sidebar {
    position: fixed;
    z-index: 98;
    top: 0;
    bottom: 0;
    left: 0;
    width: 69px;
    height: 100vh;
    padding: 100px 0 80px;
    background: #fff;
    -webkit-box-shadow: 1px 0px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    box-shadow: 1px 0px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.sidebar ul {
    list-style: none;
}

.sidebar li {
    -webkit-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.sidebar a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #8D9192;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.sidebar a:hover {
    text-decoration: none;
    background: #f5f8f9;
}

.sidebar a:visited,
.sidebar a:focus,
.sidebar a:active {
    text-decoration: none;
}

.sidebar i,
.sidebar span {
    display: inline-block;
    vertical-align: middle;
}

.sidebar i {
    margin-right: 20px;
    font-size: 26px;
    color: #007FB2;
}

.sidebar span {
    width: 149px;
}

.sidebar h1,
.sidebar h3 {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #bcc1c3;
}

.sidebar li ul {
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 260px;
    width: 191px;
    padding-top: 65px;
    background: #fff;
    border-left: 1px solid #d4d8d9;
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
}

.sidebar li ul a {
    padding-right: 20px;
    padding-left: 20px;
}

.sidebar-arrow {
    position: absolute;
    top: 19px;
    right: 15px;
    width: auto !important;
}

.sidebar-arrow i {
    margin-right: 0;
    font-size: 12px;
}

.sidebar > ul.sub-toggled > a {
    opacity: 0.25;
}

.sidebar li ul.toggled {
    left: 69px;
}

.sidebar a.active {
    color: #5E6062 !important;
    opacity: 1 !important;
}

.sidebar > ul > li > a.active {
    -moz-box-shadow: 4px 0px 0px #007FB2 inset;
    -webkit-box-shadow: 4px 0px 0px #007FB2 inset;
    box-shadow: 4px 0px 0px #007FB2 inset;
}

.sidebar li ul a.active {
    color: #5E6062 !important;
}

.sidebar-collapsed a:not(.active) {
    opacity: 0.7;
}

.sidebar .item-disabled a {
    opacity: 0.4 !important;
    cursor: not-allowed;
}

.sidebar .item-disabled a.active {
    box-shadow: none !important;
}

.sidebar .item-disabled a i {
    color: #8D9192;
}

.sidebar-open .sidebar {
    width: 260px;
}

.sidebar > ul > li > a > span {
    white-space: nowrap;
    opacity: 0;
}

.sidebar-toggle {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    left: 0;
    width: 69px;
    padding: 10px;
    text-align: right;
    border-radius: 3px;
    border-top: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.sidebar-toggle:hover {
    background: #fafafa;
}

.sidebar-toggle i {
    margin-right: 11px !important;
    margin-left: 11px;
    font-size: 28px;
}

.sidebar-open .sidebar > ul > li > a > span {
    opacity: 1;
}

.sidebar-open .sidebar-toggle {
    width: 260px;
}

.sidebar-open .sidebar-toggle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1025px) {
    .sidebar {
        width: 260px !important;
    }
    .sidebar > ul > li > a > span {
        opacity: 1 !important;
    }
    .sidebar-toggle {
        display: none;
    }
    .sidebar-open .ccv-actionbar-wrapper {
        padding-left: 310px;
    }
}

@media only screen and (device-width: 768px) {
    .sidebar {
        height: auto;
    }
}

/* Tags inside input */
.input-tags-box {
    position: relative;
}
.input-tags-container {
    position: relative;
    padding: 5px 27px 0px 5px;
    border: 1px solid #ebebeb;
    cursor: text;
    min-height: 35px;
}

.input-tags-container.tags-active {
    padding: 6px 27px 0 6px;
}

.input-tags-container .drop-down-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 100%;
}

.input-tags-container .drop-down-arrow:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.input-tags-container .drop-down-arrow i {
    position: absolute;
    top: 50%;
    right: 3px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-tags-container .tag {
    display: inline-block;
}

.input-tags-container input {
    display: inline-block;
    background: none;
    border: 0;
}

.input-tags-container input:focus {
    border: 0;
    outline: none;
}

.input-tags-container .tag {
    float: left;
    display: inline-block;
    margin: 3px 3px 6px;
    height: 26px;
    padding: 6px 12px;
    background: #fff;
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}

.input-tags-container .tag i {
    vertical-align: middle;
    margin: -1px 0 0 5px;
    font-size: 12px;
    color: #009fdf;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.input-tags-container .tag i:hover {
    opacity: 0.7;
}

.input-tags-list {
    position: absolute;
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
}

.input-tags-list li {
    padding: 15px;
    cursor: pointer;
}

.input-tags-list li:hover {
    background: #f5f5f5;
}


/****************************************************
WIDGET TABLE
****************************************************/
.widget-table {
    color: #333;
    overflow-y: auto;
}

.widget-table:hover{
    color: #333;
}

.widget-table .nav-title {
    font-size:14px;
    font-weight: 700;
    color:#bcc1c3;
    padding: 20px !important;
}

.widget-table .notification-description {
    display:inline-block;
    vertical-align: middle;
}

.widget-table .notification-description p.date {
    font-size:12px;
    color: #333;
    padding:0px;
    padding-top:10px;
}

.widget-table .notification-description p {
    line-height:20px;
}

.widget-table .notification-description a {
    color:#009FDF;
}

.widget-table li.divider {
    height: 1px;
    background:#e5e5e5;
    padding:0;
    margin:0;
}

.widget-table li:hover {
    background: #F7F9FB;
}

.widget-table li {
    padding: 15px 20px;
    line-height: 20px;
    font-size: 14px;
}


/****************************************************
DASHBOARD PARALLAX HEADER
****************************************************/

#dashboard {
    webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
}

.dashboard-header,
.dashboard-welcome {
    position: relative;
    height: 200px;
}

.dashboard-header {
    margin: 70px 0 0 70px;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .dashboard-header {
        margin-left: 260px;
    }
}

.dashboard-header-text {
    height: 130px;
    padding: 20px;
}

.dashboard-header-text h1 {
    font-size:36px !important;
}

.dashboard-header-text h2 {
    font-size:20px !important;
    font-weight:200 !important;
    color:#8d9192;
}

#scene {
    position: absolute;
    width: 100%;
    height: 100%;
}

.para-bg {
    background: repeat-x 0% 100%;
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -5%;
    }

    .animate-leftright{
        -webkit-animation: leftright 40s  infinite linear;
        -moz-animation: leftright 40s infinite linear;
        animation: leftright 40s infinite linear;
        position: absolute;
    }

     .animate-rightleft{
        -webkit-animation: rightleft 40s  infinite linear;
        -moz-animation: rightleft 40s infinite linear;
        animation: rightleft 40s infinite linear;
        position: absolute;

    }

    .animate-blink{
        -webkit-animation: blink 2s  infinite linear;
        -moz-animation: blink 2s infinite linear;
        animation: blink 2s infinite linear;
        position: absolute;
        z-index: 10000;
        top:11px;
        right: 15px;
    }

    .animate-rightleft .animate-plane{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    @keyframes leftright {
      0% {
        left: -100px;
        top: 30px;
      }

      100% {
        left: 2000px;
        top: -5px ;
      }
    }

    @keyframes rightleft {
      0% {
        left: 2000px;
        top: -5;
      }

      100% {
        left: -10px;
        top: 20px ;
      }
    }

    @keyframes blink {
        0% {
        opacity: 0;

        }

        50% {
        opacity: 1;
        }

        100%{
        opacity: 0;
        }
    }
    .bg-layer-1{
        position: absolute;
        left: 0px;
        bottom: -200px;
    }

    .bg-layer-2{
        position: absolute;
        left: -25px;
        bottom: -200px;
    }

    .flat_1{
        position: absolute;
        left: 570px;
        bottom: -201px;
    }

    .flat_2{
        position: absolute;
        left: 605px;
        bottom: -201px;
    }

    .flat_3{
        position: absolute;
        left: 700px;
        bottom: -201px;
    }

    .flat_5{
        position: absolute;
        left: 820px;
        bottom: -201px;
    }

    .flat_6{
        position: absolute;
        left: 655px;
        bottom: -201px;
    }

    .flat_7{
        position: absolute;
        left: 525px;
        bottom: -201px;
    }

    .flat_bg_1{
        position: absolute;
        left: 375px;
        bottom: -201px;
    }

    .flat_bg_2{
        position: absolute;
        left: 475px;
        bottom: -201px;
    }

    .flat_bg_3{
        position: absolute;
        left: 605px;
        bottom: -201px;
    }

    .flat_bg_4{
        position: absolute;
        left: 725px;
        bottom: -201px;
    }

    .f_flat4{
        position: absolute;
        left: 260px;
        bottom: -201px;
    }

    .f_tree{
        position: absolute;
        left: 205px;
        bottom: -201px;
    }
    .f_ccvshop{
        position: absolute;
        left: 325px;
        bottom: -201px;
    }

    .f_flat2{
        position: absolute;
        left: 385px;
        bottom: -201px;
    }

    .f_shop2{
        position: absolute;
        left: 475px;
        bottom: -201px;
    }

    .f_flat3{
        position: absolute;
        left: 485px;
        bottom: -201px;
    }
    .f_glass{
        position: absolute;
        left: 520px;
        bottom: -201px;
    }

     .f_shop1{
        position: absolute;
        left: 610px;
        bottom: -201px;
    }

    .f_mall{
        position: absolute;
        left: 700px;
        bottom: -201px;}

    .f_flat1{
        position: absolute;
        left: 775px;
        bottom: -201px;
    }

    .f_house{
        position: absolute;
        left: 865px;
        bottom: -201px;
    }

    .env-sun{
        position: absolute;
        left: 1130px;
        bottom: -280px;
    }

    .env-tr-bg{
        position: absolute;
        left: 650px;
        bottom: -185px;
    }

    .env-behind-firewatch{
        position: absolute;
        left: 1100px;
        bottom: -190px;
    }

    .env-firewatch-tower{
        position: absolute;
        left: 1200px;
        bottom: -210px;
    }

    .env-tree-middle{
        position: absolute;
        left: 825px;
        bottom: -220px;
    }

    .env-water{
        position: absolute;
        left: 1200px;
        bottom: -205px;
    }

    .env-tree-fg{
        position: absolute;
        left: 825px;
        bottom: -225px;
    }

    .dashboard-header-text h2{
        color: #fff;
        position: absolute;
        left: 10px !important;
        top: 70px !important;
        width: 1024px;
        opacity: 0.6;
    }
    .dashboard-header-text h1{
        color: #fff;
        position: absolute;
        left: 10px !important;
        font-size: 24px !important;
        top: 40px !important;
        width: 1024px;
    }

    .hotair{
        position: absolute;
        left: 3500px;
        bottom: -150px;
    }

    /* AFTERNOON */

    .env-sun.afternoon{
        position: absolute;
        left: 1130px;
        bottom: -115px;
    }

    /* EVENING */

    .BG-clouds{
        position: absolute;
        left: 500px;
        bottom: -185px;
    }

    .env-sun.evening{
        position: absolute;
        left: 1050px;
        bottom: -250px;
    }

    /* NIGHT */

    .env-moon{
        position: absolute;
        left: 1130px;
        bottom: -75px;
    }

/****************************************************
DASHBOARD ALERTS
****************************************************/
#dashboard-alerts {
    position: relative;
    overflow: hidden;
}

.dashboard-alert {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-alert:first-child .dashboard-alert-icon:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 500px;
    bottom: 40px;
    margin-left: 18px;
    background: #ebf1f4;
}

.dashboard-alert-icon {
    position: relative;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dashboard-alert-icon i {
    font-size: 18px;
}

.dashboard-alert-bullet {
    width: 10px;
    height: 10px;
    margin-right: 20px;
    border: 1px solid #009fdf;
    border-radius: 50%;
}

.dashboard-alert-bullet:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 500px;
    margin: -500px 0 0 -32px;
    background: #d4d8d9;
}

.dashboard-alert-bullet:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin: 4px 0 0 9px;
    background: #d4d8d9;
}

.dashboard-alert-content {
    padding: 20px 30px;
    line-height: 1.4;
    background: #fff;
    -webkit-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    box-shadow: 0px 1px 4.9px 0.1px rgba(22, 22, 22, 0.2);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.dashboard-alert-content span {
    display: block;
    margin-right: 30px;
}

.dashboard-alert-content a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #77B800;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dashboard-alert-content a:hover {
    background: #5F9300;
}

@media (min-width: 768px) {
    .dashboard-alert-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .dashboard-alert-content a {
        margin-top: 0;
        margin-left: auto;
    }
}

@media (min-width: 1025px) {
    .dashboard-alert-icon {
        width: 55px;
        height: 55px;
        margin-right: 30px;
        line-height: 51px;
    }
    .dashboard-alert-icon i {
        font-size: 24px;
    }
    .dashboard-alert-bullet {
        margin-right: 40px;
    }
    .dashboard-alert-bullet:before {
        margin-left: -59px;
    }
    .dashboard-alert-bullet:after {
        width: 40px;
    }
    .dashboard-alert:first-child .dashboard-alert-icon:before {
        bottom: 55px;
        margin-left: 26px;
    }
}

/****************************************************
COLLAPSIBLE TABLE
****************************************************/
.collapsible-table-container {
    height:60px;
    padding:0px 30px;
    border: 1px solid #ebebeb;
    cursor: move;
    position: relative;
    margin: -1px 0;
    display:flex;
    background:#FFF;
}

.collapsible-table-collapseicon {
    margin-right:20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collapsible-table-collapseicon i {
    font-size:20px;
    cursor: pointer;
    color:#009fdf;
}

.collapsible-table-name {
    float: right;
    width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collapsible-table-dropdownicon {
    float: right;
    cursor:pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.collapsible-table-dropdown {
    box-shadow: 0px 0px 4px 0px rgba(199,199,199,0.50);
    background:#FFF;
    position: absolute;
    right: 40px;
    top:40px;
    z-index: 99;
    cursor: default;
    margin:0px;
    padding:10px 0px;
}

.collapsible-table-dropdown p {
    font-size:13px;
    display:inline-block;
    vertical-align: middle;
}

.collapsible-table-dropdown li.dropdown-icon {
    display:flex;
    padding:10px 20px;
    margin:0px;
    cursor:pointer;

}

.collapsible-table-dropdown li.dropdown-icon a {
    text-decoration: none;
    color:#5e6062;
    width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.collapsible-table-dropdown li.dropdown-icon a:hover {
    color:#009fdf;
}

.collapsible-table-dropdown li.dropdown-icon i {
    margin-right:10px;
    font-size:20px;
}

.sub-div {
    margin-left:50px;
}

/****************************************************
UPLOAD BOX
****************************************************/
.upload-box-container {
    margin-right: -5px;
    margin-left: -5px;
}

.upload-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 280px;
    margin: 5px;
    border: 1px dashed #ccc;
    border-radius: 5px;
}

.upload-box-zone {
    width: 100%;
    height: 100%;
}

.upload-box-info {
    position: absolute;
    top: 50%;
    right: 15px;
    left: 15px;
    line-height: 1.3;
    text-align: center;
    opacity: 0.6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.upload-box-info i {
    display: block;
    margin-bottom: 10px;
    font-size: 64px;
}

.upload-box-info button {
    text-decoration: underline;
    border: 0;
    background: none;
    cursor: pointer;
}

.upload-box-thumb {
    position: relative;
    width: 100%;
    height: 220px;
    background: #fff;
}

.upload-box-thumb img {
    position: absolute;
    top: 50%;
    right: 15px;
    left: 15px;
    max-width: 168px;
    max-height: 188px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.upload-box-thumb-info {
    padding: 22px 15px;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.upload-box-actions {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 220px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px 5px 0 0;
}

.upload-box-actions div {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: none;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.upload-box-actions span {
    display: block;
    margin: auto;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.upload-box-actions span + span {
    margin-top: 10px;
}

.upload-box-actions span:hover {
    color: #009fdf;
}

.upload-box-actions span.delete:hover {
    color: #f44336;
}

.upload-box-actions i {
    margin-top: -3px;
    font-size: 12px;
}

.upload-box-actions.show {
    visibility: visible;
    opacity: 1;
}

/****************************************************
AUTOCOMPLETE
****************************************************/
.ac-container {
    position: relative;
}

.ac-data {
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    display: none;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    background: #fff;
}

.ac-data-item {
    padding: 10px 15px;
    cursor: pointer;
}

.ac-data-item:hover {
    color: rgba(255,255,255,0.8);
    background: #009fdf;
}

.ac-highlight {
    color: #000;
}

.ac-data-item:hover .ac-highlight {
    color: rgba(255,255,255,1);
}

/****************************************************
FORM ROW
****************************************************/
.form-row {
    position: relative;
    margin-bottom: 20px;
}

.form-row-content .control-label {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

.form-row-content .form-input {
    position: relative;
}

.form-row-content ~ .error-tooltip,
.form-row-content ~ .check-tooltip,
.form-row-content ~ .default-tooltip,
.form-row-content ~ .warning-tooltip {
    margin: 0;
}

.form-row-content .tooltip-label-inside-input {
    right: 7px;
}

.form-row-content .input-icon {
    right: 3px !important;
}

@media (min-width: 992px) {
    .form-row,
    .form-row-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-row {
        margin-bottom: 10px;
    }

    .form-row-content {
        width: calc(100% - 100px);
    }

    .form-row-content .control-label {
        width: 25%;
        margin: 0;
    }

    .form-row-content .control-label.align-top {
        -webkit-align-self: flex-start;
        -ms-align-self: flex-start;
        align-self: flex-start;
        padding-top: 12px;
    }

    .form-row-content .form-input {
        width: 75%;
        margin: 0 15px 0 30px;
    }
}


/****************************************************
FORM FIELDS TOGGLE
****************************************************/
.checkboxFive[data-toggle="form-fields"] {
    display: inline-block;
}

.form-fields-hide {
    display: none;
}

.form-fields-show {
    display: block;
}