

@font-face {
    font-family: 'MuseoSlab100';
    src: url('fonts/museo_slab_100-webfont.eot');
    src: url('fonts/museo_slab_100-webfont.svg#museo_slab_100regular') format('svg'),
		 url('fonts/museo_slab_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_100-webfont.woff') format('woff'),
         url('fonts/museo_slab_100-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'MuseoSlab300';
    src: url('fonts/museo_slab_300-webfont.eot');
    src: url('fonts/museo_slab_300-webfont.svg#museo_slab_300regular') format('svg'),
		 url('fonts/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_300-webfont.woff') format('woff'),
         url('fonts/museo_slab_300-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MuseoSlab500';
    src: url('fonts/museo_slab_500-webfont.eot');
    src: url('fonts/museo_slab_500-webfont.svg#museo_slab_500regular') format('svg'),
		 url('fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500-webfont.woff') format('woff'),
         url('fonts/museo_slab_500-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MuseoSlab500Italic';
    src: url('fonts/museo_slab_500italic-webfont.eot');
    src: url('fonts/museo_slab_500italic-webfont.svg#museo_slab_500italic') format('svg'),
		 url('fonts/museo_slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500italic-webfont.woff') format('woff'),
         url('fonts/museo_slab_500italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab700';
    src: url('fonts/museo_slab_700-webfont.eot');
    src: url('fonts/museo_slab_700-webfont.svg#museo_slab_700regular') format('svg'),
		 url('fonts/museo_slab_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_700-webfont.woff') format('woff'),
         url('fonts/museo_slab_700-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MuseoSlab900';
    src: url('fonts/museo_slab_900-webfont.eot');
    src: url('fonts/museo_slab_900-webfont.svg#museo_slab_900regular') format('svg'),
		 url('fonts/museo_slab_900-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_900-webfont.woff') format('woff'),
         url('fonts/museo_slab_900-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


.whitecontainer {
	background-color: #fff;
}

.container-pad {
	padding: 20px 40px;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}


.req {
	color: #d32f1b;
	line-height: 18px;
	font-weight:bold;
}

.form-group label .req {
	color: #d32f1b;
	font-size: 20px;
	line-height: 18px;
	font-weight:normal;
}
.form-group .help-block {
	font-size: 11px;
}

.m16l {
	margin-left: 16px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.fs-12 {
	font-size: 12px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-18-ls2 {
	font-size: 18px !important;
	letter-spacing: 2px;
}

.fs-24 {
	font-size: 24px !important;
}
.pad15 {
	padding: 15px !important;
}


.text-white {
	color: #fff !important;
}

#maincontent {
	min-height: 400px;
}

#footer {
	font-size: 14px;
	line-height: 72px;
	height: 72px;
	color: #8b909b;
	margin: 40px -70px 0;
	padding:  0 70px;
	background: url('/img/footer-back.png') top left repeat-x #e7e7e7;
}
#footer #footer-inner {
}

body.public #footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 40px 0 0;
}


a.alert-dismiss {
	color: #fff;
}
.alert-dismiss .fa {
	margin-right: 0px;
}


#login-box {
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: 0 0 21px rgba(0,0,0,.34), inset 0 2px 0 rgba(221,121,110,.7); /* outer glow and inner shadow */
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,.34), inset 0 2px 0 rgba(221,121,110,.7); /* outer glow and inner shadow */
	box-shadow: 0 0 21px rgba(0,0,0,.34), inset 0 2px 0 rgba(221,121,110,.7); /* outer glow and inner shadow */
	
	background: url('/img/login-back.png') top left repeat-y;
	width: 413px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	position: relative;
	z-index: 1000;
}
#login-box img {
	margin-bottom: 50px;
}
#login-box a {
	color: #ededed;
}
#login-box .form-control {
	text-align: left;
	font-size: 16px;
	font-family: MuseoSlab500;
}
#login-box .alert {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
#login-box p {
	color: #fff;
	margin:-10px 20px 20px;
	font-family: MuseoSlab500;
}
#page-header {
	font-family: MuseoSlab500;
	height: 100px;
	font-size: 14px;
	margin-bottom: 17px;
	color: #fff;
/*	padding-top: 35px;*/
}

#page-header .tools-oneline {
	padding-top: 35px;
}

#page-header .tools-oneline-30 {
	padding-top: 29px;
}

