﻿.sr-titulo-sistema {
    font-family: 'Arial', sans-serif;
    color: #666666;
    font-size: 20px
}

.dx-row.dx-column-lines.dx-header-row .colLista {
	font-weight: bold !important;
	color: #333333
}

body {
	padding-top: 50px;
	background-color: #f5f7fa;
}

.sr-container {
	background: #f5f7fa
}

.sr-navbar {
	background:  #FFF;
	/*#D9E3D4; #a3bfbe*/
	/*border-bottom: solid 1px ;*/
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.sr-border-colors {
    background: #008080;
    content: '';
    height: 4px;
    position: fixed;
    width: 100%;
    z-index: 999
}

.sr-msg-error {
	font-size: 11px;
	color: red;
	padding: 2px;
}

.sr-msg-sucess {
	font-size: 11px;
	color: #008b8b;
	padding: 2px;
}

.sr-active {
	border-bottom: solid 2px #598C86
}

/*.sr-vertical-active {
	border-left: solid 2px #337ab7
}*/

.sr-form-filtro {
	background-color: #FFF;
	/*-moz-box-shadow: 0.5px 1px 5px gainsboro;
	box-shadow: 0.5px 1px gainsboro;*/
	border-bottom: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	border-top: solid 1px #d3d3d3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px 15px;
}

.sr-filtro-grf {
	padding: 5px 5px;
	float: left;
	width: 100%;
	height: 45px;
}
	.sr-filtro-grf .sr-filtro-grf-field {
		float: right;
		margin-right: 10px
	}
		.sr-filtro-grf .sr-filtro-grf-field .dx-field-label {
			text-align: right !important;
			margin-top: -2px
		}

.sr-box-periodo {
	float: left !important;
	position: relative;
	border: solid 1px #868e96;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #c0c0c0;
	height: 30px;
	width: 150px;
}
	.sr-box-periodo .span-l {
		display: block;
		float: left;
		position: relative;
		border-right: solid 1px #868e96;
		color: #868e96;
		height: 28px;
		width: 73px;
		padding-top: 4px;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
	}

	.sr-box-periodo .span-r {
		display: block;
		padding-top: 4px;
		text-align: center;
		position: relative;
		color: #868e96;
		height: 28px;
		width: 75px;
		overflow: hidden;
		cursor: pointer;
	}

	.sr-box-periodo .sr-box-periodo-active {
		background-color: #868e96;
		color: #ffffff
	} 
	

.sr-box-titulo {
		width: 100%;
		height: 60px;
		text-align: center;
		padding-top: 20px
	}

	.sr-box-titulo span {
		color: #FFFFFF;
		font-size: 24px;
		margin-top: 0;
		display: block;
	}

	.sr-box-info {
		height: 70px;
	}
		
		.sr-box-info-l {
			position: relative;
			float: left;
			width: 50%;
			padding: 5px 5px 5px 2px;
			height: 70px;
			border-right: solid 1px #d3d3d3;

		}

			.sr-box-info-l span {
				display: block;
				width: 100%;
				height: 15px;
				font-size: 10px;
				color: #929292
			}
				
				.sr-box-info-l span > strong {
					float: right;
					position: relative;
				}
			
			.sr-box-info-r {
				position: relative;
				float: right;
				width: 50%;
				text-align: center;
				padding: 2px;
				height: 70px;
			}

.warning {
	color: coral !important;
} 

.sr-titulo {
	font-family: "Source Sans Pro Ligth", sans-serif;
	color: #929292;
	display: inline-block;
	padding: 0 5px;
}

.sr-titulo-black {
	/*font-family: "Source Sans Pro", sans-serif;*/
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
	
}


.dropdown.sr-dropdown.open a.sr-menu-open {
	background-color: #D0E0D0 !important;
}

.sr-menu-superior {
	color: #666666;
}
	.sr-menu-superior:hover {
		color: #999999;
	}

a.sr-menu-acesso-restrito {
    color: #666666 !important;
}

    a.sr-menu-acesso-restrito:hover {
        color: #999999 !important;
    }

	
a.sr-menu-admin {
	color: #333333 !important;
}

	a.sr-menu-admin:hover {
		background-color: #D9E3D4;
		color: #666666 !important;
	}

.sr-list-inline {
	padding-left: 0;
	margin-left: -5px;
	padding-bottom: 10px;
	list-style: none;
}
	.sr-list-inline > li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
	}

