html {
    font-family: OpenSans,"Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../styles/OpenSansRegular.ttf') format('truetype');
}
body {
    background: #fafafa;
    font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    height: 100%;
}
/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*border: 3px solid purple;*/
    width: 100%;
}
.header {
    margin-bottom: 0px;
}
.dropdown-menu.menus.menuaccount{
    left: 0 !important; 
    /*right: 0 !important;*/ 
}
.navbar .dropdown-menu > li > a{
    line-height: 30px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    color: #fff;
    text-decoration: none;
    /*background-color: #337ab7;*/
    outline: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    margin: 4px 4px;

}
.bgdark{
    background-color: #003d4c;
}
.bgclear{
    background-color: #fafafa;
}
.breadcumboff{
    display: none;
}
.breadcumbon{
    display: block;
}
.navhi{

} 
.main {
    flex: 1; 
} 
.footer {

}

#navbar-collapse,
.navbar .languaje{
    margin-right: 0px;
    padding-right: 0px;
}

.navbaritems{
    border-left: 1px solid #c1c7d0;
    border-right: 1px solid #c1c7d0;
    /*    padding-left: 5px;
        padding-right: 5px;*/
}

.itemlanguaje{
    height: 20px;
}
.navbarlanguaje{
    /*width: 40px;*/
}
.navbarback{
    /*    background-color: #0b1011;*/
    background-color: #ffffff;
    color:#383838;
    margin-bottom: 0px;
}
.navbarback a{
    color:#ccc;
}
.navbarback a:hover{
    color:#337ab7;
}
.navbar-header{
    padding-right: 25px;
    border-right: 1px solid #CCC;
    margin-right: 5px;
}
.navbarconfig {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.navbar-name{
    display: inline-table;
    margin-top: 12px;
    margin-left: 5px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #c1c7d0;
}
.navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    /*min-width: 60px;*/
}

input, select{
    height: 42px !important;
    padding-left: 10px;
}

input[type=text]:focus, 
select:focus{
    background-color: transparent;
    box-shadow: 0 0 2px #4c4d57;
    border: 1px solid #4c4d57;
}

.filter-date button{
    height: 42px;
}

.rightfilter{
    float: right;
    text-align: right;
}

.btn {
    border-radius: 4px;
    line-height: 30px;
    font-style: normal;
    font-stretch: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
}

.btn-secondary{
    border: solid 1px #265966;
}

