@charset "utf-8";
:root {
    
    --background-color: #f0f4f9;
    --list-row-hover:#e5ecf5;
    --border-radius-default:6px;
    --color-hover:#e3e9f0;
    --color-active:rgb(211, 219, 228);

    --button-primary-background: #0075a7;
    --button-primary-background-hover: #045b80;
    --button-primary-color: #FFF;
    --button-primary-color-hover: #FFF;
    
    --button-secondary-background: #ededed;
    --button-secondary-background-hover: #0075a7;
    --button-secondary-color: #8a8a8b;
    --button-secondary-color-hover: #FFF;

    --color-red: #e84c3d;
    --color-blue: #3598DB;
    --color-green: #27ae61;

}
/* CSS Document */
body{
	margin:0px;	
	height:100%;
	/* background: #E4E8EB !important; */
	background: var(--background-color) !important;
}
html{
	height:100%;	
}
img{
	border:0px;	
}
h1{
	font-size:26px;
	font-family:'Open Sans';
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h2{
	font-size:22px;
	margin:0px;
	padding:0px;
	font-family:'Open Sans';
	font-weight:normal;
}
h3{
	font-size:18px;
	margin:0px;
	padding:0px;
}
h4{
	font-size:14px;
	margin:0px;
	padding:0px;
}
h5{
	font-size:11px;
	margin:0px;
	padding:0px;
}
label{
	cursor:pointer;	
}
div,li{
	font-size:12px;
	font-family:'Open Sans';
}

/* COLORS */
.color-red{
    color: var(--color-red);
}
.color-blue{
    color: var(--color-blue);
}
.color-green{
    color: var(--color-green);
}

/* ELEMENTS - BUTTONS */
.button-primary{
    background-color: var(--button-primary-background);
    color: var(--button-primary-color);
    border: 0px;
    border-radius: var(--border-radius-default);
    padding: 0px 25px;
    cursor: pointer;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    transition: .5s;
    text-decoration: none !important;
}
.button-primary:hover {
    background-color: var(--button-primary-background-hover);
    color: var(--button-primary-color-hover);
}
.button-secondary{
    background-color: var(--button-secondary-background);
    color: var(--button-secondary-color);
    border: 0px;
    border-radius: var(--border-radius-default);
    padding: 0px 25px;
    cursor: pointer;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    transition: .5s;
    text-decoration: none !important;
}
.button-secondary:hover {
    background-color: var(--button-secondary-background-hover);
    color: var(--button-secondary-color-hover);
}

.buttons-group{
    display: flex;
    gap:8px;
    padding: 8px !important;
    flex-wrap: wrap;
}

/* PAGE - LOGIN */

#fundoLogin{
	width:500px;
	min-height:218px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-162px;
	border-radius:6px;
}
#fundoLogin form{
	margin-bottom:0px !important;	
    position: relative;
    padding-top: 50px;
}
.bg-total-login{
	background:url(../imagens/bg.jpg) center top no-repeat #052850;
	min-height:100%;
	width:100%;
}

