/* ==========================================================================
   SIL TECNOLOGIA
   ========================================================================== */
   
/*CONTROLE DE LARGURA - BOOTSTRAP */
html{
	height:100%; /*ajuste para imagem de fundo*/
	}

body{
	min-width:1024px;/*corrige corte do body em resoluĆ§Ćµes menores que 1024*/
	}
        
form{
    width:100%; 
    height:100%; 
    display: table;            
}
   
.container{
    /*min-width:970px;*/
}
/*CONTROLE DE LARGURA - BOOTSTRAP */

/*TEXTOS E LINKS*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    color: #000000;
}
/*TEXTOS E LINKS*/

/*LOGIN*/
#login{
	background:url(../img/theme/login-background.png) no-repeat bottom;	
	}
	
#login footer{
	position:fixed;
	bottom:0;
	width:100%;
	z-index:999;
	}
	
#login .login-container{
	padding:10px;
	margin-top:130px;
	background: url(../img/theme/login-container-background.png);
	height:360px;
	border-radius: 10px;
	}

#login .client-box{
	background:#FFF;
	height:100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#login .client-box h2{
	display:block;
	width:300px;
	height:160px;
	background:#FFF url(../img/theme/logo-siltecnologia-lg.png) center center no-repeat;
	margin:90px auto;
}

#login .login-box{
	background:url(../img/theme/login-box-background.png);
	height:100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding:40px 60px;
}

#login h1{
	color:#FFF;
	margin-top:0;
	margin-bottom:20px;
	}
	
#login h1 span{
	display: block;
	font-size:22px;
	}
	
#login label{
	font-weight:normal;
	color:#999;
	}

#login a{
	color:#FF7F00;
	}	
/*LOGIN*/



/*SISTEMA*/
body{
	background:#F3F3F3;
	}

/*HEADER*/
header{	
	border-bottom:0px solid #09294A;
	height:80px;
    background:url(../img/theme/header-background.png);
	}

header h2{
	color:#FFF;
	font-size:22px;
	margin-top: 30px !important;
	}

.change-app a.dropdown-toggle{
		
	margin:25px 20px 0px 0px;
	color:#FFF;
	border: 1px solid #FFF;
	}
	
.change-app a.dropdown-toggle:hover, .change-app.open a{
	background:#1579DD;	
	border: 1px solid #1579DD;
	}

.change-app .dropdown-menu{
	background:#1579DD;
	border:none;
	margin-left:-1px;
	}

.change-app .divider{
	background-color:#3E95EC;
	}

.change-app .dropdown-menu > li > a{
	padding:6px 10px;
	color:#FFF;
	}

.change-app .dropdown-menu > li > a:hover{
	background:#3E95EC;
	}

.user-options{
	margin-top: 28px;
    border: 1px solid #FFF;
	border-radius: 3px;		
	}

.user-options:hover{	
	background:#1579DD;	
	border: 1px solid #1579DD;
	}

.user-options a.dropdown-toggle{
	display: block;
	color:#D8D8D8;
	cursor:pointer !important;
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
	padding: 8px 15px 2px 15px;
}

.user-options .open a.dropdown-toggle{
	color:#FFF;
	}

.user-options .caret{
	border-top-color: #FFF;
  	border-bottom-color: #FFF;
}

.user-options .open .caret{
	border-top-color: #F90;
  	border-bottom-color: #F90;
	}

.user-options .dropdown-menu{
	margin:-5px 0 0 0;
	z-index:1003;
	}

.dropdown-menu > li > a:hover{
	color:#FFF;
	background:#428BCA;
	}
	
.caret{
	margin-left:10px;
}
/*HEADER*/


/*NAV*/
.menu-horizontal{
	background:#00A39C;
	color:#FFF;
	margin-bottom:0;
	border-radius:0;
	min-height:0;
	border:none;
	}
	
.navbar-nav > li {
	margin-left:-1px;
	padding:0;
}

.navbar-nav > li > a {
    color: #FFF;
	border-left:1px solid #26BEB7;
	padding-top:5px;
	padding-bottom:5px;
}