.sr-panel-totals {
	background-color: #fff;
	/*margin: 5px 0;*/
	padding: 5px 0;
	border-left: solid 3px #008b8b;
	-moz-box-shadow: 0.5px 1px 5px gainsboro;
	box-shadow: 0.5px 1px gainsboro;
}

	.sr-panel-totals .sr-titulo {
		font-size: 12px
	}

.separetor-right {
	border-right: solid 1px #d3d3d3;
}

.csDataFimPeriodo  span{
	margin: -1px; 
}

.sr-rodape {
	min-height: 35px;
	margin-top: 25px;
	background-color: #eee;
	border-top: solid 1px #d3d3d3;
	padding: 8px 0;
	bottom: 0;
	width: 100%;
	z-index: 999
}
	.sr-rodape span {
		color: #a9a9a9;
		font-size: 12px
	}

	.sr-logo-rodape {
		text-align: left;
	}

	.sr-dados-rodape {}

	.sr-versao-rodape {
		text-align: right;
	}


/* ONLY MOBILE */
@media screen and (max-width: 640px) {
	.sr-logo-rodape {
		text-align: center;
		padding: 15px 0;
	}

	.sr-versao-rodape {
		text-align: center;
		padding: 15px 0;
	}
	
	.sr-active {
		border-left: solid 2px #337ab7 !important;
		border-bottom: none !important;
	}

	.csDataFimPeriodo span {
		margin: 0;
		float: right;
	}

	.csCbxSituacaoTransacao .dx-radiogroup {
		float: right !important;
	}

	.sr-filtro-grf {
		height: 120px;
	}

	.sr-box-titulo {
		width: 100%;
		height: 80px;
		text-align: center;
		position: relative;
	}

		.sr-box-titulo.first span {
			position: absolute;
			float: left;
			top: 60px;
		}

		.sr-box-titulo span {
			position: relative;
			float: left;
			width: 100%;
			text-align: center;
			margin-top: 0;
			color: #FFFFFF;
			font-size: 24px;
			margin-top: 0;
			display: block;
		}

	.sr-box-info {
		height: 70px;
		position: relative;
	}
		
		.sr-box-info-l {
			position: absolute;
			left: 0;
			top: 0;
			margin-top: 0 !important;
		}

		.sr-box-info-r {
			position: absolute;
			right: 0;
			top: 0;
			margin-top: 0 !important;
		}
}

@media screen and (max-width: 1024px) {

	.sr-logo-rodape {
		text-align: center;
		padding: 15px 0;
	}

	.sr-versao-rodape {
		text-align: center;
		padding: 15px 0;
	}

	.sr-panel-totals {
		min-height: 30px;
	}
		.sr-panel-totals .sr-titulo {
			font-size: 12px
		}

	.mobile-ul-total-transacoes {
		float: right;
		position: relative;
		width: auto !important;
	}

	.mobile-header-total-transacoes {
		display: block;
		text-align: right;
	}
	
	.mobile-header-total-transacoes > span {
		padding: 0 !important;
	}

	.mobile-valor-total-transacoes {
		text-align: right;
		float: right !important;
		display: block;
		width: 125px;
	}

	.csDataFimPeriodo span {
		margin: 0;
		float: right;
	}

	.csCbxSituacaoTransacao .dx-radiogroup {
		float: right !important;
	}

	.sr-box-titulo {
		width: 100%;
		height: 80px;
		text-align: center;
		padding-top: -25px !important;
	}

		.sr-box-titulo.first span{
			margin-top: -35px !important;
		}
		
		.sr-box-titulo span {
			position: relative;
			float: left;
			margin-top: 0;
			display: block;
			width: 100%;
			margin-left: 0 !important;
			text-align: center;
			color: #FFFFFF;
			font-size: 24px;
		}

	.sr-box-info {
		height: 70px;
	}

	.sr-box-info-l {
		margin-top: 0 ;
	}

	.sr-box-info-r {
		margin-top: 0 ;
	}

	.main-login {
		
	}
}