#page-header .tools-twolines {
	padding-top: 15px;
}
#page-header .tools-twolines .active-tool, #page-header .tools-twolines .inactive-tool {
	margin-bottom: 10px;
}

#page-header #admin-module-filters-cont .form-control {
	display: inline-block;
	width: 125px;
	padding: 2px 10px;
	height: 30px;
	margin-left: 8px;
}
#page-header #admin-module-filters-cont select.form-control {
	padding: 4px 5px 4px 10px;
}
.btn.btn-red-border .fa {
	color: #88251b;
}

.dblock {
	display: block;
	width: 100%;
}

.btn.btn-red-border {
	color: #353942;
	font-family: MuseoSlab500;
	font-size: 16px;
	border: 3px solid #6b150d; /* stroke */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI2NiAzNiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNjYiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -o-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
}

.btn.btn-gray + .btn.btn-gray {
	margin-left: 10px;
}
.btn.btn-gray {
	border: 1px solid #bebfbe;
	color: #353942;
	font-family: MuseoSlab500;
	font-size: 14px;
	line-height: 14px;
	height: 30px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.23); /* drop shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.23); /* drop shadow */
	box-shadow: 0 1px 3px rgba(0,0,0,.23); /* drop shadow */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk1IDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk1IiBoZWlnaHQ9IjMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -o-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	outline: 0;
}
a.btn.btn-gray {
	line-height: 18px;	
}
.modal-footer .btn.btn-gray {
	line-height: 18px;	
}


#page-header .active-tool {
	border-radius: 4px; /* border radius */
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */

	-webkit-box-shadow: 0px 2px 0px 0px rgba(200, 200, 200, 0.15);
	-moz-box-shadow:    0px 2px 0px 0px rgba(200, 200, 200, 0.15);
	box-shadow:         0px 1px 0px 0px rgba(200, 200, 200, 0.15);

	color: #fff;
	font-size: 18px;
	font-family: MuseoSlab500;
	line-height: 28px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.39);
	height: 30px;
	display: inline-block;
	margin-right: 15px;
	padding: 0px 15px;
	
	border: 1px solid #1f1f1f;
	background: url('/img/active-btn-back.png') top left repeat-x #8e2b21;
}

#page-header .inactive-tool {
	border-radius: 4px; /* border radius */
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */

	-webkit-box-shadow: 0px 2px 0px 0px rgba(200, 200, 200, 0.15);
	-moz-box-shadow:    0px 2px 0px 0px rgba(200, 200, 200, 0.15);
	box-shadow:         0px 1px 0px 0px rgba(200, 200, 200, 0.15);

	color: #d9d9d9;
	font-size: 18px;
	font-family: MuseoSlab500;
	line-height: 28px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.39);
	height: 30px;
	display: inline-block;
	margin-right: 15px;
	padding: 0px 15px;
	
	border: 1px solid #1f1f1f;
	background: url('/img/inactive-btn-back.png') top left repeat-x #3f3f3f;
}

.admin-module-records-loading {
	margin: 50px;
	text-align: center;
}









/*----------------- monthpicker.js ---------------------*/
.month-picker {
    width: 200px;
    display: none;
    position: absolute;
    z-index: 9999;
}
.month-year-input {
    width: 60px;
}
.month-picker .year-container-all {
    cursor: pointer;
}
.month-picker-year-table .year-container-all {
    text-align: center;
	line-height: 14px;
}
.month-picker-year-table .year-title, .month-picker-year-table .year-container {
    float: left;
    display: inline-block;
}
.month-picker-year-table .year-title {
    margin-left: 20px;
    font-size: 12px;
}
.month-picker-year-table .year {
    font-size: 16px;
	font-family: MuseoSlab500;
	color: #000;
}
.month-picker-year-table .year-container {
    width: 50px;
}
.month-picker-year-table .previous-year {
    width: 35px;
}
.month-picker-year-table .next-year {
    width: 35px;
    text-align: right;
}
.month-picker-year-table button {
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    cursor: pointer;
}
.month-picker-year-table .year-container {
    text-align: center;
}
.month-picker-month-table td {
    height: 35px;
    text-align: center;
    font-size: 12px;
	padding: 7px 5px;
}
.month-picker-month-table td button {
	color: #222;
	font-family: MuseoSlab500;
	font-size: 14px;
	padding: 3px 10px;
	width: 50px;
}
.month-picker-open-button {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
	border: 1px solid #999;
    background-color: #e1e1e1;
}
.month-picker-invalid-message {
    display: none;
    background-color: Yellow;
}
.month-picker-disabled {
    background-color: #e1e1e1;
}/*----------------- monthpicker.js ---------------------*/