.navbar-nav > li.active > a {
	background:url(../img/theme/menu-arrow-active.png) bottom center no-repeat;
	background-color: #00AEA6; 
	border-top:5px solid #26BEB7; 
	margin-top:-5px;		
}

.navbar-nav > li > a:hover,  .navbar-nav > li > a:focus{
	background-color: #00AEA6;
	border-top:5px solid #26BEB7;
	margin-top:-5px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #74BE10;
}

.navbar-default .navbar-nav > li > a {
    color: #777777;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #74BE10;
    color: #555555;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #26BEB7;
    border-color: #00A39C;
	border-left:1px solid #26BEB7;/*corrige alinhamento*/
}

.menu-horizontal .dropdown-menu{
	background:#26BEB7;
	border:none;
	}

.menu-horizontal .dropdown-menu > li > a {
    color: #FFF;
}

.menu-horizontal .caret{
	border-top-color: #007570;
  	border-bottom-color: #007570;
}

.menu-horizontal .dropdown-menu > li > a:hover,
.menu-horizontal .dropdown-menu > li > a:focus {
	color:#FFF;
	background:#30D6CD;
        outline: none;
}

.menu-horizontal .dropdown-menu > .active > a, .menu-horizontal .dropdown-menu > .active > a:hover, .menu-horizontal .dropdown-menu > .active > a:focus {
    background-color: #30D6CD;
}
	
	
/*desligando responsividade do nav*/
.navbar-nav{
	margin:0 !important;
}

.navbar-collapse.collapse {
	display: block!important;
}

.navbar-nav > li, .navbar-nav {
	float: left !important;
}

.navbar-nav.navbar-right:last-child {
	margin-right: -15px !important;
}

.navbar-right {
	float: right!important;
}
/*desligando responsividade do nav*/

/*NAV*/

/*WELCOME*/
#welcome{
	background:#F9F9F9;
	border-bottom:1px solid #D2D2D2;
	}

#welcome h1{
	font-size:30px;
	line-height:1.4;
	font-weight:normal;
	}

#welcome h1 span{
	color:#0077A9;
	font-size:20px;
	display:block;
	}
	
#welcome .client-box{
	height:100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#welcome .client-box span{
	display:block;
	width:220px;
	height:80px;
	background: none;
	margin:10px auto;
}
/*WELCOME*/

/*SCREEN TABS*/
#screen-tabs{
	border-top:5px solid #EEEEEE;
	border-bottom:1px solid #DDD;
	background:#F5F5F5;
	}

#screen-tabs .nav-tabs{
	margin-top:-5px;
	border-bottom:none;
	}

#screen-tabs .nav-tabs > li > a {
	padding: 15px 20px;
	border-top:none;
	border-radius:0;
	color:#AAA;
	background:none;
	border-color:transparent;
}

#screen-tabs .nav-tabs > li > a:hover {
	color:#333;
}

#screen-tabs .nav-tabs > li.active > a  {
	border-top:none;
	background: #FFF url(../img/theme/screen-tab-active-background.png) repeat-x; 
	color:#333;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	}

.nav-tabs > li > a{
	outline:none;
	background:#F5F5F5;
	border:1px solid #DDD;
	color:#AAA;
	margin-right:0;
	padding: 4px 15px;
	}
	
.nav-tabs > li > a:hover{
	background:#F5F5F5;
	border:1px solid #DDD;
	color:#333;
	}

.tab-pane{
	padding:8px 8px 0px 8px;
	}
	
.tab-content{
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}
	
/*removendo borda dos conteĆŗdos das abas principais*/
.content > .tab-content{
	border:none;
	}
/*removendo borda dos conteĆŗdos das abas principais*/


/*SCREEN TABS*/

/*CONTENT*/
.content{
	background:#FFF;
        display: table-row; 
        height:100%;
	}
        
.content .container .row{
        padding-top:6px;
	padding-bottom:0px;	
        margin: 0px;
}

.content h2{
	font-size:26px;
	margin-top:0;
	padding:10px 0 15px 0;
	border-bottom:1px solid #DDD;
	}

