/*CSS para impressão*/
@media print {

	a[href]:after {
		content: none !important;
	}

	#sidebar, #sidebar-wrapper, #menu-aux, #status_btn {
		display: none;
	}

	#content-wrapper, #header-fixed {
		padding-left: 10px !important;
	}

	#impressao {
		display: block !important;
	}
}

#print {
	display: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
    background: #e2e2e2;
	font-size: 13px;
}

.btn-space {
    margin-right: 10px;
}

.logo_emp {
	margin-right: 10px;
	max-width: 122px;
	max-height: 70px;
}

.logo_emp_espacamento {
    vertical-align: middle;
    margin-left: 10px;
}

svg > g > g:last-child { pointer-events: none }

.tooltip.top .tooltip-inner {
	margin-top: -30px;
	min-width: 250px;
    background-color: white;
	color: black;
	font-size: 12px;
	padding: 8px;
	border: 1px solid #888888;
	-webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
}

.tooltip.top .tooltip-arrow {
	width: 0;
	height: 0;
	border-top: 0 !important;
}

.copy {
	color: #000000;
}

.copy:hover {
	color: #000000;
}

.popover {
    max-width: 600px !important; /* Max Width of the popover (depending on the container!) */
	font-size: 12px;
}

.jumbotron, .well {
    background-color: #ffffff;
    overflow: hidden;
}

table a:link {
    outline: none;
}

.icon-control {
	width: 55px;
	height: 46px;
	display: table-cell;
	vertical-align: middle;
	padding: 2px 0;
	line-height: 15px;
	/* border: #000 1px solid; */
}

.editado {
	text-decoration: underline;
}

.logo_quadro {
	display: inline-block;
	width: 160px;
}

.logo_const {
    height: 92px;
    padding: 0;
    position: relative;
    border: 1px solid #cccccc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.logo_const img {
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.logo_const a {
    display: block;
}

.logo_const:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
}

.processando {
    background: #9C9C9C;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}

/* Sidebar */
#sidebar-wrapper {
    z-index: 999;
    position: fixed;
    width: 250px;
    height: 100%;
    background: #333333;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

#wrapper.toggled #sidebar-wrapper {
	z-index: 9999;
	width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Sidebar visivel alteracao do conteudo */
#wrapper.toggled #content-wrapper {
	padding-left: 10px;
	z-index: 99;
}

/* Sidebar visivel empurra elementos do menu auxiliar */
#wrapper.toggled #header-fixed {
	padding-left: 10px;
}

#wrapper.toggled #menu-aux {
	padding-left: 25px;
}

#quadro_logo_torre {
    background: #666666;
    width: 250px;
    height: 115px;
    padding: 0;
}

#quadro_logo_torre .padding {
    padding: 15px 20px 16px;
}

#quadro_logo_torre p {
    font-size: 10px;
    font-family: 'Russo One', sans-serif;
}

#quadro_logo_torre img {
    margin-bottom: 0px;
}

/* Content */
#content-wrapper {
    width: 100%;
    position: absolute;
    padding-left: 255px;
    padding-top: 125px;
}

/* Header fixo */
#wrapper #header-fixed {
    background: #ffffff;
    width: 100%;
    height: 90px;
    z-index: 999;
    position: fixed;
    padding-left: 250px;
    overflow: hidden;
}

/* menu auxiliar */
#wrapper #menu-aux {
    width: 100%;
    height: 25px;
    background: #ffcc33;
	color: #666666;
    z-index: 999;
    font-size: 12px;
    position: fixed;
    top: 90px;
    padding: 4px 10px 0 270px;
    line-height: 20px;
	-webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.2);
}

#wrapper #menu-aux a {
    color: #666666;
}

.alterar {
    background: #cccccc;
    width: 100%;
    height: 25px;
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
    position: relative;
    bottom: 0;
}

.alterar a {
    color: #000000;
    text-decoration: none;
}

.alterar:hover {
    background: #eeeeee;
}