/*----------------- fileupload.js ---------------------*/
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

#file-upload-progress {
	margin-top: 15px;
}
#file-upload-progress .bar {
	width: 0%; 
	height: 8px;
	background-color: #6188F5;
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.12) 33%, rgba(0, 0, 0, 0.12) 66%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0));
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 16px 8px;
}
#file-upload-error {
	margin-top: 15px;
	display: none;
	font-size: 14px;
	margin-bottom: 0px;
}
#fileupload-modal .modal-body {
	padding: 20px 20px 0;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.dropzone {
	border: 2px dashed #999;
	border-radius: 4px;
	-moz-background-clip   : border;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	background-color: #f0f0f0;
    height: 85px;
    line-height: 85px;
    text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
.dropzone.hover {
    background-color: #fff;
	border: 2px dashed #666;
}
.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
/*----------------- fileupload.js ---------------------*/


/*----------------- chosen.js ---------------------*/
.chosen , .chosen-deselect {

}
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 30px;
  line-height: 28px;
  padding: 0 0 0 8px;
  color: #444444 !important;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 22px;
  top: 8px;
  width: 18px;
  height: 12px;
  font-size: 1px;
  background: url('chosen-sprite.png') -39px 1px no-repeat #ddd;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -39px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -39px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0px 4px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 3px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url('chosen-sprite@2x.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end */
/*----------------- chosen.js ---------------------*/


#top-head {
	height: 85px;
	font-size: 16px;
	color: #232427;
	min-width: 1070px;
}

#top-head #rs-logo {
	margin-left: -50px;
}
#top-head a {
	color: #232427;
}

.app-box {
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.28); /* drop shadow */
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.28); /* drop shadow */
	box-shadow: 0 2px 5px rgba(0,0,0,.28); /* drop shadow */
	border-radius: 4px;
	overflow: hidden;
}
.app-box-content {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDc3MCA1NjIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNzcwIiBoZWlnaHQ9IjU2MiIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #ebebeb 0%, #fff 100%); /* layer fill content */
	background-image: -o-linear-gradient(bottom, #ebebeb 0%, #fff 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #fff 100%); /* layer fill content */
	background-image: linear-gradient(bottom, #ebebeb 0%, #fff 100%); /* layer fill content */
}
.app-box-title {
	font-family: MuseoSlab700;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	height: 45px;
	padding: 0 15px;
	background: url('/img/box-title-back.png') top left repeat-x #8a281e;
}

.modal-xxl {
	width: 980px;
}

.modal .modal-body {
	font-size: 16px;
}
.modal .modal-title {
	font-family: MuseoSlab700;
	color: #333333;
	font-size: 16px;
}

.modal .modal-footer {
	text-align: left;
}
.modal .modal-footer .btn.btn-primary {
	border: 1px solid #bebdbd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.23); /* drop shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.23); /* drop shadow */
	box-shadow: 0 1px 3px rgba(0,0,0,.23); /* drop shadow */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk1IDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk1IiBoZWlnaHQ9IjMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -o-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	color: #353942;
	font-family: MuseoSlab500;
}
.bootbox.modal {
	z-index: 1060;
}
.bootbox.modal + .modal-backdrop {
	z-index: 1051;
}


#top-head #user-logout {
	font-size: 14px;
	font-family: MuseoSlab500;
	line-height: 24px;
	padding-top: 5px;
	width: 235px;
	max-width: 235px;
	text-align: right;
	padding-right: 15px;
}
#top-head #user-logout #company-name {
	padding-bottom: 2px;
	color: #666;
}
#top-head #user-logout a {
	margin-left: 20px;
	opacity: .7; /* layer alpha */
	color: #232327; /* text color */
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
}
#top-head .nav {
	min-width: 500px;
	margin-top: 23px;
}
#top-head .nav li {
	padding: 0px;
}
#top-head .nav li a {
	color: #3d3d40; /* text color */
	font-family: MuseoSlab500;
	line-height: 37px;
	font-size: 16px;
	margin-right: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.3); /* drop shadow */	
	padding: 0px 20px;
}

