body {
  background-color: #ffc0ff;
}

.well hr {
    border-top: 1px solid #95a5a6;
}

.radio label, .checkbox label {
    font-weight: bold;
} 

.clockpicker-button {
	color: #333;
}


.panel-footer.big-button {
	padding: 0;
}

.panel-footer.big-button .btn-group {
	display: flex;
	margin: 0;
}

.panel-footer.big-button .btn-group .btn {
	flex-grow: 1;
	margin: 0;
}

.big-button .btn {
	font-size: 11px;
}

.btn-big-default, .btn-big-default:focus {
	background: transparent;
	color: #95a5a6;
}

.btn-big-default:hover, .btn-big-default:active {
	background: #798d8f;
}

.big-button .btn .btn-icon {
	display: block;
	font-size: 24px;
	margin: 0 !important;
	line-height: 1;
}


.form-inline .form-group-sm .control-label {
	font-size: 13px;
}

#brand-navbar .btn {
	border: none;
}

.nav>li>a.dropdown-label {
	padding-right: 2px;
	
}

.navbar>.container .btn-group .navbar-brand {
	margin-left: 0;
}

.navbar>.container .btn-group a.navbar-brand { 
	padding-left: 0;
	transition: padding 0.25s ease;
}

.navbar>.container .btn-group.open a.navbar-brand { 
	padding-left: 15px;
	transition: padding 0.25s ease;
}


.select2-results__option {
	min-height: 30px;
}

.dropdown-menu>li>span.message {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}

#main-navbar {
	/*max-width: calc(100% - 300px);  disabled because it breaks mobile	*/
}

.panel-group .panel-title a[role=button] {
	display: block;
}

.required label:after, .required-contract label:after {
	content: " *";
	color: #f88;
}

.required.btn-group label:after {
	content: none;
}

fieldset {
	margin-top: 2em;
	margin-bottom: 2em;			
}

.space-before {
	margin-top: 2em;
}

.small-space-before {
	margin-top: 1em;
}

.space-after {
	margin-bottom: 2em;
}

.small-space-after {
	margin-bottom: 1em;
}

.checklist {
	margin-bottom: 2em;
}

fieldset legend:before {
	font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro";
	width: 1em;
	display: block;
	position: absolute;
	right: 0;
	font-weight: 900;
}

fieldset legend:before					{ content: "\f147"; /* minus-square-o */ }
fieldset legend:hover:before			{ content: "\f146"; /* minus-square */ }
fieldset.collapsed legend:before		{ content: "\f196"; /* plus-square-o */ }
fieldset.collapsed legend:hover:before	{ content: "\f0fe"; /* plus-square */ }

fieldset legend:before					{ content: "\f107"; /* angle-down */ }
fieldset legend:hover:before			{ content: "\f102"; /* angle-double-up */ }
fieldset.collapsed legend:before		{ content: "\f106"; /* angle-up */ }
fieldset.collapsed legend:hover:before	{ content: "\f103"; /* angle-double-down */ }
fieldset.transitional legend:before,
fieldset.collapsed.transitional legend:before 	{ content: "\f100"; /* angle-double-left */ }

legend {
	cursor: pointer;
	position: relative;
}
		
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 41px;
}

.select2-container .select2-selection .select2-selection__arrow {
	height: 41px;
}

table[data-editable] td:first-child input:focus {
	border-right-color: #2c3e50;
}

table[data-editable] td:first-child input {
	border-radius: 4px 0 0 4px;
	border-right-color: transparent;
}


table[data-editable] td:last-child select, table[data-editable] td:last-child input {
	border-radius: 0 4px 4px 0;
}


table[data-editable].table>thead>tr>th, 
table[data-editable].table>tbody>tr>th, 
table[data-editable].table>tfoot>tr>th, 
table[data-editable].table>thead>tr>td, 
table[data-editable].table>tbody>tr>td, 
table[data-editable].table>tfoot>tr>td {
	padding: 0;
}

.select2-container .select2-selection {
	border-width: 2px;
	min-height: 45px;
	border-color: #dce4ec			
}