#page_settings {
    width: 100%;
    height: 36px;
    position: fixed;
    top: 130px;
    text-align: right;
    z-index: 999;
    border-bottom: 1px solid #000000;
}

.liberado, .liberado:hover {
    color: #006400;
}

.travado, .travado:hover {
    color: #FF0000;
}

.coluna_fixa {
    width: 70px;
    float: left;
    padding: 0 0 0 10px;
	/* border: 1px solid blue; */
}

.table_centraliza_vertical {
	display: table;
    width: 100%;
}

.table_estrela {
	display: table-cell;
    padding: 0 0 0 20px;
    width: 70px;
	height: 46px;
    vertical-align: middle;
	/* border: 1px solid green; */
}

.table_infos_cliente {
	display: table-cell;
    width: auto;
	height: 46px;
	line-height: 14px;
    vertical-align: middle;
	/* border: 1px solid green; */
}

.tit_controle {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	height: 28px !important;
}

/* Estrela */
.favorito, .favorito:hover, .favorito:active {
    color: #FFD700 !important;
}

/* Icones */
#menu-aux .fa, .alterar .fa {
    font-size: 14px;
}


.fa {
    font-size: 20px;
}

/* Popup */
.popover {
    color: #000 !important;
}

.miolo {
    padding-top: 20px;
}

.no-padding {
    padding: 0 !important;
}

.btn_confirmar {
	vertical-align: top;
	padding: 0 4px;
}

/* Table */
.table > tbody > tr > td {
     vertical-align: middle;
}

.th {
    background: #666666;
    color: #ffffff;
}

.tr {
    background: #999999;
    color: #ffffff;
}

/* Upload */
#dragdrop, .dragdrop {
    width: 100%;
    min-height: 50px;
    border: 2px dashed #ffcc33;
    padding: 54px 54px;
    cursor: pointer;
    font-size: 26px;
    text-align: center;
}

.dragdrop {
    border: 2px dashed #ffcc33 !important;
    cursor: pointer;
    font-size: 18px;
}

.center {
    margin: 0 auto;
}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
    #wrapper #sidebar-wrapper {
        width: 0;
        /*overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #wrapper #header-fixed {
        padding-left: 15px;
    }

    #wrapper #menu-aux {
        padding-left: 15px;
    }

    #content-wrapper {
        padding: 130px 15px 0;
    }

    /* Sidebar visível */
    #wrapper.toggled #sidebar-wrapper {
        z-index: 9999;
        width: 250px;
    }

    /* Sidebar visivel alteracao do conteudo */
    #wrapper.toggled #content-wrapper {
        z-index: 99;
    }

    /* Sidebar visivel empurra elementos do menu auxiliar */
    #wrapper.toggled #menu-aux {
        padding-left: 270px;
    }

	.nome_emp {
		background: #606060;
		color: #ffffff;
	}

	.logo_emp {
		max-width: 122px;
		max-height: 70px;
	}
}

@media(min-width:768px) and (orientation: portrait) {
    #wrapper #sidebar-wrapper {
        width: 0;
        /*overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #wrapper #header-fixed {
        padding-left: 0px;
    }

    #wrapper #menu-aux {
        padding-left: 15px;
    }

    #content-wrapper {
        padding: 130px 15px 0;
    }

    /* Sidebar visivel */
    #wrapper.toggled #sidebar-wrapper {
        z-index: 9999;
        width: 250px;
    }

    /* Sidebar visivel alteracao do conteudo */
    #wrapper.toggled #content-wrapper {
        z-index: 99;
        padding-left: 270px;
    }

    /* Sidebar vis�vel empurra elementos do menu auxiliar */
    #wrapper.toggled #menu-aux, #wrapper.toggled #header-fixed {
        padding-left: 270px;
    }
}

