@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

*:focus {
    outline: 0;
}

table {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 3px;
    margin-left: 3px;
}

.dialogWithDropShadow
{
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0px 0 rgba(0, 0, 0, 0.2), 50px 50px 5px 0 rgba(0, 0, 0, 0);*/    
    border-radius: 10px !important;
    border: 0.5px solid #9a9a9a;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    position:absolute;
    top:0px;
    right: 0px;
}

.alturaelemento {
    bottom: 0;
}

.alturaelemento a {
    height: 48px;
    display: flex;
    align-items: flex-end;
}
.alturaelemento_oculto a {
    height: 48px;
    display: none;
    align-items: flex-end;
}

.alturaelemento a strong {
    padding-bottom: 5px;
}

.dialog3 {

}

.dialog1 {
    text-align: left;
    color: black;
    width: 100%;
    outline: none;
    padding: 0px;
}

.button_img {
    height: 1.9em;
}

button {
    background: #0070bb;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0px 25px;
    margin-top: 16px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #0070bb;
    width: 100%;
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    height: 30px;
}

button:hover, button:active {
    background: #005187;
}

button:focus{
    background: #f29b27;
}
.button-janela {
  padding: 0px 2px 0px 2px;  
   height: 2em; 
    margin: 0 2px;
     background: #0070bb;
    font-size: 10px;
    margin-left :5px ;
    color: #FFFFFF;
    cursor: pointer; 
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #0070bb;
    border: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
}

.div-botoes-janela {
    display: flex;
    align-items: center;
}

.div-botoes-janela input:hover{
    transform: scale(1.4);
}

.dialog_titlebar_options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
    background-color: #dae0e3;
}

.dialog_titlebar_options .ui-dialog-titlebar {
    background-color: #dae0e3;
    flex-grow: 1;
    cursor: grab;
}

.ui-dialog-titlebar:active {
    cursor: grabbing;
}

.dialog_titlebar_options .ui-dialog-title {
    width: auto !important;
}

select {
    font-family: Montserrat, sans-serif;
    font-size: 14px !important;
    line-height: 28px;
    background: #FFFFFF;
    color: #000000;
    letter-spacing: normal;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    text-indent: 3px;
    height: 32px;
}

select:focus {
    box-shadow: inset 0 -2px 0 0 #0070bb !important;
}

input[type="date"] {
    height:24px;
}

input {
    font-family: Montserrat, sans-serif;
    font-size: 14px !important;
    line-height: 28px;
    background: #FFFFFF;
    color: #000000;
    letter-spacing: normal;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    text-indent: 3px;
}

input:read-only {
    /*pointer-events: none;*/
    background-color: #dae0e3;
}

input:focus {
    outline: none;
    box-shadow: inset 0 -2px 0 0 #0070bb !important;
}

input.obrigatorio{
    box-shadow: inset 0 -2px 0 0 #ed1c24;
}

input.pendente{
    background-color:#fbd2d3;
}

textarea {
    font-family: Montserrat, sans-serif;
    font-size: 14px !important;
    line-height: 28px;
    background: #FFFFFF;
    color: #000000;
    letter-spacing: normal;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    text-indent: 3px;
}

textarea:read-only {
    background-color: #dae0e3;
}

textarea:focus {
    outline: none;
    box-shadow: inset 0 -2px 0 0 #0070bb !important;
}

.floating-box {
    display: inline-block;
    width: 150px;
    height: 75px;
    margin: 10px;
    border: 3px solid #73AD21;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.cantodireito {
    position: absolute;
    bottom: 10px;
    right: 0px;
    z-index: 1;
    max-width: 360px;
    margin: 0 auto 0px;
    padding: 5px;
    font-size: 12px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.fps {
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 1;
    font-size: 12px;
}
.logo {
    width: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.loading {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    margin: 0 auto 0px;
    outline: 0;
}

.loadingimage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.formbases {
    position: absolute;
    bottom: 10px;
    right: 0px;
    z-index: 1;
    background: #2F91BF;
    max-width: 360px;
    margin: 0 auto 0px;
    padding: 5px;
    color: white;
    font-size: 12px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.formtwitter {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    margin: 0 auto 0px;
    font-size: 12px;
}

.form input {
    font-family: Montserrat, sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 14px;
}
.form button {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 0px;
    height: 3em;
}
.form button:hover,.form button:active,.form button:focus {
    background: #43A047;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.form .message a {
    color: #4CAF50;
    text-decoration: none;
}
.form .register-form {
    display: none;
}
.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}
.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}
.container .info {
    margin: 50px auto;
    text-align: center;
}
.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}
.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}
.container .info span a {
    color: #000000;
    text-decoration: none;
}
.container .info span .fa {
    color: #EF3B3A;
}
.bodyWarning {
    background: #E58328;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bodyAlert {
    background: #9b2b2b;
    /*font-family: "Roboto", sans-serif;*/
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

html, body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    background: -webkit-gradient(radial, center center, 500, center center, 1400, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6))) #fff;
    background: -moz-radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    background: -webkit-radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    background: -ms-radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    background: -o-radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    background: radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    box-sizing: border-box;
    padding: 46px 0 0 0;
}

