/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
/* Background base color #3276b1 */
/*
 * INDEXpopup-dialog
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*   HTML  */
html {
    background: none;
    /*    background-color: #CBDBEA;*/
}

/* HTML END  */
@supports (-webkit-appearance:none) {
    .ltop {
        margin-top: -12px !important;
    }
}

.ltop {
    margin-top: 5px;
}


label {
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}

#logo img {
    width: 165px !important;
    margin-top: 0px;
}


.botonAsistente {
    height: 60px;
    font-size: 11px;
    width: 12%;
    margin: 1px;
    vertical-align: top;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: white;
    /*background: #3399FF;*/
    background: linear-gradient(to bottom, #9EC9EE 0%, #19497C 100%);
    border-radius: 6px;
}

@media(min-width: 100px) and (max-width: 699px) {
    .botonAsistente {
        height: 90px;
        width: 30%;
    }
}

@media(min-width: 700px) and (max-width: 900px) {

    .botonAsistente {
        height: 90px;
        width: 15%;
    }
}

@media(min-width: 901px) and (max-width: 991px) {
    .botonAsistente {
        height: 90px;
        width: 15%;
    }
}

@media(min-width: 992px) and (max-width: 1000px) {
    .botonAsistente {
        height: 90px;
        width: 19%;
    }
}


@media(min-width: 1001px) and (max-width: 1050px) {
    .botonAsistente {
        height: 85px;
        width: 15%;
    }
}

@media(min-width: 1051px) and (max-width: 1200px) {
    .botonAsistente {
        height: 80px;
        width: 14%;
    }
}

@media(min-width: 1201px) and (max-width: 1300px) {
    .botonAsistente {
        height: 80px;
        width: 14%;
    }
}

.divAsistenteInfo {
    border-color: black;
    border-width: 2px;
    height: 250px;
    width: 250px;
}

.imgTab {
    height: 15px;
}

img.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:-50px;
}

.contentAsistente {
    height: 400px;
    background: white;
    border-color: lightgray;
    border-width: 1px !important;
    border: solid;
    margin-top: 10px;
    border-radius: 5px;
}