@media(min-width:768px) and (max-width:1024px) and (orientation: landscape) {
    #wrapper #sidebar-wrapper {
        width: 250px;
        /*overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
    }

    #wrapper #header-fixed {
        padding-left: 255px;
    }

    #wrapper #menu-aux {
        padding-left: 270px;
    }

    #content-wrapper {
        padding: 130px 15px 0 270px;
    }

    /* Sidebar visivel */
    #wrapper.toggled #sidebar-wrapper {
        z-index: 9999;
        width: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Sidebar visivel alteracao do conteudo */
    #wrapper.toggled #content-wrapper {
        padding-left: 15px;
        z-index: 99;
    }

    /* Sidebar visivel empurra elementos do menu auxiliar */
    #wrapper.toggled #menu-aux {
        padding-left: 15px;
    }
}

.vertical-center {
  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;

  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
}

.highlight {
    background: #FFC125 !important;
    font-weight: bold;
}

.highlight_green {
    background: #76b73e !important;
    font-weight: bold;
}

.highlight_red {
    background: #FF6A6A !important;
    font-weight: bold;
}

.desativo {
    display: table;
    background: #cccccc;
	color: #888888;
    height: 36px;
    line-height: 12px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* MetisMenu*/
.sidebar {
  display: block;
  float: left;
  width: 250px;
  background: #211f1f;
}
.content {
  display: block;
  overflow: hidden;
  width: auto;
}
.sidebar-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(left, color-stop(#333333 10px), color-stop(#333333 10px));
  background-image: linear-gradient(to right, #333333 10px, #333333 10px);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#211f1f', endColorstr='#211f1f', GradientType=1);
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
  outline: none;
}
.sidebar-nav ul li, .sidebar-nav ul a {
  display: block;
}
.sidebar-nav ul a {
  padding: 10px 20px;
  color: #aaaaaa;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
  color: #fff;
  text-decoration: none;
}
.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-nav ul ul ul a {
  color: #bababa;
  padding: 10px 40px;
  background-color: rgba(255, 255, 255, 0.3);
}

.sidebar-nav ul ul ul a:hover, .sidebar-nav ul ul ul a:focus, .sidebar-nav ul ul ul a:active {
  background-color: rgba(255, 255, 255, 0.4);
}

.sidebar-nav-item {
  padding-left: 5px;
}
.sidebar-nav-item-icon {
  padding-right: 5px;
}
#rtlh3 small {
    transform: rotateY(180deg);
    display: inline-block;
}

/* CSS DA AGENDA */
@media only screen and (max-width: 960px){
    .wrappers {display: block !important; width: 100% !important;}
    .wrapper_5 {display: block !important; width: 100% !important;}
    .wrapper_6 {display: block !important; width: 100% !important;}
    .wrapper_7 {display: block !important; width: 100% !important;}
    .calendario {min-height: 200px; max-width: 100% !important; display: block !important; clear:both !important;}
    .calendario li {font-size: 22px !important; line-height: 40px !important;}
    .hora {font-size: 22px !important;}
	.pull-right {display: block !important; font-size: 18px !important; float: none !important; clear:both !important; width: 100% !important; text-align: center !important; margin-bottom: 15px !important;}
    .pull-right strong {font-size: 18px !important;}
}

.wrappers {
    display: table;
    width: 100%;
}
.wrapper_5 {
    display: table-cell;
    table-layout: fixed;
    width: 20%;
}

.wrapper_6 {
    display: table-cell;
    table-layout: fixed;
    width: 16.66%;
}

.wrapper_7 {
    display: table-cell;
    table-layout: fixed;
    width: 14.285%;
}

.calendario {
    min-height: 200px;
    max-width: 250px;
    display: block;
    background-color: #CCCCCC;
    width: 90%;
    margin: 10px auto;
    padding-bottom: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.calendario li {
    font-size: 18px;
    line-height: 30px;
    list-style: none;
    text-align: center;
    color: #777777;
}

.calendario li div span {
    font-size: 11px;
}

.calendario li:hover {
    background: #eeeeee;
    cursor: pointer;
}

.agendada {
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.hora {
    font-size: 18px;
    color: #000000;
}

.calendario li a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.calendario li:first-child {
    font-weight: bold;
    font-size: 18px;
    background: red;
    color: #ffffff;
    cursor: text;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.calendario li:nth-child(2){
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    color: #000000;
}

.calendario li:hover:nth-child(2){
    background-color: transparent;
    cursor: text;
}

.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -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;
}

#sel_finalidades {
	display: none;
}

.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;
}

.list-inline li {
    padding: 0 15px;
}

.centraliza {
	font: 17px arial, sans-serif;
	padding: 50px 0 0 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    font-size: 18px;
}

.nav-tabs {
    text-align:center;
}

.nav-tabs > li.active {
    font-weight:bolder;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

/* radio button bonito http://viralpatel.net/blogs/css-radio-button-checkbox-background/ */
input[type=radio], input[type=checkbox] {
		display:none;
		vertical-align: middle; /* centraliza check e o texto verticalmente */
		position: relative; /* centraliza check e o texto verticalmente */
		bottom: 1px; /* centraliza check e o texto verticalmente */
	}

input[type=radio] + label, input[type=checkbox] + label {
		display:inline-block;
		margin: 0;
    	min-width: 90px;
		padding: 7px 12px;
		margin-bottom: 0;
		font-size: 12px;
		font-weight: normal;
		color: #333;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-color: #e4e4e4;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		border-radius: 5px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	}

	.group-button input + label { /* sobrescreve valores acima para grudar o radio um no outro */
		margin: -2px;
	}

	.group-button label {
	  border-radius: 0 !important;
	}

	.group-button > label:last-child { /* arredonda somente comeco do radio */
	  border-radius: 0 5px 5px 0 !important;
	}

	.group-button input:first-child + label { /* arredonda somente fim do radio */
	  border-radius: 5px 0 0 5px !important;
	}

	input[type=radio]:checked + label, input[type=checkbox]:checked + label{
		background-image: none;
		outline: 0;
		background-color:#5cb85c;
		color: #FFFFFF;
	}

	.selectall, .sel_ind, .sel_fase {
		display: inline-block !important;
		position: relative !important;
		margin: 0!important;
		padding: 0 !important;
	}

		.label_tabelao {
			margin-right: 20px;
			margin-left: 8px;
			font-weight: normal !important;
			cursor: pointer;
		}


	/*TOOLTIP COM IMAGEM*/
	div#tipDiv {
	    font-size:12px;
		line-height:1.3;
	    color:#FFFFFF; background-color: #000;
	    border: 1px solid #000;
		padding: 5px;
	}

	div#tipDiv img {
    	width: 650px;
	}

	div#tipDiv div.topBar {
	    background-color:#fff;
	    min-height:14px; /* for bg color if no caption (close.gif is 14px) */
	    text-align:center;
	    }

	/* for ie < 7 */
	* html div#tipDiv div.topBar {
	    height:14px; /* ie will expand if needed  */
	    }

	div#tipDiv span.caption {
	    color:#fff; font-weight:bold; font-size:11px;
	    }
	div#tipDiv div.XtipContent {
	    padding:4px;
	    }
	div#tipDiv p {
	    margin:0 0 .7em 0;
	    }

	/* used in dw_Tooltip.wrapImageOverText */
	div#tipDiv div.img {
	    text-align:center;
	    margin:4px 0;
	    }
	div#tipDiv div.txt {
	    text-align:center;
	    margin:4px 0;
	    }