@media screen and (min-width: 1280px) {

	.sr-lg-container {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		
		width: 1170px;
	}
}


/*@media screen and (max-height: 1366px) {
	.sr-conteudo {
		margin-top: -25px;
		height: 1024px;
	}
}

@media screen and (max-height: 1080px) {
	.sr-conteudo {
		margin-top: -25px;
		height: 880px;
	}
}

@media screen and (max-height: 768px) {
	.sr-conteudo {
		margin-top: -25px;
		height: 670px;
	}
}

@media screen and (max-height: 600px) {
	.sr-conteudo {
		margin-top: -25px;
		height: 530px;
	}
}*/

.sr-field-sm {
	font-size: 11px;
	color: #868e96 !important
}
.dx-field-item-label-text {
	color: #868e96 !important
}
/** JANELA CONFERENCIA **/
.dx-calendar-cell:not(.dx-calendar-other-month) .conferido {
	background-color: #008080;
	color: #FFFFFF;
	display: block;
	width: 39px;
	height: 100%;
	padding-top: 8px;
	border-radius: 4px;
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .conferido {
	background-color: #008080;
	color: #FFFFFF;
	display: block;
	width: 39px;
	height: 100%;
	padding-top: 8px;
	border-radius: 4px;
}

.dx-calendar-cell:not(.dx-calendar-other-month) .iniciadoConferencia {
	background-color: #fdd918;
	color: #FFFFFF;
	display: block;
	width: 39px;
	height: 100%;
	padding-top: 8px;
	border-radius: 4px;
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .iniciadoConferencia {
	background-color: #fdd918;
	color: #FFFFFF;
	display: block;
	width: 39px;
	height: 100%;
	padding-top: 8px;
	border-radius: 4px;
}

.dx-calendar-cell {
	padding: 0 !important
}

	.dx-calendar-cell.dx-calendar-selected-date {
		box-shadow: inset 0px 0px 0px 1000px #ced0d1 !important;
		background-color: #ced0d1 !important;
	}

		.dx-calendar-cell.dx-calendar-selected-date  .conferido {
			background-color: #ced0d1 !important;
			box-shadow: inset 0px 0px 0px 1000px #ced0d1 !important;
		}

		.dx-calendar-cell.dx-calendar-selected-date .iniciadoConferencia {
			background-color: #ced0d1 !important;
			box-shadow: inset 0px 0px 0px 1000px #ced0d1 !important;
		}




/** CONFERENCIA */

.file_uploader_ofx .dx-fileuploader-wrapper .dx-fileuploader-content .dx-fileuploader-files-container {
	padding-top: 0 !important;
}

.file_uploader_ofx {
	margin-bottom: 25px;
}


/** DESHBOARD */
/** overhead */
.carousel-control.right, .carousel-control.left {
	background-image: none !important;
}

.glyphicon.glyphicon-chevron-right, .glyphicon.glyphicon-chevron-left {
	color: #ced0d1 !important;
}

.right.carousel-control, .left.carousel-control {
	width: 30px
}

.dx-popup-content {
	padding: 5px !important;
}


.sr-toolbar-manipulacao {
	padding: 5px !important;
	background: #ffffff;
	border: solid 1px #dcdcdc;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.sr-toolbar-divider {
	width: 5px;
	height: 25px;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}