/* fullscreen editor fix */
.mce-fullscreen {margin-top: 50px !important;}

/*.crumb,.side-options,#resBtnSearch{display:none !important;}*/

.chat_files {position: relative; top: 5px;}

/* fix selector bug */
#dataTable_length .selector {width: 259px !important;}

/*#dataTable td {vertical-align:middle; padding: 2px; padding-left: 8px; padding-right: 8px;} */
#dataTable td {vertical-align:middle;}

p, li {font-size: 14px; line-height: 22px; font-weight: 400;}

div.dataTables_info {float: left;}

@media only screen and (max-width: 1200px) {
	div.dataTables_paginate,div.dataTables_info  {
		float: none !important;
	}
	
	.add_actions.text-right{text-align:center !important;}
}

/* div.dataTables_length label span{vertical-align: top;line-height: 36px;} */

.fullWidth{width:100% !important;}

/*div.uploader{width:100%;}
div.uploader span.filename{width:auto;}*/
/*div.selector span,div.selector{width:100% !important;}*/

/* Fix modal */
.modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {margin-right: 0px;}
.modal {overflow-y:auto;}
body{overflow-y:scroll !important;}

/* a.btn{background-color: buttonface !important;color:black !important;} */

/* input forms */
/*:required :before{content:"*" !important;border:1px solid #686866 !important;}*/
input:before{content:"uuu";}

#header_name{float: left;line-height: 50px;color: white;}


@media only screen and (max-width: 480px) {
	#header_name{width:100%;} 
}

div.selector select ,div.selector,.tooltip {font-size: 13px !important;}/* Latvian font fix */

.stats-buttons li a:hover .icon {		
	 /*CSS transitions*/
	 -o-transition-property: none !important;
	 -moz-transition-property: none !important;
	 -ms-transition-property: none !important;
	 -webkit-transition-property: none !important;
	 transition-property: none !important;
	 /*CSS transforms*/
	 -o-transform: none !important;
	 -moz-transform: none !important;
	 -ms-transform: none !important;
	 -webkit-transform: none !important;
	 transform: none !important;
	 /*CSS animations*/
	 -webkit-animation: none !important;
	 -moz-animation: none !important;
	 -o-animation: none !important;
	 -ms-animation: none !important;
	 animation: none !important;
}
@media only screen and (max-width: 1280px){
#content .row [class*="col-lg-"]:last-child {
margin-bottom: 20px !important;
}
}
#login .navbar-brand {margin-top: -80px;}

/* datnes */
.datnes {white-space: nowrap; display: inline-block; text-align: center;}
.datnes_pic {max-width: 75px; max-height: 75px; margin: 5px; padding: 5px; border: 1px solid #c9c9c9;}

/* profile */
.profile-avatar img {width: auto; height: auto;}

/* meteo sadaļā */
.datepicker .prev {visibility: visible !important;}
.datepicker .next {visibility: visible !important;}

/* coments */
span.comm_resp {color: #6f7a8a; font-weight: bold;}
div.anchor {position: relative; top: -51px; visibility: hidden;}

.btn-inverse {border-color: rgba(0, 0, 0, 0.25);}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus {color: white;}