/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
::-ms-clear { display: none; }

a, button {
	-webkit-tap-highlight-color: transparent!important;	
}

* {
	overscroll-behavior: none;
}

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.content {
	padding: 10px 14px;
	position: relative;
}

#main {
	overflow-y: auto; 
	overflow-x: hidden; 
}

#logo {
	margin-top: 6px;
}

#logo img {
	width: 128px;
	height: 37.75px;
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */ 

.table-boxed {
	border: 1px solid #ddd !important;
}

.table.vertical-align-middle > tbody > tr > td, .table.vertical-align-middle > tbody > tr > th  {
	vertical-align: middle;	
}

td.align-middle, th.align-middle  {
	vertical-align: middle!important;	
}

.table.table-sticky-head > thead {
  position: sticky;
  top: 0;
}

.table-no-bordered > tbody > tr > td, 
.table-no-bordered > tbody > tr > th, 
.table-no-bordered > tfoot > tr > td, 
.table-no-bordered > tfoot > tr > th, 
.table-no-bordered > thead > tr > td, 
.table-no-bordered > thead > tr > th {
    border: none;
}

.table-body-no-border-top > tbody > tr:first-child > td, 
.table-body-no-border-top > tbody > tr:first-child > th {
    border-top: none;
}
.table-foot-no-border-top > tfoot > tr:first-child > td, 
.table-foot-no-border-top > tfoot > tr:first-child > th {
    border-top: none;
} 
.table-head-no-border-top > thead > tr:first-child > td, 
.table-head-no-border-top > thead > tr:first-child > th {
    border-top: none;
}

.table-condensed-sm.table > tbody > tr > td, 
.table-condensed-sm.table > tbody > tr > th, 
.table-condensed-sm.table > tfoot > tr > td, 
.table-condensed-sm.table > tfoot > tr > th, 
.table-condensed-sm.table > thead > tr > td, 
.table-condensed-sm.table > thead > tr > th {
    padding: 2px 5px !important;
}

.table-condensed-xs.table > tbody > tr > td, 
.table-condensed-xs.table > tbody > tr > th, 
.table-condensed-xs.table > tfoot > tr > td, 
.table-condensed-xs.table > tfoot > tr > th, 
.table-condensed-xs.table > thead > tr > td, 
.table-condensed-xs.table > thead > tr > th {
    padding: 2px 0px !important;
}

.table-layout-fixed {
	table-layout: fixed;
}

.table a:not(.btn) {
	color: #3276b1;
}
.table a:not(.btn):focus,
.table a:not(.btn):hover {
	color: #214e75!important;
}

.table a:not(.btn).text-success {
	color: #468847;
}

.table thead tr,
.fc-border-separate thead tr {
  background-color: white; /* viin */
  background-image: none;
  /* viin
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  */
  font-size: 12px;
}

.dt-toolbar {
  display: block;
  position: relative;
  padding: 6px 7px 1px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  background: white; /* viin */
}
.dt-toolbar-footer {
  background: white; /* viin */
  font-size: 11px;
  overflow: hidden;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px #fff;
  -moz-box-shadow: inset 0 1px #fff;
  -ms-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
}
 /* ====================================================================================================== */
 /* ====================================================================================================== */
 /* ====================================================================================================== */
 .label-in-row {
	padding: 0 15px;
}
.row-seperator-header-2 {
  margin: 5px 14px 20px;
  border-bottom: none;
  display: block;
  color: #646464;
  font-size: 20px;
  font-weight: 400;
}
.smart-form footer {
  display: block;
  padding: 7px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white; /* viin*/ 
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: 13px/16px Helvetica,Arial,sans-serif;
    height: 34px;
    outline: medium none;
    padding: 8px 10px;
    width: 100%;
}

.smart-form .textarea textarea {
    height: auto;
    resize: none;
}

.smart-form .select select {
    padding: 5px;
}

.smart-form fieldset > header {
	display: block;
	padding: 8px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	background: white;
	font-size: 16px;
	font-weight: 300;
	color: #232323;
	margin: 0 0 10px 0;
}

.smart-form fieldset > header.header-sm {
	padding: 0px;
	font-size: 14px;
}

header.font-bolder h2,
header.font-bold h2 {
	font-weight: bold;
}

.smart-form .label-header {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 300;
  font-size: 16px;
  color: #232323;
  text-align: left;
}

.smart-form .btn {
	padding: 6px 12px;
}

.smart-form footer.footer-sm {
	padding: 2px 14px 10px;
}

.smart-form footer.footer-sm .btn {
	font-size: 13px;
	line-height: 1.42857143em;
	height: auto;
	padding: 1px 8px;
}

.widget-body-toolbar,
.smart-form.widget-body-toolbar {
  display: block;
  padding: 8px 10px;
  margin: -13px -13px 13px;
  min-height: 42px;
  border-bottom: 1px solid #ccc;
  background: white;
}
.smart-form section.state-error > em {
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
}

#extr-page-header-space > a {
	margin-left: 15px;
}

#extr-page-header-space > a:first-child {
	margin-left: 0px;
}

#extr-page-header-space .btn {
    font-weight: normal;
    text-transform: none;
}

.modal-md-500 {
   width: 500px;
 }

.modal-header .close {
	opacity: 1;
	color: rgb(140, 138, 140);
}

.modal-header .close:hover {
	color: #333;
}

input[readonly].plaintext, 
label.input > input[readonly].plaintext {
  background-color:transparent;
  border: 0;
  font-size: 1em;
  padding-left: 0px;
}

/*
 * reaonly state
 */
.smart-form .input.state-readonly input,
.smart-form .select.state-readonly,
.smart-form .textarea.state-readonly,
.smart-form .radio.state-readonly,
.smart-form .checkbox.state-readonly,
.smart-form .toggle.state-readonly,
.smart-form .button.state-readonly {
  border-color: #e5e5e5 !important;
  cursor: default !important;
  opacity: 0.9 !important;
}

.smart-form .input.state-readonly:hover input,
.smart-form .select.state-readonly:hover select,
.smart-form .textarea.state-readonly:hover textarea,
.smart-form .radio.state-readonly:hover i,
.smart-form .checkbox.state-readonly:hover i,
.smart-form .toggle.state-readonly:hover i {
  border-color: #e5e5e5 !important;
}

.smart-form .state-readonly.radio input:checked + i,
.smart-form .state-readonly.checkbox input:checked + i,
.smart-form .state-readonly.toggle input:checked + i,
.smart-form .state-readonly.checkbox input + i:after,
.smart-form .state-readonly.radio input + i:after {
  border-color: #e5e5e5 !important;
  color: #333 !important;
}
.smart-form .state-readonly.radio input + i:after {
  background-color: #333;
}

.smart-form .state-success.state-readonly input,
.smart-form .state-success.state-readonly select,
.smart-form .state-success.state-readonly textarea,
.smart-form .radio.state-success.state-readonly i,
.smart-form .checkbox.state-success.state-readonly i,
.smart-form .toggle.state-success.state-readonly i {
  border-color:  #e5e5e5 !important;
}

/* ** */
.progress-bar {
	min-width: 2em;
}

.progress-sm .progress-bar {
	line-height: 13px;
}

.progress.progress-sm.progress-form-control {
	margin-bottom: 0px;
}
.progress.progress-sm {
	margin-top: 7px;
}

.ldap-provider-dialog .timeline-seperator::after {
	margin-bottom: -5px;
}

.company-creation-dialog textarea[disabled], 
.company-creation-dialog textarea[readonly] {
	background-color: #fff;
	color: #bbb;
}
 /* ====================================================================================================== */
 /* ====================================================================================================== */
 /* ====================================================================================================== */
.btn {
 	box-shadow: none;
}

.btn-xs > .fa-stack {
	width: 1.5em;
	height: 15px;
	line-height: 15px;
}

.btn-header-orange {
	background-color: #ffab00!important;
	border-color: #ffab00!important;
}

.btn-header-red {
	color: #fff;
	background-color: #fb3c4a!important;
	border-color: #fb3c4a!important;
}

.btn-header-red:hover, .btn-header-red:focus {
	color: #fff;
}

.smart-style-1 .project-context>:first-child{
	color: white; /* viin */
	text-shadow:0 0 1px #111318;
}
.smart-style-1 .project-selector{
	color: white; /* viin */
}

.smart-style-1 #ribbon{
	background: white;
}

.smart-style-1 .user-context {
	color: white;
	/*font-weight: bolder;*/
	font-size: 15px!important;
}

.smart-style-1 .user-context > :first-child {
	display: block;
}

.smart-style-1 .user-context .emphasis {
	font-weight: bolder;
	text-shadow:0 0 1px #111318;
}

.smart-style-1 .login-info,.smart-style-1 .login-info span {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.smart-style-1 nav ul li > a {
  background: #fff !important;
}

.smart-style-1 .login-info a,.smart-style-1 .login-info strong,.smart-style-1 nav ul li a {
	color: #616161;
}

.smart-style-1 .login-info a:hover{
	color: #00838f;
}

.smart-style-1 nav ul ul{
	background: #fff;
}
.smart-style-1 nav ul li a {
	padding: 12px 17px 0px 16px;
}
.smart-style-1 nav ul li a:hover{
	color: #616161!important;
}

.smart-style-1 nav ul ul li>a:hover{
	background: #fff!important;
}

.smart-style-1 nav ul ul li>a {
	text-shadow:0px 0px 0px 0px!important;
	font-size:13px;
	padding-left:43px;
	color: #616161!important;
	display:block;
	font-weight:500!important;
	padding-top:6px!important;
	padding-bottom:6px!important;
}

.smart-form fieldset {
  display: block;
  padding: 15px 14px 5px 14px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}

.smart-style-1 nav ul ul li > a {
    color: #e1eaf1;
    display: block;
    font-size: 13px;
    font-weight: 500!important;
    padding-bottom: 6px !important;
    padding-left: 43px;
    padding-top: 6px !important;
    text-shadow: 0 0px 0px #000;
}

nav ul li.active > a:before {
  content: "";
  font-family: FontAwesome;
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -21px;
  font-size: 20px;
  color: #eeeeee;
}

.minified nav > ul > li.active > a::before {
	content: "";
}

.smart-style-1 nav ul ul li.active>a {
	color: #fff!important;
	background: #616161!important;
}

/* First level: A, Second level: LI Open */
nav ul li.open > a,
nav ul li.open > a b {
  color: #616161 !important;
}

/* All levels */
nav ul .active > a {
  color: #616161 !important;
  position: relative;
}

nav > ul > li:last-child.open {
  border-bottom: 0px;
}

.well {
	background-color: #ffffff!important;
}


#ribbon .ribbon-button-alignment {
	margin-left: 20px;
}
#ribbon .ribbon-button-alignment:first-child {
  	margin-left: 0px;
}

.note-editor.note-frame {
    border: none!important;
    margin-bottom: 0px!important;
}

.note-editor .note-editable {
    background-color: #fff;
}

.note-editor .note-toolbar {
  background-color: #fff;
}

.note-editor .note-editable {
	overflow: auto;
}

.note-editor .note-toolbar .note-color .dropdown-menu {
    min-width: 346px!important;
}

.note-editor .note-codeable {
	display: none!important;
}

.shared-cloud,
.shared-cloud-a {
	color: #00838f;
}

.shared-cloud-a {
	font-size: 85% !important;
}

.ldap-auth-a {
	color: #00838f;
}

.ldap-auth,
.ldap-auth-a {
	font-size: 80% !important;
}

.fa-rotate-45 {
	-webkit-transform : rotate(45deg);
    -moz-transform : rotate(45deg);
    -ms-transform : rotate(45deg);
    transform : rotate(45deg);
}

.fa-rotate-315 {
	-webkit-transform : rotate(315deg);
    -moz-transform : rotate(315deg);
    -ms-transform : rotate(315deg);
    transform : rotate(315deg);
}

.pf.pf-outline {
  color: white;
  background-color: #333;
  padding: 2px 2px;
  border-radius: 3px;
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
em.invalid {
	color: #d56161;
}
/*
 * error state
 */
.boot-form .state-error input,
.boot-form .state-error select,
.boot-form .state-error textarea,
.boot-form .radio.state-error i,
.boot-form .checkbox.state-error i,
.boot-form .toggle.state-error i {
  background: #fff0f0;
  border-color: #A90329;
}
.boot-form .form-group.state-error {
	margin-bottom: 6px;
}
.boot-form .toggle.state-error input:checked + i {
  background: #fff0f0;
}
.boot-form .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #D56161;
}
.boot-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}
.boot-form .state-error select + i {
  background: #FFF0F0;
  box-shadow: 0 0 0 9px #FFF0F0;
}
.boot-error .icon-append,
.boot-error .icon-prepend {
  color: #ed1c24;
}
/*
 * success state
 */
.boot-form .state-success input,
.boot-form .state-success select,
.boot-form .state-success textarea,
.boot-form .radio.state-success i,
.boot-form .checkbox.state-success i,
.boot-form .toggle.state-success i {
  background: #f0fff0;
  border-color: #7DC27D;
}
.boot-form .toggle.state-success input:checked + i {
  background: #f0fff0;
}
.boot-form .note-success {
  color: #6fb679;
}
.boot-form .state-success select + i {
  background: honeyDew;
  box-shadow: 0 0 0 9px honeyDew;
}

.form-actions {
	background: #fff;
	padding: 13px 10px 15px;
	margin-left: -10px;
	margin-right: -10px;
}

.form-actions.footer-sm .btn {
  font-size: 13px;
  line-height: 1.42857143em;
  height: auto;
  padding: 1px 8px;
}

/* ====================================================================================================== */
/* selectpicker action buttons */
.bs-select-all,
.bs-deselect-all {
	padding: 2px 5px!important;
} 
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
/*
 * custom checkbox
 */
 /* To wrap in a bootstrap form */
.tiny-check-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 0px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
}
 
 /* The container */
.tiny-check {
  display: block;
  position: relative;
  padding-left: 23px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.tiny-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.tiny-checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.tiny-check:hover input ~ .tiny-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.tiny-check input:checked ~ .tiny-checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

/* When the checkbox is disabled, add a grey background */
.tiny-check input:disabled ~ .tiny-checkmark {
  background-color: #ccc;
  border-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.tiny-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tiny-check input:checked ~ .tiny-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tiny-check .tiny-checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
/*
 * custom radio button
 */
 /* To wrap in a bootstrap form */
.tiny-radio-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 0px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
}

 /* The container */
.tiny-radio {
  display: block;
  position: relative;
  padding-left: 23px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.tiny-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.tiny-radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.tiny-radio:hover input ~ .tiny-radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.tiny-radio input:checked ~ .tiny-radiomark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.tiny-radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.tiny-radio input:checked ~ .tiny-radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.tiny-radio .tiny-radiomark:after {
 	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
.no-margin-bottom, .no-margin-horizontal, .no-margin {margin-bottom: 0px !important;}
.no-margin-top, .no-margin-horizontal, .no-margin {margin-top: 0px !important;}
.no-margin-right, .no-margin-vertical, .no-margin {margin-right: 0px !important;}
.no-margin-left, .no-margin-vertical, .no-margin {margin-left: 0px !important;}

.margin-bottom-5, .margin-5 {margin-bottom: 5px !important;}
.margin-top-5, .margin-5 {margin-top: 5px !important;}
.margin-right-5, .margin-vertical-5, .margin-5 {margin-right: 5px !important;}
.margin-left-5, .margin-vertical-5, .margin-5 {margin-left: 5px !important;} 

.margin-bottom-10, .margin-10 {margin-bottom: 10px !important;}
.margin-top-10, .margin-10 {margin-top: 10px !important;}
.margin-right-10, .margin-vertical-10, .margin-10 {margin-right: 10px !important;}
.margin-left-10, .margin-vertical-10, .margin-10 {margin-left: 10px !important;} 

.margin-bottom-15, .margin-15 {margin-bottom: 15px !important;}
.margin-top-15, .margin-15 {margin-top: 15px !important;}
.margin-right-15, .margin-vertical-15, .margin-15 {margin-right: 15px !important;}
.margin-left-15, .margin-vertical-15, .margin-15 {margin-left: 15px !important;} 

.no-padding-left, .no-padding-vertical {padding-left: 0!important;}
.no-padding-right, .no-padding-vertical {padding-right: 0!important;}
.no-padding-bottom, .no-padding-horizontal {padding-bottom: 0!important;}
.no-padding-top, .no-padding-horizontal {padding-top: 0!important;}

.padding-left-2, .padding-vertical-2, .padding-2 {padding-left: 2px!important;}
.padding-left-12, .padding-vertical-12, .padding-12 {padding-left: 12px!important;}

.padding-left-5, .padding-vertical-5, .padding-5 {padding-left: 5px!important;}
.padding-right-5, .padding-vertical-5, .padding-5 {padding-right: 5px!important;}
.padding-bottom-5, .padding-horizontal-5, .padding-5 {padding-bottom: 5px!important;}
.padding-top-5, .padding-horizontal-5, .padding-5 {padding-top: 5px!important;}
.padding-left-10, .padding-vertical-10, .padding-10 {padding-left: 10px!important;}
.padding-right-10, .padding-vertical-10, .padding-10 {padding-right: 10px!important;}
.padding-bottom-10, .padding-horizontal-10, .padding-10 {padding-bottom: 10px!important;}
.padding-top-10, .padding-horizontal-10, .padding-10 {padding-top: 10px!important;}
.padding-left-15, .padding-vertical-15, .padding-15 {padding-left: 15px!important;}
.padding-right-15, .padding-vertical-15, .padding-15 {padding-right: 15px!important;}
.padding-bottom-15, .padding-horizontal-15, .padding-15 {padding-bottom: 15px!important;}
.padding-top-15, .padding-horizontal-15, .padding-15 {padding-top: 15px!important;}

.border-top { border-top: 1px solid #ddd !important; }
.border-bottom { border-bottom: 1px solid #ddd !important; }
.no-border-bottom { border-bottom: none !important; }

.no-width{ width: 0px!important; }

.cursor-auto {cursor: auto!important;}
.cursor-pointer {cursor: pointer!important;}
.cursor-default {cursor: default!important;}
.cursor-crosshair {cursor: crosshair!important;}
.cursor-help {cursor: help!important;}

.font-xxs {
	font-size: 75%!important;
}

.font-xxxs {
	font-size: 70%!important;
}

.hidden-menu i {
	color: inherit;
}
/* ====================================================================================================== */
/*
 * overrider button header
 */
.btn-header-success {
	background: #64DD17 !important;
	border: 1px solid #64DD17 !important;
}

.btn-header-2 {
	background-color: #ffab00!important;
	border-color: #ffab00!important;
}

.btn-ribbon-btn {
	background-color: #697486!important;
	color: white!important;
}

.btn-text {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 3px;
	font-size: 13px;
	line-height: 1.42857143;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.btn-text:focus, a.btn-text:hover {
	text-decoration: none;
}

a.btn-text.text-success:focus {
	color: #468847;
}

a.btn-text.text-info:focus {
	color: #346597;
}

a.btn-text.text-warning:focus {
	color: #c09853;
}

a.btn-text.text-danger:focus {
	color: #b94a48;
}

a.btn-text.active, .btn:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}

a.btn-text.disabled, a.btn-text[disabled], fieldset[disabled] a.btn-text {
    box-shadow: none;
    cursor: default; /*not-allowed;*/
    opacity: 0.65;
    pointer-events: none;
    color: inherit;
}

.text-danger, a.text-danger:focus {
  color: #b94a48!important;
}

a.text-danger:hover {
  color: #953b39!important;
}

.text-warning, a.text-warning:focus {
	color: #c09853!important;
}

a.text-warning:hover {
	color: #a4781b!important;
}

a.text-success:focus {
	color: #468847!important;
}

a.text-info:focus {
	color: #346597!important;
}

.text-muted {
  color: #999!important;
}

.text-default {
	color: #333;
}

a.btn.btn-success {
	color: #fff;
}

a.btn.btn-danger {
	color: #fff;
}

a.disabled:not(.btn) {
    cursor: default; /*not-allowed;*/
    opacity: 0.55;
    pointer-events: none;
    color: inherit;
}

.verification-code-container a.disabled:not(.btn) {
	opacity: 1;
	color: #999;
}

/* ====================================================================================================== */
/*
 * outline button
 */
.btn-outline, .btn-outline:disabled, .btn-outline.disabled {
    background-color: transparent;
    color: inherit;
    transition: all .2s;
}

.btn-primary.btn-outline {
    color: #3276b1!important;
}

.btn-success.btn-outline {
    color: #739e73!important;
}

.btn-info.btn-outline {
    color: #57889c!important;
}

.btn-warning.btn-outline {
    color: #c79121!important;
}

.btn-danger.btn-outline {
    color: #a90329!important;
}

.btn-primary.btn-outline:focus, .btn-primary.btn-outline:active, .btn-primary.btn-outline.active {
	color: #fff!important;
}
.btn-success.btn-outline:focus, .btn-success.btn-outline:active, .btn-success.btn-outline.active {
	color: #fff!important;
}
.btn-info.btn-outline:focus, .btn-info.btn-outline:active, .btn-info.btn-outline.active {
	 color: #fff!important;
}
.btn-warning.btn-outline:focus, .btn-warning.btn-outline:active, .btn-warning.btn-outline.active {
	 color: #fff!important;
}
.btn-danger.btn-outline:focus, .btn-danger.btn-outline:active, .btn-danger.btn-outline.active {
	 color: #fff!important;
}

.btn-primary.btn-outline:hover, 
.btn-success.btn-outline:hover, 
.btn-info.btn-outline:hover,    
.btn-warning.btn-outline:hover, 
.btn-danger.btn-outline:hover  {
    color: #fff!important;
}

.btn-primary.btn-outline:hover {
	 background-color: #3276b1!important;	
} 
.btn-success.btn-outline:hover {
	 background-color: #739e73!important;	
} 
.btn-info.btn-outline:hover {
	 background-color: #57889c!important;	
}    
.btn-warning.btn-outline:hover {
	 background-color: #c79121!important;	
} 
.btn-danger.btn-outline:hover  {
	background-color: #a90329!important;    
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
/*
 * font weight bolder
 */
.text-bolder, .font-bolder {
	font-weight: bold !important;
}

.text-color-dark {
	color: #757575;
}

.text-break-word {
	 word-break: break-all;
}

.text-break-all {
	 word-break: break-all;
}

.text-color-blue {
	color: #00838f !important;	
}

.text-color-red {
	color: #fb3c4a! important;
}

.text-line-through {
	text-decoration: line-through!important;
}

.text-strikethrough {
	position: relative;
	line-height: 1em;
}

.text-strikethrough:after {
  border-bottom: 0.125em solid;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
}

.text-strikethrough.red:after {
  border-color: red;
}

.text-pre {
	font-family: monospace!important;
}

.text-pre.no-wrap {
	overflow-wrap: normal;
	overflow-x: auto;
	white-space: nowrap!important;
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
.smart-accordion-default .panel-default > .panel-heading {
  background-color: #fff; /* viin */
}

.panel-default>.panel-heading{
	color: black; /* viin */
	background-color: #fff; 
	border-color: #ddd;
	font-weight: bold; /* viin */
}

/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
.banner-link {
	color: #00838F; 
	font-weight: bolder; 
}

.alert {
	border-left: 0 !important;
}

.alert-danger {
  border-color: #dfb56c;
  color: #fb3c4a;
  background: #efe1b3;
  text-shadow: none;
}

.alert-danger a, .alert-danger .alert-link {
	color: #EF5350;
}

.alert-md-greenLight {
	background: #8bc34a;
	color: white;
}
.alert-md-cyan {
	background: #00838f;
	color: white;
}
.alert-md-gray {
	background: #757575;
	color: white;
}
.alert-md-yellow {
	background: #fff59d;
	color: gray;
}
.alert-md-indigo {
	background: #E8EAF6;
	color: gray;
}
.alert-md-lime {
	background: #F9FBE7;
	color: gray;
}
.alert-md-blueGray {
	background: #ECEFF1;
	color: gray;
}
.alert-md-lightBlue {
	background: #E1F5FE;
	color: gray;
}

.table > tbody > tr > td .alert, .table > tbody > tr > th .alert  {
	padding: 5px!important;
	margin-bottom: 0px!important;
	border-bottom: 0px;	
}

.text-muted-important {
	color: #999!important;
}

/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
/*
 * fix width device no-padding jarviswidget for ie
 */
.jarviswidget-ie-scrollbar-fix {
	 margin: 0 0 0px!important;
}

.jarviswidget > header {
	color: #333;
	border: 1px solid #C2C2C2;
	background: white;
}
.jarviswidget > header.header-60 > h2 {
	width: 60%;
}
.widget-custom-header {
	line-height: 34px; height: 32px; font-size: 14px;
}
@media (max-width: 767px) {/* hidden-xs */
    .visible-xs-inline {
    	display: inline!important;
    }
    
	.paginate_button.previous,
	.paginate_button.next { /* datatable hide prev next buttons */
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 880px) {
	.jarviswidget header h2 {
		width: 350px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.jarviswidget header h2 {
		width: 350px;
	}
}

@media (max-width: 979px) {
	.jarviswidget header h2 {
		width: 350px;
	}
}
/*
 * ANDROID
 */
@media only screen and (min-width: 0px) and (max-width: 679px) {
	.jarviswidget header h2 {
		width: 290px;	
	}
}
/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.jarviswidget header h2 {
		width: 290px;	
	}
}

/* CONTENT */
.jarviswidget > div {
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  border-width: 1px 1px 1px 1px; /* viin */
  border-style: solid;
  border-top: none;
  border-right-color: #CCC !important;
  border-bottom-color: #CCC !important;
  border-left-color: #CCC !important;
  padding: 13px 13px 0px;
  /* as per version 1.3 */
  overflow: visible;
}

.widget-footer {
  background-color: #fff;
}

.widget-toolbar.counter {
	cursor: default;
}

.widget-toolbar.counter > div {
	padding: 0px 5px;
	font-weight: bold;
}
/* ====================================================================================================== */
/*
 * summernote
 */
 /*
 .note-group-select-from-files {
  display: none;
}
*/
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
.header-fix {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 16px;
  font-weight: 300;
  color: #232323;
  margin: 10px 14px 25px;
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
.width-250 {width: 250px !important;}
.width-275 {width: 275px !important;}
.width-300 {width: 300px !important;}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
.tooltip-disabled {
	display: inline-block;
	cursor: not-allowed;
	/*margin-left: 3px;*/
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
*::-webkit-input-placeholder {
    color: #bdbdbd !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #bdbdbd !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #bdbdbd !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #bdbdbd !important;
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
select.select-save-mode {
    width: 130px;
}
@media (max-width: 1200px) {
    select.select-save-mode {
        width: 115px;
    }
}
@media (max-width: 740px) {
    select.select-save-mode {
        width: 90px;
    }
}
@media (max-width: 600px) {
    select.select-save-mode {
        width: 50px;
    }
}
/* ====================================================================================================== */
/* ====================================================================================================== */
/* ====================================================================================================== */
#card-setup-form {
	padding: 10px;
	border: 1px solid #ddd;
}

.bootstrap-select span.filter-option i.pf, 
.bootstrap-select span.filter-option span.pf {
	margin-right: 10px;
}
.bootstrap-select span.filter-option small.text-muted {
	margin-left: 10px;
}
/*
.StripeElement {
  background-color: white;
  height: 35px;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
*/