.fieldsetAsistente {
    height: 200px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

button.btn-transparent {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 0px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    /**height: 70px;**/
    box-shadow: none;
}

button.btn-white {
    background-color: white;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    height: 75px;
    width: 93px;
    margin-bottom: 5px;
    font-size: 10px;
}

.breadcrumb {
    background-color: #0065B3;
    color: white;
    margin-bottom: 0px;
}

.leftcheck {
    margin-top: 2px !important;
    margin-left: -30px !important;
}

/* pop panels no modal*/
.img-responsive {
    margin-top: 2px;
}

.popnomodal {
    border-radius: 10px !important;
    height: auto;
    /*height: 180px;*/
    vertical-align: bottom;
    border-bottom-color: #808080a1;
    border-bottom-width: thick;
    border-right-color: #808080a1;
    border-right-width: thick;
}

.popnomodal-close {
    margin-right: 9px;
    margin-top: 2px !important;
    color: white;
    opacity: 1;
}

.popnomodal-header {
    padding: 0px;
    height: 30px;
}

.popnomodal-title {
    padding: 5px;
    background-color: #578FDA;
    color: white;
    font-family: Quicksand;
    font-size: 11pt;
}

/* New css modal */
.modal-container {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 10px !important;
}

.bottom-modal {
    position: absolute;
    bottom: 1em;
    right: 4em;
    width: 35em;
}

.bottom-modalc {
    position: absolute;
    bottom: 19em;
    right: 4em;
    width: 35em;
}

.modal-img {
    width: 38%;
    max-width: 38%;
    padding-bottom: 1.5em;
}

.margin-modal {
    margin: 0 0 .3em;
}


.bold-text {
    font-weight: bold;
}

/* Tree menu*/
.regionMenu {
    display: flex;
    flex-direction: row;
    min-height: 250px;
    max-height: 56vh;
    width: 340px;
    overflow: auto;
    margin-bottom: 10px;
}

div[data-angular-treeview] {
    max-height: 500px;
    background-color: white;
    overflow: auto;
    border: solid 1px lightgrey;
}


treecontrol {
    max-height: 500px;
    background-color: white;
    overflow: auto;
}

.nav-buscar {
    color: white;
}

    .nav-buscar > li > a {
        color: black;
    }

    .nav-buscar > li.active > a {
        color: black;
    }



.nav-tabs > li {
    width: 105px;
}

    .nav-tabs > li.active > a {
        /*color: white;*/
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,e7e7e7+50,d8d8d8+51,ececec+100 */
        background: #f5f5f5; /* Old browsers */
        background: -moz-linear-gradient(top, #f5f5f5 0%, #e7e7e7 50%, #d8d8d8 51%, #ececec 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f5f5f5 0%,#e7e7e7 50%,#d8d8d8 51%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f5f5f5 0%,#e7e7e7 50%,#d8d8d8 51%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
        border-top-color: lightgray;
    }

    .nav-tabs > li > a {
        margin-right: 0px;
    }

.nav > li.active {
    color: white;
}

.nav > li > a {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    color: black;
    padding: 5px 10px 5px;
    background-image: -ms-linear-gradient(top, #9EC9EE 0%, #2091F4 100%); /* IE10+ */
    background-image: -moz-linear-gradient(top, #9EC9EE 0%, #2091F4 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #9EC9EE 0%, #2091F4 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9EC9EE), color-stop(100, #2091F4)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #9EC9EE 0%, #2091F4 100%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #9EC9EE 0%, #2091F4 100%); /* W3C Markup */
}


header.Style {
    background-image: -ms-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%) !important; /* IE10+ */
    background-image: -moz-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%) !important; /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%) !important; /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1E6FFC), color-stop(100, #3EABFD)) !important; /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%) !important; /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #3d85c1 -1%,#3d85c1 0%,#3d85c1 0%,#3d85c1 0%,#246aaa 30%,#143b67 66%,#061128 100%,#d5ebfb 100%,#061128 100%) !important; /* W3C Markup */
    color: white;
    font-weight: 500;
}

.popupQBE {
    margin-top: 15px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
}

treecontrol.tree-classic li.tree-link i {
    background-image: url('') !important;
}

.flag-red {
    padding: 1px 20px;
    background-image: url(../img/flag_red.png) !important;
    background-repeat: no-repeat;
}

.flag-orange {
    padding: 1px 20px;
    background-image: url(../img/flag_orange.png) !important;
    background-repeat: no-repeat !important;
}

.flag-green {
    padding: 1px 20px;
    background-image: url(../img/flag_green.png) !important;
    background-repeat: no-repeat !important;
}

footer.Style {
    background-color: #F1EDED; /*#0d286d */
    color: black;
}

.footerlegend {
    position: fixed;
    bottom: 0;
    width: 95%;
}


ol, ul {
    margin-top: 0;
    margin-bottom: 5px;
}

.grid {
    width: 100%;
    height: 72vh !important;
}

.ui-grid-row {
    line-height: 20Px;
}

.left-footer {
    height: 130px;
    width: 340px;
    padding: 0px 0px 0;
    position: fixed;
    display: block;
    bottom: 0;
    /*    background-color: #337EF1; */
    color: white;
    margin-top: 0px;
    background-image: -ms-linear-gradient(bottom, #337EF1 0%, #C2E1FD 100%); /* IE10+ */
    background-image: -moz-linear-gradient(bottom, #337EF1 0%, #C2E1FD 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(bottom, #337EF1 0%, #C2E1FD 100%); /* Opera */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #337EF1), color-stop(100, #C2E1FD)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(bottom, #337EF1 0%, #C2E1FD 100%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #9EC9EE 0%, #19497C 100%); /* W3C Markup */
}

.left-recientes {
    background-color: lightgrey;
}

.radioBuscar {
    margin-top: 0px;
    margin-left: 30px;
}

.tree-menu {
    position: absolute;
    height: 50% !important;
    width: 340px;
}

.modal-xl {
    width: 700px !important;
}

#left-panel {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 100%;
}

#header {
    height: 70px;
}

    #header > div {
        height: 70px;
    }

#logo {
    width: 175px;
    margin-top: 3px;
    margin-left: 9px;
}

#logo-ophelia img {
    height: 59px;
}

body {
    font-size: 10px;
    color: #0d286d;
    font-family: Quicksand;
}

    body:not(.menu-on-top).desktop-detected {
        min-height: 600px !important;
    }

.tab-content {
    overflow: auto;
    border: solid;
    border-width: 1px;
    border-color: darkgrey;
    height: 87Vh;
}

#header > :first-child, aside {
    width: 340px;
}

.smart-style-2 .login-info a {
    width: 290px;
}

legend {
    padding: 2px;
    font-size: 14px;
    margin-bottom: 1px;
    width: auto;
    border-bottom: hidden;
}

.login-info {
    background-color: white;
    padding-left: 5px;
    width: 50%;
}

    .login-info a span + i {
        float: right;
    }

.pauditoria {
    margin: -6px 13px 5px 13px;
    vertical-align: middle;
    height: 30px;
}

.puserinfo {
    margin-left: 13px;
    margin-bottom: 5px;
}

.page-footer {
    height: 30px;
    padding: 5px 15px 0px 340px;
    background-color: #F1EDED !important;
}

.smart-style-2 .login-info a span {
    max-width: 280px;
    font-size: 11px !important;
}

.smart-style-2 #header, .smart-style-2 .superbox-show {
    /* background-color: #0065B3; */
    background-image: -ms-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%); /* IE10+ */
    background-image: -moz-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1E6FFC), color-stop(100, #3EABFD)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #3d85c1 -1%,#3d85c1 0%,#3d85c1 0%,#3d85c1 0%,#246aaa 30%,#143b67 66%,#061128 100%,#d5ebfb 100%,#061128 100%); /* W3C Markup */
}

.smart-style-2 aside {
    background: white;
}

.modal-dialog {
    width: 450px;
}

.popup-dialog {
    width: 370px;
    -webkit-box-shadow: 5px 5px 50px 5px rgba(227,223,227,1);
    -moz-box-shadow: 5px 5px 50px 5px rgba(227,223,227,1);
    box-shadow: 5px 5px 5px 5px rgba(227,223,227,1);
}

.recent-info {
    height: 90px;
    font-family: Quicksand;
    font-size: 12px;
    background-color: white;
    color: black;
    margin-top: -10px;
    border-color: lightgray;
    border-width: 4px;
    border-style: solid;
    padding-left: 10px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

#extr-page #header {
    background-image: -ms-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%) !important; /* IE10+ */
    background-image: -moz-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%) !important; /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%) !important; /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1E6FFC), color-stop(100, #3EABFD)) !important; /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #1E6FFC 0%, #3EABFD 100%) !important; /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #3d85c1 -1%,#3d85c1 0%,#3d85c1 0%,#3d85c1 0%,#246aaa 30%,#143b67 66%,#061128 100%,#d5ebfb 100%,#061128 100%) !important; /* W3C Markup */
    width: 100%;
}

#main {
    height: 85vh;
}

@media screen and (max-height:900px) {
    #left-panel {
        min-height: 640px;
    }

    #regionMenu {
        max-height: 50vh;
    }

    .grid9 {
        height: 65vh !important;
    }
}


@media screen and (max-height:768px) {
    #left-panel {
        min-height: 640px;
    }

    #regionMenu {
        max-height: 43vh;
    }

    .tab-content {
        height: 79vh !important;
    }

    .grid9 {
        max-height: 52vh !important;
    }
}

@media (min-height: 979px) {
    #left-panel {
        min-height: 500px;
    }
}

/* Extra Small */
@media(max-width:767px) {
    .tab-content {
        height: 81Vh;
    }
}

/* Small */
@media(min-width:768px) and (max-width:991px) {
    .tab-content {
        height: 81Vh;
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px) {
    .tab-content {
        height: 81Vh;
    }
}

@media screen and (min-width: 979px) {
    .hidden-menu #left-panel {
        left: -340px;
    }

    #main {
        margin-left: 340px;
    }

    .hidden-menu #main {
        position: relative;
        left: 0px;
    }

    .hidden-menu #page-footer {
        position: relative;
        left: 0px;
    }
}

@media (min-width:880px) and (max-width:979px) {
    #left-panel {
        left: 340px;
    }

    #main {
        margin-left: 340px;
    }

    .hidden-menu #main {
        position: relative;
        left: -340px;
    }

    #page-footer {
        position: relative;
        left: -340px;
    }

    .tab-content {
        height: 707Px;
    }
}

/*@media (max-width:1024px) {
    #header {
        display: none;
    }
}*/

@media (max-width:979px) and (min-width:768px) {
    #left-panel {
        left: 0px;
    }

    #main {
        margin-left: 340px;
    }

    .hidden-menu #main {
        position: relative;
        left: 0px;
    }

    .hidden-menu #page-footer {
        position: relative;
        left: 0px;
    }

    .tab-content {
        height: 707Px;
    }
}