#login{
	background-color:#FFF;
	width:290px;
	min-height:208px;
	margin:5px !important;	
}
#login li{
	position:relative;
}
ul{
	list-style:none;
	padding:0px;
	margin:0px;	
}
.fundoCinza{
	background:#F5F5F5;	
}
.cabecalho{
	height:50px;
	width:290px;
	padding-left:11px;
	display:table-cell;
	vertical-align:middle;	
}
.tituloTopo{
	float:left;
}
.espacamentoTopo{
	float:right !important;
	margin-right:9px;
}
.iconeSenha{
	margin-left:4px;
	margin-top:1px;	
}
input{
	outline:none;	
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='email'],select{
	height:40px;
	padding-left:10px;
	min-width:276px;
	border:1px solid #CCC;	
	border-radius:3px;
	margin-top:4px;
	margin-bottom:4px;
	color:#333;
	float:left;
}
.tox-tinymce {
    margin-top: 4px !important;
    border-radius: 3px !important;
}
textarea{
	float: left;
    border: 1px solid #CCC;
	outline:none;
    color: #333;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    padding: 10px;
    border-radius: 4px;
}
select{
	padding-top:13px;
	padding-bottom:13px;	
	height:45px !important;	
	width:330px;
}
input[type='checkbox']{
	cursor:pointer;	
}
.btt-verde{
	background:#2ECD71;	
	border-radius:4px;
}
.btLogin {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3598DB;
  width:272px;
  margin-left:2px;
  margin-bottom:8px;
  height:35px;
  padding:0px;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor:pointer;
}
.img-load{
	opacity:0;
	z-index:-2;
	position:fixed;	
}
#barraMenu{
	width:206px;
	height:100%;
}
#conteudo{
	width:100%;
	min-height:100%;
	padding-bottom:80px;
	float:left;
}
.inputLogin{
	padding-left:7px;
	padding-top:9px;	
}
.msgLogin{
	min-height:0px;	
}
.cabMenu{
	background:url(../imagens/logoCayman.jpg) no-repeat 20px 20px;
	height:80px;	
}
.menuOpt{
	margin-left:15px;
	margin-top:15px;
	float:left;	
	margin-bottom:20px;
}
.cabecalho-principal{
	width:100%; 
	min-width:1006px;
	height:50px; 
	background:#FFF; 
}
.logo-cabecalho {
    margin: 8px 38px;
}
.link-superior{
	display:block;
	width:30px;
	height:20px;
	float:left;	
	margin-top:15px;
	margin-bottom:20px;	
}
.link-superior li,.link-superior .figura-white{
	margin:0 auto;	
}
.priOpt{
	margin-left:28px;	
}
.menuLista{
	height:37px;	
	color:#FFF;
	cursor:pointer;
	padding-top:10px;
}
.menuSub{
	height:55px;	
}
.menuSub > ul{
	margin:0 auto; 
	min-width:50px !important;
}
#barraMenu > li{
	width:206px;	
}
.nomeMenu{
	float:left;	
	margin-left:7px;
	font-size:13px !important;
	font-family:'Open Sans';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 160px;
}
#conteudoTot{
	width:100%;
	min-width:1006px;
	min-height:100%;
	background:url(../imagens/background.jpg) left top repeat-y;
	height:auto;	
    display: flex;
}
#conteudoTot > li{
	min-height:100%;	
	height:auto;
}
a.title:hover .bei{
	display:inline-table !important;	
}
.menuAtual{
	background:#418BCA !important;
	height:37px;
	color:#FFF;
	cursor:pointer;
	padding-top:10px;
}
.menuAtual .linha{
	border-bottom:1px solid #418BCA !important; 
}
a.menus:hover .io{
	display:block !important;
}
.linha{
	border-bottom:1px solid #2C2E41; 
	width:200px; 
	height:27px;	
	padding-left:14px;
}
.conteudoTot-menu{
	padding-top: 20px;
}
.submenu{
	position:absolute; 
	display:none; 
	background:url('../imagens/fundoMenu.jpg'); 
	width:200px; 
	top:0px; 
	left:206px; 
	z-index:99999;
}
.admin-secao{
	margin-left:7px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-right:7px;
	height: 12px;
	width: 15px;
	float: left;	
}
.admin-sub-secao{
	margin-left:7px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-right:7px;
	height: 12px;
	width: 60px;
	float: left;	
}
.sub-secao{
	margin-left:7px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-right:7px;
	height: 12px;
	width: 40px;
	float: left;	
}
.erroLogin{
	width: 449px !important;
	margin-left: 8px;
	min-height: 37px !important;
}
.msgLog{
	text-align:center;
}
.padrao{
	cursor:pointer; 
	min-width:35px;
	height:35px; 
	line-height:35px; 
	text-align:center; 
	background-color:#3598DB; 
	color:#FFF !important;
	float:left; 
	border-radius:4px;
}
.send{
	width:150px; 
	margin-left:200px;	
}
.action{
	padding-right:15px;	
}
.msgBotao{
	float:left; 
	color:#FFF; 
	font-size:12px;	
}
.single{
	margin-top:5px;	
}
.frame-formulario{
	position:relative;	
}
.item-editavel{
	width:100%;	
}
.item-editado{
	width:100%; 
	display:none;	
}
.input-editado{
	height: 22px !important; 
	margin-top: 4px; 
	margin-bottom: 4px; 
	min-width:90% !important; 	
}
.btt-inserir{
	text-decoration:none; 
	color:#FFF; 
	font-weight:normal;	
}
.pagina-listagem{
	margin-left:10px; 
	margin-right:10px;	
}
.message-field{
    float:left; 
    padding-left:8px; 
    color:#FF0000; 
    line-height:38px;
    margin-top:5px;
}
[data-type="Arq"] .message-field,
[data-type="Fto"] .message-field{
    margin-top:0px;
}
.fraseBox{
	width:224px; 
	height:35px !important; 
	background:url(../imagens/msg.jpg); 
	position:relative;	
}
.fraseBox div{
	width:9px; 
	height:6px; 
	background:url(../imagens/flecha.fw.png); 
	position:absolute; 
	top:-6px; 
	right:12px;	
}
.naoencontrado{
	line-height:300px; 
	height:300px; 
	text-align:center;	
}
#principal{
	border:1px solid #CCC; 
	margin:0 auto; 
	width:100%; 
	background-color:#FFF; 
	margin-bottom:8px; 
	margin-top:8px; 
	padding-left:10px; 
	padding-top:8px; 
	padding-bottom:8px; 
	min-height:103px;	
}
.principal-add{
	width:100%; 
	min-height:50px;  
	font-size:12px; 
	font-family:Tahoma;	
}
.fotos-lista{
	position:relative; 
	margin:0 auto; 
	width:100%;   
	border:1px solid #CCC; 
}
.fotos-content{
	font-size:12px; 
	font-family:Tahoma; 
	font-weight:bold; 
	min-height:100px; 
	width:100%; 
	position:relative;	
}
.capa-title{
	position: absolute;
	z-index: 999;
	left: 30px;
	bottom: 5px;
	color: #000;	
}
.capa-img{
	position: absolute;
	z-index: 998;
	left: 0px;
	width: 80px;
	height: 30px;
	bottom: -2px;
	border-radius: 0px 20px 0px 0px;
	opacity: 0.6;
	color: #FFF;
	background-color: #D7D700;
	padding-top: 6px;
	padding-left: 5px;
}
.fotos-check{
	position:absolute; 
	top:0px; 
	z-index:1001; 
	left:4px;	
}
.exclusion-btt{
	width: 634px;
	margin: 0 auto;
	margin-bottom: 20px;	
}
.fotosExcluir{
	display: block;
	height: 46px;
	float:left;
	width: 165px;	
}
.link-fotos{
	display: block;
	color: #000;
	float: right;
	padding-top: 18px;
	text-decoration: underline;
}