.tools{
	margin-bottom:20px;
	}

#dashboard{
	padding-top:20px;
	}
/*CONTENT*/

/*MĆ“DULOS*/		
a.box-app{
	width:23%;
	float: left;
	margin:20px 1% 0 1%;	
	background:#F5F5F5; /*#E5E5E5;*/
	padding:10px;
	border-radius: 10px;
	color:#C1C1C1;
	text-decoration:none;
	text-align:center;
	}

a.box-app .app{
	background:#F9F9F9; /*#F3F3F3;*/
	border:1px solid #D2D2D2;
	border-radius: 8px;
	}

a.box-app:hover {
	background:#E5E5E5;
	}

a.box-app:hover .app{
	background:#3E95EC; /*#26BEB7;*/
	color:#FFF;
	border:1px solid #3E95EC;
	}

a.box-app i{
	margin:50px 0;
	}

a.box-app .app h3{
	font-size:16px;
	color:#999;
	font-weight:normal !important;
	padding:15px 0;
	background:#EAEAEA; /*#E8E8E8;*/
	margin:0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	}

a.box-app:hover .app h3{
	background:#1579DD; /*#00A39C;*/
	border-top:none;
	color:#FFF;
	}
	
/*MĆ“DULOS*/

/*BOTĆ•ES*/
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	padding : 2px 12px;
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn:active, .btn.active {
	background-image: none
}
.btn-default {
	
	padding: 2px 12px;
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc
}
.btn-default:hover, .btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px
}
.btn-default:active, .btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb
}
.btn-default:disabled, .btn-default[disabled] {
	background-color: #e0e0e0;
	background-image: none
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: -o-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
	background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #2b669a
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #2d6ca2;
	background-position: 0 -15px
}
.btn-primary:active, .btn-primary.active {
	background-color: #2d6ca2;
	border-color: #2b669a
}
.btn-primary:disabled, .btn-primary[disabled] {
	background-color: #2d6ca2;
	background-image: none
}
.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e
}
.btn-success:hover, .btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px
}
.btn-success:active, .btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e
}
.btn-success:disabled, .btn-success[disabled] {
	background-color: #419641;
	background-image: none
}
.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
	background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9
}
.btn-info:hover, .btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px
}
.btn-info:active, .btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9
}
.btn-info:disabled, .btn-info[disabled] {
	background-color: #2aabd2;
	background-image: none
}
.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px
}
.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13
}
.btn-warning:disabled, .btn-warning[disabled] {
	background-color: #eb9316;
	background-image: none
}
.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px
}
.btn-danger:active, .btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28
}
.btn-danger:disabled, .btn-danger[disabled] {
	background-color: #c12e2a;
	background-image: none
}
/*BOTĆ•ES*/
	


/*FORM*/

label{
	font-weight:normal;
	/*color:#666;*/
	}

input[type=text], input[type=password]{

  height: 26px !important;

}

label.obrigatorio{
	font-weight:bold;
	color:#333;	
	}

label.obrigatorio::after{
	content: " *";	
	}
  
form .panel{
        margin-top:0;
}
form .nav-tabs{
        margin-top:0;
        margin-bottom:0;
}

form .form-group .panel{
	margin-top:0;
	}
form .form-group .nav-tabs{
	margin-top:0;
	margin-bottom:0;
	}

form .form-control-code{
	width:150px;
	margin-right:5px;
	}
	
form .form-control-autocomplete{
	width:300px;
	margin-right:5px;
	}

.form-actions{
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #DDD;	
	}


/*COMPONENTES - CHOSEN*/
.chosen-container {
    font-size: 14px;
}
.chosen-container-single .chosen-single {
    height: 32px;
    line-height: 30px;
}

.chosen-container-single .chosen-single div b {
    background: url("../img/plugins/chosen/chosen-sprite.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
}

.chosen-container-active .chosen-single {
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 5px;
}

.chosen-results li.highlighted{
	background-color:#428BCA !important;
	background-image:none !important;
	}

/*COMPONENTES - DATEPICKER*/
.bootstrap-datetimepicker-widget > ul {
    padding: 0;
}

.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] {
	background-color:#428BCA;
	background-image:none !important;
}
.bootstrap-datetimepicker-widget td span.active {
	background-color:#428BCA;
	background-image:none !important;
}

