
@font-face
{
    font-family: microsoft-tai-le;
    src:url('../fonts/taile.ttf')
}

/* --------------------------------------------------- *
   PRÉ-LOADING ------------ BEGIN
*---------------------------------------------------- */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: url(../img/loader/64x/Preloader_2.gif) center no-repeat; */
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: #212529;

}
.centralizar
{
	margin-top:40vh;
	opacity:1 !important;
}
/* --------------------------------------------------- *
    PRÉ-LOADING ------------ END
 *---------------------------------------------------- */


.cursor-pointer
{
    cursor: pointer;
}
.noresize
{
    resize: none;
}
.escondido
{
    display:none;
}
.scroll-custom
{
    overflow-y: scroll;
}
.scroll-hidden
{
    overflow-y: hidden;
}

.navbar
{
    border-radius: 0;
}

body
{
    background-color:#f2f2f2 !important;
    font-family: microsoft-tai-le;
}


/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content
{
    height: 450px;
}

/* Set gray background color and 100% height */
.sidenav
{
    padding-top: 15px;
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer
{
    background-color: #555;
    color: white;
}

hr
{
    height: 4px;
    margin-left: 15px;
    margin-bottom:-3px;
}

.hr-success
{
    background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}
.hr-primary
{
    background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}

.breadcrumb
{
    background: rgba(245, 245, 245, 0);
    border: 0px solid rgba(245, 245, 245, 1);
    border-radius: 25px;
    display: block;
}

.btn-bread
{
    margin-top:10px;
    font-size: 12px;

    border-radius: 3px;
}

/* dados modal */
.modal
{
    text-align: center;
    padding: 0!important;
}

.modal:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog
{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px)
{
.sidenav
{
    height: auto;
    padding: 15px;
}
.row.content
{
    height:auto;
}
}

.lds-dual-ring
{
    display: inline-block;
    width: 64px;
    height: 64px;
}
.lds-dual-ring:after
{
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 7px solid #056367;
    border-color: #056367 transparent #056367 transparent;
    animation: lds-dual-ring 1.0s linear infinite;
}

@keyframes lds-dual-ring
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}



/* estilo intranet*/
.borda-elemento-intranet
{
    border: 2px solid #d2d2d2;
    border-radius: 5px;
    padding-top: 10px !important;
    margin-left: 5px;
    margin-right: 5px;
}

/* campos e botões */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="number"],
textarea,
select,
.node-tree.node-selected
{
    border: 1px solid #b3e0ff !important;
    border-radius: 20px !important;
    height: 40px !important;
    font-family: Arial !important;
    font-size: 12pt !important;
}


.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary.disabled:hover,
.btn-primary.focus,
.btn-primary:focus,
.node-tree.node-selected:hover,
.node-tree.node-selected
{
    color: #fff !important;
    background-color: #0066cc !important;
    border-color: #000;
}

.btn-primary
{
    color: #fff;
    background-color: #0066cc;
    border-color: #004d99;
}

.btn-primary:hover
{
    background-color: #003d66;
}


/* fieldset */

fieldset>legend
{
    border-bottom: 2px solid #d2d2d2;
}

/* tabs */
.nav-tabs>li>a
{
    color: #000;
    font-weight:bold;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover
{
    color: #fff;
    cursor: default;
    background-color: #90b94a;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tab-content
{
    border-top: 2px solid #90b94a;
}

/* menu e modais*/
.modal-header
{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.menu-intranet,
.modal-header
{
    color:#fff !important;
    background-color: #0059b3;

}
.navbar-default .navbar-nav>li>a
{
    color: #fff;
    border-bottom: 2px solid #90b94a;
}

.navbar-default .navbar-nav>li>a:hover
{
    color: #1676ad;
    font-weight: bold;
    background-color: transparent;
    border-bottom:2px solid #1676ad;
}

/* Rounded sliders */
.slider.round
{
    border-radius: 34px;
}

.slider.round:before
{
    border-radius: 50%;
}

.switch
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider
{
    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: 26px;
    width: 26px;
    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);
}

.btn-padrao {
    background-color: #404040 !important;
    color: #c0c0c0;
    border-radius: 22px !important;
    height: 44px !important;
    margin: auto;
}

.btn-padrao2 {
    background-color: #404040 !important;
    border-radius: 22px !important;
    width: 100% !important;
    height: 44px !important;
    margin: auto;
}

.btn-padrao3 {
    border-radius: 25px !important;
    background-color: #404040 !important;
    width: 350px !important;
    height: 50px !important;
    margin: auto;
}

.btn-validacao {
    background-color: #404040 !important;
    border-radius: 22px !important;
    width: 200px !important;
    height: 44px !important;
    margin: auto;
}

.btn-pequeno {
    background-color: #404040 !important;
    border-radius: 20px !important;
    width: 120px !important;
    height: 40px !important;
    margin: auto;
}

.btn-vaivolta {
    background-color: #404040 !important;
    border-radius: 20px !important;
    width: 60px !important;
    height: 40px !important;
    margin: auto;
}

.btn-redondo {
    border-radius: 22px !important;
    height: 44px !important;
    margin: auto;
}

.inputBorda {
    border-radius: 20px !important;
    font-family: Arial !important;
    height: 40px !important;
    font-size: 12pt !important;
}

.headerTh {
    font-family: Arial;
    font-size: 10pt;
    color: #095181;
    background-color: #C0C0C0!important;
}

.fundoTabela {
    background-color: #FFFFFF !important;
}
  
.fundoBase {
    background-color: #EFF2F9 !important;
}
  
.fundoBranco {
    background-color: #FFF !important;
}

.fundoDetalhe {
    background-color: #D6DEEC !important; 
    border: 1 !important;
    border-radius: 20px 20px 20px 20px;
}

.fundoMenu {
    background-color: #1a1a1a !important; 
    border: 1 !important;
}

.ladoMenu {
    border-radius: 20px 0px 0px 20px !important;
}

.TituloTabela {
    background-color: #D6DEEC !important; 
    font-weight: bold !important;
    font-family: Arial !important;
    font-size: 11pt !important;
    color: #095181 !important;
}

.TituloTabelaPequena {
    background-color: #D6DEEC !important; 
    font-weight: bold !important;
    font-family: Arial !important;
    font-size: 9pt !important;
    color: #095181 !important;
}

.borda {
    border: 1 !important;
    border-radius: 0px 0px 20px 20px;
}
 
.borda0 {
    border: 0 !important;
    border-radius: 10px 10px 10px 10px;
}

.btn-add {
    background-color: #404297;
    border-radius: 20px !important;
    width: 40px;
}
  
.fundoAdd {
    background-color: #EFF2F9 !important;
    border: 1 !important;
    border-radius: 10px 10px 10px 10px !important;
}

.ListaPequena {
    font-family: Arial !important;
    font-size: 9pt !important;
}

.estilobag {
    height: 50 !important;
    font-size: 10pt !important;
    border-radius: 10px 10px 10px 10px !important;
}

.bag-laranja {
    background-color: orange !important;
}

.bag-amarelo {
    background-color: yellow !important;
}