.btn-secondary{
    border: solid 1px #4d7782;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #003d4c;
}
.btn-secondary[disabled]{
    background-color: #ebecf0;
    color: #a6abb3;
    font-weight: bold;
    border: solid 1px #c1c7d0;
}
.btn-secondary:focus{
    border-radius: 4px;
    border: solid 2px #00afdb;
    color: #003d4c;
}
.btn-info{
    box-shadow: 0 1px 1px 0 rgba(193, 199, 208, 0.6);
    border: solid 1px #dfe1e5;
    background-color: #ffffff;
    line-height: 1.71;
    letter-spacing: normal;
    color: #21232b;
    font-size: 14px;
}
.btn-info:hover{
    box-shadow: 0 1px 1px 0 rgba(193, 199, 208, 0.6);
    border: solid 1px #dfe1e5;
    background-color: #ebecf0;
    line-height: 1.71;
    letter-spacing: normal;
    color: #21232b;
    font-size: 14px;
}
.btn-info:focus{
    border: solid 2px #00afdb;
    letter-spacing: normal;
    color: #21232b;
}
.btn-danger:hover{
    border: solid 1px var(--color-red-red-70);
    background-color: var(--color-red-red-60);
}
.btn-danger{
    border-radius: 4px;
    border: solid 1px var(--color-red-red-90);
    background-color: var(--color-red-red-80);
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.btn-home:hover{
    border-radius: 4px;
    background-color: #ccd8db;
    color: #003d4c;
}
.btn-home{
    border: solid 1px #ccd8db;
    background-color: #fafafa;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #21232b;
}
input[type=text]:focus {
    border: none !important;
    background-color: transparent;
    border-bottom: 1px solid #6c6d75;
    outline: 0;
}
.loginpage .btn[disabled]{
    border-radius: 4px;
    border: solid 1px #4d7782;
    background-color: #4d7782;
}
.loginpage .btn{
    border: solid 1px #ccd8db;
    background-color: #fafafa;
    color: #003d4c;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 25px;
}
.navbar-brand{
    height: 0px;
}
.loginform div{
    padding-top: 15px;
}


.titlelogin{
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
}

.loginform label{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
}

.navbarlanguajelogin{
    line-height: 35px;
    /*    border-left: 1px solid #c1c7d0;*/
    padding-left: 15px;
    padding-right: 15px;
    /*border-right: 1px solid #ccc;*/
}

.borderleft{
    border-left: 1px solid #c1c7d0; 
}
.navbar-bottom{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ebecf0;
    min-height: 50px;
    z-index: 1030;
}


.breadcumb .subtitle{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
    padding-left: 40px;
}
.shortcut{
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.maincontroller{
    width: 90%;
    margin-left: 6%;
    margin-right: 2%;
}
.maincontroller .title{
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2d2f3a;
    margin-bottom: 15px;
}
.titlemonitor{
    border-bottom: 1px solid #ced0d6;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 34px;
}
.subtitlemonitor{
    margin-bottom: 15px;
}
.filtermonitor{
    line-height: 45px;
}
.subfiltermonitor{
    border-bottom: 1px solid dfe1e5;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.labelfilters label{
    font-weight: normal;
}
.labelfiltersleft label{
    text-align: right;
    font-weight: normal;
    margin-bottom: 0px !important; 
}

.labelfilters {
    text-align: right;
    padding-right: 0px;
    line-height: 34px;
}
.filterstitle{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    color: #21232b;
}
.filter{
    margin-top: 10px;
    margin-bottom: 10px;
}
.shortcut .header{
    margin-top: 20px;
    margin-bottom: 20px;
}
.well-smmt{
    background-color: #ebecf0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 2.4px;
    box-shadow: 0 2px 6px 0 rgba(193, 199, 208, 0.8);
    border: solid 1px #dfe1e5;
} 
.well-left{
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 19%;
    background-color: #ebecf0;
    box-shadow: 0 2px 6px 0 rgba(193, 199, 208, 0.8);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 10px;
}
.well-rigth{
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 80%;
    background-color: #ebecf0;
    box-shadow: 0 2px 6px 0 rgba(193, 199, 208, 0.8);
    padding-top: 15px;
    padding-bottom: 15px;
}

.btnreports {
    width: 15.7%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 7px;
    padding-right: 7px;
}
.label-well-rigth{
    margin-bottom: 2px;
}
#divReports .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.stages5 .tasks.titlestask {
    margin-top: 24px;
}
.separatorprod{
    margin-top: 10px;
}
.inter-well{
}
.shortcut .well-smmt div {
}
.maincontroller .principal{
    padding-top: 10px;
}
#idSerialCapturado{
    width: 100%;
    line-height: 40px;
    border-radius: 4px;
    border: solid 1px #4c4d57;
    background-color: #ffffff;
    font-size: 14px;
    /*    margin-bottom: 12px;
        margin-top: 10px*/
}
#wmsystemAppmain input,
#wmsystemAppmain select,
#wmsystemAppmain textarea{
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #4c4d57;
    background-color: #ffffff;
}

#wmsystemAppmain input[disabled],
#wmsystemAppmain select[disabled],
#wmsystemAppmain textarea[disabled]{
     
    background-color: #eee !important;
}