#top-head .nav > li > a:hover, #top-head .nav > li > a:focus {
	background-color: transparent;
	color: #222;
}
#top-head .nav .open > a, 
#top-head .nav .open > a:hover, 
#top-head .nav .open > a:focus {
	background: url('/img/nav-back.png') top left repeat-x;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.39); /* drop shadow */
}

#top-head li.dropdown > .dropdown-menu {
	margin-top: 10px;
	border-radius: 10px;
	border-radius: 7px; /* border radius */
}	
#top-head .dropdown-menu {
	border: 1px solid #b7b7b7; /* stroke */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: 3px 4px 8px 0 rgba(0,1,1,.21), inset 0 0 0 1px rgba(255,255,255,.79); /* drop shadow and inner glow */
	-webkit-box-shadow: 3px 4px 8px 0 rgba(0,1,1,.21), inset 0 0 0 1px rgba(255,255,255,.79); /* drop shadow and inner glow */
	box-shadow: 3px 4px 8px 0 rgba(0,1,1,.21), inset 0 0 0 1px rgba(255,255,255,.79); /* drop shadow and inner glow */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIyMCAxNDciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjIwIiBoZWlnaHQ9IjE0NyIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #ebebeb 0%, #fff 100%); /* layer fill content */
	background-image: -o-linear-gradient(bottom, #ebebeb 0%, #fff 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #fff 100%); /* layer fill content */
	background-image: linear-gradient(bottom, #ebebeb 0%, #fff 100%); /* layer fill content */
	
}

#top-head li.dropdown > .dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 40px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

#top-head li.dropdown > .dropdown-menu:after {
  position: absolute;
  top: -9px;
  left: 41px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
  content: '';
}


#top-head .dropdown-menu > li > a {
	color: #333333;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
#top-head .dropdown-menu > li > a:hover, 
#top-head .dropdown-menu > li > a:focus {
	background: none;
	color: #88251b;
}

#top-head .nav li.active>a {
	background: url('/img/nav-back.png') top left repeat-x;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.39); /* drop shadow */
}


#top-head .dropdown-submenu{
	position:relative; 
	border-radius: 0 !important;
	margin-top: 0px;
}
#top-head li.dropdown .dropdown-submenu:before,
#top-head li.dropdown .dropdown-submenu:after {
	border: 0px;
}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-3px;border-radius: 0 !important;}

.dropdown-submenu:hover > a {color: #88251b !important;;}

.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#aaa;margin-top:11px;margin-right:-10px;}

.dropdown-submenu:hover > a:after{border-left-color: #88251b}

.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;}

.text-neg-number {
	color: #e63131 !important;
}


.records-table {
	border-collapse: collapse;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.28); /* drop shadow */
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.28); /* drop shadow */
	box-shadow: 0 2px 5px rgba(0,0,0,.28); /* drop shadow */
}
.records-table strong {
	font-weight:normal;
	font-family: MuseoSlab700;
}
.records-table th {
	background: url('/img/box-title-back.png') top left repeat-x #801e14;
	line-height: 15px !important;
	vertical-align: middle !important;
	font-family: MuseoSlab700;
	font-weight:normal;
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,.3); 
	border: 1px solid #801e14 !important;
	border-bottom: 0 !important;
}
.records-table th a {
	color: #fff;
	display: block;
	min-width: 80px;
}
.records-table th a {
	color: #fff;
	display: block;
}
.records-table th a.admin-module-sort-link .fa {
	float: right; 
}
.records-table th a.admin-module-sort-link .fa.fa-sort-asc {
	margin-top: -3px;
}
.records-table th a.admin-module-sort-link .fa.fa-sort-desc {
	margin-top: 4px;
	height: 11px;
}

.records-table.small-pad th, .records-table.small-pad td {
	padding: 8px 4px 8px 5px !important;
}