.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active.active:hover, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active.disabled:hover, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active[disabled]:hover {
	background-color:#428BCA;
	background-image:none !important;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color:#428BCA;
	background-image:none !important;
}	

/*MODAL*/
.modal-header{
	background:#0A3969;	
	border-bottom:5px solid #00A39C;

	}

.modal-header h4{
	color:#FFF;
	}
	
.modal-header .close {
    color: #fff;
    opacity: 0.4;
    text-shadow: 0 1px 0 #000;
}

.modal-header .close:hover, .modal-header .close:hover{
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 0 #000;
}

.modal-content{
    border-radius: 0px;
}

.bodyFiltro .modal-content {
    padding-top: 12px;
}

.modal-content .tab-pane select, .modal-content .panel-body select{
	border-radius:0;
}
	
.modal-content .tab-pane select option, .modal-content .panel-body select option{
	padding:5px 0 5px 10px;
}

.modal-content .form-actions{
	padding:10px;
	border-top: 1px solid #DDD;
	margin:0;
}

.modal-lg{
	width:960px;
        margin: 0px;
	}
	
.select-fields{ 
	height:270px !important; /*fixa altura dos selects da modal de pesquisa avanĆ§ada, corrigindo o Chrome*/
}

#_colunaordem.select-fields {
    height:208px !important;
}

/*DATATABLES*/
.tbl-dados{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
}
	
table.dataTable thead > tr > th {
     

}

.dataTable thead th, .dataTable thead td {
	background-color: #5999D0 !important;
    border-bottom: 0px !important;
}

.tbl-controls{
	margin-top:0px;
	color:#999;

	}

.tbl-controls .t-pagination{
	float:left;
	display:block!important;
	margin-right:20px;
	}	

.tbl-controls .t-lenght{
	float:left;
	padding:2px 0;
	}

.tbl-controls .t-lenght select{
	height:26px;
	font-size:14px;
    margin-right:5px;
	}

.tbl-controls .t-info{
	float:right;
	}

.dataTable > thead > tr > th, .dataTable > tbody > tr > th, .dataTable > tfoot > tr > th, .dataTable > thead > tr > td, .dataTable > tbody > tr > td, .dataTable > tfoot > tr > td {
	vertical-align:middle!important;
}

.dataTable td span{
	float:left;
	}

.dataTable .btn-group{
	/*margin-right:10px;*/
	}

.dataTable .btn{
	padding:0 5px;
	border:none;
	}

.dataTable th, .dataTable td{
	white-space:nowrap;
	padding: 2px 7px !important;
	font-size: 12px;
}

.dataTables_wrapper {
	max-width: 1170px;
	margin: 0 auto;
        padding: 0px 15px;
}

.dataTable tbody tr:hover td {
  background-color:#EBF8FE;
}

.dataTable tbody tr.marked, .dataTable tbody tr:nth-child(2n+1).marked td{
	background:#D5F1DA;
	}	

.dataTable tbody tr.marked:hover td{
	background:#D5F1DA !important;
	}

.dataTable tbody tr.selected, .dataTable tbody tr:nth-child(2n+1).selected td{
	background:#D5F1FD;
	}	

.dataTable tbody tr.selected:hover td{
	background:#D5F1FD !important;
	}

/*FOOTER*/
footer{	
	min-height:52px;
	background:#F3F3F3;
	border-top:1px solid #D1D1D1;
	padding-top:5px;
	}

footer .footer-copyright{
	line-height:40px;
	color:#999;	
	}
	
footer .footer-logo{
	height:40px;
	}
        
footer .footer-logo img{
        display: inline-block;
	height: 100%;
        width: 100%;
	}
/*FOOTER*/

/*CLASSES AUXILIARES*/
.transition{
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}

.no-padding{
	padding:0 !important;
	}
	