/* START - LOGIN SISTEMA */
#fundoLogin .header{
	height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#fundoLogin .header .barra-login{
	width: 100%;
    height: 19px;
    background: url('/imagens/barra-login.jpg') center left no-repeat #bfbebc;
}

#fundoLogin .header .frase{
	margin-bottom: 20px;
    max-width: 100%;
}

#fundoLogin .main {
    background-color:#FFF;
    min-height: 255px;
    border-radius: 8px;
}
#fundoLogin .main .campos {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    height: 109px;
    margin-top:10px;
    background: url(../imagens/campos-login.png) top left no-repeat;
}
#fundoLogin .link-cayman{
	text-align: center;
    padding-top: 5px;
    margin-top: 10px;
    color: #FFF;
    display: block;
}
#fundoLogin .main .msgLogin {
    text-align: center;
    font-family: 'Open Sans';
    min-height: 45px;
    padding-top: 35px;
    font-size: 13px;
    color: #FF0000;
}
#fundoLogin .main input[type="submit"] {
    width: 120px;
    height: 38px;
    color: #FFF;
    border: 0px;
    margin: 20px;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 13px;
    background:#074995 !important;
}
#fundoLogin .main input[type="submit"]:hover {
	background:#2A80B9;
}
#fundoLogin .main .campos input {
    width: 374px;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 42px;
    margin-top: 1px;
    border: 0px;
    background-color: transparent !important;
    outline: none;
    font-family: 'Open Sans';
    color: #888;
}
#fundoLogin .main .campos input[type="password"] {
    margin-top: 15px;
}
/* END - LOGIN SISTEMA */
/* START - MÓDULO FOTOS */
#principal{
	border:1px solid #CCC; 
	width:100%; 
	background-color:#FFF; 
	margin-bottom:8px; 
	margin-top:8px; 
	padding-left:10px; 
	padding-top:8px; 
	padding-bottom:8px; 
	min-height:103px;	
}
.fotos-container{
	width:100%;
	padding-left:10px;
	padding-right:10px;	
}
.principal-add{
	width:626px; 
	min-height:50px;  
	font-size:12px; 
	font-family:'Open Sans';	
}
.fotos-lista{
	position:relative; 
	width:100%;   
	border:1px solid #CCC; 
}
.fotos-content{
	font-size:12px; 
	font-family:'Open Sans'; 
	font-weight:bold; 
	min-height:100px; 
	width:100%; 
	position:relative;	
}
.capa-title{
	position: absolute;
	z-index: 999;
	left: 30px;
	bottom: 5px;
	color: #000;	
}
.capa-img{
	position: absolute;
	z-index: 998;
	left: 0px;
	width: 80px;
	height: 30px;
	bottom: -2px;
	border-radius: 0px 20px 0px 0px;
	opacity: 0.6;
	color: #FFF;
	background-color: #D7D700;
	padding-top: 6px;
	padding-left: 5px;
}
.fotos-check{
	position:absolute; 
	top:0px; 
	z-index:1001; 
	left:4px;	
}
.exclusion-btt{
	width: 100%;
	margin-bottom: 20px;	
}
.fotosExcluir{
	display: block;
	height: 46px;
	float:left;
	width: 165px;	
}
.link-fotos{
	display: block;
	color: #000;
	float: right;
	padding-top: 18px;
	text-decoration: underline;
}