/*.switch-field {
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.switch-title {
  font-weight: bold;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition:  all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}*/

/*teste*/
.lista_torres fieldset {
    border: solid 1px #cccccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
}

.lista_torres fieldset ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.lista_torres fieldset ul li a:link {
    max-width: 520px;
    color: #000000;
    display: block;
    margin: 0 auto;
    font-size: 18px;
}

.lista_torres fieldset ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.lista_torres fieldset ul li a:hover {
    background: #888888;
    cursor: pointer;
}

.lista_torres fieldset legend {
    width: 252px;
    height: auto;
    text-align: left;
    margin-bottom: 15px;
    border: none;
}

.lista_torres fieldset legend {
    margin-bottom: 15px;
    height: auto;
}

.lista_torres_logo {
	width: 122px;
}

.ano {
    background: #828282;
    font-size: 30px;
    font-weight: bold;
    color: #cccccc;
    display: block;
    text-align: center;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 20px 0;
    cursor: pointer;
}

.ano a:link {
    color: #cccccc;
    display: block;
}

.lista_torres {
    text-align: center;
    display: none;
}

.chart {
  width: 100%;
  min-height: 400px;
}

.noselect, .noselect * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.fonte_9 {
    font-size: 9px;
}

.fonte_10 {
    font-size: 10px;
}

