body {
    background-image:url("../img/fundo.jpg");
	moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	 overflow-x: hidden;
}

.glyphicon-asterisk{
	color: #77A8CC !important;
	font-size: 8px !important;

}

h1,h3{
	/*text-transform: uppercase;*/
	color: #5F5F5F;
}

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
    background-color: #898989;
    border: none;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #424242;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}


#topo {
    margin-bottom: 8em;
}

.topoMenu {
    border-radius: 0px 0px 20px 20px;
    background-color: #E4E4E4;
    padding: 50px 15px 15px 15px;
    text-align: center;
    margin: 0 3px 0 3px;
}

#topoTitulo {
    margin-top: 20px;
}

#load {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 9999999;
}

.topoTituloImg {
    width:200px;
}
.topoLogo {
    width:170px;
}
@media (max-width: 600px) {
    .topoTituloImg {
        width: 150px;
    }
    .topoLogo {
        width: 150px;
    }
    .logoSiga {
        width: 250px;
    }
}
.propaganda {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 10px 0;
}

#load img {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 20%;
    z-index: 9999999;
}

.login {
    text-align: center;
}

.btn-entrar {
    background-color: #2E3192;
    color: #ECECEC !important;
    font-size: 20px;
    padding: 10px 50px;
}

.btn-entrar:hover{
    background-color: #2E3192;
    color: #fff !important;
}
/*.label-input {
    color: #212121;
    font-size: 15px;
}*/

.label-input-erro {
    color: red;
}

.input-model {
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    color: #1F1F1F;
}

.input-model-usuario .input-model-senha {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
}


#contato-left select {
    width: 100% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
    background: #f6f6f6 url("../img/seta-select.png") no-repeat 96% 50% !important;
    cursor: pointer;
}

.form-group {
    text-align: left;
}


.hr-login {
    width: 90%;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color #000;
    border-style: solid none;
    border-width: 1px 0;
    /*margin-bottom: 50px;*/
}

.menu_opcao {
    width: 100%;
    border-radius: 15px;
    font-size: 20px;
    color: #0052A5;
    font-weight: bold;
    background-color: #FDFDFD;
    padding: 20px;
    margin: 10px;
    -webkit-box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
    -moz-box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
    box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
}

.rodape {
    position: absolute;
    bottom: 0;
    width: 100%;
    color : #EBEBEB;
    font-weight: bold;
    font-size: 15px;
}

.rodape img {
    float: left;
    width: 16px;
}

.rodape span {
    float: left;
}

.ul-menu li {
    list-style: none;
    /*float: left;*/
    /*width: 45%;*/
    background-color: #ffffff;
    margin-bottom: 30px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 20px;
    color: #0052A5;
    font-weight: bold;
    background-color: #FDFDFD;
    padding: 20px;
    /*margin: 10px;*/
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
    -moz-box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
    box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
}

.menu-painel label {
    margin-bottom: 30px;
    font-size: 20px;
    color: #0052A5;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
    -moz-box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
    box-shadow: inset 0px 0px 48px 7px rgba(115,108,115,0.33);
}

.panel-footer {
    padding: 10px !important;
}

.panel-footer .container {
    width: 100%;
}

.footer-voltar {
    float: left;
}

.footer-proximo {
    float: right;
}

.active {
    font-weight: bold;
}

/*MODAL MODIFI*/
.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0D70A2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
}
.modal .modal-header .btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*MODAL MODIFI*/

.modal-top-icon {
    float: right;
}

.modal-top-ul {
    padding: 10px 0px;
}
.modal-top-ul-itens {
    padding: 5px 0px;
}

.modal-top-li {
    text-align: center;
}
.modal-top-li-itens {
    text-align: center;
    font-size: 12px;
}

.entidade-conteudo {
    border: 1px solid #bbb;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
    text-align: center;
}

.ng-invalid.form-control, .ui-select-bootstrap.ng-invalid > .ui-select-match > .btn {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


.btn.btn-default.form-control.ui-select-toggle {
    overflow: hidden;
}

fieldset.scheduler-border {
    border: 1px groove #ccc !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

fieldset.scheduler-border.border-min {
    padding: 0 1.4em 0.4em 1.4em !important;
    margin: 0px 0px 0.5em 0px !important;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 8px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    margin-bottom: 0px;
}

input:not(.input-mix):not(.ng-empty) {
    text-transform: uppercase;
}

.quadradocinzatopo{
    width: 75px;
    height: 90px;
    background: #ebebeb;
    margin-right: 20px;
    padding-top: 10px;
    cursor: pointer;
    z-index: 9;
    position: absolute;    right: 8em;
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}

.quadradocinzatopo .voltar {
    width: 65px;
    padding-left: 10px;
}

.textovoltar {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #0052a5;
    line-height: 20px;
}

.quadradocinzatopo:hover .textovoltar {
    color: #082c50;
}

.img-thumbnail.arkivus {
    width: 160px;
    height: 213px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.float-left {
    float: left;
}


/*NAO RETIRE JAPONEIS*/
.glyphicon-ok.verde{
    color: #61CF00;
}
.glyphicon-ok.cinsa{
    color: #CECECE;
}

.panel-overflow {
    overflow: auto;
    overflow-x: hidden;
}
.panel-height-resonsive {
    height: 36vw;
}
@media (max-width: 1370px) {
    .panel-height-resonsive {
        height: 30vw;
    }

    .panel-height-resonsive-titulo{
    	height: 15vw;
    }
}

.panel-height-resonsive-titulo{
   height: 27vw;
}

.is-hidden{display: none !important;}
/*FIM NAO RETIRE EU UTILIZO*/


.blockUI.blockOverlay {
    z-index: 2000 !important
}

.blockUI.blockMsg.blockPage {
    z-index: 2050 !important
}

input[type="numeric"] {
    text-align: right;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.modal-backdrop {
	z-index: 790;
}
.modal{
	z-index: 800;
}

.icon-red {
    color : #CC0000;
}
.icon-blue {
    color: #004899;
}

button.btn.fonte-destacada {
    font-size: 16px;
    font-weight: bold;
    padding: 3px 12px;
    text-transform: uppercase;
}


.checkbox label::before {
    background-color: #f2f2f2;
    border: 1px solid #3e3e3e;
}

.box-cliente {
    margin-left: 0px;
    margin-right: 0px;
}

.minimum-padding-height div {
    padding-left: 5px;
    padding-right: 5px;
}

.minimum-padding-height .row {
    margin-left: -5px;
    margin-right: -5px;
}

.minimum-padding-height .form-control {
    padding: 6px 2px;
}

.ui-select-placeholder, .ui-select-match-text, :not(.ui-select-multiple) div > .ui-select-match-item {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}

.ui-select-toggle > .btn.btn-link {
  margin-right: 10px;
  top: 6px;
  position: absolute;
  right: 10px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    margin-top: 3px;
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 0 3px;
    min-height: 34px;
}

.label-break {
    white-space: normal;
}

.word-break {
    word-break: break-all;
}