.table > tbody > tr > td{
    vertical-align: middle;
}
.stages{
    padding-bottom: 20px;
    padding-top: 20px;
}
.stages1, .stages2, .stages3, .stages4, stages5, stages6{
    padding-left: 20px;
    float: left;
    width: 100%;
} 
.tasks{
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.titlestask{
    font-size: 11.2px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #333333;
    line-height: 50px;
}
.btnavailable:disabled{
    background-color: ebecf0;
    cursor: pointer;
    color: #a6abb3;
}
.btnavailable:hover{
    background-color: #ebecf0;
    cursor: pointer;
}

.btnavailable.col-md-2{
    width: 14.5% !important;
}
.btnavailable span{
    display: table-cell;
    vertical-align: middle;
}
.btnavailable{
    height: 45px;
    border-radius: 4px;   
    box-shadow: 0 1px 1px 0 rgba(193, 199, 208, 0.6);
    border: solid 1px #dfe1e5;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #21232b;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    display: table-cell;
}

.contentstage5,
.contentstage4,
.contentstage3,
.contentstage2{
    line-height: 50px;
    border-left: 3px solid #003d4c;
    margin-top: -4px;
    margin-bottom: -15px;
    margin-left: 24px;
}
.contentstage{
    margin-left: 29px;
    margin-top: -8px;
    margin-bottom: -6px;
}
.stages1 .contentstage,
.stages2 .contentstage,
.stages3 .contentstage,
.stages4 .contentstage,
.stages5 .contentstage,
.stages6 .contentstage{
    border-left: 3px solid #003d4c;
}
/*.titlestaghi {
    padding-top: 8px;
    padding-bottom: 8px;
}*/
.titlestage {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2d2f3a;
}
.titlestage div{
    float:left;
    padding-bottom: 5px;
    /*padding-top: 5px;*/
}
.titlestag{
    border-bottom: 1px solid #c1c7d0;
    float: left;
    margin-left: 5px;
}
.stagecontainer{
    margin-top: -12px;
}
.titlestage .btnopen{
    background: url("../images/active-open.png") no-repeat center top;
    width: 50px;
    height: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: -2px;
}
.titlestage .btnclosed{
    background: url("../images/active-close.png") no-repeat center top !important;
}

.titlestage .dropdowng{
    font-size: 18px; 
    margin-left: 10px;
    margin-right: 10px;
    line-height: 35px;
}

.monitorthtopgreen{
    border-top: 9px solid #4caf50 !important;
}
.monitorthtopgray{
    border-top: 9px solid #a6abb3 !important;
}
.monitorthtopred{
    border-top: 9px solid #d32f2f !important;
}

.navaccount{
    margin-right: 0px;
}
.usernamelogged{
    /*width: 180px;*/
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.user{
    font-size: 14px;
    line-height: 1.71;
    color: #2d2f3a;
}
.account,
.account .dropdown-toggle{
    padding-top: 1px;
    padding-bottom: 1px;
}
.role{
    font-size: 12px;
    line-height: 1.33;
    color: #6c6d75;
}

.principal .well{
    background-color: white;
    border-color: #dfe1e5;
}

.tableth th ,
.principal .tablemonitor th {
    background-color: #fafafa;
}

.error {
    color: white;
    background-color: red;
}
@media only screen and (max-width: 1000px) {
    .contentstage2{
        display: none;
        /*        line-height: 30px;
                border-left: 3px solid #003d4c;
                margin-top: 41px;
                margin-bottom: -15px;
                margin-left: 24px;*/
    }
}
@media screen and (max-width: 600px) {
    .navbar a:not(:first-child) {display: none;}
    .navbar a.icon {
        float: left;
        display: block;
    }
};
.loading {
    background: url("../images/loading.png") no-repeat center top;
    height: 250px;
}

.homelogowms {
    margin-top: 10px;
    width: 140px;
    background: url("../images/wms_logo.png") no-repeat center top;
    background-size: contain;
    position: absolute;
    right: 0px;
}
.navbar-home{
    margin-left: 0px;
    margin-top: 7px;
    margin-top: 10px;
    font-size: 8pt;
    font-weight: bold;
    width: 240px;
}
/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .hipster {
        background: url("../images/hipster2x.png") no-repeat center top;
        background-size: contain;
    }
}
.hand {
    cursor: pointer;
}
#threadDump .popover, #healthCheck .popover {
    top: inherit;
    display: block;
    font-size: 10px;
    max-width: 1024px;
}
#healthCheck .popover {
    margin-left: -50px;
}
.health-details {
    min-width: 400px;
}
.alert .popover pre {
    font-size: 10px;
}
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