#main-nav {
    margin-top: -46px;
}

.ui-widget-overlay.ui-front {
    background: black;
    opacity:.8;
}

.dialog_button_aviso {
    /*font-family: "Roboto", sans-serif;*/
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #fbd764;
    width: 50%;
    height: 40px;
    border: 0;
    padding: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.dialog_button_aviso:hover {
    background: #b19746;
}

.dialog_button_aviso_ok {
    /*font-family: "Roboto", sans-serif;*/
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #37cf5c;
    width: 50%;
    height: 40px;
    border: 0;
    padding: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.dialog_button_aviso_ok:hover {
    background: #217b37;
}

.dialog_button_aviso_no {
    /*font-family: "Roboto", sans-serif;*/
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #d12c37;
    width: 50%;
    height: 40px;
    border: 0;
    padding: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.dialog_button_aviso_no:hover {
    background: #961b24;
}

.no-close .ui-dialog-titlebar-close {
    display: none
}
.no-close .ui-dialog-titlebar {
    display:none
}
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    /*font-family: sans-serif;*/
    font-family: Montserrat, sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}

.dialog-botoes {
    width: 2.1em;
    background-color: transparent !important;
    height: 2em;
    cursor:pointer;
    border:none;
    padding: 0px 2px 0px 2px;
}

.dialog-botoes-imprimir {
    width: 2.1em;
    background-color: transparent !important;
    height: 2em;
    cursor:pointer;
    border:none;
    list-style: none;
    line-height: 8px;
    padding: 0px 2px 0px 2px;
}


.tabela_botoes {
    height:20px;
    cursor:pointer;
    border:none;
    padding: 0px 0px 0px 0px;
}

.tabela_botoes_rep {
    height: 1.6em;
    cursor:pointer;
    border:none;
    padding: 0px 0px 0px 0px;
}
.mao {
    cursor: pointer;
}

table, td{
    color: #333333;
    font-family: Montserrat, sans-serif;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

th {
    color: #000000;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    padding-top: 3px !important;
    padding-right: 10px !important;
    padding-bottom: 3px !important;
    padding-left: 17px !important;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nav_submenu{
    width: fit-content;
}

#nav_submenu a:hover{
    background-color: #0070bb;
    color: #fff;
}

#clock {
    /*font-family: 'Open Sans';*/
    font-family: Montserrat, sans-serif;
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1;
}

@media(min-width: 768px){
    #clock {
        text-align: center;
        line-height: 30pt;
        bottom: 20px;
        left: 10px;
    }

    #clocklabel {
        font-size: 120px;
    }

    #clocklabeldate {
        font-size: 25px;
    }
    /*
    #logadocomo {
        font-size: 20px;
        text-align: left;
    }
    */
}

.ui-dialog .ui-dialog-titlebar {
    padding: 12px 5px 10px 5px;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
}


.ui-widget-header {
    background: #ffffff;
    color: #000000;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #627179;
    font-weight: bold;
    letter-spacing: 1px;
    border: 0px solid #dfdfdf;
    text-indent: 3px;
    text-transform: uppercase;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #0b9d10;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #000000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0;
    color: #ececec;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

/*table {
    margin: 5px;
}*/

.ui-dialog .ui-dialog-content {
    background-color: #eef2f4;
    /* background-color: #bdbdbd; */
    /*background: -webkit-gradient(radial, center center, 500, center center, 1400, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6))) #fff;
    background: -moz-radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    background: -webkit-radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    background: -ms-radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    background: -o-radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;
    background: radial-gradient(farthest-side, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 150%) #fff;*/
}

#dialog-message-text{
    background-color: #ebf1f6;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff !important;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0;
    background: #0070bb;
    pointer-events: none;
    cursor: default;
}

.ui-widget-header .ui-state-hover {
    background: #ebf1f6;
}

.oculta_coluna {
    display: none;
}

#video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#startButton {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}
#resetButton {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#startButton:hover {
    background: #ddd;
    color: black;
}
#resetButton:hover {
    background: #ddd;
    color: black;
}

#representa_img{
    height: 18px;
    cursor: pointer;
}
#img_label{
    height: 14px;
    cursor: pointer;
}

.divbotao_desabilitado {
    pointer-events: none;
    opacity: 0.5;
}

.btndisableda00s 
{
   display:none;
}