.divider{
	display:block;
	height:1px;
	margin:12px 0;
	overflow:hidden;
	background-color:#e5e5e5;
	}

.clear{
	clear:both;
	}
	
.relative{
	position:relative;
	}
		
.rounded5{
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	border-radius:5px;
}

.rounded10{
	-moz-border-radius:10px;	
	-webkit-border-radius:10px;
	border-radius:10px;
}

/*MEDIA QUERIES*/
@media (min-width: 768px) {

 }
 
/* NOVAS IMPLEMENTAĆ‡Ć•ES */
/* NOVAS IMPLEMENTAĆ‡Ć•ES */
/* NOVAS IMPLEMENTAĆ‡Ć•ES */

/* Na nova interface do DDW a largura minima da tela deve ser de 1170px */
#_divSize {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    margin: auto;
}

.container{
    max-width: 1170px;
    width: 100% !important;
}

.frame-component-error {
    font-weight: 700;
    color: red;
}

/* NEW-FILTER */

.tab-filter-type .tab-pane {
    padding: 15px;
}

.no-margin{
    margin: 0 !important;
}

/* NEW-FILTER */
 
/* INICIO - FormataĆ§Ć£o para a implementaĆ§Ć£o de menu com cascateamento de filhos */
.dropdown-menu li{
    position:relative;
}

.dropdown-menu .sub-menu {
    left: 90%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
    display: block;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #000000;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin: 6px 10px;
}
/* FIM - FormataĆ§Ć£o para a implementaĆ§Ć£o de menu com cascateamento de filhos */

/* INICIO - FormataĆ§Ć£o utilizada no componente historicnavigator */
.breadcrumb {
    background: none;
}

.breadcrumb a {
    color: #428bca;
    text-decoration: none;
}

.historic-item {
    font-size: 12px;
}
/* FIM - FormataĆ§Ć£o utilizada no componente historicnavigator */

/* INICIO - FormataĆ§Ć£o utilizada no componente filter */
.filter-label {
    margin-left: 10px;
    margin-top: -2px;
    font-size: 10px;
    display: none;
}
/* FIM - FormataĆ§Ć£o utilizada no componente filter */

