.input-clear{
    background-color: transparent !important;
    border: 0px;
    flex-wrap: wrap;
    width: 100%;
}
#page-wrapper{
    overflow-x: hidden;
    padding-top: 20px !important;
}
.font-red{
    color: red !important;
}
.font-green{
    color: green !important;
}
.container_new{
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: rgb(190,190,190) !important;
    background: radial-gradient(circle, rgba(190,190,190,1) 0%, rgba(64,78,103,1) 100%) !important;
}

.container_new .login_container{
    width: 300px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;

}

.container_new .login_container .div_logo{
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    /*z-index: 10;*/
    left: calc(50vw - 470px);
    opacity: .5;
}

.container_new .login_container .div_logo .erp_logo{
    font-size: 184px;
    color: white;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}

.container_new .login_container .panel_new{
    margin: 0px !important;
    border-radius: 10px !important;
    border: 0px !important;
    box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.4);
}

.login_title{
    color: #FE8A7D !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.container_new .login_container .panel_new .panel-heading{
    background-color: #404E67;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.new_input{
    border-radius: 10px !important;
    border: 1px solid rgba(64, 78, 103, 0.4) !important;
}

.new_input_cte{
    border-radius: 5px !important;
    border: 1px solid rgba(64, 78, 103, 0.4) !important;
    height: 30px;
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.btn_new_success {
    border-radius: 10px;
    background: linear-gradient(to right, #0ac282, #0df3a3);
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px;
    border: 0px !important;
}

.btn_new_warning {
    border-radius: 10px;
    background: linear-gradient(to right, darkorange, #ffb727);
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px;
    border: 0px !important;
}
.btn_new_danger {
     border-radius: 10px;
     background: linear-gradient(to right, #ff0039, #ff3640);
     color: white !important;
     font-weight: 600 !important;
     font-size: 16px;
     border: 0px !important;
 }

.btn_new_info{
    border-radius: 10px;
    background: linear-gradient(to right, #3c8dbc, rgba(60, 141, 188, 0.6));
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px;
    border: 0px !important;
}

.msg_success {
    border-radius: 5px;
    background: linear-gradient(to right, #0ac282, #0df3a3);
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px;
    border: 0px !important;
    padding: 5px;
}
.msg_warning {
    border-radius: 5px;
    background: linear-gradient(to right, darkorange, #ffb727);
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px;
    border: 0px !important;
    padding: 5px;
}
.msg_danger {
    border-radius: 5px;
    background: linear-gradient(to right, #ff0039, #ff3640);
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px;
    border: 0px !important;
    padding: 5px;
}

.btn_new_success_circle {
    border-radius: 50%;
    background: linear-gradient(to right, #0ac282, #0df3a3);
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px;
    height: 52px;
    border: 0px !important;
    margin-right: -5px;
    padding-top: 13px;
}

.btn_transparent{
    background-color: transparent !important;

}
/*.btn_transparent:hover{*/
/*    background-color: #FE8A7D !important;*/
/*    border-radius: 5px;*/
/*}*/

.div_button_fixed{
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 30px;
    border: none 2px rgba(13, 243, 163, 0.4);
    padding-left: 10px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #0ac282;
    color: white;
    cursor: pointer;
}
.div_button_fixed label{
    cursor: pointer;
}
.disabled{
    pointer-events: none;
    opacity: 30%;
}
.panel-heading{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* width */
.navbar-default.sidebar::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.navbar-default.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.navbar-default.sidebar::-webkit-scrollbar-thumb {
    background: rgba(254, 138, 125, 0.7);
}

/* Handle on hover */
.navbar-default.sidebar::-webkit-scrollbar-thumb:hover {
    background: #FE8A7D;
}

.navbar-default.sidebar{
    position: fixed;
    margin-top: 15px !important;
    overflow: auto;
    max-height: 100vh;
}
.navbar-right{
    /*width: 20% !important;*/
}

.navbar-new{
    background-color: #404E67 !important;
    color: white !important;
    font-weight: 600;
    border: 0px !important;
    font-family: 'Exo', sans-serif !important;
    width: 100vw ;
    position: fixed;
    padding-left: 5px;
    /*left: 230px;*/
}

.name-color{
    color: #FE8A7D !important;
    font-family: 'Exo', sans-serif !important;
    font-weight: 800;
}

.navbar-brand{
    font-size: 24px !important;
}

.sidebar-new{
    background-color: #404E67 !important;
}
.sidebar-new a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    /*font-weight: 400;*/
}
.sidebar ul li{
    margin: 10px 0 0 0;
}
.sidebar ul li a.active{
    background-color: #FE8A7D !important;
    border-radius: 10px;
    color: white;
    border-left: 0px !important;
}

.sidebar-new li a:hover{
    background-color: rgba(254, 138, 125, 0.51) !important;
    border-radius: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus{
    background-color: rgba(254, 138, 125, 0.51) !important;
    border-radius: 10px;
}

.dropdown > li > a:hover,
.dropdown > li > a:focus{
    background-color: transparent !important;
}

.li-top-logo{
    height: 70px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
    font-family: 'Exo', sans-serif !important;
    font-weight: 600;

}
.li-top-logo .navbar-brand{
    font-size: 36px !important;
}

.panel{
    border-radius: 10px !important;
    font-family: 'Exo', sans-serif !important;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.2);
    border: 0px !important;
}

.panel-footer{
    background-color: transparent !important;
    color: white;
    border: 0px !important;
    font-size: 16px !important;
}

.navbar-top-links li:last-child{
    background-color: transparent !important;
    color: white !important;
}
.navbar-top-links li a{
    color: white !important;
}



.panel-new-red{
    background: linear-gradient(to right, #fe5d70, #fe909d) !important;
    color: white;
}
.panel-new-purple{
    background: linear-gradient(to right, purple, rgba(128, 0, 128, 0.6)) !important;
    color: white;
}
.panel-new-blue{
    background: linear-gradient(to right, #3c8dbc, rgba(60, 141, 188, 0.6)) !important;
    color: white;
}
.panel-new-brow{
    background: linear-gradient(to right, #99613b, rgba(153, 97, 59, 0.6)) !important;
    color: white;
}
.panel-new-violet{
    background: linear-gradient(to right, #887299, rgba(136, 114, 153, 0.6)) !important;
    color: white;
}
.panel-new-darkgreen{
    background: linear-gradient(to right, #799952, rgba(121, 153, 82, 0.6)) !important;
    color: white;
}
.panel-new-green{
    background: linear-gradient(to right, #5cb85c, rgba(92, 184, 92, 0.6)) !important;
    color: white;
}
.panel-new-yellow{
    background: linear-gradient(to right, #f0ad4e, rgba(240, 173, 78, 0.6)) !important;
    color: white;
}
.panel-new-orange{
    background: linear-gradient(to right, darkorange, #ffb51a) !important;
    color: white;
}
.panel-new-gray{
    background: linear-gradient(to right, LightSlateGray, rgba(119, 136, 153, 0.6)) !important;
    color: white;
}
.panel-new-darkred{
    background: linear-gradient(to right, #992d31, rgba(153, 45, 49, 0.6)) !important;
    color: white;
}

.input-group-addon{
    background-color: rgba(255, 140, 0, 0.11) !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    border: 0px !important;
}

.input_alert{
    background-color: rgba(255, 0, 0, 0.11);
    border: solid 1px red;
}
.input_success{
    background-color: rgba(92, 184, 92, 0.11);
    border: solid 1px #5cb85c;
}

.row.make-columns {
    -moz-column-width: 19em;
    -webkit-column-width: 19em;
    -moz-column-gap: 1em;
    -webkit-column-gap:1em;

}

.row.make-columns > div {
    display: inline-block;
    padding:  .5rem;
    width:  100%;
}

.panelGrid {
    display: inline-block;
    height: 100%;
    width:  100%;
}

.panel hr{
    border-bottom: solid 1px #404E67;
}

.loadingDiv{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c7c7c7;
    font-size: 30px;
    overflow: hidden;
}

.bkdDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:5000;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadingDiv span{
    z-index:23;
}
.loadingDiv .stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    margin: 0 -5%;
    overflow: hidden;
}
.loadingDiv .dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #404E67;
    color: #404E67;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
    z-index: 5001;
}

.loadingDiv .dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.loadingDiv .dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #404E67;
    color: #404E67;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.loadingDiv .dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FE8A7D;
    color: #FE8A7D;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        background-color: #FE8A7D;
    }
    50%,
    100% {
        background-color: #ebe6ff;
    }
}

.modal_custom{
    height: calc(100vh - 60px);
    width: calc(100vw - 240px);
    max-width: calc(100vw - 260px);
    background-color: white;
    position: fixed;
    bottom: 5px;
    border-radius: 5px;
    z-index: 1000;
    right: 20px;
    border: 2px solid #404E67;
}
.modal_custom header{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
    border-bottom: 1px solid rgba(64, 78, 103, 0.21);
    text-align: center;
    justify-content: center;
}
.modal_custom.content{
    width: 100%;
    height: 100%;
    background-color: gray;
    padding: 10px;
}
.loadingBar{
    display: none;
    width: 90vw;
    left: 5vw;
    height: 20px;
    background-color: rgba(169, 169, 169, 0.4);
    border-radius: 5px;
    position: absolute;
    margin-top: 120px;
    z-index: 5001;
}
.currentBar{
    height: 20px;
    border-radius: 5px;
    background: linear-gradient(to right, #5cb85c, rgba(92, 184, 92, 0.6)) !important;
    position: absolute;
    margin-top: 0px;
    z-index: 5002;
    width: 1px;
}

.msgBar{
    height: 20px;
    border-radius: 5px;
    position: absolute;
    margin-top: 0px;
    z-index: 5003;
    width: 100%;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 14px;
}