﻿/*body {

	padding-top: 40px;
	padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
	padding-left: 15px;
	padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*--input,*/
/*select,
textarea {
    max-width: 280px;
}*/

.field-validation-error {
	color: #b94a48;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
	border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}

.table-condensed-text {
	font-size: 9pt;
	line-height: 6px;
}

.field-required:after {
	content: "*";
	font-weight: bold;
	color: red;
	padding-left: 1px;
	position: absolute;
}


.panel {
	box-shadow: 0 0 5px #cccccc !important;
	border: 1px solid #e8e6e3;
}

.input-max-ignore {
	width: 100%;
	max-width: 400px;
	max-height: 150px;
}

#guide-wrapper {
	/*padding-left: 250px;*/
	transition: all 0.4s ease 0s;
}

#guide-sidebar-wrapper {
	margin-left: -250px;
	left: 250px;
	width: 250px;
	/*background: #CCC;*/
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.4s ease 0s;
}

#guide-page-content-wrapper {
	width: 100%;
}

.guide-sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width:767px) {

	#guide-wrapper {
		padding-left: 0;
	}

	#guide-sidebar-wrapper {
		left: 0;
	}

	#guide-wrapper.active {
		position: relative;
		left: 250px;
	}

		#guide-wrapper.active #guide-sidebar-wrapper {
			left: 250px;
			width: 250px;
			transition: all 0.4s ease 0s;
		}
}

.multiselect-container {
	width: 319px;
	max-height: 400px;
	overflow: auto;
	font-size: 12px;
}

	.multiselect-container .checkbox {
		font-weight: normal;
		min-height: 18px;
		height: 19px;
	}

		.multiselect-container .checkbox input[type="checkbox"] {
			margin-top: 2px;
		}


.multiselect.btn {
	text-align: left;
	padding-left: 15px;
}

button.multiselect.dropdown-toggle.btn.btn-default {
	max-width: 365px !important;
	width: 319px !important;
	overflow: hidden;
}

.multiselect span {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.multiselect-group {
	font-size: 14px;
}

.datepicker {
	z-index: 1151 !important;
}

.input-daterange input {
	text-align: left !important;
}

/*.form-group {
    margin-bottom: 5px;
}*/


legend {
	margin-bottom: 1px;
}

.category-active a {
	color: steelblue !important;
}

.fieldset-list li {
	list-style: inherit;
	font-size: 13px;
}
/*
    https://codepen.io/DawsonMediaD/pen/byDqv

*/
.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

a.list-group-item.iscomplete:not(.active) > .badge {
    background-color: green !important;
}

.grid-wrapper {
    background-color: #fff !important;
    overflow-x: inherit !important;
}

    .grid-wrapper table thead tr th {
        background-color: #D6DCEE !important;
        padding: 10px 0 10px 10px !important;
        font-size: 13px !important;
        vertical-align: middle;
        border: 1px solid #D6DCEE !important;
    }

    .grid-wrapper table thead tr th {
        background-color: #D6DCEE !important;
        padding: 10px 0 10px 10px !important;
        font-size: 13px !important;
        vertical-align: middle;
    }

.bootgrid-table th > .column-header-anchor > .text, .bootgrid-table td {
    white-space: normal !important;
}
#trigger-upload {
    color: white;
    background-color: #00ABC7;
    font-size: 14px;
    padding: 7px 20px;
    background-image: none;
}

#fine-uploader-manual-trigger .qq-upload-button {
    margin-right: 15px;
}

#fine-uploader-manual-trigger .buttons {
    width: 36%;
}

#fine-uploader-manual-trigger .qq-uploader .qq-total-progress-bar-container {
    width: 60%;
}
.transld {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=93);
    -moz-opacity: 0.93;
    -khtml-opacity: 0.93;
    opacity: 0.93;
    color: #fff;
}

.home-page {
    background-image: url('../images/bg-1.png');
}

ul.tabAnchor li a {
    min-height: 100px !important;
    min-width: 250px !important;
}

.stMain {
    width: auto !important;
}