/* INICIO - FormataĆ§Ć£o utilizada no componente grid */
[draggable=true] {
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

th.draggingover {
    border-left: 2px solid #000 !important;
}

th.dragging {
    opacity: 0.4;
}

.new-grid {
    padding: 0;
    height: 100% !important;
}

/* FIM - FormataĆ§Ć£o utilizada no componente grid */

/* INICIO - FormataĆ§Ć£o utilizada no componente tabcontrol, tab, tabcontent */

.tab-content>.active{
    display: inline-block;
    width: 100%;
}

/* FIM - FormataĆ§Ć£o utilizada no componente tabcontrol, tab, tabcontent */

/* INICIO - FormataĆ§Ć£o utilizada no componente input */

.form-control-ddw{
    display: block;
    height: 27px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-ddw[disabled], .form-control-ddw[readonly], fieldset[disabled] .form-control-ddw {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/* FIM - FormataĆ§Ć£o utilizada no componente input */

/* INICIO - FormataĆ§Ć£o utilizada no componente label */

.control-label{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

/* FIM - FormataĆ§Ć£o utilizada no componente label */

/* INICIO - FormataĆ§Ć£o utilizada no componente checkbox */

.checkbox-ddw, .radiobutton-ddw{
    text-align: left;
}

.checkbox-ddw > input[type=checkbox], .radiobutton-ddw > input[type=radio]{
    margin-right: 5px;
}

/* FIM - FormataĆ§Ć£o utilizada no componente checkbox */

/* INICIO - FormataĆ§Ć£o utilizada no componente searchinput */

.input-group{
    float: left !important;    
}

/* FIM - FormataĆ§Ć£o utilizada no componente searchinput */

/* INICIO - FormataĆ§Ć£o utilizada no componente radiobuttongroup */

.radio-button-group-ddw .panel-body{
    padding: 4px 15px;    
}

.radio-button-group-ddw{
    padding: 0;
}

.radio-button-group-ddw label{
    padding: 0;
    margin-bottom: 5px !important;
}

.radio-button-group-ddw input{
    margin-right: 10px !important; 
}

/* FIM - FormataĆ§Ć£o utilizada no componente radiobuttongroup */

/* INICIO - FormataĆ§Ć£o utilizada no componente form-group */

.form-group{
    padding: 0;
}

/* FIM - FormataĆ§Ć£o utilizada no componente form-group */

/* INICIO - FormataĆ§Ć£o utilizada no componente suggestinput */

div.autoSuggest{
    padding: 2px 0.5px 2px 0.5px;
    background: #f2f8fd;
    border: 1px solid #60a8f0;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px #000;
}

table.autoSuggest{
    font: 14px Helvetica, Sans-Serif;
    background: #f2f8fd;
}

.autoSuggestOver{
    background-color: #b3e2ff;
    color: #000;
}

table.autoSuggest tr td{          
    height: 20px;
    padding-right: 7px; 
    padding-left:  7px; 
}

/* FIM - FormataĆ§Ć£o utilizada no componente suggestinput */



/* FIM - NOVAS IMPLEMENTAĆ‡Ć•ES */
/* FIM - NOVAS IMPLEMENTAĆ‡Ć•ES */
/* FIM - NOVAS IMPLEMENTAĆ‡Ć•ES */

/* INICIO - IMPLEMENTAĆ‡Ć•ES ESPECIFICAS DE OBJETOS */

.screen-header {
    padding:3px 0;
    border-bottom:1px solid #DDD;
}

.screen-header h1 {
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    color: #000000;
}
.screen-header .btn {
    margin: 3px 0px 3px 0px;
}

.screen-header .breadcrumb {
    margin:0;
    background:none;
}

/* INICIO - IMPLEMENTAĆ‡Ć•ES ESPECIFICAS DE OBJETOS */
.pagination a{

	padding: 2px 12px !important;
}

.dataTable th{
	background-color: #00A39C !important;	
	color: #FFF;
}

input[tipo=_suggestinput], input[tipo=_input], input[tipo=_password], input[tipo=_searchinput], select[tipo=_combobox]{
	height: 27px !important;
	font-size: 12px;
	color: #000;
}

div[class=btn-group]{
	margin-bottom: 6px !important;
}

span[class=input-group-addon]{
	padding: 5px 12px 6px 12px;
}

div[class=input-group-addon]{
	padding: 5px 12px 5px 12px;
}

select{
	padding-top: 4px !important; 
	height: 27px !important;
	font-size: 12px;
	color: #000;
}

div[tipo=_formgroup]{
	margin-bottom: 6px;
}

label[tipo=_label]{
	font-size: 12px;
}

div[tipo=_closebuttons]{
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
}
div[tipo=_closebuttonstab]{
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
}

div[tipo=_buttongroup]{
	margin-bottom: 6px !important;
}

.dataTables_length > input{
    height: 26px !important;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 6px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 6px 12px;
    pointer-events: none;
}
div[tipo=_tabcontrol]{
    padding: 0;
    margin-bottom: 6px;
}

/*INCIO PANEL*/
.panel{
    padding:0px;
    margin-bottom:6px;
}
.panel-heading{
    padding:5px 15px;
}
.panel-body{
    padding:10px;
}
.panel-body > :last-child{
    margin-bottom:0px;
}
/*FIM PANEL*/

.required{
    font-weight: bold;
}
.required.control-label:after {
    content:" *";
    color:red;
    font-weight: bold;
}
.well{
    margin-bottom: 6px;
    color: #000000;
}
.well-sm{
    padding:5px 15px;
}

[tipo=_useroptions] .notification-number,
[tipo=_useroptions] .parameter-alert {
    background: #ff4b4b;
    border-radius: 50%;
    padding: 3px 8px;
}

[tipo=_useroptions] .parameter-alert {
    display: inline;
    padding: 3px 5px;
}

.CodeMirror {
    border: 1px solid #ccc;
    border-radius: 4px;
}