.fonte_11, .fonte_11 .fa {
    font-size: 11px !important;
}

.fonte_12 {
    font-size: 12px;
}

.fonte_13 {
    font-size: 13px;
}

.fonte_14 {
    font-size: 13px;
}

.fonte_15 {
    font-size: 13px;
}

.entrelinha_15 {
	line-height: 15px;
}

.entrelinha_14 {
	line-height: 14px;
}

.entrelinha_13 {
	line-height: 13px;
}

.entrelinha_12 {
	line-height: 12px;
}

.entrelinha_11 {
	line-height: 11px;
}

.negrito {
	font-weight: bold;
}

.cinza {
    color: #444444;
}

.cinza_medio {
    color: #666666;
}

.cinza_claro {
    color: #CCCCCC;
}

.preto {
	color: #000000;
}

.preto:hover {
	color: #000000;
}

.branco, .branco:hover {
	color: #FFFFFF;
}

.fundo_cinza_claro{
	background-color: #eeeeee;
}

.fundo_cinza {
	background-color: #CCCCCC;
}

.fundo_cinza_medio {
	background-color: #999999;
}

.fundo_cinza_escuro {
	background-color: #666666;
}

.borda_arredondada {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
}

.altura_rel {
	height: 82px;
	display: flex;
	/*justify-content: center;*/
	/*align-items: center;*/
	flex-flow: column;
}

.vcenter {
    top: 50% !important;
    transform: translateY(-50%);
}

.center {
	text-align: center;
}

.clone {
	margin-bottom: 50px !important;
}

.clone:nth-child(even){
   background-color: #eee;
   display:block;
}

