*{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
}
*:focus{
    outline: none !important;
}
root {display: block;}
li {list-style: none;}
a{text-decoration: none;}
input[type=submit]{
    cursor: pointer;
}
body {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
.system_message{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,100,200,.5);
    border: 1px solid #0af;
    padding: 5px;
    width: 100%;
    text-align: center;
    z-index: 9999
}
.system_message p{
    padding: 5px;
    font-size: 20px;
    color: rgba(255,255,255,1) !important;
    display: block;
}
    
#modal_background{
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.9);
}

#modal_wrapper{
    margin: 6% auto;
    max-width: 70%;
}

.modal_wrapper_close{
    width: 100%;
    padding: 1%!important;
    border-radius: 4px;
    background: #000;
    color: #000;
}
.modal_wrapper_close div{
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-size: 18px;
}


.modal_close{
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.modal_close button{
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #f00;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(45deg,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #f00;
}

.modal_close button:hover{
    border-color: #000;
    font-weight: bold;
    color: #000;
}

.modal_content{
    margin: 0 auto;
    position: relative;
}

#loading{
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#loading .loading_container{
    margin: 20% auto;
    border: 1px solid #395e6f;
    background-color: #fff;
    border-radius: 5px;
    width: 200px;
    height: 42px;
    line-height: 42px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 1px rgba(50, 50, 50, 0.75);
}

#loading .loading_container img{
    padding: 5px;
}

#loading .loading_container span{
    padding-right: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #395e6f;
}

.full_container{
    margin: 0 !important;
    padding: 0 !important;
}

.painel{
    border: 1px solid #fff;
    background-color: rgba(196,219,231,.6);
    color: #46606c;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    
}

.barra_titulo{
    position: relative;
    height: 30px;
    line-height: 30px;
    background: #46606c; /* Old browsers */
    background: -moz-linear-gradient(top,  #46606c 0%, #0b719d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46606c), color-stop(100%,#0b719d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #46606c 0%,#0b719d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #46606c 0%,#0b719d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #46606c 0%,#0b719d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #46606c 0%,#0b719d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46606c', endColorstr='#0b719d',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 2px solid #46606c;
}

.barra_titulo_closer{
    position: absolute;
    right: 3px;
    top: 3px;
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 5px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    -1px 1px 5px 0px rgba(50, 50, 50, 0.7);
    box-shadow:         -1px 1px 5px 0px rgba(50, 50, 50, 0.7);
}

.barra_titulo_closer:hover{
    color: #fff;
}

.lb-outerContainer{
    width: 100% !important;
    background-color: rgba(0,0,0,0) !important;
}

.lb-container img{
    margin: 0 auto !important;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
    top: 0;
    left: 0;
}

.absolute.full{
    width: 100%;
}

.absolute.full.over{
    z-index: 9000;
}

.modal_default_bg{
    position: relative;
    background-color: #fff;
}