/* start Password strength bar style */
ul#strengthBar {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}
.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}
/* end Password strength bar style */
#table-productos-seleccionados tbody tr td:last-child {
    width: 1%
}
.navbarback{
    background-color: #0b1011;
    color:#383838;
}
.navbarback a{
    color:#ccc;
}
.navbarback a:hover{
    color:#337ab7;
} 

.entities{
    height: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.entitiesfecha{
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2d2f3a;
    margin-top: 40px;
    margin-bottom: 40px;
}

.entitiestitle{
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2d2f3a;
    margin-top: 40px;
    margin-bottom: 40px;
}

.entitiesfilters{
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.entitiesfilters .btn-secondary{
    margin-top: 25px;
    height: 40px;
}

/*#despachoMain .entitiesfilters .btn-secondary,*/
#revisionHatMain .entitiesfilters .btn-secondary,
#recepcionMain .entitiesfilters .btn-secondary,
#soporteMain .entitiesfilters .btn-secondary{
    margin-top: 0px;
    height: 40px;
}
.totalcount{
    margin-top: 8px; 
    margin-bottom: 8px; 
    /*float: left;*/
    width: 100%;
}

.producthistory{
    width: 60%;
}

.modalreports{
    width: 60%;
}
.center{
    text-align: center;
}
.filtersst1{
    margin-bottom: 0px;
}

#zona1,
#filterzona2, 
#filterzona3, 
#filterzona4, 
#filterzona5, 
#filterdestinos {
    margin-top: 15px;
}

.animate-show {
    opacity: 1;
    padding: 10px;
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
    transition: all linear 0.5s;
}

.animate-show.ng-hide {
    line-height: 0;
    opacity: 0;
    padding: 0 10px;
}
.lastupdate{
    font-size: 12px;
    line-height: 15px;
}

