html, body{
	border: 0;
	padding: 0 !important;
	min-width: 0 !important;
	background: none;
}

body{
	background: url('../img/bg_body.png');
	min-height: 100%;
	height: auto !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none;
}

#container{
	background-image: none;
}

.container-fluid{
	max-width: 1170px;
	margin: 0 auto;
}

/* header */

.header-rms{
	background: url('../img/bg_header.png') repeat-x;
	height: 112px;
	width: 100%;
	border-top: 8px solid #3b7298;
	overflow-y: hidden;
}

.logo-rms{
	background: url('../img/rms_spotted_tail.png');
	width: 250px;
	height: 74px;
	margin-top: 25px;
}

.header-img {
	margin-top: 1px;
}

@media (max-width: 979px) {
	.header-rms{
		display: none;
	}
}

/* navbar */

.navbar-rms{
	/*background: url('../img/bg_navbar.png');*/

	/*background: #888;
	background-image: url('../img/noise.png'), url('../img/noise.png'), -webkit-linear-gradient(top, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3));
	background-position: 0 0, -10px 0;
	-webkit-box-shadow: inset 0 -10px 10px -10px #444;*/
}

.navbar-rms .navbar-inner{
	background-image: url('../img/bg_navbar.png');
	border-color: #5b5b5b;
	border-left: none;
	border-right: none;
	min-height: 38px;
	height: 38px;
	filter: none !important;
	padding: 0;
	width: 100%;
}

.navbar-rms .navbar-inner > .container-fluid {
	padding: 0 20px;
}

.navbar-rms.affix{
	top: 0;
	width: 100%;
	z-index: 1000;
}

.navbar-rms .container{
	width: 940px;
}