.col-fixed-img{
    width: 77px;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.col-offset-img{
    padding-left: 97px;
    z-index: 0;
}

.top-not1:not(:first-child) {
    margin-top: 30px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.div_titulo {
	width: 100%;
	padding: 8px;
	margin-bottom: 6px;
	background-color: #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.table_relatorio {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	text-align: center;
	page-break-inside: avoid;
    overflow: hidden;
	margin-bottom: 40px;

    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

    .table_relatorio thead {
        background-color: #a1a1a1;
    }

    .table_relatorio thead tr:first-child { /*topo com ambiente e tipo*/
        color: #FFFFFF; /*cor da fonte*/
        text-align: center;
        vertical-align: middle;
        height: 55px;
    }

        .nome_col {
			background-color: #FFFFFF !important;
            color: #333333;
            font-size: 10px !important;
            background-color: #FFFFFF;
        }

    .table_relatorio tr, .table_relatorio tr th {
        font-size: 12px;
    	border-bottom: 1px solid #a1a1a1;
        text-align: center;
    }

    .table_relatorio tr td {
        line-height: 11px;
        padding: 10px;
    }

    .col_descricao {
        text-align: left;
        font-size: 11px;
        overflow: auto;
    }

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 99;
		background-color: rgba(0,0,0,0.6);
	}

.icon-size {
	font-size: 24px;
}

.inativo {
	display: none !important;
}

.botoes {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.popover{
    max-width: 25%; /* Max Width of the popover (depending on the container!) */
}

.pisca {
	-webkit-box-shadow: 0 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 5px rgba(0,0,0,0.2);
}

.highlight {
    border: 2px solid #FFCC33;
}

/* checkbox slide*/
	.switch {
	  position: relative;
	  display: inline-block;
	  width: 32px;
	  height: 20px;
	}

/* Hide default HTML checkbox */
	.switch input {display:none;}

	/* The slider */
	.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: 14px;
	  width: 14px;
	  left: 3px;
	  bottom: 3px;
	  background-color: white;
	  -webkit-transition: .2s;
	  transition: .2s;
	}

	input.delete:checked + .slider {
	  background-color: red;
	}

	input.delete:focus + .slider {
	  box-shadow: 0 0 1px red;
	}

	input.seleciona:checked + .slider {
	  background-color: green;
	}

	input.seleciona:focus + .slider {
	  box-shadow: 0 0 1px green;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(12px);
	  -ms-transform: translateX(12px);
	  transform: translateX(12px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 5px;
	}

	.slider.round:before {
	  border-radius: 20%;
	}

/* check button */

	.form-group input[type="checkbox"] {
	    display: none;
	}

	.form-group input[type="checkbox"] + .btn-group > label span {
	    width: 20px;
	}

	.form-group input[type="checkbox"] + .btn-group > label span:first-child {
	    display: none;
	}
	.form-group input[type="checkbox"] + .btn-group > label span:last-child {
	    display: inline-block;
	}

	.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
	    display: inline-block;
	}
	.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
	    display: none;
	}

.nao_confirmado { /* relatorio escolhas por unidade */
	display: none;
}

.titulo_c_contrato {
	height: 23px;
	padding-top: 2px;
	color: #fff;
}

tr.dt-rowReorder-moving{outline:2px solid #555;outline-offset:-2px}
table.dataTable td.reorder{text-align:center;cursor:move;background:#999;color:#fff;font-weight:bold;}

.planta_quadro {
	-webkit-border-radius: 4px;
	border-radius: 4px;
 	text-align: center;
	margin: 10px 0 10px 10px;
	background: #fff;
	padding: 6px 0;
	font-size: 11px;
	line-height: 14px;
	overflow-y: auto;
}

.planta_quadro span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

.zoom {
	background: #ffcc33;
	color: #fff;
	text-align: center;
	margin: 10px 0 10px 10px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 0;
}

.pegatudo {
	display: inline-block;
	vertical-align: top;
}

/* efeitinho da hora */
.grow {
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.grow:hover {
	transform: scale(1.05);
	cursor: pointer;
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
}

.select_copiar_ambiente {
	display: inline-block;
	width: 49%;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}

#modelo_news {
	border: 1px double #444444;
	padding: 10px;
}


.status_passo {
	background: #7e9f37 !important;
    color: #ffffff;
}

.status_passo_b {
	background: #F4A460 !important;
	color: #ffffff;
}

.my {
	margin-bottom: 20px;
	margin-top: 20px;
}

.inativo_per { /*muda opacidade na personalização */
	opacity: 0.2;
}

#overlay { /* usa no upload */
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8); /* Black background with opacity */
	z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

#overlay .texto {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	color: #FFFFFF;
}


#preview{
	background: #000;
	color: #FFFFFF;
	padding: 5px;
	position: absolute;
	z-index: 999;
}

.esconde_bot {
    display: none;
}

.grid_inputs_agenda {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    gap: 30px;
    margin-bottom: 20px;
}

/*##########AVATAR######### */