.select2-container.select2-container--focus .select2-selection {
	border-width: 2px;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 9px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 4px;
	line-height: 31px;
}		

.has-error .select2-container, .has-error .select2-selection {
	border-color: #ff8888;
}

.has-error.btn-group .btn {
	background-color: #a44;
	border-color: #833;
}



.browser-table .select2-container .select2-selection {
	min-height: 30px;	
}

.browser-operation-bar .select2-container .select2-selection {
	min-height: 30px;	
}

.browser-table .select2-container--default .select2-selection--single {
	border: 2px solid #dce4ec;
}

.browser-table .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px;
}

.alert .alert-icon {
	font-size: 2em;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 1em;
	float: left;
	margin-top: -.1em;
}

a.btn i.fa:not(.no-space), button.btn i.fa:not(.no-space) {
	margin-right: .5em;
}

a.btn i.fa.nospace, button.btn i.fa.nospace {
	margin-right: 0;
}

ul.dropdown-menu li a i.fa {
	margin-right: .5em;
}	

table.table-condensed input.form-control {
	padding: 5px;
	line-height: 1;
	height: 2em;
}

table th.size-5 {
	width: 5em;
	min-width: 5em;
}

table th.size-date {
	width: 11em;
}

input.clearable {
	
}

.browser-table.table>thead>tr>th {
	vertical-align: middle;
}

table[data-editable] input:not([type=checkbox]):not([type=radio]), table[data-editable] textarea {
	display: block; 
	padding: .5em; 
	margin: 0; 
	border: 1px solid transparent; 
	width: 100%;
	border-radius: 5px;
}

table[data-editable] input:not([type=checkbox]):not([type=radio]):hover, 
table[data-editable] textarea:hover,
table[data-editable].table>tbody>tr:last-child input:not([type=checkbox]):not([type=radio]) {
	border: 1px solid #ccc;
}

table[data-editable] input:not([type=checkbox]):not([type=radio]):focus, table[data-editable] textarea:focus {
	border: 1px solid #888;
}

table[data-editable].table>thead>tr>th.edit-column, table[data-editable].table>tbody>tr>th.edit-column, table[data-editable].table>tfoot>tr>th.edit-column {
	padding-left: .5em;
}

.menu-option {
	background: #eee;
	text-align: center;
	padding: 1em;
	border-radius: 1em;
	display: block;
	text-decoration: none;
	color: #2c3e50;
	margin-bottom: 1em;
}

.menu-option:hover {
	text-decoration: none;
	background: #ddd;
	color: #2c3e50;
}

.menu-option span.fa-stack {
	font-size: 3em;
	display: inline-block;
	margin: 1rem 0;
	text-align: center;
}

.menu-option .option-name {
	font-size: 1.5rem;
	height: 2em;
	display: block;
	margin: 1rem 0;
}

.uneditable-input {
	display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #transparent;
    border-radius: 4px;	
}

@media only screen and (max-width: 768px) {
	.navbar-nav {
		overflow: hidden;
		margin-left: 0;
		margin-right: 0;
	}
	
	#favorites-wrapper {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.navbar>.container .btn-group a.navbar-brand {
		padding-left: 15px;
		height: 41px;
	}
}

@media print {
	a[href]:after {
		content: "";
	}
  
  
  
  body {
	  font-size: 11px;
  }
  
  h1 {
	  font-size: 31px;
  }
	
  .panel-title {
	  font-size: 14px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

.form-horizontal.small-input label {
	padding-top: 7px;
}

.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.btn img.btn-icon {
	height: 1em; 
	vertical-align: -0.225em;
	font-size: 1.33333em;
	line-height: .75em;											
}

.btn-light {
    color: #2c3e50;
    background-color: #ecf0f1;
    border-color: #ecf0f1;
}

.btn-light:hover {
    color: #2c3e50;
    background-color: #dce4ec;
    border-color: #dce4ec;
}

.btn-light:active, .btn-light.active, .open>.dropdown-toggle.btn-light {
    color: #000;
    background-color: #95a5a6;
    border-color: #95a5a6;
}