.navbar-rms .navbar-inner{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar-rms .nav{
	border-left: 1px solid #555;
	/*border-right: 1px solid #949494;*/
	height: 38px;
	overflow: hidden;
	float: none;
}

.navbar-rms .nav>li{
	border-left: 1px solid #949494;
	border-right: 1px solid #555;
}

.navbar-rms .nav>li>a, .navbar-rms .nav>li>a:focus, .navbar-rms .nav>li>a:hover{
	color: #f7f7f7;
	text-shadow: 1px 1px 1px #333;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0;
}

.navbar-rms .nav>li:hover, .navbar-rms .nav>li:hover a, .navbar-rms .nav>li.current, .navbar-rms .nav>li.current a{
	background-color: rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 10px #333;
	-moz-box-shadow: inset 0 0 10px #333;
	box-shadow: inset 0 0 10px #333;
	border-color: #333;
}

.lt-ie9 .navbar-rms .nav>li:hover, .lt-ie9 .navbar-rms .nav>li:hover a, .lt-ie9 .navbar-rms .nav>li.current, .lt-ie9 .navbar-rms .nav>li.current a{
	background-color: #333;
}

.navbar-rms .logo-rms-small{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -64px;
	height: 38px;
}

.navbar-rms .btn-navbar{
	background: rgba(0,0,0,0.4);
}

.navbar-rms .btn-navbar:hover{
	background: rgba(0,0,0,0.5);
}

.navbar-rms .container-fluid{
	padding: 0;
}

.navbar-rms .navbar-brand{
	overflow: hidden;
	margin-left: -62px;
	/*-webkit-transition: margin .2s ease-in-out;
	-moz-transition: margin .2s ease-in-out;
	transition: margin .2s ease-in-out;*/
}

.navbar-rms .navbar-brand a{
	padding: 0 !important;
	width: 60px;
	height: 40px;
	background: url('../img/rms_icon.png') center no-repeat;
}

.navbar-rms .bBlack{
	color: #fff;
	box-shadow: none !important;
	border: 1px solid #4e4e4e !important;
}

.navbar-rms .bBlack:hover, .navbar-rms .bBlack:active, .navbar-rms .bBlack:focus{
	text-decoration: none;
	border: 1px solid #4e4e4e !important;
	box-shadow: none !important;
}

.navbar-rms .bBlack .caret{
	border-top-color: #fff;
}

/*.navbar-rms.affix .navbar-brand{
	margin-left: 0;
	}*/

	.navbar .btn-navbar-cog{
		padding: 4px 10px;
		float: left;
	}

	.navbar-rms .nav-collapse-2{
		display: none;
	}

	@media (min-width: 980px) {
		.page-login .navbar-rms{
			display: none;
		}
	}

	@media (max-width: 979px) {
		.navbar-rms{
			position: relative;
			width: 100%;
/*		background: #666;
		background-image: url('../img/noise.png');
		-webkit-box-shadow: inset 0 0 25px #000;
		-moz-box-shadow: inset 0 0 25px #000;
		box-shadow: inset 0 0 25px #000;*/

	}
	.navbar-rms .nav>li:hover, .navbar-rms .nav>li:hover a, .navbar-rms .nav>li.current, .navbar-rms .nav>li.current a{
		background-color: rgba(0,0,0,0.1);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-top-color: #545454;
		border-bottom-color: #343434;
	}
	.navbar-rms .navbar-inner{
		padding: 5px;
		height: auto;
		background: url(../images/backgrounds/sidebar.jpg);
	}
	.navbar-brand{
		display: none !important;
	}
	.navbar-rms .logo-rms-small{
		display: block;
	}
	.navbar-rms .container{
		width: 100%;
	}
	.navbar-rms .nav{
		height: auto;
		margin-top: 10px;
	}
	.navbar-rms .nav, .navbar-rms .nav>li{
		border: none;
		width: 100%;
	}
	.navbar-rms .nav-collapse-2{
		display: block;
	}
	.nav-collapse .nav li{
		border-bottom: 1px solid #343434;
		border-top: 1px solid #545454;
		background: url(../images/backgrounds/sidebar.jpg);
		color: #c2c2c2;
	}
	.logged-in-as{
		color: #c2c2c2;
		padding: 0 25px;
		margin-top: 10px;
		text-shadow: 1px 1px 1px #333;
		font-weight: bold;
		font-style: italic;
	}
	.nav-collapse .nav li a{
		color: #c2c2c2;
	}
	.nav-collapse .nav li:hover{
		/*background: #454545;*/
	}
	.nav-collapse .nav li:first-child, .nav-collapse .nav li.navbar-brand + li{
		border-top: none;
	}
	.nav-collapse .nav li:last-child{
		border-bottom: none;
	}
	.navbar-rms .btn-group{
		display: none;
	}

}

@media (min-width: 1200px) {
	.navbar-rms .container{
		width: 1170px;
	}
}

/* main content area */

.column-rms{
	padding-bottom: 20px;
}

.column-rms-header{
	background-color: #3b7298;
	border-top: 1px solid #3b7298;
	background-image: url('../img/noise.png'), -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
	background-image: url('../img/noise.png'), -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
	background-image: url('../img/noise.png'), linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
	color: #f7f7f7;
	font-size: 18px;
	text-shadow: 1px 1px 1px #333;
	padding: 10px 15px;
	text-align: left;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}

.column-rms-header .titleOpt, .column-rms-header .titleToolbar{
	float: none;
	position: absolute;
	top: 1px;
	right: 1px;
}

.column-rms-header .titleToolbar li{
	border: none;
}

.column-rms-header .titleOpt a, .column-rms-header .titleToolbar a{
	height: 27px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	color: #f7f7f7;
	/*text-shadow: none;*/
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
	line-height: 27px;
	font-size: 16px;
}

.column-rms-header .titleOpt a:active, .column-rms-header .titleToolbar a:active{
	background-color: #3b7298;
	text-shadow: 1px 1px 1px #333;
	color: #f7f7f7;
}

.column-rms-header .rms-header-button{
	/*padding: 5px 8px 3px 8px;*/
	font-size: 16px;
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 5px 8px 4px 8px;
}

.column-rms-header.clientListDiv .rms-header-button {
	right: 45px;
}




.column-rms-contents{
	padding: 20px;
	background-color: #f7f7f7;
	border: 1px solid #cdcdcd;
	border-top: none;
	margin: 0 -1px;
}

.column-rms-contents:last-of-type:not(.squareCorners){
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.column-rms-contents .widget:first-of-type{
	margin-top: 0;
}

.column-rms-13-rows{
	max-height: 481px;
	overflow-y: auto;
	overflow-x: hidden;
}

.column-rms-10-rows{
	max-height: 370px;
	overflow-y: auto;
	overflow-x: hidden;
}

.column-rms-7-rows{
	max-height: 259px;
	overflow-y: auto;
	overflow-x: hidden;
}

.column-rms-5-rows{
	max-height: 185px;
	overflow-y: auto;
	overflow-x: hidden;
}

.column-rms-13-rows td, .column-rms-10-rows td, .column-rms-7-rows td, .column-rms-5-rows td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.buttonS + .buttonS{
	margin-left: 5px;
}

.widget{
	margin-top: 20px;
}

.whead h6{
	margin: 0;
}

.wbody{
	min-height: 40px;
}

.bDisabled{
	opacity: 0.5;
	cursor: default !important;
}

@media (max-width: 767px) {
	.column-rms{
		padding: 0 10px 20px;
	}
	.column-rms-header.collapsed{
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

}


@media (min-width: 768px) {
	.column-rms-contents.force-uncollapsed{
		display: block !important; /* even if section was collapsed in mobile view, always un-collapsed on larger displays */
	}
}

@media (min-width: 980px) {
	.navbar.affix + .container-fluid{
		margin-top: 62px;
	}
}

/* override bootstrap and/or aquincum styles */

.formRow input[type=text], .tDefault input[type=text], .formRow input[type=password]{
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: normal;
	color: #666;
}

.formRow select{
	width: 100%;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: normal;
	font-size: 11px;
	color: #666;
}

.formRow .add-on{
	height: 18px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.input-append{
	margin-bottom: 0;
}

.ibutton-container label{
	display: inline;
}

div.ibutton-label-off span label{
	padding-right: 10px !important;
}

.bBlue{
	border: 1px solid #27638b;
	box-shadow: 0 1px 2px 0 #5a8cad inset;
	-webkit-box-shadow: 0 1px 2px 0 #5a8cad inset;
	-moz-box-shadow: 0 1px 2px 0 #5a8cad inset;
	background: #4980a5;
	background: -moz-linear-gradient(top,  #4980a5 0%, #27638b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4980a5), color-stop(100%,#27638b));
	background: -webkit-linear-gradient(top,  #4980a5 0%,#27638b 100%);
	background: -o-linear-gradient(top,  #4980a5 0%,#27638b 100%);
	background: -ms-linear-gradient(top,  #4980a5 0%,#27638b 100%);
	background: linear-gradient(top,  #4980a5 0%,#27638b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4980a5', endColorstr='#27638b',GradientType=0 );
}

.ui-dialog, .ui-dialog-content{
	padding: 0 !important;
}

div#alert {
 	padding: 10px 12px !important;
}

.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #27638b;
	background: #4980a5;
	background: -moz-linear-gradient(top,  #4980a5 0%, #27638b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4980a5), color-stop(100%,#27638b));
	background: -webkit-linear-gradient(top,  #4980a5 0%,#27638b 100%);
	background: -o-linear-gradient(top,  #4980a5 0%,#27638b 100%);
	background: -ms-linear-gradient(top,  #4980a5 0%,#27638b 100%);
	background: linear-gradient(top,  #4980a5 0%,#27638b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4980a5', endColorstr='#27638b',GradientType=0 );
	color: #fff;
	text-shadow: 0 -1px #6f6f6f;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.ui-dialog-titlebar-close{
	background-color: transparent;
	background-image: url(../images/jquery_ui/ui-icons_ffffff_256x240.png);
}
.ui-dialog-titlebar-close:hover{
	background-color: transparent;
	opacity: 0.8;
}

/*.dropdown-menu { position: absolute; text-align: left; top: 100%; left: -1px; z-index: 1000; display: none; float: left; min-width: 160px; margin: 0px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #c3c3c3; *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 2px 2px -2px #ccc; -moz-box-shadow: 0 2px 2px -2px #ccc; box-shadow: 0 2px 2px -2px #ccc; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu li a { border-bottom: 1px solid #e4e4e4; border-top: 1px solid #fff; }
.dropdown-menu li:first-child a { border-top: none; }
.dropdown-menu li:last-child a { border-bottom: none; }
.dropdown-menu a { display: block; padding: 5px 10px !important; clear: both; font-weight: normal; color: #6A6A6A; white-space: nowrap; font-size: 11px; background: #fdfdfd; background: -moz-linear-gradient(top,  #fdfdfd 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%); background: -o-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%); background: linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 ); }
.dropdown-menu a:hover { background: #f5f5f5 !important; color: #333 !important; }*/

.dropdown-menu{
	background: url(../images/backgrounds/sidebar.jpg);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.dropdown-menu>li a{
	padding: 10px
}
.dropdown-menu>li:hover, .dopdown-menu>li:hover a, .dropdown-menu>li.current, .dropdown-menu>li.current a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: rgba(0,0,0,0.1);
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top-color: #545454;
	border-bottom-color: #343434;
}
.dropdown-menu li{
	border-bottom: 1px solid #343434;
	border-top: 1px solid #545454;
	background: url(../images/backgrounds/sidebar.jpg);
	color: #c2c2c2;
}
.dropdown-menu li a{
	color: #c2c2c2;
}
.dropdown-menu li:first-child{
	border-top: none;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.dropdown-menu li:last-child{
	border-bottom: none;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}



.btn.btn-noClick{
	cursor: normal;
}
.btn.btn-noClick:hover, .btn.btn-noClick:focus, .btn.btn-noClick:active{
	background-position: 0 0;
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .btn-navbar .icon-bar, .navbar .btn-navbar .icon-cog{
	margin-right: 0;
}

input[type=radio]{
	margin-left: 0 !important;
}

.buttonT{
	padding: 3px 14px;
	margin: 6px;
}

.buttonFullWidth{
	width: 90% !important;
	margin-left: 5% !important;
	margin-right: 5% !important;
	text-align: center;
	margin-bottom: 10px;
}

.nNote{
	margin: 0 0 20px 0;
}

.nNote .close{
	margin: 10px 10px 0 0;
}

.nNote .close:hover{
	text-decoration: none;
}

.ui-dialog .ui-dialog-buttonpane{
	margin: 0;
}

input.error, select.error{
	border-color: #b94a48 !important;
}

#daysoff{
	padding: 0 !important;
}

.datepicker{
	cursor: pointer !important;
}

.ui-dialog-titlebar-close{
	border: none;
}

html{
	height: 100% !important;
}

.ui-widget-overlay{
	position: fixed;
	z-index: 1000;
}

.ui-dialog{
	z-index: 1100;
}

.gridSpacer{
	width: 100%;
	height: 10px;
}

.group_client a{
	width: auto;
	display: inline;
}

.select2-container .select2-choice, .secNav .selector { border-color: #c8c8c8; }
.select2-container { width: 100%!important; max-width: 100%; }
.select2-container a { font-weight: normal; }
.select2-container a:hover{ text-decoration: none; }
.select2-container .select2-choice { height: 26px; }
.select2-search input { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; line-height: 11px; outline: none; box-shadow: none !important; border: 1px solid #dadada !important;}
.select2-search { display: none; }
.select2-results { padding-top: 5px; }
.show-search .select2-search { display: inline-block; }
.show-search .select2-results { padding-top: 0px; }

.select2-container.error .select2-choice, .secNav.error .selector { border-color: #b94a48; }

/*.ibutton-label-on span, .ibutton-label-off span{
	font-size: 16px;
	}*/
	div.ibutton-label-on, div.ibutton-label-off{
		padding-top: 2px;
	}

	/* guides content */

	.color{
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	.isActive, .isAdmin, .isGuide{
		float: left !important;
		width: auto !important;
		margin-left: 10px;
	}

	.formRow-spacer{
		height: 10px;
		width: 100%;
		clear: both;
	}

	.kolorPicker{
		width: 90px !important;
	}

	#divColorPreview{
		margin-top: 6px;
	}

	.noColor{
		display: none;
	}

	td.guide-color{
		width: 20px;
	}

	.resCountBlock{
		font-size: 12px;
		width: 60%;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		border-right: 1px solid #dfdfdf;
		line-height: 22px;
		padding: 10px 0;
	}
	.totalUsersBox{
		float:right;
		padding:10px;
		background-color:rgb(73, 128, 165);
		margin:5px;
		line-height:7px;
		color:#fff;
	}

	.resCountBlock .resCount {
		font-size:2em;
		margin-top:8px;
		margin-bottom:8px;
		color:rgb(73, 128, 165);
	}
	.no-border{
		border:none;
	}

	.color-square{
		width: 15px;
		height: 15px;
		border: 1px solid #dfdfdf;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.5);
		-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.5);
		box-shadow: inset -1px -1px 1px rgba(255,255,255,0.5);
	}

	.current-balance-label, .current-balance-amt{
		box-sizing: border-box;
	}

	.current-balance{
		background-color: #f2f2f2;
		border: 1px solid #dfdfdf;
		line-height: 12px;
		margin-bottom: 20px;
		display: table;
		width: 100%;
	}

	.current-balance-label{
		text-transform: uppercase;
		font-size: 14px;
		width: 60%;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		border-right: 1px solid #dfdfdf;
		line-height: 22px;
		padding: 10px 0;
	}

	.current-balance-amt{
		padding: 10px 0;
		text-align: center;
		width: 40%;
		display: table-cell;
		vertical-align: middle;
	}

	.balance{
		font-weight: bold;
		font-size: 16px;
		padding: 0;
	}

	.balance-red{
		color: #973e23;
	}

	.balance-direction{
		font-size: 10px;
	}

	.commission{
		width: 50px !important;
		text-align: center;
	}

	.searchWidget button{
		top: 9px;
	}

	@media (max-width: 479px){
		.formRow-spacer{
			display: none;
		}
		.ui-dialog .formRow-spacer{
			display: block;
		}
		.formRow .emptyLabel{
			display: none !important;
		}
		.isActive, .isAdmin, .isGuide{
			margin-right: 15px !important;
		}
	}

	.form-buttons{
		float: right;
		padding-top: 20px;
	}

	/* footer */

	.footer-rms{
		background: url('../img/bg_footer.png');
		height: 63px;
		color: #f7f7f7;
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
		padding-top: 18px;
		text-align: right;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.footer-rms a{
		color: #f7f7f7;
		text-decoration: none;
		font-weight: normal;
	}

	.footer-rms a:hover{
		text-decoration: underline;
	}

	@media (max-width: 767px) {
		.footer-rms{
		/*padding-right: 20px;
		padding-left: 20px;*/
	}
}

@media (max-width: 979px) {
	.footer-rms{
		text-align: center;
	}
}

.drag_over{
	background-color: #def;
}

#gridView{
	border: none;
	margin: 0px;
	width: auto;
}

#gridViewContainer{
	border: none;
}

.grid_view_cell:not(.grid_view_leftmost){
	padding: 0px;
}

#grid_view_table td{
	padding-top: 0px;
	padding-bottom: 0px;
}

#grid_view_table .grid_view_event{
	border: none;
	padding-left: 2px;
	margin-bottom:1px;
}

.scheduleContainer #loading{
	position: absolute;
	top: 37px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	background: rgba(255,255,255,0.8) url('../images/elements/loaders/7.gif') center center no-repeat;
	z-index: 999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#page-loading{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	background: rgba(255,255,255,0.8) url('../images/elements/loaders/7.gif') center center no-repeat;
	z-index: 9999;
}

/* modals */

#multi_confirmemail #divTablePreview table {
	width: 100% !important;
}

/* typography */

.text-dark{
	color: #404040;
}

.text-light{
	color: #737373;
}

.text-strong{
	font-weight: bold;
}

.select-heading{
	color: black;
}


/* utility classes */

.no-border{
	border: 0;
}

.no-margin{
	margin: 0;
}

.no-padding{
	padding: 0;
}

.radius-0px{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.radius-2px{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.radius-3px{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.radius-4px{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.report-widget {
	width: 95%;
	max-width: 500px
}

/* Reverse stack order */
/* These classes can be used to flip Bootstrap's normal stack order, so that the rightmost column is shown first & leftmost column last when on mobile device */

.row-fluid.reverse-stack-order [class*="span"] {
	float: right;
	margin-right: 2.127659574468085%;
	*margin-right: 2.074468085106383%;
	margin-left: 0;
}
.row-fluid.reverse-stack-order [class*="span"]:first-child {
	margin-right: 0;
}
.row-fluid.reverse-stack-order .controls-row [class*="span"] + [class*="span"] {
	margin-right: 2.127659574468085%;
	margin-left: 0;
}

.bootstrap-timepicker-widget.dropdown-menu {
	background: none;
	background-color: #fff;
	z-index: 10010;
}

.mobileCalMarker {
	display: none;
}

#dp4 {
	padding: 0 3px;
	line-height: 39px;
}

#dp4 i {
	opacity: .6;
}
.datepicker-dropdown {
	background: #fff;
}

.scheduleContainer> .whead, .fc-header-right {
	display:none;
}

.widget.scheduleContainer {
	margin-top: 0;
}

.fc-header-title h2 {
	font-size: 18px;
}

.fc-button-today {
	float: left;
}
/*@media (max-width: 480px){
	.isActive, .isAdmin, .isGuide{
		float: left !important;
		width: auto !important;
	}
	}*/

	@media (max-width: 320px) {

		.report-current-tip {
			display: none;
		}

	}

	@media (max-width: 568px) {
		.fc-event {
			display:none;
		}

		.calendarCont {
			padding: 0;
		}

		.column-rms {
			padding: 0 0 20px;
		}

		.fc-day-number {
			padding: 1px 1px;
		}
		.fc-day-content {
			padding: 0 3px;
		}

		.mobileEvent div {
			float:left;
			width: 50%;
		}

		.mobileEvent {
			-moz-border-radius: .6em;
			-webkit-border-radius: .6em;
			border-radius: .6em;
			padding: 5px 5px 2px;
			margin: 10px 0;
			-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
			-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
			box-shadow: 0px 1px 4px rgba(0,0,0,.3);
			overflow: hidden;
		}

		.mobileCalMarker {
			display:block;
			text-align: center;
		}

		.mobileCalMarker i {
			margin: 0 auto;
			display:block;
			color: #0B7520;
		}

		.fc-widget-content {
			cursor: pointer;
		}

		.fc-widget-content:hover {
			background: #eee;
		}
	}

	@media (max-width: 480px) {
		.report-current-paid-to {
			display: none;
		}
		.report-current-method, .report-current-amount {
			display: none;
		}
		.fc-button-today{
			display: none;
		}
		.fc-button-month .fc-button-content, .fc-button-agendaWeek .fc-button-content, .fc-button-agendaDay .fc-button-content{
			padding: 0 7px;
		}
		#invoice-body, #divBulkPaymentList{
			zoom: 0.5;
			line-height: 1.5em;
		}
		div.kolorpicker-palette { width: 150px !important; }
		div.kolorpicker-palette ul li { width: auto !important; }
		#kolorPicker, #palette-table { width: 250px !important; }
		#kolorPicker div.x-close-box { width: auto !important; }


	}

	@media (max-width: 670px) {

		.tDefault tbody td.report-current {
			font-size: 11px;
			padding: 8px;
		}

		.report-current-paid-to, .report-current-paid-on {
			display:none;
		}

	}

	@media  (max-width: 767px){
		.row-fluid.reverse-stack-order [class*="span"] {
			margin-right: 0;
		}

		.column-rms-header .rms-header-button.calFilterToggle {
			right: 7px;
		}

		.column-rms-header.guideListDiv .rms-header-button {
			right: 45px;
		}

		.column-rms-header.tripListDiv .rms-header-button {
			right: 45px;
		}

		.column-rms-header.locationListDiv .rms-header-button {
			right: 45px;
		}
	}

	@media (min-width: 768px)  and (max-width: 795px) {
		.column-rms-header {
			font-size: 12px;
			padding: 10px 12px;
		}
	}

	@media (min-width: 768px) and (max-width: 979px) {
		.row-fluid.reverse-stack-order [class*="span"] {
			float: right;
			margin-right: 2.7624309392265194%;
			*margin-right: 2.709239449864817%;
			margin-left: 0;
		}
		.row-fluid.reverse-stack-order .controls-row [class*="span"] + [class*="span"] {
			margin-right: 2.7624309392265194%;
			margin-left: 0;
		}
	}

	@media (max-width: 1024px) {
		.report-current-commission {
			display:none;
		}
	}

	@media (min-width: 1200px) {
		.row-fluid.reverse-stack-order [class*="span"] {
			float: right;
			margin-right: 2.564102564102564%;
			*margin-right: 2.5109110747408616%;
			margin-left: 0;
		}
		.row-fluid.reverse-stack-order .controls-row [class*="span"] + [class*="span"] {
			margin-right: 2.564102564102564%;
			margin-left: 0;
		}
	}


/* hide options for switching between month/week/day view on mobile calendar */
@media (max-width: 568px) {
	.fc-header-right {
		display: none !important;
	}
}
#mobileEventData {
	display: none;
}
#mobileEventData .mobileEvent {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#mobileEventData .mobileEvent div {
	float: none;
	width: 100%;
}