.records-table td {
	vertical-align: top;
}
.records-table-vam td {
	vertical-align: middle !important;
}
.records-table.big-text td {
	font-size: 20px;
	font-family: MuseoSlab500;
	color: #4e5257;
}
.records-table.small-text td {
	font-size: 14px;
	font-family: MuseoSlab300;
	color: #4e5257;
}
table.small-header th {
	font-size: 12px;
}
.records-table tr.divider-top2 td {
	border-top: 1px double #999;
}
.records-table tr.divider-top td {
	border-top: 1px solid #999;
}
.records-table tr.divider-bot td {
	border-bottom: 1px solid #999;
}
.records-table tr.divider-bot-1px td {
	border: 1px solid #999 !important;
	padding: 0px !important;
	height: 1px;
}
.records-table td.light {
	font-family: MuseoSlab300;
}
td.nw, th.nw {
	white-space: nowrap !important;
}
td.gray-text {
	color: #777 !important;
	font-family: MuseoSlab500Italic !important;
}
.m2mhgl-mtm, .m2mhgl-futures, .m2mhgl-basis {
	background-color: #fffccc !important;
	font-weight:bold;
}

tr.noborder, tr.noborder td, td.noborder {
	border: 0px !important;
}	

.btn-black-border {
	padding: 0 15px;
	height: 38px;
	border: 3px solid #1d2125; /* stroke */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzOCAzNiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzgiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -o-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
}
#admin-module-filters-cont .btn-black-border, a.btn-black-border {
	height: 34px;
	padding: 0 12px;
	color: #353942;
	line-height: 28px;
}
#page-header a.fileimport-a {
	height: 38px;
	line-height: 32px;
	color: #4E5257;
}
.btn-black-border .fa {
	color: #762119;
	margin-right: 5px;
}
a.btn-black-border:active {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzOCAzNiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzgiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #fff 0%, #dbdbdb 100%); /* layer fill content */
	background-image: -o-linear-gradient(bottom, #fff 0%, #dbdbdb 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #dbdbdb 100%); /* layer fill content */
	background-image: linear-gradient(bottom, #fff 0%, #dbdbdb 100%); /* layer fill content */
}

#admin-module-filters-cont #admin-module-filters-reset {
	font-size: 12px;
	color: #fff;
	float: right; 
	margin-top: 3px;
	margin-right: 5px;
	display: none;
}
#admin-module-update-error {
	font-size: 14px;
	font-family: MuseoSlab500;
}
.admin-module-no-item-found {
	text-align: center;
	padding: 50px;
	font-size: 30px;
}
.admin-module-delete-link .fa {
	margin-right: 0px;
}
#admin-module-common-dialog .modal-body {
	padding-bottom: 0px;
}
#admin-module-common-dialog .modal-body .form-group {
	margin-left: 0px;
	margin-right: 0px;
}
.modal-body .container {
	width: 100% !important;
	min-width: 0px;
}

.nolabel {
	color: #88251b;
	font-family: MuseoSlab700;
	font-size: 16px;
}

.yeslabel {
	color: #3c763d;
	font-family: MuseoSlab700;
	font-size: 16px;
}

.form-control.small {
	width: 90px;
}

.records-table-group-header {
	font-size: 20px;
	font-family: MuseoSlab700;
	color: #505050 !important;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk1IDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk1IiBoZWlnaHQ9IjMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -o-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
	background-image: linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* layer fill content */
}

input.datepickerspan {
	background-color: transparent;
	border: 0px;
	width: 100px;
	cursor: pointer;
}
input.datepickerspan:focus {
/*	color: #3a3a3a;*/
}

.datepickerspan {
	font-size: 22px;
	color: #fff;
	font-family: MuseoSlab500;
	display: inline-block;
}
.datepickerspan .ui-datepicker-trigger {
	width: 1px;
	height: 1px;
}
.datepickerspan:hover, .datepickerspan:active, .datepickerspan:focus {
	text-decoration: none;
	color: #fff;
}
.datepickerspan .fa {
	font-size: 14px;
	vertical-align: middle;
	height: 22px;
}

#dpr-new-entries-table td {
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
}
.form-control-fixed-120 {
	width: 120px;
	display: inline-block;
}
.form-control-fixed-100 {
	width: 100px;
	display: inline-block;
}
.form-control-fixed-90 {
	width: 90px;
	display: inline-block;
}
.form-control-fixed-75 {
	width: 75px;
	display: inline-block;
}
.small-text .form-control-small {
	height: 28px;
	width: 100px
}
.form-control-mini {
	height: 28px;
	width: 75px;
}
.small-text .text-right .form-control {
	float: right; 
}

.tooltip-align-right .tooltip-inner {
	text-align: right;
}
.tooltip-wider .tooltip-inner {
	max-width: 380px;
	padding: 10px;
}
.alert a {
	color: #fff;
	text-decoration: underline !important;
}






.change {
    background-color: #f2dede !important;
	color: #a94442 !important;
}
.change-add,.change-remove {
	background-color: inherit;
	transition: all 1s;
	-webkit-transition: all 1s ease-in-out;
}
.change-add-active {
	background-color: #f2dede !important;
}
.change-remove {
	background-color: #f2dede !important;
}
.change-remove-active, .change-up-remove-active {
	background-color: inherit;
}

.change-up {
	background-color: #dff0d8 !important;
	color: #3c763d !important;
}
.change-up-add,.change-up-remove {
	background-color: inherit;
	transition: all 1s;
	-webkit-transition: all 1s ease-in-out;
}
.change-up-add-active {
	background-color: #dff0d8 !important;
}
.change-up-remove {
	background-color: #dff0d8 !important;
}
table.text-right td, table.text-right th {
	text-align: right;
}
table.text-right .text-left, table.text-right .text-left {
	text-align: left;
}
table.text-right .text-center, table.text-right .text-center {
	text-align: center;
}

th.col-separator-r {
	border-right: 1px solid #ccc !important;
}
td.col-separator-r {
	border-right: 1px solid #777 !important;
}


.weekpicker-calendar .ui-datepicker-calendar .ui-datepicker-week-col {
	text-align: right;
	padding-right:5px;
}
.weekpicker-calendar .ui-datepicker-calendar tbody tr td {
	padding: 0;
}
.weekpicker-calendar .ui-datepicker-calendar tbody tr {
}
.weekpicker-calendar .ui-datepicker-calendar tbody tr:hover  {
	background: #ccc;
}
.weekpicker-calendar .ui-datepicker-calendar tbody tr:hover td a {
	background: #ccc;
    border: 1px solid #ccc;
    color: #363636;
}

.nav-tabs {
	border-bottom: 1px solid #b0b0b0;
}
.nav-tabs > li > a {
	font-size: 15px;
	outline: 0;
	line-height: 15px !important;
	vertical-align: middle !important;
	border: 1px solid #b0b0b0;
	background-color: #d0d0d0;
	margin-right: 8px;
}
.nav-tabs > li > a:hover {
	border: 1px solid #b0b0b0;
	background-color: #c5c5c5;
}
.nav-tabs > li.active > a {
	background: url('/img/box-title-back.png') top left repeat-x #801e14;
	color: #fff;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
	color: #fff;
	outline: 0;
}
.tab-content {
	border: 1px solid #b0b0b0;
	border-top: 0;
	padding: 15px;
	background-color: #fff;
}
.show-popover {
	cursor: help;
}
.popover-content {
	font-size: 13px;
}
#fileupload-modal {
	z-index: 1060;
}


.realized-month {
	display: inline-block;
	min-width: 30px;
	margin-right: 5px;
}

.text-light-gray {
	color: #888 !important;
}

.form-control-clicktoedit {
	display: inline; 
	float: none !important; 
	width:120px !important;
}

.has-datepicker + ul.dropdown-menu .btn-default {
	background-color: #e0e0e0 !important;
}
.has-datepicker + ul.dropdown-menu .btn-default.active {
	background-color: #aaa !important;
}
.has-datepicker + ul.dropdown-menu .btn-default.active .text-info {
	color: #333 !important;
}
.has-datepicker + ul.dropdown-menu li.ng-scope span.btn-group {
	float: left; 
}

.glyphicon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\f053";
}
.glyphicon-chevron-right:before {
  content: "\f054";
}


.dashboaard-widget, #widget_w2w_margin_cont {
	width:100%; 
	height:320px;
	background-color: #222;
	border: 1px solid #555;
	/*background: url('/img/dashwidgetback.png') top left repeat;*/
	margin-bottom: 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,.28);
}
#widget_w2w_margin_cont {
	padding: 10px;
}
#widget_w2w_margin_cont .dashboaard-widget {
	margin-bottom: 0px;
	border: 0;
	height: 290px !important;
	-moz-box-shadow:	none;
	-webkit-box-shadow: none;
	box-shadow:			none;
}

.text-bold {
	font-weight:bold;
}