.visivel {
    width: 100px; height: 100px;
    margin: 10px auto;
    border-radius: 50%;
    background-color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 4rem; cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.visivel:input[type="file"] {
    height: 200px;
}
.visivel:hover .add {
    opacity: 1.0;
}
.visivel input[type="file"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    height: 100px;
}
.add {
    position: absolute; bottom: -15px; right: 18px; color: #ffcc33; opacity: 0;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px;
}

.grid-item {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.upload {
    position: relative;
}

.upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

.grid-item:hover {
    border: 4px solid #ffcc33;
    cursor: pointer;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selecionada {
    border: 4px solid #ffcc33;
}

select[name="formato"] {
    width: 200px;
    height: 78px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    overflow: hidden;
  }

  select[name="formato"] option {
    padding: 8px;
    cursor: pointer;
  }

  select[name="formato"] option:selected {
    background-color: #e0e0e0;
  }

  /*botoes de cores do relatorio*/
        .color-picker-body {
            font-family: Arial, sans-serif;
            max-width: 350px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f5f5f5;
        }
        
        .color-picker-container {
            background-color: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .color-picker-title {
            color: #333;
            text-align: center;
            margin-bottom: 30px;
        }
        
        .color-picker-selector {
            margin: 10px 0;
        }
        
        .color-picker-dropdown {
            position: relative;
            display: inline-block;
            width: 100%;
        }
        
        .color-picker-dropdown-btn {
            width: 350px;
            padding: 5px 10px;
            background-color: white;
            border: 1px solid #ddd;
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 14px;
        }
        
        .color-picker-dropdown-btn:hover {
            border-color: #aaa;
        }
        
        .color-picker-dropdown-content {
            display: none;
            position: absolute;
            background-color: white;
            width: 350px;
            max-height: 400px;
            overflow-y: auto;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            border-radius: 4px;
            z-index: 1;
            border: 1px solid #ddd;
        }
        
        .color-picker-option {
            padding: 10px 15px;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: background-color 0.2s;
        }
        
        .color-picker-option:hover {
            background-color: #f0f0f0;
        }
        
        .color-picker-square {
            width: 20px;
            height: 20px;
            border-radius: 3px;
            margin-right: 10px;
            border: 1px solid #ddd;
        }
        
        .color-picker-submit-btn {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 12px 25px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 20px 0;
            cursor: pointer;
            border-radius: 4px;
            width: 100%;
            transition: background-color 0.3s;
        }
        
        .color-picker-submit-btn:hover {
            background-color: #45a049;
        }

        #myTable {
            width: 100%;
        }

        /* Estilo para a coluna de ordem nos itens reordenáveis (cinza) */
        #myTable tbody tr.item-fixo td.reorder {
            background-color: #eeeeee; /* Um cinza claro */
            text-align: center;
            cursor: move; /* Mostra o ícone de "mover" ao passar o mouse */
            padding: 0;
        }

        /* Estilo para a coluna de ordem nos itens comuns (branco/padrão) */
        #myTable tbody tr:not(.item-fixo) td.reorder {
            background-color: #ffffff;
            cursor: default;
        }

        .reorder-handle {
            font-size: 20px;      /* Aumenta o tamanho do ícone */
            padding: 23px 30px;          /* Expande a área clicável */
            cursor: move;          /* Mantém o indicador de arrasto */
            display: inline-block; /* Garante que o padding seja aplicado */
        }
        .reorder-handle:hover {
            opacity: 0.7;          /* Feedback visual ao passar o mouse */
        }


        


        /* cards do historico de envios geral de emails */
        .stats-grid {
            display: grid;
            gap: 10px;
            margin-bottom: 20px;
        }

        /* Telas grandes (≥1200px): 8 cards em uma linha */
        @media (min-width: 1200px) {
            .stats-grid {
                grid-template-columns: repeat(8, 1fr);
            }
        }

        /* Telas médias (992px a 1199px): 4 cards por linha */
        @media (min-width: 992px) and (max-width: 1199px) {
            .stats-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        /* Telas pequenas (768px a 991px): 2 cards por linha */
        @media (min-width: 768px) and (max-width: 991px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Celular (≤767px): 2 colunas também (conforme solicitado) */
        @media (max-width: 767px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }