/* --------------------------------------------------------
    Basic
-----------------------------------------------------------*/
::-webkit-input-placeholder {
   color: var(--text-color) !important;
}

:-moz-placeholder { 
   color: var(--text-color) !important;
}

::-moz-placeholder {  
   color: var(--text-color) !important;
}

:-ms-input-placeholder {  
    color: var(--text-color) !important;
}

label {
    font-weight: normal;
    font-size: 13px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control, .message-search {
   background: var(--input-background-color);
   border: var(--input-border);
   text-shadow: none;
   color: var(--text-color);
   box-shadow: none;
   font-family: var(--font-family);
   -webkit-appearance: none;
    font-size: 11px;
    -webkit-transition:all 0.3s ease-in;
}

.form-control:focus, .input-focused, .bootstrap-select.open > .form-control {
   border-color: var(--act-input-border-color);
   background: var(--act-input-background-color);
   box-shadow: 0px 0px 2px var(--alt-background-color);
}

.input-focused {
   /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255, 255, 255, 0.6);*/
}

.input-transparent {
   border: 0;
}

textarea.form-control {
    resize: none;
    overflow: auto;
}

.select .form-control {
    height: auto;
}

.select .form-control:hover, .select .form-control:focus  {
    color: #fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(238, 238, 238, 0.09);
}

select:not([multiple]){
   -webkit-appearance: none;
   -moz-appearance: none;
   text-indent: 1px;
   text-overflow: '';
   line-height: normal !important;
   background-image: url(../../assets/img/select-bg.png);
   background-repeat: no-repeat;
   background-position: right center;
   color: 
}

.ie9 select:not([multiple]){
   background-image: none;
}

select option {
   color: #000;
}

.ie9 select option:first-child, select[multiple] option {
   color: #fff !important;
}

select::-ms-expand {
   display: none;
}

/* Checkbox + Radio */
input[type="checkbox"], input[type="radio"]{
    opacity: 0;
}

.radio, .checkbox, .radio-inline, .checkbox-inline {
   padding-left: 0;
}

.icheckbox_minimal, .iradio_minimal {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255,255,255,0.4);
    float: left;
    cursor: pointer;
}

#login .icheckbox_minimal {
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 17px;
    height: 17px;
}

.icheckbox_minimal {
    margin: 1px 8px 0 0;
}

.listview-header .icheckbox_minimal {
    margin-top: 7px;
}

.iradio_minimal {
    margin: 2px 6px 0 0;
}

.icheckbox_minimal.hover, .iradio_minimal.hover {
    border: 1px solid rgba(255,255,255,0.7);
}

.iradio_minimal {
    border-radius: 50px !important;
}

.iradio_minimal.disabled, .iradio_minimal.checked.disabled, .icheckbox_minimal.disabled {
    cursor: default;
    opacity: 0.4;
}

.icheckbox_minimal.checked, .iradio_minimal.checked {
    background: rgba(255,255,255,0.6) !important;
}

/* --------------------------------------------------------
    Buttons
-----------------------------------------------------------*/
.btn:not(.form-control) {
   background: var(--btn-background);
   border: 0;
   color: var(--text-color);
   box-shadow: var(--btn-shadow);
   -webkit-transition:all 0.2s ease-in;
}

.btn:not(.form-control){
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0 );
   opacity: 0.8\0/;
}

.btn-alt {
   background: none !important;
   filter: none !important
}

.btn:hover, .open .btn.dropdown-toggle {
   text-shadow: 0 0 4px rgba(255,255,255,0.7);
   opacity: 1 !important;
   background: var(--alt-btn-background);
}

.btn:not(.form-control):active, .btn:not(.form-control).active, .open .btn.dropdown-toggle:not(.form-control) {
    box-shadow: 0px 0px 4px;
}

.btn-sm {
    padding: 4px 10px 6px;
}

.btn-xs {
   padding: 3px 7px;
   font-size: 10px;
}

.btn-alt {
   background: rgba(0, 0, 0, 0) !important;
   border: 1px solid rgba(255, 255, 255, 0.31) !important;
}

.btn-alt:hover {
   background: rgba(255, 255, 255, 0.39) !important;
   color: #000;
}

.btn .caret {
   border-top-color: rgba(255,255,255,0.6);
}

/* --------------------------------------------------------
    Multi Select
-----------------------------------------------------------*/
.chzn-container {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     font-size: 12px;
     width: 100%;
}
.chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 0;
    background: rgba(255,255,255,0.85);
    margin-top: -1px;
     
}
.chzn-container.chzn-with-drop .chzn-drop {
     left: 0;
}

.chzn-container-single .chzn-default {
     color: #999;
}

.chzn-container-multi .chzn-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0 3px 0;
    width: 100%;
    cursor: text;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.chzn-container-multi .chzn-choices li {
     float: left;
     list-style: none;
}

.chzn-container-multi .chzn-choices li.search-field {
     margin: 0;
     padding: 0;
     white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input {
     margin: 0;
     box-shadow: none;
     color: #fff;
     border: 0;
     font-size: 12px;
     font-family: inherit;
     height: 25px;
     line-height: 100%;
     padding: 3px 0 0 7px;
     background: transparent;
}
.chzn-container-multi .chzn-choices li.search-field .default {
    color: rgba(255,255,255,0.7);
    min-width: 150px;
}
.chzn-container-multi .chzn-choices li.search-choice {
    position: relative;
    margin: 3px 0 0 3px;
    padding: 4px 26px 4px 6px;
    color: #000;
    line-height: 14px;
    background-color: rgba(255, 255, 255, 0.61);
    font-size: 12px;
    font-family: var(--font-family);
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
     position: absolute;
     top: 2px;
     right: 0;
     display: block;
     width: 12px;
     height: 12px;
     font-size: 12px;
     border-radius: 10px !important;
}

.search-choice-close:before {
   content: "x";
   color: #FFF;
   position: relative;
   top: 0px;
   right: 5px;
   height: 13px;
   width: 13px;
   background: #1E1E1E;
   line-height: 12px;
   display: inline-block;
   text-align: center;
   border-radius: 10px;
   font-size: 9px;
}

.chzn-container-multi .chzn-choices li.search-choice-focus {
     background: #d4d4d4;
     border-color: #c3c3c3;
}

.chzn-container-multi .chzn-results {
     margin: 0;
     padding: 0;
     height: 200px;
}
.chzn-container-multi .chzn-drop .result-selected {
    display: list-item;
    cursor: default;
    display: none;
}
.chzn-container-multi .chzn-drop .result-selected em {
     background: transparent;
}

.chzn-container .chzn-results {
     position: relative;
     overflow-x: hidden;
     overflow-y: auto;
     max-height: 240px;
     -webkit-overflow-scrolling: touch;
     width: 100% !important;
}
.chzn-container .chzn-results li {
    font-family: var(--font-family);
    display: none;
    margin: 0;
    padding: 6px;
    list-style: none;
    line-height: 15px;
    color: #000;
}

.chzn-container .chzn-results li:hover {
    background: #fff !important;    
}

.chzn-container .chzn-results li.active-result {
     display: list-item;
     cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
    display: list-item;
    color: #6F6F6F;
    cursor: default;
}
.chzn-container .chzn-results li.disabled-result em {
     background: transparent;
}
.chzn-container .chzn-results li.highlighted {
     background: #E6E6E6;
}
.chzn-container .chzn-results li.highlighted em {
     background: transparent;
}
.chzn-container .chzn-results li.no-results {
     display: list-item;
     background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
     color: #999;
     font-weight: bold;
     cursor: default;
}
.chzn-container .chzn-results li.group-option {
     padding-left: 15px;
}
.chzn-container .chzn-results li em {
     background: #feffde;
     font-style: normal;
}

.chzn-disabled {
     opacity: 0.5 !important;
     cursor: default;
}

/* --------------------------------------------------------
    Custom Select
-----------------------------------------------------------*/
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
     margin-bottom: 0;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="col-"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select {
    width: 100%;
}

.bootstrap-select > .btn {
    width: 100%;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1001;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 9px;
    right: 25px;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    border-bottom-color: rgba(255,255,255,0.7);
    border-top-color: rgba(255,255,255,0.7);
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
   background: none;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
     min-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 12px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    padding-left: 12px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}    

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select .dropdown-menu li a i, .bootstrap-select .filter-option i {
    margin: 3px 7px 0 0;
    line-height: 100%;
    font-size: 11px;
    float: left;
}

/* --------------------------------------------------------
    Toggle Switch
-----------------------------------------------------------*/
.has-switch {
   display: inline-block;
   cursor: pointer;
   position: relative;
   overflow: hidden;
   line-height: 8px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   min-width: 100px;
   padding: 2px;
   margin-right: 10px;
   background: rgba(0, 0, 0, 0.08);
   border: var(--input-border);
}
.has-switch.switch-mini {
     min-width: 72px;
}
.has-switch.switch-mini i.switch-mini-icons {
     height: 1.20em;
     line-height: 9px;
     vertical-align: text-top;
     text-align: center;
     transform: scale(0.6);
     margin-top: -1px;
     margin-bottom: -1px;
}
.has-switch.switch-small {
     min-width: 80px;
}
.has-switch.switch-large {
     min-width: 105px;
}
.has-switch.deactivate {
     opacity: 0.6;
     filter: alpha(opacity=60);
     cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
     cursor: not-allowed !important;
}
.has-switch > div {
     display: inline-block;
     width: 150%;
     position: relative;
     top: 0;
}
.has-switch > div.switch-animate {
     -webkit-transition: left 200ms;
     -moz-transition: left 200ms;
     -o-transition: left 200ms;
     transition: left 200ms;
}
.has-switch > div.switch-off {
     left: -50%;
}
.has-switch > div.switch-on {
     left: 0%;
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
     display: none;
}
.has-switch span,
.has-switch label {
     cursor: pointer;
     position: relative;
     display: inline-block;
     height: 100%;
     padding-bottom: 4px;
     padding-top: 4px;
     font-size: 14px;
     line-height: 20px;
     font-family: var(--font-family);
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
     padding-bottom: 4px;
     padding-top: 4px;
     font-size: 10px;
     line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
     padding-bottom: 3px;
     padding-top: 3px;
     font-size: 12px;
     line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
     padding-bottom: 9px;
     padding-top: 9px;
     font-size: 16px;
     line-height: normal;
}
.has-switch label {
     text-align: center;
     margin-top: -1px;
     margin-bottom: -1px;
     z-index: 100;
     width: 34%;
     color: #333333;
     background-color: #f5f5f5;
     background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
     background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
     background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
     background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
     background-repeat: repeat-x;
     opacity: 0.9;
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label.disabled,
.has-switch label[disabled] {
     color: var(--text-color-lite);
     background-color: #e6e6e6;
}
.has-switch label:active,
.has-switch label.active {
     background-color: #cccccc \9;
}

.has-switch label:active,
.has-switch label.active {
   box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.has-switch label i {
     color: rgba(0,0,0,0.8);
     text-shadow: 0 1px 0 #fff;
     line-height: 18px;
     pointer-events: none;
}
.has-switch span {
     text-align: center;
     z-index: 1;
     width: 33%;
}

.has-switch span.switch-right {
     color: var(--text-color);
}

.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
     color: var(--text-color);
}

.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
     background-color: #e6e6e6 \9;
}

.has-switch span.switch-primary,
.has-switch span.switch-left {
     color: var(--text-color);
}

.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
     color: var(--text-color);
}

.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
     background-color: #006699 \9;
}


/* --------------------------------------------------------
    Color Picker
-----------------------------------------------------------*/
.colorpicker-saturation {
	width: 100px;
	height: 100px;
	background-image: url(../../../img/color-picker/saturation.png);
	cursor: crosshair;
	float: left;
}
.colorpicker-saturation i {
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #fff;
}
.colorpicker-hue, .colorpicker-alpha {
	width: 15px;
	height: 100px;
	float: left;
	cursor: row-resize;
	margin-left: 4px;
	margin-bottom: 4px;
}
.colorpicker-hue i, .colorpicker-alpha i {
	display: block;
	height: 1px;
	background: #000;
	border-top: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -1px;
}
.colorpicker-hue {
	background-image: url(../../../img/color-picker/hue.png);
}
.colorpicker-alpha {
	background-image: url(../../../img/color-picker/alpha.png);
	display: none;
}
.colorpicker {
	top: 0;
	left: 0;
	padding: 4px;
	min-width: 120px;
	margin-top: 1px;
}

.colorpicker div, .color-pick {
	position: relative;
}
.colorpicker.alpha {
	min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
	display: block;
}
.colorpicker-color {
	height: 10px;
	margin-top: 5px;
	clear: both;
	background-image: url(../../../img/color-picker/alpha.png);
	background-position: 0 100%;
}
.colorpicker-color div {
	height: 10px;
}

input.color-picker {
    padding-right: 40px;
}

.color-pick .color-preview {
   position: absolute;
   right: 4px;
   top: 4px;
   width: 30px;
   height: 22px;
}


/* --------------------------------------------------------
    Date time picker
-----------------------------------------------------------*/
.input-icon {
     position: relative;
}

.input-icon .add-on {
   position: absolute;
   top: 1px;
   left: 1px;
   padding: 5px 4px 2px 5px;
   display: block !important;
   font-size: 15px;
   background: rgba(0, 0, 0, 0.15);
}

.input-icon .form-control {
     padding-left: 30px;
}

.bootstrap-datetimepicker-widget {
   top:0;
   left:0;
   width:220px;
   margin-top:0;
   z-index:3000;
   color: #474747;
   padding: 0;
   margin-top: -2px !important;
}

.bootstrap-datetimepicker-widget .btn, .bootstrap-datetimepicker-widget .btn:active {
   background: #fff;
   color: #000;
   padding: 3px 10px;
   border: 1px solid #cecece;
}

.bootstrap-datetimepicker-widget>ul {
	list-style-type:none;
	margin:0;
     padding-left: 0;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
	width:4px;
	padding:0;
	margin:0
}

.bootstrap-datetimepicker-widget .datepicker > div {
	display:none
}

.bootstrap-datetimepicker-widget .picker-switch {
	text-align:center
}

.bootstrap-datetimepicker-widget table {
	width:100%;
	margin:0
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
	text-align:center;
	width:20px;
	height:20px;
     font-weight: normal;
}

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
	color:#999
}


.bootstrap-datetimepicker-widget .active {
   color: #000;
   background-color: #FFF;
}


.datepicker-months td span, .datepicker-years td span {
   display: block;
   width: 25%;
   height: 50px;
   line-height: 50px;
   float: left;
   cursor: pointer;
   border-bottom: 1px solid #DDD;
   border-right: 1px solid #DDD;
}

.datepicker thead {
   border-bottom: 1px solid #DDD;
}

.bootstrap-datetimepicker-widget td span.old {
	color:#999
}

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
	background:0;
	color:#999;
	cursor:not-allowed
}

.bootstrap-datetimepicker-widget th.switch {
	width:145px
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
	font-size:21px
}

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
	background:0;
	color:#999;
	cursor:not-allowed
}

.bootstrap-datetimepicker-widget thead > tr:first-child th:hover {
     cursor:pointer;
     background: #eee;
}

.datepicker-days tbody > tr > td:hover, .datepicker-months .table-condensed tbody > tr > td span:hover, .datepicker-years .table-condensed tbody > tr > td span:hover {
     background: #fff;
     cursor: pointer;
}

.datepicker-months .table-condensed tbody > tr > td, .datepicker-years .table-condensed tbody > tr > td {
     padding: 0;
}

[class*="timepicker-"] {
   font-size: 15px;
}


/* --------------------------------------------------------
    Slider
-----------------------------------------------------------*/
.slider {
     display: inline-block;
     vertical-align: middle;
     position: relative;
}
.slider.slider-horizontal {
     width: 210px;
     height: 20px;
}
.slider.slider-horizontal .slider-track {
     height: 10px;
     width: 100%;
     margin-top: -5px;
     top: 50%;
     left: 0;
}
.slider.slider-horizontal .slider-selection {
     height: 100%;
     top: 0;
     bottom: 0;
     box-shadow: 0px 0px 4px var(--alt-background-color);
}
.slider.slider-horizontal .slider-handle {
     margin-left: -10px;
     margin-top: -6px;
}
.slider.slider-horizontal .slider-handle.triangle {
     border-width: 0 10px 10px 10px;
     width: 0;
     height: 0;
     border-bottom-color: #0480be;
     margin-top: 0;
}
.slider.slider-vertical {
     height: 210px;
     width: 20px;
}
.slider.slider-vertical .slider-track {
     width: 10px;
     height: 100%;
     margin-left: -5px;
     left: 50%;
     top: 0;
}
.slider.slider-vertical .slider-selection {
     width: 100%;
     left: 0;
     top: 0;
     bottom: 0;
}
.slider.slider-vertical .slider-handle {
     margin-left: -5px;
     margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
     border-width: 10px 0 10px 10px;
     width: 1px;
     height: 1px;
     border-left-color: #0480be;
     margin-left: 0;
}
.slider input {
     display: none;
}
.slider .tooltip-inner {
     white-space: nowrap;
}
.slider-track {
   position: absolute;
   cursor: pointer;
   background: rgba(0, 0, 0, 0.1);
   border: 1px solid rgba(255, 255, 255, 0.3);

}
.slider-selection {
     position: absolute;

}
.slider-handle {
   border-radius: 2px !important;
   opacity: 0.9;
   position: absolute;
   width: 20px;
   height: 20px;
   background-color: #fff;
}
.slider-handle.round {
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 20px;
}
.slider-handle.triangle {
     background: transparent none;
}


/* --------------------------------------------------------
    Upload
-----------------------------------------------------------*/
.hide-text {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
}

.input-block-level {
     display: block;
     width: 100%;
     min-height: 30px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.btn-file {
     overflow: hidden;
     position: relative;
     vertical-align: middle;
}

.btn-file > input {
     position: absolute;
     top: 0;
     right: 0;
     margin: 0;
     opacity: 0;
     filter: alpha(opacity=0);
     transform: translate(-300px, 0) scale(4);
     font-size: 23px;
     direction: ltr;
     cursor: pointer;
}

.fileupload {
     margin-bottom: 0px;
}

.uneditable-input {
    height: 30px;
    margin-right: -1px;
    line-height: 27px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 0px;
    cursor: not-allowed;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.fileupload .thumbnail {
     overflow: hidden;
     display: inline-block;
     vertical-align: middle;
     text-align: center;
     width: 200px;
     height: 150px;
     line-height: 137px;
     margin-bottom: 5px;
     background-color: rgba(0,0,0,0.3);
}

.fileupload .thumbnail.small {
     width: 50px;
     height: 50px;
     line-height: 100%;
     margin-bottom: 0;
}
.fileupload .thumbnail.fsmall {
     width: 100px;
     height: 30px;
     line-height: 100%;
     margin-bottom: 0;
}

.fileupload .thumbnail > img {
     display: inline-block;
     vertical-align: middle;
     max-height: 100%;
}

.fileupload .btn {
   vertical-align: middle;
   background: rgba(0, 0, 0, 0.1);
   border: 1px solid rgba(255, 255, 255, 0.3);
}

.fileupload.row .btn {
   margin-left: -1px;
}

.fileupload .btn:focus, .fileupload .btn:active {
   background: rgba(0,0,0,0.2);
}

.close-pic {
   top: 2px;
   position: relative;
   color: #FFF;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
     display: none;
}

.fileupload-inline .fileupload-controls {
     display: inline;
}

.close-pic {
     float: none;
     font-size: 11px;
     margin-left: 4px;
}

.fileupload-preview {
     word-break: break-all;
     white-space: nowrap;
     font-size: 12px;
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
}

/* --------------------------------------------------------
   Spinner
-----------------------------------------------------------*/
div.spinedit {
   display: inline-block;
   position: absolute;
   right: 1px;
   top: 1px;
   width: 40px;
   background: rgba(0, 0, 0, 0.08);
   height: 28px;
   text-align: center;
}

div.spinedit span {
   cursor: pointer;
   opacity: 0.5;
   vertical-align: top;
   height: 28px;
   display: inline-block;
   width: 20px;
   padding-top: 1px;
   font-size: 20px;
}

div.spinedit span:hover {
   opacity: 1 !important;
}

/* --------------------------------------------------------
    Form Validation  
-----------------------------------------------------------*/
.formError {
     z-index: 990;
}

.formError .formErrorContent {
     z-index: 991;
}

.formError .formErrorArrow {
     z-index: 996;
}

.formErrorInsideDialog.formError {
     z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
     z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
     z-index: 5006;
}

.inputContainer {
     position: relative;
     float: left;
}

.formError {
     position: absolute;
     display: block;
     cursor: pointer;
}

.ajaxSubmit {
     padding: 20px;
     background: #55ea55;
     border: 1px solid #999;
     display: none
}

.formError .formErrorContent {
     width: 100%;
     white-space: nowrap;
     text-align: left;
     box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
     background: #D42915;
     position:relative;
     color: #fff;
     font-size: 11px;
     padding: 2px 7px 3px;
     bottom: 2px;
     text-shadow: none;
}

.greenPopup .formErrorContent {
     background: #33be40;
}

.blackPopup .formErrorContent {
     background: #393939;
     color: #FFF;
}

.formError .formErrorArrow {
   width: 15px;
   margin: -2px 0 0 13px;
   position: absolute;
   bottom: -7px;
   right: 10px;
}

.formError .formErrorArrowBottom {
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     margin: 0px 0 0 12px; top:2px;
}

.formError .formErrorArrow div {
     font-size: 0px;
     height: 1px;
     background: #D42915;
     margin: 0 auto;
     line-height: 0;
     font-size: 0;
     display: block;
}

.formError .formErrorArrowBottom div {
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
     background: #33be40;
}

.blackPopup .formErrorArrow div {
     background: #393939;
     color: #FFF;
}

.formError .formErrorArrow .line10 {
     width: 11px;
     border: none;
}

.formError .formErrorArrow .line9 {
     width: 9px;
     border: none;
}

.formError .formErrorArrow .line8 {
     width: 7px;
}

.formError .formErrorArrow .line7 {
     width: 5px;
}

.formError .formErrorArrow .line6 {
     width: 3px;
}

.formError .formErrorArrow .line5 {
     width: 1px;
}

.formError .formErrorArrow .line4 {
     width: 0px;
}

.formError .formErrorArrow .line3 {
     width: 0px;
}

.formError .formErrorArrow .line2 {
     width: 0px;
     border: none;
     background: #ddd;
}

.formError .formErrorArrow .line1 {
     width: 0px;
     border: none;
     background: #ddd;
}

.checkableBox .formError {
   right: auto !important;
   left: 0 !important;
}

/* -----------------------------------------
   HTML Editor
-------------------------------------------*/
.note-editor .note-dropzone {
    position: absolute;
    z-index: 1;
    display: none;
    color: #000;
    background-color: white;
    opacity: .50;
    pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.note-editor .note-dropzone.hover {
    color: #000;
}
.note-editor.dragover .note-dropzone { display: table }
.note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
}
.note-editor.fullscreen .note-editable, .note-editor.fullscreen .note-codable { color: #000; }
.note-editor.fullscreen .note-resizebar, .modal .note-resizebar { display: none }
.note-editor.codeview .note-editable { display: none }
.note-editor.codeview .note-codable { display: block }
.note-editor .note-toolbar {
    padding: 0;
    padding-left: 5px;
    margin: 0;
}
.note-editor .note-toolbar>.btn-group, .md-header .btn-group {
    margin-right: 5px;
    margin-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    padding: 5px 5px 3px 0;
}
.note-editor .note-toolbar .note-table .dropdown-menu {
    min-width: 0;
    padding: 5px;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker { font-size: 18px }
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative!important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute!important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-editor .note-toolbar .note-style h1,
.note-editor .note-toolbar .note-style h2,
.note-editor .note-toolbar .note-style h3,
.note-editor .note-toolbar .note-style h4,
.note-editor .note-toolbar .note-style h5,
.note-editor .note-toolbar .note-style h6,
.note-editor .note-toolbar .note-style blockquote { margin: 0 }

.note-editor .note-toolbar .note-color .dropdown-menu { min-width: 290px }
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group { margin: 0 }
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child { margin: 0 5px }
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
    padding: 0 3px;
    margin: 5px;
    font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover { background: #eee }
.note-editor .note-toolbar .note-para .dropdown-menu {
    min-width: 153px;
    padding: 5px;
}
.note-editor .note-toolbar .note-para li:first-child { margin-bottom: 5px }

.note-editor .note-statusbar .note-resizebar {
    width: 100%;
    cursor: s-resize;
    padding: 1px 0 1px;
    background: rgba(0, 0, 0, 0.33);
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid rgba(255, 255, 255, 0.44);
}
.note-editor .note-popover .popover { max-width: none }
.note-editor .note-popover .popover .popover-content { padding: 5px }
.note-editor .note-popover .popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.note-editor .note-popover .popover .popover-content .btn-group+.btn-group { margin-left: 5px }
.note-editor .note-popover .popover .arrow { left: 20px }
.note-editor .note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid black;
}
.note-editor .note-handle .note-control-selection>div { position: absolute }
.note-editor .note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
}
.note-editor .note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid black;
}
.note-editor .note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid black;
}
.note-editor .note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: white;
    border: 1px solid black;
}
.note-editor .note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0;
}
.note-editor .note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none;
}
.note-editor .note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0;
}
.note-editor .note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}
.note-editor .note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: white;
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
}
.note-editor .note-dialog>div { display: none }
.note-editor .note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
}

.note-editor .note-dialog .note-help-dialog a {
    font-size: 12px;
    color: white;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout { width: 100% }
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td { vertical-align: top }
.note-editor .note-dialog .note-help-dialog .note-shortcut { margin-top: 8px }
.note-editor .note-dialog .note-help-dialog .note-shortcut th {
    font-size: 13px;
    color: #dd0;
    text-align: left;
    font-weight: normal;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
    min-width: 110px;
    padding-right: 10px;
    font-family: "Courier New";
    color: #dd0;
    text-align: right;
}
.note-editor .note-editable {
    padding: 10px; 
    overflow: auto;
    outline: 0;
}
.note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo,Monaco,monospace,sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.note-editor .dropdown-menu { min-width: 90px; font-family: var(--font-family); }
.note-editor .dropdown-menu.right {
    right: 0;
    left: auto;
}
.note-editor .dropdown-menu.right::before {
    right: 9px;
    left: auto!important;
}
.note-editor .dropdown-menu.right::after {
    right: 10px;
    left: auto!important;
}
.note-editor .dropdown-menu li a i {
    color: deepskyblue;
    visibility: hidden;
}
.note-editor .dropdown-menu li a.checked i { visibility: visible }
.note-editor .note-fontsize-10 { font-size: 10px }
.note-editor .note-color-palette { line-height: 1 }
.note-editor .note-color-palette div .note-color-btn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 0;
}


.note-editor .btn-group .btn+.btn, .note-editor .btn-group .btn+.btn-group, .note-editor .btn-group .btn-group+.btn, .note-editor .btn-group .btn-group+.btn-group,
.md-editor .btn-group .btn+.btn, .md-editor .btn-group .btn+.btn-group, .md-editor .btn-group .btn-group+.btn, .md-editor .btn-group .btn-group+.btn-group{ margin-left: 0; } 

.note-editor .note-color-palette div .note-color-btn:hover { border: 1px solid #fff }
.note-editor .note-toolbar .btn, .md-editor .md-header .btn { 
	background: none !important; 
	font-size: 15px; 
	padding: 0 4px 2px; 
	color: #fff;
	border: 0;
	opacity: 0.7;
        letter-spacing: -2px;
}
.note-editor .note-toolbar .btn:hover, .md-editor .btn:hover, .md-editor .btn.active { color: #fff; text-shadow: 0 0 4px rgba(255, 255, 255, 0.7); opacity: 1; }
.note-editor .note-toolbar .caret { border-top-color: rgba(255,255,255,0.85); margin-top: -2px; }
.note-editor .note-toolbar .dropdown-menu .btn { color: #333; opacity: 1; }
.note-editor.fullscreen { background: rgba(255, 255, 255, 0.84) !important; }
.note-editor.fullscreen .note-toolbar { background: rgba(0, 0, 0, 0.72); }

.note-image-content .btn {
    color: #333;
    border: 0 !important;
    font-size: 14px !important;
}

.note-image-content .btn:hover {
    color: #fff;
}

.dark .note-editor.tile {
    background: none;
}

/* -----------------------------------------
   Markdown
-------------------------------------------*/
.md-editor, .md-editor>.md-header,.md-editor .md-footer {
   display: block;
}

.md-editor > .md-header {
   padding: 0 5px;
}

.md-editor>.md-preview {
   min-height: 150px;
   padding: 10px;
}

.md-editor>textarea {
   font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
   outline: none;
   margin: 0;
   display: block;
   padding: 10px;
   color: #fff;
   background: transparent;
   width: 100%;
   border: 0;

}
@font-face {
    font-family: 'ios7-icon';
    src:
        url('../../fonts/icons/icon.woff') format('woff'),
        url('../../fonts/icons/icon.ttf') format('truetype'),
        url('../../fonts/icons/icon.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



* {
    border-radius: 0 ;
    box-shadow: none;
    -ms-touch-action: manipulation; 
    touch-action: manipulation;    
}

*:focus, *:active {
    outline: none !important;
}

html {
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100%;
}

body {
    font-size: 12px;
    -webkit-transition: background 0.5s ease-in;
}

.ie9 #sidebar {
    min-height: 100vh;
}

body, button, input, textarea, select, .btn {
    -webkit-font-smoothing: antialiased;
}

body, a, input, .help-block {
    /*text-shadow: var(--text-shadow);*/
    color:var(--text-color);
}


h1, h2, h3, h4, h5, h6,h7 {
    font-family: var(--font-family);
    font-weight: normal;
}
h7 {
    font-size: 11px;
}

h1, h2, h3 {
    margin-top: 10px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
    color: rgba(255,255,255,0.5);
}

a:hover, a:focus {
    color: #FFD600;
    text-decoration: none;
}

a.underline {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

a.underline:hover, a.underline:focus {
    border-color: #FFD600;
}

img {
    max-width: 100%;
}

/* --------------------------------------------------------
    Bootstrap Overrides
-----------------------------------------------------------*/
.container {
    width: auto;
    padding: 0;
}

.row {
    margin-left: -7px;
    margin-right: -7px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

/* --------------------------------------------------------
    Dropcaps
-----------------------------------------------------------*/
.dropcap {
    text-transform: uppercase;
    font-size: 55px;
    float: left;
    line-height: 97%;
    margin: -2px 5px 0 -4px;
}

/* --------------------------------------------------------
    Blockquote
-----------------------------------------------------------*/
blockquote {
    padding: 0px 14px;
    border-left: 3px solid rgba(255, 255, 255, 0.51);
}

blockquote p {
    font-size: 15.5px;
}

blockquote small {
    color: #eee;
}

/* --------------------------------------------------------
    Unordered Lists 
-----------------------------------------------------------*/
[class*="lists"] {
    list-style: none;
    margin-left: 8px;
    padding-left: 0;
}

[class*="lists"] > li:before {
    margin-right: 7px;
    font-family: 'FontAwesome';
    font-size: 10px;
}

.lists-star > li:before {
    content: "\f005";
}

.lists-right > li:before {
    content: "\f00c";
}

.lists-caret > li:before {
    content: "\f0da";
}

.lists-mark > li:before {
    content: "\f02e";
}

.lists-arrow-right > li:before {
    content: "\f105";
    font-size: 12px;
}

.lists-circle > li:before {
    content: "\e13f";
}

.lists-plus > li:before {
    content: "\e106";
    font-size: 8px;
}

/* Header */
#header {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    min-height: 50px;
    position: relative;
    padding-right: 7px;
}

#header, #header > .media-body, #header #top-menu {
    overflow: visible;
} 

/* Logo */
.header .logo {
    width: 233px;
    height: 50px;
    text-align: center;
    padding: 14px 0 12px 40px;
    font-size: 16px;
    margin-right: 9px !important;
    background: rgba(0, 0, 0, 0.23);
}

/* Top Menu */
#top-menu .tm-icon {
    margin: 0; 
}

#top-menu .tm-icon > a {
    padding: 0 8px 0 0;
    white-space: nowrap;
    height:50px;
    float: left;
}

#top-menu .tm-icon > a:hover, #top-menu .tm-icon > a:focus {
    color: #fff;
}

#top-menu .tm-icon img {
    float: left;
}

#top-menu .tm-icon span {
    width: 0px;
    float: left;
    overflow: hidden;
    line-height: 48px;
}

#top-menu .tm-icon:hover span, #top-menu .tm-icon.open span, .drawer-toggle.open span {
    width: 70px !important;
}

#top-menu .tm-icon:hover, #top-menu .tm-icon.open {
    /* background: rgba(0,0,0,0.2) */
}

#top-menu > .media-body {
    padding: 7px 7px 6px 5px;
    min-height: 49px;
    height: 49px\0/;
}

#top-menu #time {
    font-size: 20px;
    padding-top: 10px;
    margin-right: 4px;
}

.drawer {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0 !important;
    overflow: hidden;
    display: none;
}

.drawer.toggled {
    height: 308px;
    margin-bottom: 15px !important;
    display: block;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.drawer-close {
    font-size: 21px;
    position: absolute;
    top: -2px;
    right: 0;
    cursor: pointer;
    width: 30px;
    text-align: right;
    padding-right: 10px;
    cursor: hover;
}

.drawer-close:hover {
    opacity: 0.7
}


.main-search {
    height: 36px;
    border: 0;
    width: 95%;
    font-size: 16px;
    background-color: transparent;
    background-image: url(../../assets/img/icon/search.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 32px;
}

#menu-toggle {
    width: 45px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding: 14px 12px 13px;
    background-color: rgba(0,0,0,0.5);
}

.n-count {
    background: #F00000;
    font-size: 11px;
    position: absolute;
    text-align: center;
    padding: 2px 3px 3px;
    border-radius: 2px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    margin: 7px 0 0 -13px;
    font-style: normal;
    line-height: 100%;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    font-family: var(--font-family);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#content {
    min-height: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
        z-index: 1;
        overflow-y: auto;
}

/* Sidebar */
#sidebar {
    width: 233px;
    float: left;
    height: 100%;
    position: absolute;
}

#sidebar .side-menu  {
    margin: 0;
}

.menu-toggled .side-menu {
    overflow: hidden;
}

.side-menu > li > a {
    display: inline-block;
    position: relative;
    z-index: 10;
    font-size: 10px;
    height: 42px;
    margin-bottom: -4px;
    text-align: center;
    opacity: 0.95;
}

.side-menu .menu-item {
    white-space: nowrap;
    background: var(--background-color);
    z-index: 9;
    width: 220px;
    display: block;
    line-height: normal;
    text-align: left;
    -webkit-backface-visibility: hidden;
    font-family: var(--font-family);
    font-size: 11px;
}
.side-menu .menu-item i{
    font-size: 20px;
    margin: 3px;
}
ul.menu-item a:hover {
    color: var(--hover-text-color);
    background-color: var(--act-background-color);
}

.side-menu span.menu-item {
    top: 0;
    padding: 13px 15px 13px 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.side-menu .dropdown span.menu-item {
    top: 0;
}

.side-menu ul.menu-item {
    top: 42px;
    padding: 5px 0 13px;
    
}

.side-menu ul li > a {
    padding: 4px 8px;
    float: left;
    width: 100%;
}

ul.menu-item a.active {
    color: var(--act-text-color);
}


.side-widgets {
    width: 188px;
    float: left;
    position: relative;
}

/* Shortcuts */
.shortcut {
    width: 73px;
    height: 85px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 11px 10px 0;
    position: relative;
    vertical-align: top;
}

.shortcut > i {
    font-size: 40px;
    color: #fff;
}

.shortcut:hover {
    background: rgba(0,0,0,0.4);
}

.shortcut img {
    opacity: 0.8;
}

.shortcut:hover img {
    opacity: 1;
}

.shortcut small {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.shortcut:hover small {
    color: #FFD600;
}

/* Quick Stats */
.quick-stats {
    padding: 13px 0 0 0;
    height: 75px;
    overflow: hidden;
}

.quick-stats h2 {
    margin: 2px 0 1px 0;
    line-height: 29px;
    font-size: 30px;
    left: 10px;
    top: 10px;
    position: absolute;
    line-height: 100%;
}

.quick-stats small {
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-bottom: 2px;
}

.quick-stats small {
    bottom: 15px;
    left: 11px;
    position: absolute;
}

.quick-stats [id^="stats-line"] {
    margin-left: -2px;
    width: 101%;
}

/* HR */
hr {
    margin: 0;
    float: left;
    width: 100%;
}

/* Profile */
.profile-pic {
    width: 120px;
    margin: 9px 0 4px;
    border-radius: 100px !important;
    border: 5px solid rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px #000;
}

.cover img {
    max-width: 100%;
}

.cover .profile-pic { 
    max-width: 130px; 
    position: absolute;
    max-height: 100%;
    bottom: -20px;
    z-index: 10;
    left: 15px;
    border-radius: 0 !important;
    border: 4px solid rgba(0,0,0,0.2);
}

.cover .profile-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    background: rgba(0, 0, 0, 0.55);
    padding: 8px 8px;
}

.cover .profile-btn .btn-gr-gray {
    border: 0;
    margin-left: 3px;
}

/* Blocks */
.block-area {
    width: 100%;
    float: left;
}

.tile {
    position: relative;
    margin-bottom: 15px;
}

.tile-title {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 7px 10px 7px;
    font-weight: 400;
    text-shadow: none;
}
.s-widget{
    background: var(--background-color-lite);
}
.tile-config {
    position: absolute;
    top: 0;
    height: 27px;
    right: 0;
}

.tile-config > .tile-menu {
    width: 34px;
    height: 26px;
    display: inline-block;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/icon/tile-actions.png);
        filter: var(--check-filter);
}

.tile-config > a:hover {
    background-color: rgba(0,0,0,0.3);
}

/* Charts and Maps */
.chart-info {
    position: absolute;
    right: 10px;
    padding: 5px 15px 0px 10px;
    background: var(--background-color);
    width: 100px;
    z-index: 999;
    box-shadow: 0px 0px 4px #000;
    font-size: 10px;
}

#usa-map {
    width: 100%;
    height: 220px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    cursor: pointer;
    line-height: 100%;
    text-align: center;
    font-size: 21px;
    bottom: 10px;
    width: 27px;
}

.jvectormap-zoomin {
    right: 10px;
}

.jvectormap-zoomout {
    right: 38px;
}

[class*="jvectormap-"]:hover {
    color: #ff850c;
}

.chart-tooltip, .jvectormap-label {
    position: absolute;
    color: #ccc;
    display: none;
    border: 1px solid rgba(255,255,255,0.7);
    padding: 2px 10px;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}


/* Progress bar */
.progress {
    background-color: rgba(0,0,0,0.45);
    margin: 5px 0;
    height: 8px;
}

.progress-small {
    height: 4px;
}

.progress-alt {
    padding: 2px;
}

.progress-bar {
    box-shadow: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.progress-vertical {
    width: 10px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.progress-vertical.small {
    width: 4px;
}

.progress-vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}


.progress-vertical .progress-bar {
    width: 100%;
}

/* Tooltips */
.tooltip {
    z-index: 10000;
}

.tooltip-inner {
    padding: 3px 8px 4px;
    font-size: 11px;
    font-family: var(--font-family);
    text-transform: none;
}

/* Popover */
.popover {
    background: rgba(255,255,255,0.85);
    border: 0;
    color: #000;
    z-index: 99999;
}

.popover-title, .popover {
    font-family: var(--font-family);
}

.popover.top .arrow:after {
   border-top-color: rgba(255,255,255,0.85); 
}

.popover.right .arrow:after {
    border-right-color: rgba(255,255,255,0.85); 
}

.popover.left .arrow:after {
    border-left-color: rgba(255,255,255,0.85); 
}

.popover.bottom .arrow:after {
    border-bottom-color: rgba(255,255,255,0.85); 
}

/* List View */
.listview-header {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
}

.list-mass-actions {
    margin: 1px 0 0 1px;
}

.list-mass-actions > li {
    padding: 0;
    width: 29px;
    text-align: center;
    opacity: 0.8;
}

.list-mass-actions > li > a {
    display: inline-block;
    padding: 4px 0;
    width: 100%;
    height: 26px;
}

.list-mass-actions > li:hover {
    background: rgba(0,0,0,0.15);
    opacity: 1;
}

.listview .media:not(.listview-header) {
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    padding: 10px 15px;
}

.listview .media:not(.listview-header):hover {
    background-color: rgba(0,0,0,0.07);
}

.listview .media .media-body {
    padding-top: 1px;
}

.listview .media:last-child {
    border-bottom: 0;    
}

.listview.narrow .media {
    padding: 5px 10px;
}

.list-options {
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 100;
    height: 27px;
    margin-top: -14px;
    top: 50%;
    display: none;
}

.listview .media:hover .list-options {
    display: block;
}

.listview .counts {
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.56);
    color: #FFF;
    font-size: 23px;
    text-shadow: none;
}

.media.ui-sortable-placeholder {
    background: rgba(0,0,0,0.2) !important;
    visibility: visible !important;
}

.listview .media .attrs {
    padding: 4px 7px 5px;
    line-height: 100%;
    margin: 4px 5px 2px 0;
    font-size: 11px;
    float: left;
    width: auto;
    background: rgba(0, 0, 0, 0.2);
}

.icon-list .media .icon{
    font-size: 17px;
    margin: -4px 7px 0 -3px;
    opacity: 0.6;
}

.list-title {
    width: 170px;
    margin-top: 1px;
}

.list-date {
    width: 50px;
    text-align: right;
}

/* Pagination */
.pagination {
    margin: 0;    
}

.pagination > li > a, .pagination > li > span {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.1);
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: rgba(255,255,255,0.15);
}

.pagin-value {
    float: left;
    padding-top: 1px;
}

/* Charts */
.pie-chart-tiny {
    display: inline-block;
    position: relative;
    margin: 3px 10px 0;
    padding-bottom: 13px;
}

.percent {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 36px;
    font-size: 20px;
    color: var(--text-color);
    text-shadow: none;
    padding-left: 2px;
}

.percent:after {
    content: '%';
}

.pie-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.pie-title i {
    font-size: 15px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    opacity: 0.5;
}

.pie-title i:hover {
    opacity: 1;
    cursor: pointer;
}

/* Chat */
.chat {
    position: fixed;
    bottom: 0;
    width: 150px;
    right: 15px;
    z-index: 1000;
    background: rgba(0,0,0,0.85);
    height: 27px;
    font-family: var(--font-family);
    overflow: hidden;
}

.chat.toggled {
    width: auto;
    height: 350px;
}

.chat-body {
    background: rgba(255, 255, 255, 0.7);
    height: 277px;
    overflow: auto;
    padding: 10px;
    width: 300px;
}

.chat .chat-body .media-body {
    min-width: 100px;
    background: #fff;
    color: #000;
    min-height: 50px;
    padding: 5px;
    font-size: 11px;
}

.chat .media-body > small {
    display: block;
    margin-bottom: -2px;
    font-size: 9px;
    margin-top: 10px;
    color: #000;
}

.chat .chat-body .media > [class*="pull-"] {
    margin: 0;
}

.chat .btn {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.chat .status {
    font-size: 14px;
    margin-top: 3px;
    color: rgb(3, 204, 3);
}

.chat .chat-footer {
    width: 100%;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 0;
}

.chat .chat-footer textarea {
    background: transparent;
    border: 0;
    color: #333;
    box-shadow: none;
    font-size: 12px;
}

.chat .chat-footer [class*="pull-"] {
    color: #7A7A7A;
    font-size: 14px;
    padding: 17px 7px;
    margin: 0;
}

.chat .chat-footer [class*="pull-"]:hover {
    color: #000;
    cursor: pointer;
}

.chat .chat-footer .pull-left {
    border-right: 1px solid rgba(51, 51, 51, 0.17);
}

.chat .chat-footer .pull-right {
    border-left: 1px solid rgba(51, 51, 51, 0.17);
}

.chat-list {
    height: 100%;
    margin: 0 !important;
    width: 0;
    opacity: 0;
}

.chat-list.toggled {
    opacity: 1;
    width: 200px;
}

/* Tables */
.table > thead > tr > th {
    font-weight: normal;
    padding: 5px 8px 6px;
    text-transform: uppercase;
    border-bottom: 0;
}

.table td, .table th {
    border-color: rgba(255,255,255,0.05) !important;
}

.table-condensed > thead > tr > th {
    padding: 3px 5px 5px;
}

.table-bordered, .table-responsive {
    border: 0;
}



.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
    border-bottom: 0;
    border-left: 0;
}

.table-bordered > tbody > tr > td:last-child,
.table-bordered > thead > tr > th:last-child {
    border-right: 0;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: rgba(0,0,0,0.2);
}

/* Breadcrumb */
.breadcrumb {
    background: none;
    float: right;
    margin: 0;
    padding: 8px 15px;
    font-size: 11px;
}

.breadcrumb>.active {
    color: #FFD600;
}

/* Dropdown */
.dropdown-menu {
    border: 0;
    margin: 0;
    font-size: 12px;
    background: rgba(0,0,0,0.9);
}

.dropdown-menu:not(.animated) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.dropdown-menu, .elfinder-button-menu, .elfinder-contextmenu {
        background: var(--background-color);
    margin-top: -1px;
    overflow: hidden;
    color: var(--text-color);
}

.dropdown-menu-alt {
    background: rgba(0, 0, 0, 0.68);
}


.dropdown-menu > li > a {
    color: var(--text-color);
    padding: 3px 13px;
    font-family: var(--font-family);
}

.dropdown-menu-alt > li > a {
    color: var(--text-color)
    text-shadow: none;
}


.dropdown-menu > li > a:hover, .elfinder-button-menu-item:hover, .elfinder-contextmenu .ui-state-hover {
        background: var(--alt-background-color);
    color: var(--alt-text-color);
}

.dropdown-menu-alt > li > a:hover, .profile-menu > li > a:hover {
    color: var(--text-color);
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.12);
}

.dropdown-menu-alt .divider {
    background-color:  var(--text-color);
}


.profile-menu {
    background: transparent;
    box-shadow: none;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    z-index: 0;
    
}

.profile-menu > li {
    position: relative;
}

.profile-menu > li > a {
    color: var(--text-color);
    padding: 8px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Modal + Dialog + Dark UI */
.modal {
    background: rgba(255, 255, 255, 0.25);
    overflow-y: auto;
}

.dark {
    padding: 0;
}

.modal-content, .dark {
    background: rgba(0, 0, 0, 0.68);
    border: 0;
    color: #fff;
}

.modal-header, .dark-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding: 10px 15px 8px;
}

.modal-body, .dark-body {
    padding: 15px;
}

.modal-title, .dark-title {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.modal-footer, .ui-dialog-buttonpane, .dark-footer {
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    text-align: left;
}

.modal .btn, .elfinder-dialog .btn, .dark .btn {
    font-size: 11px;
    border: 1px solid rgba(255, 255, 255, 0.31);
    padding: 2px 10px 3px;
    background: none;
}

.modal .btn:hover, .dark .btn:hover {
    background: rgba(0,0,0,0.4);
}

.modal-close {
    cursor: pointer;
}

/* Label */
.label {
    font-weight: normal;
    padding: 2px 8px 2px;
    font-family: var(--font-family);
}

.h1 .label, h2 .label, h3 .label, h4, .label {
    font-family: var(--font-family);
}

.label-default {
    background-color: rgba(255, 255, 255, 0.68);
    color: #000;
}

/* Images */
.img-rounded {
    border-radius: 6px !important;
}

.img-circle {
    border-radius: 50% !important;
}

.img-shadowed {
    box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

.img-thumbnail {
    background: rgba(0, 0, 0, 0.24);
    border: 0;
}

/* Close */
.close {
    font-size: 16px;
    text-shadow: none;
}

.close:hover {
    opacity: 1 !important;
}

.modal-header .close, .dark-header .close {
    margin-top: 0;
    color: #fff;
    font-weight: normal;
    opacity: 0.3;
}

/* Alerts */
.alert {
    border: 0;
    background: rgba(255,255,255,0.7);
    font-family: var(--font-family);
    font-size: 14px;
}

.alert-icon {
    position: relative;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.alert-icon .icon {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 50px;
    line-height: 100%;
}

.alert-success {
    color: #069727;
    border-left: 5px solid #048F23;
}

.alert-success a {
    color: #069727;
    border-bottom: 1px dotted #09e33b;
}

.alert-info {
    color: #0B628D;
    border-left: 5px solid #0B628D;
}

.alert-info a {
    color: #0B628D;
    border-bottom: 1px dotted #61A8CA;
}

.alert-warning {
    color: #A78C00;
    border-left: 5px solid #A78C00;
}

.alert-warning a {
    color: #A78C00;
    border-bottom: 1px dotted #e9c300;
}

.alert-danger {
    color: #E02C29;
    border-left: 5px solid #FF524F
}

.alert-danger a {
    color: #E02C29;
    border-bottom: 1px dotted #FC9997;
}

.alert a:hover {
    opacity: 0.7;
}

/* --------------------------------------------------------
    Carousel
-----------------------------------------------------------*/
.carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: rgba(0,0,0,0.6);
    display: none;
    opacity: 1;
}

.carousel-control i {
    font-size: 28px;
}

.carousel:hover .carousel-control {
    display: block;
}

.carousel-caption {
    background: rgba(0,0,0,0.8);
    padding-top: 0;
}

.carousel-caption p, .carousel-caption h3 {
    margin-bottom: 0;
}

/* Lightbox */
.img-popup {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.img-popup img {
    width: 100px;
    border: 3px solid rgba(0, 0, 0, 0.28);
    box-sizing: content-box;
}

.img-popup:hover {
    opacity: 0.8
}

/* Tabs */
.nav-tabs {
    background: rgba(0,0,0,0.35);
    border-bottom-color: rgba(0,0,0,0.0);
}

.tab-content {
    padding: 10px 13px;
}

.tab-right > li {
    float: right;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: rgba(0,0,0,0.15);
    border-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent;
    background: rgba(0,0,0,0.35);
    color: #fff;
}

.nav-tabs > li > a {
    padding: 5px 10px 6px;
    margin-right: 0;
    display: inline-block;
    width: 100%;
}

.tab-vertical {
    margin: 0 !important;
    min-width: 120px;
}

.tab-vertical > li {
    float: none;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.tab-vertical > li:last-child {
    border-bottom: 0;
}

/* Panel + Collapse*/
.panel, .panel-group .panel-heading + .panel-collapse .panel-body {
    background: transparent;
    border: 0;
}

.panel-default > .panel-heading, .panel-footer {
    background: rgba(0, 0, 0, 0.35) ;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 8px 10px 9px;
    border: 0;
}

.panel-title, .panel-title > a {
    font-size: 12px;
    color: #fff;
}

.panel-title > a {
    display: block;
    width: 100%;
}

.panel-group .panel + .panel {
    margin-top: 1px;
}


.accordion .panel-heading .panel-title a:after, .accordion .panel-heading .panel-title a.active:after {
    font-family: fontAwesome;
    float: right;
    font-size: 18px;
    margin-top: -2px;
}

.accordion .panel-heading .panel-title .accordion-toggle:after {
    content: "\f107";
}

.accordion .panel-heading .panel-title .active:after {
    content: "\f106" !important; 
}

/* --------------------------------------------------------
    Photos widget
-----------------------------------------------------------*/
.photos > [class*="col-xs-"] {
    padding: 0;
}

.photos > [class*="col-xs-"] > img {
    width: 100%;
    opacity: 0.8;
}

.photos > [class*="col-xs-"] > img:hover {
    opacity: 1;
    cursor: pointer;
}

/* Badge */
.badge {
    font-size: 11px;
    font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #000;
    border: 0;
}

.badge-trp {
    background: transparent;
    color: #fff;
}

/* List Groups */
.list-group {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.list-group-flat, .list-group-flat .list-group-item {
    border: 0;
}

.list-group-item {
    border: 1px solid rgba(255,255,255,0.15);
    border-bottom: 0;
    background: transparent;
    margin: 0;
    padding: 6px 10px;
}

a.list-group-item {
    color: #fff;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.15);
}

a.list-group-item:hover,
a.list-group-item:focus {
    background: rgba(0,0,0,0.1);
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: 0;
}

/* Messages */
.message-tag {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 4px 7px 0 0;
    float: right;
}

#compose-message .note-toolbar {
    display: none;
}

.message-options {
    position: absolute;
    top: 6px;
    right: 5px;
    padding: 0px 5px 2px;
    z-index: 100;
}

.message-options:hover {
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}

.message-attachement {
    padding: 12px 12px 10px;
    text-align: center;
    float: left;
    margin-right: 5px;
    width: 90px;
    height: 80px;
}

.message-attachement > img{
    margin-bottom: 4px;
    max-height: 41px;
    max-width: 100px;
}

.message-list > .media {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.message-list > .media > a {
    display: block;
    padding: 8px 10px;
}

.message-list > .media:not(.listview-header) > .icheckbox_minimal {
    margin: 9px 0 0 15px;
}

/*-------------------------------
    Widgets
--------------------------------*/
/* Sidebar Calendar */
.s-widget td, .s-widget th, .s-widget table.fc-border-separate {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.s-widget td {
    font-size: 11px;
    color: #fff;
}

.s-widget th {
    font-size: 9px;
    padding: 4px 0;
}

.s-widget .fc-grid .fc-day-number {
    text-align: center;
    float: none;
}

.s-widget .fc-today {
    background: rgba(0, 0, 0, 0.26) !important;
}

.s-widget .fc-button-today {
    display: none;
}
     
.s-widget .fc-text-arrow i {
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 4px;
}

.s-widget .fc-text-arrow:hover {
    color: #FFA206;
    cursor: pointer;
}

.s-widget .fc-header-right {
    text-align: right;
}

.s-widget .fc-button {
    background: none;
    border: 0;
    padding: 0;
}

/* Common */
.s-widget .fc-header-title h2 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 0;
    color: #fff;
}

.block-title {
    background: var(--title-bar);
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px 5px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.s-widget-body {
    padding: 5px 10px 10px;
}

.whiter {
    border-top: 1px solid rgba(255,255,255,0.15);
}

.text-muted {
    color: #bbb;
}

.page-title {
    padding: 9px 15px 10px;
    font-size: 15px;
    border-bottom: 1px solid var(--border-color-lite);
    margin: 0;
}

.tile-light {
    background: rgba(0,0,0,0.25);
}

.tile , .tile-dark, .tile-title, .table th {
    background: var(--background-color-lite);
}

/* Media */
.thumbnail, .well {
    border: 0;
}

.media-object {
    max-width: 50px;
}

.media-heading {
    font-weight: bold;
}

#login > header > h1, #error-page h1 {
    margin: 0;
}

#login .box {
    padding: 20px 20px 25px;
    margin-top: 30px;
    position: absolute;
    display: none;
}

#login .box.active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


[class="form-type-"] {
    position: absolute;
    top: 50%;
}


#login .login-control {
    width: 100%;
    border: 0;
    padding: 7px 10px;
    background: rgba(0,0,0,0.35);
    border-radius: 2px 0px 0px 2px !important;
}

#error-page {
    position: absolute;
    width: 100%;
    top: 20%;
    min-height: 200px;
    text-align: center;
    padding: 30px 15px;
}

#error-page h1 {
    text-shadow: 0 0 10px #fff;
}

#sidebar,
#top-menu .tm-icon,
#top-menu .tm-icon span,
.side-menu li
.shortcut img,
.drawer,
.shortcut,
.chat-list,
.btn-alt,
.profile-menu > li i {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

/* --------------------------------------------------------
    Older IE Message
-----------------------------------------------------------*/
.ie-block {
    background: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000001;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
}

#photo-gallery-alt .ie-block {
    position: absolute;
}

.ie-block .Ops {
    color: #c20202;
    margin: 10px;
    font-size: 70px;
    text-shadow: 1px 1px 1px #000;
}

.ie-block p {
    font-size: 20px;
    letter-spacing: -.01em;
    color: #ccc;
    width: 960px;
    margin: 0 auto;
}

.ie-block .browsers {
    background: #eee;
    padding: 20px 0;
    list-style: none;
    margin: 30px 0;
}

.ie-block .browsers li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 10px;
}

.ie-block .browsers li div {
    margin-top: 15px;
    color: #333;
}

.ie-block .browsers li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.ie-block .browsers li a:hover {
    background: #fff;
}

/* --------------------------------------------------------
    Templates Skins for Desktop
-----------------------------------------------------------*/
#skin-cloth {
    background: url(../../assets/img/body/cloth.png);
}

#skin-tectile {
    background: url(../../assets/img/body/tectile.png);
}

@media (min-width: 1200px) {
    /* Sidebar */
    .side-widgets .profile-pic:hover {
        -webkit-animation-name: tada;
        animation-name: tada;
    }
    
    /* List views */
    .sortable.todo-list .media {
        padding-left: 20px;
        background: url(../../assets/img/sort.png) no-repeat 8px 11px;
        cursor: move;
    }
}

@media (min-width: 700px) {
    /* --------------------------------------------------------
        Template Blur Skins for Desktop
    -----------------------------------------------------------*/
    [class^="theme-"] {
        background-size: 100% 100%;
        background-attachment: fixed;
    }
    .theme-purple_bliss{
        background: #360033;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
    .theme-amy_crisp {
        background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
    }

    .theme-heavy_rain{
        background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    }
    .theme-hersheys{
        background: #1e130c;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #9a8478, #1e130c);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #9a8478, #1e130c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    }
    .theme-deep_blue{
        background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    }
    .theme-morpheous{
        background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    }
    .theme-plum{
        background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
    .theme-sea_salt{
        background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    }
    .theme-aqua{
        background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    }
    .theme-navy{
        background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
    }
    .theme-gray{
        background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
    }
    .theme-shore{
        background: #70e1f5;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #ffd194, #70e1f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    }
    .theme-emo_kid{
        background: #556270;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #FF6B6B, #556270);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #FF6B6B, #556270); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    }
    .theme-superman{
        background: #780206;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #061161, #780206);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #061161, #780206); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    }
    .theme-red_mist{
        background: #000000;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #e74c3c, #000000);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #e74c3c, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    }
    /* Sidebar */
    .side-menu > li > a:hover, .side-menu > li.active > a, .side-menu > li > a.active:hover, .side-menu > li.hovered > a {
        background-color: var(--act-background-color);
        color: var(--act-text-color);
        opacity: 1;
    }

    
    .profile-menu > li i {
        position: absolute;
        top: 8px;
        color: #fff;
    }
    
    .profile-menu > li i.right {
        right: -30px;
    }
       
    .profile-menu > li i.left {
        left: -30px;
    }
    
    .profile-menu > li:hover i.right {
        right: 15px;
    }
    
    .profile-menu > li:hover i.left {
        left: 15px;
    }

    /* Common */
    .tile , .tile-dark, .tile-title, .table th {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 780px) {
    /* Content */
    #main {
        min-height: 100%;
        min-height: calc(100% - 55px);
    }

    .menu-active #main {
        overflow: visible;
    }

    .menu-active #content {
        margin-left: 0;
    }

    .block-area {
        padding: 2px 8px 0; 
    }

    /* Sidebar */
    #sidebar {
        padding-left: 45px;
    }

    #sidebar.toggled {
        position: absolute;
        left: -233px;
    }

    #sidebar .side-menu {
        width: 45px;
        height: 100%;
        left: 0;
        position: absolute;
        background: var(--nav-background-color);
        box-shadow: 0px 0px 2px #000;
    }
    
    #sidebar .side-menu > li > a {
        width: 100%;
    }
    
    .side-menu .menu-item {
        position: absolute;
        left: 70px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 230ms;
        -moz-transition: all 230ms;
        -o-transition: all 230ms;
    }
    
    .side-menu > li:hover .menu-item {
        left: 45px;
        opacity: 1;
        z-index: 20;
        visibility: visible;
    }
    
    .side-widgets {
        height: 100%;
    }

    /* Login */
    #login {
        padding: 30px;
        width: 400px;
        margin: auto;
    }

    #login > header > h1, #error-page h1 {
        font-size: 60px;
    }

    #login .box {
        width: 500px; 
    }
}

@media (min-width: 480px) {
    .profile-summary .btn.hidden-xs {
        display: inline-block !important;
    }
}

@media (max-width: 1024px) {
    /* --------------------------------------------------------
        Template Skins for Mobile
    -----------------------------------------------------------*/
    #skin-blur-violate {
        background: #581528;
    }

    #skin-blur-lights {
        background: #152d33;
    }

    #skin-blur-city {
        background: #321e39;
    }

    #skin-blur-greenish {
        background: #233335;
    }

    #skin-blur-night {
        background: #0F3D52;
    }
    
    #skin-blur-sunny {
        background: #44360B;
    }
    
    #skin-blur-blue {
        background: #2B6474;
    }
    
    #skin-blur-chrome {
        background: #40404E;
    }
    
    #skin-blur-ocean {
        background: #0064B3;
    }
    
    #skin-blur-sunset {
        background: #883527;
    }
    
    #skin-blur-yellow {
        background: #915D25;
    }

    #skin-blur-kiwi {
        background: #0f4731;
    }
    
    #skin-blur-nexus {
        background: #8A033A;
    }

    /* Shortcut icons */
    .shortcut {
        height: 62px;
        width: 65px;
    }
    
    .shortcut img {
        height: 25px;
    }
    
    /* Sidebar */
    .profile-menu > li i {
        display: none;
    }
    
    /* Chat */
    .chat {
        display: none;
    }
}

@media (max-width: 780px) {
    /* Content */
    #main {
        min-height: 100%;
        min-height: calc(100% - 100px);
    }
    
    .block-area {
        padding: 15px 10px 0; 
    }
    /* Header */
    #header {
        padding: 0;
    }
    
    .logo {
        width: 100%;
        margin: 0;
    }
    
    .main-search:focus {
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 40px;
        margin-top: -8px;
        height: 51px;
        background-position: 10px; 
        background-color: rgba(0,0,0,0.9);
    }
    
    #header > .media-body {
        padding: 0 7px;
        white-space: nowrap;
    }
    
    #header > .media-body:hover #time {
        display: none;
    }
    
    /* Sidebar + Content */
    #content {
        margin-left: 0;
    }
    
    #sidebar {
        top: -51px;
        z-index: 9999;
        position: absolute;
        height: 100%;
        height: calc(100% + 51px);
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(0,0,0,0.9);
        -webkit-transform: translate3d(-233px,0,0);
        -moz-transform: translate3d(-233px,0,0);
        transform: translate3d(-233px,0,0);
    }
    
    .ie9 #sidebar {
        position: absolute;
        left: -233px;
    }
    
    #sidebar .s-widget:not(#profile-menu) {
        display: none;
    }

    #sidebar.toggled {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    
    .ie9 #sidebar.toggled {
        left: 0;
    }
    
    .side-widgets {
        width: 100%;
    }

    .s-widget .tile-title, .s-widget .fc-header {
        background: rgba(95, 94, 94, 0.35);
    }
    
    .side-menu {
        float: left;
        border-top: 1px solid rgba(255,255,255,0.1);
        width: 100%;
    }
    
    .side-menu > li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        float: left;
        width: 100%;
        overflow: hidden;
    }
    
    .side-menu > li > a {
        opacity: 1;
    }
    
    .side-menu .menu-item {
        float: left;
        border-left: 1px solid rgba(255,255,255,0.1);
        margin-left: 45px;
    }

    .side-menu ul.menu-item {
        width: 100%;
    }
    
    ul.menu-item a.active {
        color: #FFD600;
        font-weight: bold;
    }
    
    .profile-menu {
        display: none;
    }
    
    /* Messages */
    .message-search:not(:focus) {
        width: 25px;
        margin-right: -5px;
        border: 0;
        font-size: 0px;
        background-color: transparent;
        background-image: url(../../assets/img/icon/search.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .message-search:focus {
        width: 100%;
        position: absolute;
        left: -8px;
        border: 0;
        background-color: #000;
        margin-top: -10px;
        height: 50px;
        background: #000 url(../../assets/img/icon/search.png) no-repeat 10px;
        padding-left: 43px;
        font-size: 14px;
    }

    /* Login */
    #login {
        padding: 30px 15px;
    }

    #login .box {
        width: 100%;
        width: calc(100% - 30px); 
    }
}

@media(max-width: 480px) {
    /* Profile */
    .cover .profile-pic {
        max-width: 100%;
        width: auto;
    }
    
    .cover .profile-btn {
        padding: 5px;
    }
    
    .cover .profile-btn .btn-alt {
        padding: 0px 5px;
        font-size: 11px;
    }
}


#app .views{
    height: calc(100% - 55px);
    position: fixed;
    z-index: 1;
    right: 0px;
    overflow: hidden;
}/* Width */
.w-100 {
    width: 100%;
}

/* Position */
.p-relative { position: relative; }
.p-absolute { position: absolute; }

/* Background */
.bg-none { background: none !important; }

/* Overflow + Text */
.o-hidden { overflow: hidden; }
.o-visible { overflow: visible; }
.o-auto { overflow: auto; }
.t-overflow { width: 97%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; }

/* Line height */
.l-100 { line-height: 100%; }

/* Display */
.d-block { display: block; }

/* Shadow */
.t-s-0 { text-shadow: none; }
.b-s-0 { box-shadow: none; }

/* Border */
.b-0 { border: 0; }

/* Font */
.f-bold { font-weight: bold; }

/* Paddings */
.p-0 { padding: 0 !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }

.p-t-0 { padding-top: 0 !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }

.p-b-0 { padding-bottom: 0 !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }

.p-l-0 { padding-left: 0 !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }

.p-r-0 { padding-right: 0 !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }

/* Margin */
.m-0 { margin: 0 !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }

.m-t-0 { margin-top: 0 !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }

.m-b-0 { margin-bottom: 0 !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }

.m-l-0 { margin-left: 0 !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }

.m-r-0 { margin-right: 0 !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }

