.print{}
.print-only{display: none; }
@media print {
    .print, .print-only {
        display: block;
    }
    .print-hidden{
        display: none;
    }
}
body {
    background: #f7f7f7;
}
body.without-header {
    background: #FFFFFF;
}
.text-display{
    font-size: 22px;
}
.text-muted{

}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1,h2,h3,h4,h5,h6{
}
.drop-shadow{
    /*
    -webkit-box-shadow: 7px 7px 15px -5px rgba(117,115,117,1);
    -moz-box-shadow: 7px 7px 15px -5px rgba(117,115,117,1);
    box-shadow: 7px 7px 15px -5px rgba(117,115,117,1);
    */


    -webkit-box-shadow: 2px 1px 8px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 1px 8px -2px rgba(0,0,0,0.15);
    box-shadow: 2px 1px 8px -2px rgba(0,0,0,0.15);
}
hr{
    margin: 20px 0;
}
h4{
    font-size: 19px;
    font-weight: normal;
}

.cobalto-image-gallery-dialog-slick-gallery-wrap{
    width: 100%; text-align: center; box-sizing: border-box; padding: 25px;
}
.cobalto-image-gallery-dialog-slick-gallery{
    width: 100%; text-align: center;
}
.cobalto-image-gallery-dialog-slick-gallery .slick-prev:before, .cobalto-image-gallery-dialog-slick-gallery .slick-next:before {
    color:#000000;
}
li a.cobalto-confirmer-dialog{

}
.cobalto_image_gallery_caption{
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    border-top:thin solid #e8e8e8;
}
/*Dialog Gallery*/
.image_wrap{
    background: #E8E8E8;
    padding:0;
    margin:0 auto;
    position: relative;
    max-width:350px;
    border: thin solid #C7C7C7;
}
.image_wrap:hover div.zoom{
    display: block;
    cursor: pointer;
}
.image_wrap .zoom i,
.image_wrap .number i{
    text-shadow: 1px 1px 0px rgba(10, 10, 10, 0.70);
}
.image_wrap:hover .number,
.image_wrap div.zoom{
    color: #fff;
}
.image_wrap div.number,
.image_wrap_number{
    padding: 5px;
    font-size: 10px;
    border-top: thin solid #C7C7C7;
}
.image_wrap div.zoom{
    width:100%;
    height: 100%;
    position: absolute;
    text-align: center;
    padding-top: 30%;
    top: 0;
    color: rgba(36, 36, 36, 0.71);
    font-size: 50px;
    display: none;
    background: rgba(255, 255, 255, 0.48);
}
.image_wrap.image-wrap-mini div.zoom{
    padding-top: 15%;
    font-size: 30px;
}



/* Bootstrap CSS for Submenu hover*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.main-menu-dropdown {
    overflow-x: auto;
}

.required:after {
    content: "*";
}

.has-error .cke{
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
a{
    color:#234e6e;
}
.text-warning-bg{
    color:#f0ad4e;
}

.btn-default-danger:hover, .btn-default-danger:focus, .btn-default-danger.focus, .btn-default-danger:active, .btn-default-danger.active, .open > .dropdown-toggle.btn-default-danger {
    color: #fff;
    background-color: #c12e2a;
    border-color: #ac2925;

    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ac2925;
}
.full-background-pic{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: right;
}
.full-background-pic img{
    width: auto;
    max-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -250px;
}
.login-wrap{
    width:100%;
    min-height: 100%;
    background: #fff;
    position: absolute;
    padding: 50px;
}
.reception-card-wrap{
    padding: 0;
}
.reception-card{
    position:relative;
    border: thin solid #ededed;
    background:#fff;
    max-height: 105px;
    min-height: 105px;
    height: 105px;
    overflow: hidden;
    margin:2px;
    vertical-align: middle;
    text-align: center;
}
.reception-card .status-flag{
    position:absolute;
    width: 100%;
    height: 2px;
    left:0;
    top:0;
    z-index:1;
}
.reception-card a{
    vertical-align: middle;
    text-align: center;
    width:100%;
    height: 100%;
}
.reception-card a:hover{
    color: auto;
    text-decoration: none;
}
.reception-card a img{
    margin: auto;
    max-height:75px;max-width:187px; width:90%;height: auto;
}
.reception-card:hover img{
    transform: scale(1.2);
    transition: all .5s;
}
.reception-card:hover h3{
    transform: scale(1.2);
    transition: all .5s;
}
.navbar{

    text-transform: uppercase;
}
.header-title{
    color: #8b8b8b;
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
}
/*LAyout*/
.layout-2-columns{
    width:100%;
    position: relative;
}
.layout-2-columns-left-column{
    position: fixed;
    width: 250px;
    height:100%;
    background: #fff;
    display:none;
    -webkit-box-shadow: 2px 1px 8px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 1px 8px -2px rgba(0,0,0,0.15);
    box-shadow: 2px 1px 8px -2px rgba(0,0,0,0.15);
    z-index: 1031;
}
.layout-2-columns-left-column .div_footer_wrap{
    position: fixed;
    height: 50px;
    width:0;
    bottom: 0;
    text-align: center;
    z-index: 100;
    background: #fff;
}
.layout-2-columns-right-column{
    width: 100%;
    position: relative;
}
/*Big slide*/
.panel-big-slide {
    padding: 15px;
    z-index: 10000;
    border: thin solid #c7c7c7;
    border-top: none;
    border-bottom: none;
    text-transform: uppercase;

}
.panel-big-slide hr{
    margin: 15px 0;
}
.panel-left {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    padding: 0;
}
.wrap {
    position: relative;
}
.nav-reposnisive-link{
    display: inline-block;
    color: #8b8b8b;
}
/*Sub header Title */
.sub-header-title{
    background: #f0f0f0;
    width: 100%;
    min-height: 53px;
    padding: 0 15px;
    margin-bottom: 15px;
    border-bottom: thin solid #c7c7c7;

}
.sub-header-title h1.page-title{
    margin:10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}
/*Profile dropdown*/
.dropdown_profile_mobile{
}
.dropdown_profile_mobile a{
    padding: 7px 0;
    display: inline-block;
}
#div_menu_wrap{
    width:0px;
    height:100%;
    background: #FFFFFF;
    position: fixed;
    top:106px;
    left: 0;
    z-index:100;
    overflow-y: auto;
}
/*header proyect logo*/
.drop-down-project-navigation{
    position: absolute;
    top: 0;
    right: 0;
    height: 106px;
}
.drop-down-project-navigation li a.dropdown-toggle{
    line-height: 78px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 13px 0;
}
.header-project-status{
    height: 4px;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.header-project-logo{
    min-height: 104px;
    width: 100%;
    text-align: center;
}
.header-project-logo h3{
    border-bottom: thin solid #c7c7c7;
    padding-bottom: 39px;
    padding-top: 39px;
    margin: 0;
}

.header-project-logo img{
    height: auto;
    max-height: 96px;
    max-width: 95%;
    margin-top: 4px;
    width: auto;

}
.header-project-logo-mobile{
    width: 100%;
    min-height: 80px;
}
.header-project-logo-mobile img{
    height: 76px;
    margin-top: 3px;
}
.header-project-logo-mobile-with-dropdown{
    width: 85%;
}
.header-project-logo-mobile h3{
    border-bottom: none;
    padding-bottom: 25px;
    padding-top: 25px;
    margin: 0;
}
.header-dropdown-wrap{
    width: 15%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: thin solid #c7c7c7;
    height: 105px;
    border-bottom: thin solid #c7c7c7;
}
.mini-project-logo{
    max-height: 50px; max-width:300px;position:relative !important;float: left;
}
.mini-project-logo .header-project-logo{
    min-height: 40px;
}

.mini-project-logo .header-project-logo img{
    height: 46px;
}
.mini-project-logo .drop-down-project-navigation{
    height: 56px;
}
.mini-project-logo .drop-down-project-navigation li{
    position: relative;
    padding: 0 !important;
    text-align: center;
}
.mini-project-logo .drop-down-project-navigation li a.dropdown-toggle{
    line-height: 25px;
    width: 100%;
    text-align: center;
    padding: 11px 0 !important;
}
.mini-project-logo .header-dropdown-wrap{
    width: 15%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: thin solid #c7c7c7;
    height: 50px;
}
.mobile-dropdown-navegation-options-cmd{

}
.mobile-dropdown-navegation-options-cmd:hover,
.mobile-dropdown-navegation-options-cmd.open{
    background: #f7f7f7;
}
.mobile-dropdown-navegation-options ul{
    margin: 0;
}
.mobile-dropdown-navegation-options ul li a{
     color:#333;
    padding: 4px 0;
    display: block;
}


/*btn transparent*/
.btn-transparent{
    background-color: transparent;
}

/*sub HEader action dropdown*/
.actions-dropdown{

}
.actions-dropdown li label{
color:#c7c7c7;
    padding-left: 20px;
}
/* Flash messages*/
#div_baseFlashMessage{
    position: fixed;
    width: 100%;
    bottom:0;
    z-index: 1050;
}

.base_flashAlert{
    text-align: center;
    margin-bottom: 0px;
    display: none;
}
.base_flashAlert .close{
    float: left;
}

.quick-access {
    width: 90%;
    padding: 5%;
    display: inline-block;
    text-align: center;
    transition: all .5s;
}
.quick-access:hover .icon i.fa{
    font-size: 30px;
}
.quick-access:hover {
    background: #fff;
}
.quick-access .icon{
    background: #f0f0f0;
    border: thin solid #c7c7c7;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: auto;

}
.quick-access .icon i.fa{
    font-size: 25px;
    line-height: 75px;
    vertical-align: middle;
    transition: all .2s;
}
.quick-access .title{
    font-size: 15px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .login-wrap {
        width: 60%;
        padding: 100px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .login-wrap {
        width: 60%;
        padding: 100px;
    }
    .reception-card .status-flag{
        height: 3px;
    }
    .layout-2-columns-left-column{
        width: 250px;
        display:block;
    }

    .layout-2-columns-right-column{
        padding-left: 250px;
    }
    .layout-2-columns-right-column .navbar-fixed-top{
        margin-left:250px ;
    }
    .layout-2-columns-left-column .div_footer_wrap{
        width:250px;
    }

    #div_menu_wrap{
        width:250px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .login-wrap {
        width: 50%;
        padding: 100px 150px;
    }
    .full-background-pic img{
        right: 0px;
    }

    .reception-card .status-flag{
        height: 4px;
    }

    .layout-2-columns-left-column{
        width: 350px;
        display:block;
    }
    .layout-2-columns-right-column{
        padding-left: 350px;
    }
    .layout-2-columns-right-column .navbar-fixed-top{
        margin-left:350px ;
    }
    .layout-2-columns-left-column .div_footer_wrap{
        width:350px;
    }

    #div_menu_wrap{
        width:350px;
    }
}