.tablemonitorinventory th{
    width: 12.5%
}
.tablemonitorinventorynotserial th{
    width: 12.5%
}
.tablemonitortransactions th{
    width: 16.6%
}
.filtermonitor label {
    font-weight: normal;
}
.inputlabel label{
    font-weight: normal;
}
.tabletextright{
    text-align: right;
    padding-right: 15px !important;
}
.tabletextleft{
    text-align: left;
    padding-left: 15px !important;
}
.tabletextcenter{
    text-align: center;
}
.configuracionsalink a{
    padding-top: 8px;
    padding-bottom: 8px;
}
.configuracions{
    background: url("../images/cog.png") no-repeat center top;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.monitorthtopyellow{
    border-top: 9px solid #ffbe26 !important;
}
.principal.totalCuarentenasPorCategoriaSintomas .well {
    padding-top: 10px;

}
.totalCuarentenasPorCategoriaSintomas{
    width: 818px;
    height: 400px
}
.legendTotalCuarentenasPorCategoriaSintomas{
    overflow-y: auto;
    height: 255px;
}
.colorCategory{
    width: 16px;
    height: 16px;
    border-radius: 10px;
    float: left;
    min-height: 16px;
    vertical-align: middle;
    margin-left: 20px; 
    margin-right: 30px; 
}
.trCategory.trheadfoot{
    height: 50px;
}
.trCategory th,
.trCategory td{
    height: 28px;
    vertical-align: middle;
}
.divTableLegend{
    border-radius: 4px;
    background-color: #f4f5f7;
    margin-left: 15px;
}
.divTableLegend table{
    width: 100%;
}
.divTableLegend2 {
    border-radius: 4px;
    background-color: #f4f5f7;
    margin-right: 10px;
}
.divTableLegend2 table{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.sintoma{
    padding-left: 50px !important;
}
.titlemonitor2{
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 34px;
}
.detailDashboard{
    background: url("../images/expand-arrows-alt.png") no-repeat center top;
    width: 25px;
    height: 25px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 5px;
}
.modalDashBoard .row {
    margin-right: -20px;
    margin-left: -8px;
    padding-left: 0px;
    padding-right: 0px;
}
.modalDashBoard{
    width: 80%;
}
.nv-pie-title{
    font-size: 15px !important;
    fill: #2d2f3a !important;
}

.dashed {
    stroke-dasharray: 5, 5;
}

.nv-lineChart .nv-axis.nv-x .tick line {
    display:none;
}

.nv-lineChart .nv-axis.nv-y .tick line {
    stroke-dasharray: 5, 5;
}

.nv-lineChart .nv-axis.nv-y  .zero line{
    stroke: #dbdbdb;
    stroke-opacity:1;
    stroke-dasharray: 0, 0;
}


.cumulativeTitle{
    height: 24px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #21232b; 
}

.cumulativeSubtitle{
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #6c6d75;
}

.cumulativeAxisY {
    width: 51px;
    height: 48px;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #2d2f3a;
}

.cumulativeAxisX {
    height: 16px;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2d2f3a;
    position: absolute;
    left: 800px;
    top: 280px;
}

.cumulativeLegendTitle{
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2d2f3a;
}


.real_planned_good{
    background: url("../images/check-circle-good.png") no-repeat center top;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    left: -15px;
}

.real_planned_less{
    background: url("../images/check-circle-copy.png") no-repeat center top;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    left: -15px;
}

.real_planned_warning{
    background: url("../images/exclamation-circle.png") no-repeat center top;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    left: -15px;
}

.monitorthtopyellow{
    border-top: 9px solid #ffbe26 !important;
}
.principal.totalCuarentenasPorCategoriaSintomas .well {
    padding-top: 10px;

}
.totalCuarentenasPorCategoriaSintomas{
    width: 818px;
    height: 400px
}
.legendTotalCuarentenasPorCategoriaSintomas{
    overflow-y: auto;
    height: 255px;
}

.trCategory.trheadfoot{
    height: 50px;
}

.tittleTaskStage{
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}
.entitiesfilters div label {
    font-weight: normal;
}

.table_header_buttons{
    padding-right: 14px;
    padding-left: 14px;
    border: 1px solid #dfe1e5;
    background-color: #ffffff;
    float: left;
    width: 100%;
}

.tablestasks{
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #dfe1e5;
    background-color: #ffffff;
}

.tablestasks .table-responsive th {
    height: 48px;
    background-color: #ebecf0;
    border: solid 1px #dfe1e5;
}
.tablestasks .table-responsive td {
    height: 48px;
}


.table-margin-bottom{
    margin-bottom: 0px;
}
.navfooter{
    text-align: center;
}
.navfooter .pagination > .active > a {
    background-color: #003d4c !important;
    color: #fff;
}
.navfooter .pagination > li :hover{
    cursor: pointer;
    color: #6c6d75;

}
.navfooter .pagination > li > a {
    background-color: transparent;
    color: #6c6d75;
    border: none;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    border-radius: 2px;
}

.combolitemsbypage{
    width: 80px !important;
    float: left;
}
.labelitemsbypage{
    float: left;
    display: inline;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 10px;
    font-size: 12px;
    color: #6c6d75;
}
.divTableLegendContainer {
    width: 335px;
    height: 264px;
    border-radius: 4px;
    background-color: #f4f5f7;
    position: relative;
    left: 10%;
}

.Instructions {
    width: 762px;
    height: 17px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #2d2f3a;
    position: relative;
    top: -30px;
}

.Add-another-user {
    width: 115px;
    height: 24px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #003d4c;
}
/*
.projectname{
    height: 120px;
    border-radius: 4px;
    border: solid 1px #ebecf0;
    background-color: #ffffff;
    padding-top: 20px;
    position: relative;
    top: -20px;
}*/







.contentensamblado{
    min-height: 350px;
}
.divLabelText{

}
.divDetallePlan{
    width: 50%;
    border: 1px solid #ebecf0;
    background-color: #fff;
    border-radius: 4px;
}
.divDetallePlan .form-group.row {
    margin-top:40px;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
#itemProducto{
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    margin-top: 20px;
}
.subtitletask{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.filtertask{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
}
.filtertask div {
    margin-left: -8px;
}
.filters label{
    font-weight: normal;
}
.divtablelist input[check]{
    width: 15px;
}
.divtablelist{
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divtablefoot{
    float: left;
    width: 100%;
}
.tablelistcheckbox{
    line-height: 48px;
    vertical-align: middle;
}
.tablelistcheckbox > input {
    width: 16px;
}
.divPopoverMensajesCombo .modal-dialog,
.divPopoverMensajes .modal-dialog {
    width: 350px;
}
.messageimage{
    background-size: contain;
    width: 10%;
    height: 25px;
    float: left;
}
.messagewarning{
    background: url("../images/exclamation-triangle.png") no-repeat center top;  
}
.messagesuccesfull{
    background: url("../images/check-circle.png") no-repeat center top;  
}
.messageinfo{
    background: url("../images/info-circle.png") no-repeat center top;  
}

.divPopoverMensajesCombo .mensajetitle 
.divPopoverMensajes .mensajetitle {
    float: left;
    width: 90%;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 10px;
}
.popover-warning{
    background-color: #ffefcc;
}
.popover-success{
    background-color: #dbefdc;
}
.popover-info{
    background-color: #cceff7;
}

.popover-content{
    float: left;
    padding: 0px;
}
.popover-content .popover-header{
    float:left;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
}
.popover-content .popover-body{
    float:left;
    width: 100%;
    padding: 10px 10px;
}
.popover-content .popover-footer{
    float:left;
    width: 100%;
    border-top: none;
    padding: 10px 10px;
    text-align: right;
}
.divPopoverMensajesCombo .popover-footer .btn,
.divPopoverMensajes .popover-footer .btn{
    line-height: 20px;
}
.popover{
    max-width: 354px;
}
.arrow {
    display: none;
}

.eventPlanningProject{
    height: 120px;
    border-radius: 4px;
    border: solid 1px #ebecf0;
    background-color: #ffffff;
    padding-top: 20px;
    position: relative;
    top: -20px;
}

.eventPlanningProjectName{
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 0px;
    font-size: 14px;
}

.divHoverMsg  {
    width: 290px;
    height: 134.7px;
    box-shadow: 0 4px 8px 0 rgba(45, 47, 58, 0.2);
    border: solid 1px #ebecf0;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    right: 1020%;
    bottom: 550%;
}

.divHoverMsgTitle {
    width: 100%;
    height: 40px;
    border-radius: 4px;
}

.divHoverMsgTitleText{
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    position: relative;
    left: 4%;
    top: 15%;
}

.divHoverMsgTitleTextInfo{
    color: #003d4c;
}

.divHoverMsgTitleTextWarning{
    color: #593e00;
}

.divHoverMsgBody{
    width: 258px;
    height: 48px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #2d2f3a;
    position: relative;
    left: 5%;
    top: 15%;
}

.modalcontent {
    float: left;
}
.modalbody{
    float: left;
}
.modalbody label {
    margin-top: 10px;
}
.modalbody span.input-group {
    width: 100%;
}


.modalbody span.input-group input[type=checkbox] {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.modalfoot{
    float: left; 
    width: 100%;
}
.ng-valid-date .btn {
    line-height: 28px;
}
.imgexclationthreshold{
    
}