.botao{
	cursor:pointer;
	font-family:'Open Sans';
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0075A7;
	border:1px solid #333333;
	width:170px;
	height:24px;	
}
.arrastavel{
	position:absolute;
}
#listaFotos{
	list-style:none;
	padding:0px;
	margin:0px;
}
#listaFotos li{
	border:1px solid #CCC;
	width:120px;
	height:90px;
	margin-left:6px;
	margin-top:6px;
	position:relative;
	float:left;
}
#back{
	background-color:#FFF;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:absolute;
	width:120px;
	height:90px;
	top:0px;
	left:0px;
	display:none;
	cursor:move;
	z-index:1000;	
}
#exc{
	background:url(../imagens/excluir.gif);
	width:16px;
	height:16px;
	position:absolute;
	display:none;
	top:10px;
	right:10px;
	z-index:1001;
}
.disabled{
	background-color:#F1F1F1;	
}
#cap{
	background:url(../imagens/ed_image.gif);
	width:16px;
	height:16px;
	position:absolute;
	display:none;
	top:3px;
	right:6px;
	z-index:1001;
}
#listaFotos li:hover  div{
	display:block;
}
#listaFotos li:hover .link{
	display:block;	
}
.btt-padrao{
	line-height: 38px;
	text-align: center;
	display: block;
	width: 165px;
	color: #FFF !important;
	text-decoration: none !important;	
	border:0px;
}
/* END - MÓDULO FOTOS */ 

.ui-sortable .ui-placeholder{
	background: url(/imagens/bg-dashed-vertical-2.png) right top no-repeat,url(/imagens/bg-dashed.png) left 3px repeat-x, url(/imagens/bg-dashed.png) left 89% repeat-x,url(/imagens/bg-dashed-vertical.png) left top no-repeat !important;
	background-color: #F7F7F7 !important;
}

@media print{
	.cabecalho-principal{
		display: none !important;
	}
	li[style="margin-left:206px;"]{
		margin-left:0px !important;
	}
	.conteudoTot-menu{
		display: none !important;
	}
}

.arrow-up{
	background: url(../imagens/arrows-popup.jpg) 0px 0px no-repeat;
	width: 27px;
	height: 27px;
	margin: 10px;
	margin-right: 0px;
	margin-left:5px;
}
.arrow-up:hover{
	background-position-y:-27px;
}
.arrow-down{
	background: url(../imagens/arrows-popup.jpg) -27px 0px no-repeat;
	width: 27px;
	height: 27px;
	margin: 10px;
	margin-right: 0px;
	margin-left:5px;
}
.arrow-down:hover{
	background-position-y:-27px;
}
.remover-item{
	background: url(../imagens/arrows-popup.jpg) -54px 0px no-repeat;
	width: 27px;
	height: 27px;
	margin: 10px;
	margin-right: 0px;
	margin-left:5px;
}
.remover-item:hover{
	background-position-y:-27px;
}
.server-total-used{
    background: #273040;
    color: #FFF;
    border-radius: 8px;
    font-size: 12px;
    padding: 10px 13PX;
    margin: 20px 11px;
    border-left: 4px solid #418bca;
}
.tox .tox-promotion-link{
    display: none !important;
}