@charset "utf-8";
/* CSS Document */

body, .alert, .widget, .panel
{
	font-size: 13px;
}

.btn, label, .form-control
{
	font-size: 13px;
}

h5
{
	font-size: 14px;
}
.skin-3 .main-container,
.skin-3 .main-container:before {
	background:#FFFFFF !important;
}
/* Menu Style */
.no-skin .nav-list>li.active>a, .no-skin .nav-list>li.active>a:hover, .no-skin .nav-list>li.active>a:focus {
    background-color: #62a8d1;
    color: #fff;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th
{
	background-color: transparent !important;
}
.sidebar.h-sidebar {
	margin-top:0px;
}
.navbar-header {

}

.skin-3 .sidebar.h-sidebar .nav-list>li.hover>.submenu {
    background-color: #FFFFFF;
}
.ace-nav>li.light-blue>a {
	background-color:#D6720C;
}
.ace-nav>li.open.light-blue>a,
.ace-nav>li.light-blue>a:hover {
	background-color:#BB6309;
}

/* Widget Styles */
.widget-color-default {
    border-color: transparent;
    margin-bottom:20px;
}
.widget-color-default>.widget-header {
    background:transparent;
    border-color:transparent;
    color:#555555 !important;
}

.editable-popup {
	z-index:2000;
}

/* Chosen Styles */

.modal .form-control .chosen-container
{
	width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]
{
	font-family: inherit !important;
	color: #858585;
	padding: 4px 6px;
	font-size: 14px;
}

.chosen-container-multi .chosen-choices 
{
	padding: 4px 6px;
	min-height: 33px;
}

.chosen-container-multi ul.chosen-choices
{
	border: 1px solid #d5d5d5;
	box-shadow: none !important;
	z-index: 1;
}

.chosen-container-multi .chosen-drop
{
	box-shadow: none !important;

}

.chosen-container-active ul.chosen-choices 
{
	border: 1px solid #F59942;
	box-shadow: none !important;
}

.chosen-container .chosen-drop {
	position: fixed;
}

.extended-options-container {
	margin-top:15px;
}

/*** Data Table Overrides ***/
.dataTables_length,
.dataTables_info {
	float:left;
}
.dataTables_filter,
.dataTables_paginate {
	float:right;
	margin-bottom:10px;
}
.dataTables_info {
	margin-top:10px;
}
.dataTables_paginate {
	margin-top:20px;
}
.dataTables_filter input {
	height:28px;
	margin-left:5px;
}
.paginate_button {
	margin:5px;
	padding:5px;
	color:#FFF;
	background-color: #abbac3;
	border:#abbac3 4px solid;
	cursor:default !important;
}
.paginate_button.current {
	margin:5px;
	padding:5px;
	color:#FFF;
	background-color: #87b87f;
	border:#87b87f 4px solid;
	cursor:default !important;
}
.paginate_button:hover {
	color:#FFF;
	background-color: #8b9aa3;
	border:#abbac3 4px solid;
	cursor:pointer !important;
	text-decoration:none;
}
.paginate_button.current:hover {
	margin:5px;
	padding:5px;
	color:#FFF;
	background-color: #87b87f;
	border:#87b87f 4px solid;
	cursor:default !important;
}
.dataTables_paginate span span {
	padding:5px;
	color:#8b9aa3;
	background-color: #fff;
	border:#fff 4px solid;
}
.dataTables_processing {
	padding:20px;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	background-color:#FFF;
	border: #999 1px solid;
}

.shadow {
	box-shadow: 3px 3px 5px #888888;
}

.alert {
	border-radius: 0;
}

.alert-sm {
	padding:4px;
}

.loggingin-container {
	text-align: center;
	margin-top: 100px;
	font-weight: bold;
}
.modal-header 
{
	padding: 10px 15px;
}

.modal-header-error {
    border-radius: 1px 1px 0 0;
    background-color: #d9534f;
    color:#FFF;
}


.modal-header-info {
    border-radius: 1px 1px 0 0;
    background-color: #5090c1;
    color:#FFF;
}

.modal-header-help {
    border-radius: 1px 1px 0 0;
    background-color: #87b87f;
    color:#FFF;
}
/* Wizard steps overview */
.wizard-steps li .step {
	height:60px;
	width:60px;
	padding-top:12px;
}
.wizard-steps li .step i {

}
.wizard-steps li {
	padding:0 5px 0 5px !important;
}
.wizard-steps li .panel-heading {
	min-height:190px;
}
.wizard-steps li:before {
	border: none;
}
.wizard-steps li .panel .stage-action {
	margin-top:10px;
}

.wizard-steps li:before panel {
  background-color: #d9edf7 !important;
}
.wizard-steps li.completed:before panel {
  background-color: #87b87f !important;
}

.wizard-steps li.completed .step {
  border-color: #69aa46 !important;
  background-color: #87b87f !important;
  color: #FFF !important;
}
.wizard-steps li.warning:before, .wizard-steps li.warning .step {
  border-color: #f89406;
  background-color: #f89406 !important;
}
.wizard-steps li.danger:before, .wizard-steps li.danger .step {
  border-color: #d15b47;
  background-color: #d15b47 !important;
}
.wizard-steps li.completed .title, .wizard-steps li.warning .title,
.wizard-steps li.warning .title {
  color: #2b3d53 !important;
}

.visible-ie
{
	display:none;
}


.error-block
{
	position: absolute;
	padding: 2px 5px;
	z-index: 6;
	background: #b74635;
	color: #fff !important;
	font-size: 0.9em;
	margin-left: 3px;
	margin-top: -1px;
	box-shadow: 2px 2px 5px #888888;

}

.error-block:before {
  border: solid;
  border-color: #F00 transparent;
  border-color: rgba(183, 70, 53, 1) transparent;
  border-width: 0 .6em .6em .6em;
  bottom: 1.8em;
  content: "";
  display: block;
  left: 1.4em;
  position: absolute;
  z-index: 99;
}

.fadeOut
{	
	opacity: 0
}

.fadeable
{
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.datepicker.dropdown-menu {
	z-index: 2000 !important;
}

.auto-scroll-y
{
	overflow-y: auto;
}
/* Table styles */
tr.rowspace-5 td {
    padding-bottom:5px;
}
tr.rowspace-10 td {
    padding-bottom:10px;
}
.table-cell-header {
   /* background-color:#e0e4ee;*/
    padding-left:10px !important;
}
.table-cell-header h5 {
    margin:0;;
}
/* end temp */
.table-cell-title-right {
    background-color:#eee;
    color:#393939;
    text-align: right;
    padding:2px 8px 2px 8px !important;
}
.table-cell-title-left {
    background-color:#eee;
    color:#393939;
    text-align: left;
    padding:2px 8px 2px 8px !important;
}
.table-cell-light-bottom-border {
    border-bottom:1px solid #eee !important;
}
.table-cell-actions-xs {
    width:20px;
}
.table-cell-actions-xs i {
    vertical-align: middle;
}
.btn-block
{
	display: block !important;
}

.unavailability-tbl button.avaliable
{
	background-color: #87b87f !important;
	border-color: #87b87f !important;
}

.unavailability-tbl button.avaliable .fa-times
{
	display: none;
}

.unavailability-tbl button .fa-check
{
	display: none;
}

.unavailability-tbl button.avaliable .fa-check
{
	display: inline-block;
}

.unavailability-tbl div 
{
	margin-bottom: 3px;
		font-size: 0.9em;
}

#displayCurrentMonth {
  padding: 0 10px 0 10px;
  min-width: 116px;
  display: inline-block;
  text-align: center;
}

td .progress
{
	margin-bottom:0px;
}
.progress-info
{
  position: absolute;
  text-align: center;
  width: 100%;
  color: #FFF;
}

.selectable tr
{
	cursor: pointer;
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.editable-large .editableform textarea.form-control
{
     width: 200px;
     height: 200px
}

tr.disabled td
{
	background: #EEE;
	color: #888;
}

.btn-group > a.btn
{
	margin-left: -1px !important;
}

label.btn-xs
{
	font-size: 12px;
}

a.btn-xs
{
	font-size: 12px;
}

.btn-group 
{
	margin-bottom: 2px;
}

.btn-group input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl
{
	line-height: 18px;
}

input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::before
{
	background-color: #629b58 !important;
	/* #87B87F  */
}

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

input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl::before {
	background-color: #CDC9C9;
}

input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl
{
	padding-left:17px;
}

input[type=checkbox].ace + .lbl::before, input[type=radio].ace + .lbl::before 
{
	margin-left: -20px;
}

.btn.btn-link {
  padding: 4px 2px !important;
}

.max-height-400 {
	display:block;
  max-height: 400px;
  overflow-y: auto;
}

.fake-checkbox.checked::before
{


	display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #ADB8C0;

}
.fake-checkbox::before
{
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32A3CE;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #C8C8C8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}

td.file-item
{
	position:relative;
}

td.file-item .lbl
{
	padding-right: 9px;
}

td.file-item .shortcut
{
	position: absolute;
  	right: 7px;
  	top: 7px;
}

.scorecard-select
{
	height:65px; border-top:1px solid #DCEBF7;
}
.scorecard-select label
{
	position: relative;
	height: 100%;
	width: 100%;
	padding-top: 21px;
	cursor:pointer;
   	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.big-editable
{
	width: 50em !important;
}

.modal .tree
{
	max-height:380px;
}

.tree-item, .tree-folder-header
{
	min-height:20px;
	height:auto !important;
}

/* List Styles */
ul.list-group-striped
{
	padding: 0;
	margin:0;
}

ul.list-group-striped li
{
	list-style-type: none;
	padding:5px;
}

ul.list-group-striped li:nth-child(even) {
    background: #EEE;
}

ul.padding-10 li {
    padding: 10px !important;
}

.bootbox
{
	overflow-y: auto;
}
/* Button Styles */
.btn-white.btn-info2 {
  border-color: #8fbcd9 !important;
  color: #477ea3 !important;
  background-color: #EEF5FA !important;
}
.btn-white.btn-info2:hover {
  color: #477ea3 !important;
  background-color: #dce8f0 !important;
}

.btn.btn-no-hover:hover
{
  background-color: #FFFFFF !important;
  cursor:default;
}
.panel-btn:hover .panel-info>.panel-heading {
	background-color: #85c8e9;
}
.panel-btn:hover .panel-info>.panel-heading i {
	color: #4896bc;
}
/* Revalidation Progress Page */
.reval-cell {
  height:50px;
  padding-top:18px;
  padding-bottom:18px;
  display:block;
}
.reval-cell h5 {
  margin:0px;
  padding:0px;
}
.reval-cell-bordered {
  border:1px solid #DCEBF7;
}
.reval-cell-title {
	height:50px;
	padding:8px;
	display:block;
	background-color:#DCEBF7;
	border:1px solid #FFFFFF;
	border-top:0px;
}
.reval-cell-title-blank {
	height:50px;
}
.reval-cell-section {
  height:50px;
  padding-top:8px;
}
/* Survey Styles */
.survey-wrapper {
}
.welcome_text {
	margin:0 10px 10px 10px;
}
.q_progress {
}
@media screen and (max-width: 960px) {
    .q_progress {
		left:auto !important;
        right:auto !important;
    }
}
.text_element {
	margin:10px 0 20px 10px;
}
.survey-header {
	padding:20px;
	margin-bottom:0px;
	border-bottom: 1px solid #e5e5e5;
}
.survey-page-title {
	background-color: #4d96cb;
	color:#FFFFFF;
	padding:10px;
	font-size: 22px;
}
.survey-footer {
	padding:20px 20px 10px 20px;
	margin-top:10px;
	border-top: 1px solid #e5e5e5;
}
.survey-wrapper .profile-info-name {
	width:350px;
}
.survey-wrapper textarea {
	resize:none;
}
.survey-wrapper .survey-nav {
	padding-top:20px;
	margin-bottom: 50px;
}
.survey-wrapper .survey-text {
	margin:20px 0 20px 15px;
}
h5.survey-page-title {
	padding-bottom:10px;
	margin:0;
	border-bottom: 1px solid #e5e5e5;
}
.survey-line-separator {
	height:0.1em;
	margin:5px 15px 10px 15px;
	padding:0;
	border-bottom: 1px solid #e5e5e5;
}
/* Report Styles */
.filter-title {
	font-weight: bold;
	font-size: 1em;
}
.ad-review-box {
	min-height:300px;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: white;
}