#page{
	min-width: 1085px;
}

div.form input.litera{
	width: 50%;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	margin-top: 0;
}

.litera-right{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.litera-left{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.row{
	margin-top: 10px;
}

.litera-container{
	padding: 0;
}

.ui-autocomplete{
	max-height: 350px;
	overflow: auto;
}

.simple-container{
	padding: 0px 5px 5px;
	border: 2px solid rgb(88, 88, 150);
	height: 150px;
	overflow: auto;
}

.simple-container .btn{
	padding: 1px 10px;
	font-size: 12px;
}

.simple-container .col-md-4,
.simple-container .col-md-3,
.simple-container .col-md-2{
	padding: 0 5px;
}

#addPerformer,
#addSender{
	margin-left: 15px;
}

.grid-view .button-column{
	width: 80px !important;
}

.padding10{
	padding: 0 5px;
}

.navbar-nav>li:hover{
	background: #eee;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #000 !important;
}

.dropdown-menu:hover,
.dropdown:hover .dropdown-menu{
	display: block;
}

div.form label{
	font-size: 1em;
}

.button-container{
	text-align: center;
}

#Complaint_exec_mode_id input{
	display: none;
}

#Complaint_exec_mode_id  label{
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	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;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	height: 34px;
	float: left;
	padding: 6px 12px;
	border-radius: 8px;
	cursor: pointer;
}

#Complaint_exec_mode_id  label:hover,
#Complaint_exec_mode_id  label:focus{
	color: #fff;
	background-color: #2d6ca2;
	background-position: 0 -15px;
}

#Complaint_exec_mode_id #Complaint_exec_mode_id_0:checked + label{
	color: #fff;
	background-color: #419641;
	border-color: #3e8f3e;
	background-image: none;
}

#Complaint_exec_mode_id #Complaint_exec_mode_id_1:checked + label{
	color: #fff;
	background-color: #c12e2a;
	border-color: #ac2925;
	background-image: none;
}

#Complaint_exec_mode_id #Complaint_exec_mode_id_2:checked + label{
	color: #fff;
	background-color: #eb9316;
	border-color: #d58512;
	background-image: none;
}

.aux-buttons{
	width: 380px;
	overflow: hidden;
	margin: 0 auto;
}

#Complaint_exec_mode_id label[for="Complaint_exec_mode_id_0"]{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#Complaint_exec_mode_id label[for="Complaint_exec_mode_id_1"]{
	border-radius: 0;
}

#Complaint_exec_mode_id label[for="Complaint_exec_mode_id_2"]{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#LoginForm_rememberMe, form label[for="LoginForm_rememberMe"]{
	display: inline;
}

#content{
	overflow: hidden;
}

.pagination a{
	border-radius: 15px !important;
	margin-left: 10px;
	margin-right: 10px;
}

#printable td,
#printable th{
	border: 1px solid #222;
}

#printable hr{
	background: #222;
	height: 1px;
}

.hr{
	background: #222;
	height: 1px;
	margin: 10px 0;
}

.hr{
	display: block !important;
}

#page .check-view-done  .btn-warning.active{
	background: #2d6ca2;
	border-color: #2b669a;
}

#complaint-grid td:nth-child(7) {
	text-align: center;
	vertical-align: middle;
}

.message{
	font-size: 1.3em;
	padding: 20px 0;
	text-align: center;
}

.full-red-cell{
	background: rgb(247, 183, 215);
	width: 100%;
	height: 100%;
}

/* Start minimization page size*/
h1{
	font-size: 15px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 2px;
}

#logo{
	font-size: 100%;
}

.navbar-default{
	box-shadow: none;
	height: 20px;
	min-height: 20px;
	margin-bottom: 3px;
}

.navbar-nav>li>a{
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
}

#Complaint_author_cat_id input,
#Complaint_sender_id input{
	clear: left;
	float: left;
	margin-right: 5px;
}

#Complaint_author_cat_id label,
#Complaint_sender_id label{
	float: left;
}

#Complaint_comp_mode_id input,
#Complaint_comp_mode_id label,
#Complaint_appeal_mode_id input,
#Complaint_appeal_mode_id label{
	display: inline;
}

#Complaint_comp_mode_id input{
	margin-left: 3px;
}

#Complaint_comp_mode_id label{
	margin-right: 3px;
}

.form-control{
	padding: 2px 3px;
	height: 20px;
}

.form-control, div.form label{
	font-size: 12px;
}

div.form input, div.form textarea, div.form select{
	margin: 0;
}

textarea.form-control{
	height: 40px;
}

label{
	margin-bottom: 0;
}

div.form .row{
	margin: 1px;
}

.form-control{
	border-radius: 0;
}

#complaint-form{
	position: relative;
}

.abs{
	position: absolute;
	left: 15px;
	bottom: 0;
}

div.search-form{
	margin: 0;
	padding: 0;
}

.search-form .btn-primary{
	padding: 2px 12px;
	display: inline;
	margin-top: 3px;
}

#complaint-grid{
	font-size: 12px;
	word-wrap: break-word;
	word-break: break-all;
}

#complaint-grid td,
#complaint-grid th{
	padding: 1px;
}

#complaint-grid #complaint-grid_c1{
	width: 62px;
}

#complaint-grid #complaint-grid_c7{
	width: 74px;
}

#complaint-grid #complaint-grid_c8{
	width: 30px;
}

.control #complaint-grid #complaint-grid_c0{
	width: 75px;
}

.control #complaint-grid #complaint-grid_c1{
	width: 85px;
}

.control #complaint-grid #complaint-grid_c2{
	width: 75px;
}

.control #complaint-grid td:nth-child(6){
	text-align: center;
}

#complaint-grid  .btn{
	height: 20px;
	line-height: 18px;
	padding: 0 5px;
	border-radius: 0;
	font-size: 12px;
}

.summary{
	display: none;
}

.container .grid-view{
	padding: 5px 0;
}

.pagination{
	margin: 0;
	font-size: 10px;
}

.table{
	margin-bottom: 0;
}

#Complaint_cDay{
	margin-top: 5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 5px;
	padding-right: 5px;
}

.img_link{
	width: 30px;
}

#printable_card,
#printable_title{
	display: none;
}
/* End minimization page size*/