@media (min-width:768px) and (max-width:880px) {
    #left-panel {
        left: -340px;
    }

    .hidden-menu #main {
        position: relative;
        margin-left: 0px;
    }

    #main {
        margin-left: 0px;
    }

    #page-footer {
        position: relative;
        left: 0px;
    }

    #logo img {
        width: 165px !important;
    }
}

@media (max-width:767px) {
    #left-panel {
        left: -340px;
    }

    .hidden-menu #main {
        position: relative;
        left: 0px;
    }

    #main {
        margin-left: 0px;
    }

    #page-footer {
        position: relative;
        left: 0px;
    }

    #logo img {
        width: 165px !important;
    }
}

@media only screen and (min-width:0) and (max-width:679px) {
    #left-panel {
        left: -340px;
    }

    .hidden-menu #main {
        position: relative;
        left: 0px;
    }

    #main {
        margin-left: 0px;
    }

    #page-footer {
        position: relative;
        left: 0px;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    #left-panel {
        left: -340px;
    }

    .hidden-menu #main {
        position: relative;
        left: 0px;
        margin-left: 0px;
    }

    #main {
        margin-left: 0px;
    }

    #page-footer {
        margin-left: 340px;
    }
}

Estilo Alineado {
    background-color: #0D286D;
    color: white;
}



.hidden-menu .page-footer {
    padding-left: 340px;
}

#close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
}

.scrolling-tabs-header {
    background-color: #666666;
    color: white;
    font-size: 22px;
    height: 40px;
    padding: 4px 18px;
}

.scrolling-tabs-subheader {
    background-color: #f0f0f0;
    color: #333;
    font-size: 16px;
    height: 65px;
    margin-top: 50px;
    padding: 8px 24px;
}

    .scrolling-tabs-subheader:first-child {
        margin-top: 20px;
    }

    .scrolling-tabs-subheader div:first-child {
        font-weight: 700;
        margin-bottom: 2px;
    }

/* line 6, scrolling-tabs.scss */
.scrtabs-tab-container * {
    box-sizing: border-box;
}

/* line 10, scrolling-tabs.scss */
.scrtabs-tab-container {
    height: 42px;
}

/* line 14, scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}

/* line 21, scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
    position: relative;
}

/* line 25, scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
    border: 1px solid #dddddd;
    border-top: none;
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
}
    /* line 37, scrolling-tabs.scss */
    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }

/* line 42, scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 41px;
}
    /* line 44, scrolling-tabs.scss */
    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

/* line 49, scrolling-tabs.scss */
.scrtabs-tab-content-hidden {
    display: none;
}

button.button_filtro {
    padding-left: 30px;
    background: url("../img/imgTaps/imgFiltro.png") no-repeat 10px center;
    background-color: white;
    height: 25px;
    width: 100px;
}

button.button_calendario {
    padding-left: 30px;
    background: url("../img/imgTaps/imgCalendario.png") no-repeat 10px center;
    background-color: white;
    height: 25px;
    width: 100px;
}

button.button_refrescar {
    padding-left: 30px;
    background: url("../img/imgTaps/imgRefrescar.png") no-repeat 10px center;
    background-color: white;
    height: 25px;
    width: 100px;
}

button.buttonOF {
    padding-left: 30px;
    height: 20px;
    color: inherit;
    border: 1px groove;
    border-top-color: lightgrey;
    border-left-color: lightgrey;
    border-right-color: #686868;
    border-bottom-color: #686868;
    background-color: Window;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 3px;
}


.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    text-align: left;
    padding: 10px;
    width: 160px;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
        background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
        background-color: #e9e9e9;
    }


#ta {
    width: 250px;
    min-height: 116px;
    resize: none;
}

.pestanas {
    overflow: auto;
}


.img-circle {
    border-radius: 50%;
    width: 7%;
    margin-top: 18Px;
    float: left;
    margin-right: 10Px;
}

.buttonheader {
    margin-top: 10Px;
}

.popnomodalImagen {
    padding-left: 2Px !important;
}

.popnomodalData {
    margin-left: -20px !important;
}

.infoDiv {
    position: absolute;
    top: 0Px;
    left: 50%;
    z-index: 999;
}


.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fff8e5;
}

.footerinfo {
    padding: 0 !important;
    background: white !important;
}

.FrmTareas::-webkit-scrollbar {
    width: 5px;
    background: #FFFFFF;
    height: 15px;
}

.FrmTareas::-webkit-scrollbar-button {
    width: 40%;
    height: 70px;
}

.FrmTareas::-webkit-scrollbar-track {
    background: white;
    border: thin solid #B1B1B1;
}

.FrmTareas::-webkit-scrollbar-thumb {
    background: rgba(218, 218, 218, 0.75);
    border: thin solid #797979;
}

.FrmTareas {
    border: 0;
}

.buttonline {
    margin-top: 20Px;
}

.processbutton {
    height: 30Px;
    text-align: center;
    line-height: 10px;
    font-size: inherit;
    white-space: nowrap;
    margin-left: 5px;
    margin-top: 5px;
}

.squareblue {
    background: blue;
    width: 24px;
    height: 24px;
}

.squarered {
    background: red;
    width: 24px;
    height: 24px;
}

/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #95a5a6;
    font-family: "Helvetica", arial, sans-serif;
    font-size: 13px;
    border: 1px solid #ecf0f1;
    background: #ecf0f1;
    padding: 5px;
    display: inline-block !important;
    visibility: visible !important;
}

input[type="date"], focus {
    color: #95a5a6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


.modalpwdChangeheader {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(to bottom, #3d85c1 -1%,#3d85c1 0%,#3d85c1 0%,#3d85c1 0%,#246aaa 30%,#143b67 66%,#061128 100%,#d5ebfb 100%,#061128 100%);
    height: 60px;
}

.pwdtittle {
    text-align: center;
    font-size: 20Px;
    vertical-align: middle;
    font-weight: 900;
    display: inline-block;
    margin-left: 25Px;
    color: white;
}

.pwdimage {
    width: 10%;
}

.pwdmodal {
    border-width: 0Px;
    border-color: #286FAE;
    border-radius: 10px;
}

.pwdUser {
    font-size: medium;
    font-weight: bold;
}

.pwdUserName {
    font-size: medium;
    float: left;
    padding-right: 3px;
}

.time {
    margin-left: 43px;
    -webkit-appearance: none;
    color: #95a5a6;
    font-family: helventica, arial,sans-serif;
    font-size: 13px;
    border: 1px solid #ecf0f1;
    background: #ecf0f1;
    padding: 5px;
    display: inline-block;
    visibility: visible;
}


.btnReciente {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #404040);
    background-image: -moz-linear-gradient(top, #ffffff, #404040);
    background-image: -ms-linear-gradient(top, #ffffff, #404040);
    background-image: -o-linear-gradient(top, #ffffff, #404040);
    background-image: linear-gradient(to bottom, #ffffff, #404040);
    -webkit-border-radius: 60;
    -moz-border-radius: 60;
    border-radius: 60px;
    padding: 0px 0px 0px 16px;
    text-decoration: none;
}

    .btnReciente:hover {
        background: #404040;
        background-image: -webkit-linear-gradient(top, #404040, #ffffff);
        background-image: -moz-linear-gradient(top, #404040, #ffffff);
        background-image: -ms-linear-gradient(top, #404040, #ffffff);
        background-image: -o-linear-gradient(top, #404040, #ffffff);
        background-image: linear-gradient(to bottom, #404040, #ffffff);
        text-decoration: none;
    }

.propiedad {
    color: black;
    padding: 0;
}

    .propiedad > a {
        font-family: Quicksand;
        font-size: 14px;
        font-style: normal;
        color: black;
    }

        .propiedad > a > em {
            font-family: Quicksand;
            font-size: 14px;
            font-style: normal;
            color: black;
        }

.fif {
    display: inline-block; /* Or inline-block */
    padding-left: 10px;
}

.process-inTime {
    background: #0028ff;
    width: 30px;
    height: 30px;
}

.process-Expired {
    background: #e72942;
    width: 30px;
    height: 30px;
}

.process-Today {
    background: #e2b14a;
    width: 30px;
    height: 30px;
}

.process-Near {
    background: #00ad08;
    width: 30px;
    height: 30px;
}

.panel-config {
    border-bottom: groove;
    border-left-style: ridge;
    border-right-style: ridge;
    border-top-style: ridge;
    border-radius: 5px;
    padding-top: 10px;
}

.img-config {
    padding-right: 10px;
    padding-left: 10px;
}

.info-config {
    padding-top: 7px;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.opcion-config {
    padding-top: 2%;
    padding-left: 10px;
    padding-right: 10px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    height: inherit;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}



/* Estilos para containers ordenamiento empresas y config. cumpleaņos */

.img-containers {
    float: left;
    padding: 15px;
    margin: 5px 10px;
}

.popnomodal-close {
    font-weight: 100;
}