*,
a:focus { outline:none; }
body { font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;  font-size: 13px; overflow-x: hidden; }
html,
body {/* height: 100%;*/ }
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper { height: 100%; }
#page-wrapper { min-height: auto; }
body.boxed-layout #wrapper { max-width: 1200px; margin: 0 auto; }
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation { max-width: 1300px !important; }
.block { display: block; }
.clear { display: block; overflow: hidden; }
a { cursor: pointer; }
a:hover,
a:focus { text-decoration: none; }
select { display: inline-block; font: inherit; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; }
/*.caret {border-top: 5px dashed !important; border-right: 5px solid transparent !important; border-left: 5px solid transparent !important;}*/
option { padding: 3px 6px; }
video { width: 100% !important; height: auto !important; }
:invalid {box-shadow: none;}
:-moz-submit-invalid {box-shadow: none;}
:-moz-ui-invalid {box-shadow:none;}
/*Disabled any Html Property*/
.jqstooltip { position: absolute; left:0px; top: 0px; visibility: hidden; background:none; /*background: rgb(0, 0, 0) transparent;  background-color: rgba(0,0,0,0.6); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; color: black; font: 11px arial, san serif;*/ text-align: left; white-space: nowrap; /* padding: 5px;min-width: 100px; display:block; min-height:40px; border: 1px solid white;*/ z-index: 10000; font-weight:bold; }
.jqsfield { color: black; font: 10px arial, san serif; font-weight:bold; text-align: left; }
.disabled ,
.form-control[disabled], 
.form-control[readonly] {cursor: not-allowed; }
/*.disabled div,*/
.disabled span, 
.disabled button,
.disabled input,
.disabled select,
.disabled textarea,
.disabled pre,
.disabled p,
.disabled img,
.disabled label,
.disabled span,
.disabled a,
.disabled i { pointer-events: none !important; }
.disabled .icheckbox_square-green,
.disabled .iradio_square-green { pointer-events: none !important; }
button.disabled,
input.disabled,
textarea.disabled,
tr.disabled td,
pre.disabled { pointer-events: none !important; }
/*Heading Tag*/
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 100; }
h1 { font-size: 30px; }
h2 { font-size: 18px; margin-top:0!important; margin-bottom:5px !important; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
h1 .fa { font-size: 26px; }
h3,
h4,
h5 { margin-top: 0; }
/*List Tag*/
li { list-style-type:none; }
/*Float Tag*/
.left { float:left; }
.right { float:right; }
/*Align tag*/
.alignLeft { text-align:left; }
.alignRight { text-align:right; }
.alignCenter { text-align:center; }
/*Padding*/
.p-t { padding-top:10px !important; }
.p-r { padding-right:10px !important; }
.p-b { padding-bottom:10px !important; }
.p-l { padding-left:10px !important; }
/*Margin*/
.m-t { margin-top:10px !important; }
.m-r { margin-right:10px !important; }
.m-b { margin-bottom:10px !important; }
.m-l { margin-left:10px !important; }
/*Vertical Align*/
.vAlign-Top { vertical-align:top; }
.vAlign-Bottom { vertical-align:bottom; }
.vAlign-Middle { vertical-align:middle; }
.vAlign-Baseline { vertical-align:baseline; }
/*Position*/
.pRelative { position:relative; }
.pAbsolute { position:absolute; }
.pFixed { position:fixed; }
.pStatic { position:static; }
/* Font Size*/
.smallFont { font-size:10px !important; }
.mediumFont { font-size:11px !important; }
.normalFont { font-size:13px !important; }
.largeFont { font-size:15px !important; }
/*Font Weight*/
.boldFont { font-weight:bold !important; }
.font-bold { font-weight: 600 !important; }
.font-noraml { font-weight: 400 !important; }
.font-lite { font-weight: 100 !important; }
/*Font Style*/
.italicFont { font-style:italic !important; }
/*Text Decoration*/
.underlineFont { text-decoration:underline !important; }
.overlineFont { text-decoration:overline !important; }
.linethroughFont { text-decoration:line-through !important; }
/*Text Transform*/
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }
.text-lowercase { text-transform: lowercase; }
/*FontAwesome*/
.fa-1x { font-size: 1.6em !important; }
.fa-2x { font-size: 2em !important; }
.fa-3x { font-size: 3em !important; }
.fa-4x { font-size: 4em !important; }
.fa-5x { font-size: 4.5em !important; }
.go-top { display:none; }
.form-group { margin:0 !important; }
/*Scroll*/
.overflow-auto {overflow: auto !important;}
.overflow-hidden {overflow: hidden !important;}
.overflow-visible {overflow: visible !important;}
.overflow-x-auto {overflow-x: auto !important;}
.overflow-y-auto {overflow-y: auto !important;}
.overflow-x-hidden {overflow-x: auto !important;}
.overflow-y-hidden {overflow-y: auto !important;}

.d-block {display: block;}
/*Wevkit Scroll Bar - Chrome ,ios (Chrome, safari)*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
	border-radius: 3px ;
    display: block;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
} 

/*Iframe*/
iframe { border:none; width:100%; height:100%; }
iframe.iframeVideo { height:480px; }
.embed-responsive-full { position:static; }
.h_iframe iframe { position:absolute; top:63px; left:0; width:100%; height: calc(100% - 68px); }
/*Text area*/
textarea { height:75px !important; resize:none; }
/*Pre*/
pre { height:75px !important; resize:none; }
w-100 {width: 100%;}
/* Border */
.b-t { border-top-width: 1px; border-top-style: solid; }
.b-r { border-right-width: 1px; border-right-style: solid; }
.b-b { border-bottom-width: 1px; border-bottom-style: solid; }
.b-l { border-left-width: 1px; border-left-style: solid; }
.gray-bdr,
.white-bdr,
.navy-bdr,
.blue-bdr,
.lazur-bdr,
.yellow-bdr,
.red-bdr,
.black-bdr .twitter-bdr { border-style:solid; border-width:1px; }
.input-group .input-group { width: 100%; }
.input-group .form-control,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group { z-index:0 !important; }
/*.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group { margin-right: 0px; }*/
.input-group-box { position: relative; display: flex; border-collapse: separate; }
.input-group-box .form-control { border-left-width:0 !important; }
.input-group-box .form-control:first-child { border-left-width:1px !important; }
.input-group-box .form-control.required:first-child { border-left-width: 2px !important; }
.input-group-addon,
.input-group-btn { vertical-align:top; }
.input-group-btn .btn { margin-right:0px; }
/*.input-group-btn .btn.dropdown-toggle { border-radius:0;}*/
.input-group-addon { border-left-width:0 !important; }
.input-group-addon i { font-size:14px !important; }
.input-group-addon:first-child { border-left-width:1px !important; }
.input-group-select option { text-align:center; }
.input-group .input-group-btn + .form-control,
.input-group .input-group-btn + .twitter-typeahead .form-control,
.input-group .input-group-btn + fv-autocomplete .twitter-typeahead .form-control { border-left-width:0px !important; /*margin-left:-1px; */}
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .btn-group { margin-right: 0px; float: right; }
.input-group-select { position: relative; white-space: nowrap; vertical-align: top; display: table-cell; /*width: 1%;*/ }
.input-group-select select { /*border-right:0 !important; width: 50px !important; text-align:center; */}
.input-group .form-control + .input-group-select { position: relative; white-space: nowrap; vertical-align: top; display: table-cell; width: 1%; }
.input-group .input-group-select select, 
.input-group .form-control + .input-group-select select { border-right-width:0 !important; min-width: 100px!important; /*text-align:center; */}
.input-group .form-control + .input-group-input { position: relative; white-space: nowrap; vertical-align: top; display: table-cell; width: 1%; }
.input-group .form-control + .input-group-input  input {  border-left:0px !important; min-width: 75px!important; /*text-align:center; */}
.input-group .input-group-input {display: table-cell; width: 1%; }
.input-group .input-group-input + .input-group-input .form-control { border-left:0px !important; }
.input-group .form-control + .input-group-addon + .form-control { border-left:0px !important; }
.input-group .input-group-btn + .input-group-addon + .form-control { border-left:0px !important; }
/*.input-group .form-control + .input-group-addon:first-child  { border-left:0px !important; border-right0px !important; border-style: solid !important;}*/
.input-group .input-group-btn + .input-group-select .form-control {border-left-width:0px!important; border-right-width:1px!important;margin-left: 0px;}
/*.input-group .input-group-btn:first-child + .form-control {border-left-width:0px!important; border-right-width:1px!important;}*/
.input-group .form-control + .input-group-btn  > .btn,
.input-group .twitter-typeahead .form-control + .input-group-btn  > .btn ,
.input-group fv-autocomplete .twitter-typeahead .form-control + .input-group-btn  > .btn  {margin:0 0 0 -1px;}
.input-group .form-control + .input-group-select .form-control{margin:0 0 0 -1px;}
.input-group.spinner { display:none; width: 25px; }
.input-group-btn-vertical { position: relative; white-space: nowrap; width: 1%; vertical-align: middle; display: table-cell; }
.input-group-btn-vertical > .btn { display: block; float: none; width: 100%; max-width: 100%; padding: 0px; height:15px; /* margin-left: -1px; */ position: relative; border-radius: 0; /*margin-bottom:1px;*/ }
.input-group-btn-vertical > .btn:first-child { border-bottom-width:1px!important; border-bottom-style:solid !important; border-top-right-radius: 4px; border-top-left-radius: 4px; }
.input-group-btn-vertical > .btn:last-child { /* margin-top: -2px;*/ border-top-width:1px!important; border-top-style:solid !important; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
.input-group-btn-vertical .btn i { color:#FFFFFF !important; font-size:14px; }
.border-left-right { border-width: 0 1px; border-style: solid; }
.border-left { border-width: 0 0 0 1px; border-style: solid; }
.border-right { border-width: 0 1px 0 0; border-style: solid; }
img.circle-border { border-width: 1px; border-style: solid; }
/* User Name Image */

.profileImage { width: 40px; height: 40px; border-radius: 50%; font-size:29px; font-weight:100; text-align: center; line-height: 40px; margin: 0px 10px 0 0; float:left; text-transform:uppercase }
.fa { font-size:14px; }
.bdr-b-Dot { padding:0 7px 1px; margin-bottom:0; border-bottom-width:2px; border-bottom-style: dotted; }
.form-horizontal .bdr-b-Dot { padding:0 7px 1px; margin-bottom:5px !important; margin-top:0!important; margin-left:-5px; margin-right:-5px; }
h3.bdr-b-Dot { font-size:17px;/* font-weight:400;*/ }
.checkbox-inline,
.radio-inline { padding-left:0; }
.tabcontrol { overflow:visible; }
.checkbox-inline,
.radio-inline { margin-right:5px; margin-left:0 !important }
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline { padding-top:6px; }
.panel-body { padding:0; }
.nav > li > a { font-weight: 600; padding: 5px 10px; }
.nav > li > a .nav-label { display:inline; }
.nav > li > h1 { display: block; font-weight: 600; padding: 3px 10px 3px 17px; margin: 0 15px; font-size:13px; border-bottom-width:1px; border-bottom-style: solid; }
.nav > li > .menuCap { margin:10px 0 0 10px; font-weight: 600; font-size:13px; display: block; }
.border-bottom { border-bottom-width:1px!important; border-bottom-style: solid !important; }
.border-bottom-primary { border-bottom-width:2px!important; border-bottom-style: solid !important; }
.navbar { border: 0; }
.navbar-top-links li { display: inline-block; margin: 5px 0 0; }
.navbar-top-links li:last-child { margin-right: 10px; }
.navbar-top-links li a { min-height: 27px; padding: 14px 8px; display:list-item; }
.body-small .navbar-top-links li:last-child { margin-right: 0; }
/*Drop Down Menu*/
.dropdown-menu { border-radius: 3px; display: none; float: left; font-size: 13px; left: 0; list-style: none outside none; padding: 0; position: absolute; text-shadow: none; top: 100%; z-index: 2052; margin:0 !important; }
.dropdown-menu > li > a { border-radius: 0; line-height: 16px; text-align: left; font-weight: normal; padding: 5px 13px; }
.dropdown-menu > li > a.font-bold { font-weight: 600; }
.dropdown-menu > li:first-child,
.dropdown-menu > li:first-child > a:first-child { border-radius:3px 3px 0 0; }
.dropdown-menu > li:last-child,
.dropdown-menu > li:last-child > a:last-child { border-radius:0 0 3px 3px; border: medium none !important; }
.dropdown-menu > li { border-bottom-width:1px; border-bottom-style: solid; }
.dropdown-menu .flag-icon { font-size: 18px; padding: 0px; border-radius: 0; line-height: 17px; margin-right:10px; }
.dropdown-submenu { position: relative; }
.dropdown-submenu > .hoz-dropdown-menu { top: 23px; }
.dropdown-submenu:hover > .hoz-dropdown-menu { display: block; }
.dropdown-submenu .form-control { margin-top:-4px; }
.dropdown-menu .input-group { padding:2px; }
.dropdown-menu .input-group .btn { margin:0; }
.dropdown-menu.color-dropdown li i,
.dropdown-menu.icn-dropdown li i { margin: 0 10px 0 0; width:24px; text-align:center; font-size: 18px; }
.dropdown-menu.country-dropdown .countryName { font-size:13px; margin-right:5px; }
.dropdown-menu.country-dropdown .isdCoad { font-size:11px; }
.nav-tabs .dropdown { margin-top:2px; }
.nav-tabs .dropdown-menu { border-top-left-radius: 3px; border-top-right-radius: 3px; }
/*Footer Menu*/
.contdropdown-menu { bottom: 100%; margin-bottom: 4px; top: auto; }
.navRight-menu { position:relative; }
.capdropdown-menu { left: 16px; }
.navbar-top-links .dropdown-menu li { display: block; margin:0 !important; }
.navbar-top-links .dropdown-menu li:last-child { margin-right: 0; border: none !important; }
.navbar-top-links .dropdown-menu li a { padding:6px; min-height: 0; }
.navbar-top-links .dropdown-menu li a div { white-space: normal; }
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts,
.navbar-top-links .dropdown-language,
.navbar-top-links .dropdown-fav { width: 250px;/* width:250px; min-width: 0;*/ }
.dropdown-followup { left:auto !important; right:0!important; }
.dropdown-menu .scroll_content ul { margin:0; padding:0; }
.dropdown-menu .scroll_content li { border-bottom-width:1px; border-bottom-style: solid; }
.dropdown-menu .scroll_content li a { width:100%; display:block; padding:5px 15px 5px 5px; line-height:18px; }
.dropdown-price { width:240px; height:205px; }
.dropdown-price .priceList { width:120px; float:left; padding:5px 0; }
.dropdown-price .priceList .priceField { font-size:14px; display:block; width:100%; padding:0 5px; }
.dropdown-price .priceList .priceListLt { position:relative; }
.dropdown-price .priceList .hyphen::after {content: "-";display: inline;position: absolute;right: -2px;}
.dropdown-price .priceList small { display:block; width:100%; padding:3px; margin:5px 0 0; }
.dropdown-price .priceList .ddlist { margin:0 5px 0 0; padding:3px; float:left; }
.dropdown-price .priceList .ddlist a { float:left; width:100%; min-height:20px; padding:3px; }
.dropdown-price .slimScrollBar,
.dropdown-menu .slimScrollBar { width:10px !important; height:50px!important; border-radius:0 !important; opacity:1 !important; display:block !important; }
.dropdown-price .slimScrollRail,
.dropdown-menu .slimScrollRail { display:block !important; width:10px !important; border-radius:0 !important; opacity:0.6 !important; }
.dropdown-area { width:230px; padding: 5px; }
.dropdown-area li { border:none; }
.dropdown-area .a-MinMax { display: inline-block; }
.dropdown-area .a-MinMax input[type=text] { display: inline-block; width: 65px; }
.dropdown-messages,
.dropdown-alerts { padding: 10px 10px 10px 10px; }
.dropdown-messages li a,
.dropdown-alerts li a { font-size: 12px; }
.dropdown-messages li em,
.dropdown-alerts li em { font-size: 10px; }
.dropdown-tree .input-group { margin:0 0 5px 0; }
.dropdown-tree ul { margin-top: 7px!important; }
.dropdown-tree li { border-bottom:none !important; margin-left: 10px; border-left-width: 1px; border-left-style: dotted; }
.dropdown-tree li:last-child { border:none; }
.dropdown-tree li a { padding: 2px 2px 2px 10px!important; line-height: 20px !important; position:relative; }
.dropdown-tree li a::before {content:'';box-sizing:border-box;border-top-width: 1px;border-top-style: dotted;position:absolute;width: 5%;left: 1px;top: 0px;}
.dropdown-tree .dropdown-tree-data { position: inherit; top: -12px; margin-left: 5px; }
.dropdown-tree .dropdown-tree-btn { padding:5px; margin-top:5px; }
.nav.navbar-top-links .dropdown-alerts a { font-size: 12px; }
.nav-header { padding: 7px 10px 20px !important; border-bottom-width: 1px; border-bottom-style:  solid; }
.nav-header .text-muted { margin-bottom:7px; }
.pace-done .nav-header { transition: all 0.5s; }
.nav-search { padding: 10px 5px !important; }
.nav > li { padding-left:0; }
.nav > li.active { padding-left:0; border-left-width: 4px; border-left-style: solid; }
.nav.metismenu > li:last-child { margin-bottom:20px; }
.nav.nav-second-level.collapse[style],
.nav.nav-third-level.collapse[style],
.nav.nav-forth-level.collapse[style],
.nav.nav-fifth-level.collapse[style] { height: auto !important; }
.tabs-container .nav > li { padding-left:0; }
.minimalize-styl-2 { margin: 11px 5px 5px 5px !important; font-size: 14px; float: left; }
.minimalize-styl-2 .fa-bars { display:none; }
body.mini-navbar .minimalize-styl-2 .fa-chevron-left { display:none; }
body.mini-navbar .minimalize-styl-2 .fa-bars { display:inline-block; }
.navbar-form-custom { float: left; height: 50px; padding: 0; width: 200px; display: inline-table; }
.navbar-form-custom .form-group { margin-bottom: 0; }
.nav.navbar-top-links a { font-size: 13px; }
.navbar-form-custom .form-control { font-size: 14px; height: 60px; margin: 0; z-index: 2000; }
.count-info .label { line-height: 12px; padding: 2px 5px; position: absolute; right:0; top: 0; }
.count-info.report-count-info {margin: 0 0 0 16px;}
.count-info.widget-count-info {margin: 0 0 0 16px;}
.count-info.help-count-info {margin: 0 0 0 5px;}
.count-info.setup-count-info {margin: 0 0 0 11px;}
.count-info.whatsNew {margin: 0 0 0 15px;}
@media screen and (max-width: 992px) {
	.count-info.report-count-info {margin: 0 0 0 19px;}
	.count-info.help-count-info {margin: 0 0 0 8px;}
	.count-info.setup-count-info {margin: 0 0 0 13px;}
}
.arrow { float: right; }
.fa.arrow:before { content: "\f104"; }
.active > a > .fa.arrow:before { content: "\f107"; }
.nav-second-level li a { padding: 3px 10px; padding-left: 17px; }
.nav-third-level li a { padding-left: 33px; }
.nav-forth-level li a { padding-left: 33px; }
.nav-fifth-level li a { padding-left: 33px; }
.nav-second-level li:last-child { margin-bottom: 10px; }
.welcome-Icon-big { display:inline; margin-top: -5px!important; margin-bottom:0!important; height:56px; /*width:100px;*/ }
.welcome-Icon-small { display:none; }
.row .rowDiv { margin-top: 3px; margin-bottom:3px; min-height:28px; line-height:16px; }
span.counter{display: block; text-align: right; margin: 5px 0 0 0; font-weight: 600;}
.row > .control-label > label,
.row > .control-data > label { margin-bottom:0; word-wrap: break-word; line-height: 17px; }
.profile-element .text-muted { /*text-transform:capitalize;*/ }
.l-p { padding-top:6px; min-height: 28px; }
.fv-tab-pane { display:none !important; } /*Static Tab Delete*/
.table { margin-bottom: 10px; }
.form-horizontal .control-label { /*padding-top: 5px; */padding-top: 2px; font-size:13px; }
.form-horizontal .control-data { /*padding-top: 5px;*/ padding-top: 2px; font-size:13px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.form-horizontal .control-data .icheckbox_square-green,
.form-horizontal .control-data .iradio_square-green {margin-top: 0;}
.tabs-container { /*margin-bottom:5px;*/ }
.dropdown-menu .divider { margin: 5px 0; }

/*Auto Hright DRop DOWN Menu*/
.navbar-right .dropdown-menu { left: auto; right: 0; }
.navbar-right .dropdown-menuBox {overflow: hidden; height: 424px;}
.navbar-right .dropdown-menuBox:hover { overflow: auto; overflow-x: hidden;}
.navbar-right .dropdown-menuBox .hide1 {display: none;}
.dropdown-menuBox .more {line-height: 40px; text-align: center; display: block; width: 100%; cursor: pointer; height: 40px; overflow: hidden;   /*position: absolute;*/ text-decoration: none; /* bottom: 0;left: 0;*/padding: 0;}
.dropdown-menuBox.overflow .more {border-bottom-width: 1px; border-bottom-style : solid; left: 28px; width: 100%; height: 0; cursor: default; outline: none; display: none;}
.navbar-right .dropdown-menuBox ul {margin: 0; padding: 0;}

.wiz-box { min-height:187px; width:100%; display:inline-block; }
.i-star { font-size:24px; }
.input-group-addon button { border: none; padding: 0; }
.input-group-btn-textarea { vertical-align: top; }
/*.date .disabled { opacity:0.6; }*/
.daterangepicker.show-calendar { top: 30px; left: auto; right: 0px; /*display: block; */ width:484px; }
.daterangepicker.opensright::before {right: 30px;left:auto!important;}
.daterangepicker.opensright::after {right: 31px;left:auto!important;}
.daterangepicker .ranges { width:100%!important; height: 30px; display: flex; }
.daterangepicker .ranges td { width: 100% !important;}
.daterangepicker .calendar td, 
.daterangepicker .calendar th { white-space: nowrap !important;  min-width: 32px !important;}
.daterangepicker .calendar th {font-weight:bold;}
@media screen and (max-width: 992px) {
	.daterangepicker.show-calendar {width:242px;}
}
@media screen and (max-width: 480px) {
	.navbar-right .dropdown-menu {max-width: 120px;width:120px;min-width: 120px;}
	.navbar-top-links .dropdown-language {max-width: 160px;width:160px;min-width: 120px;left: -60px;}
	.navbar-top-links .dropdown-alerts {max-width: 220px;width:220px;min-width: 120px;left: -140px;}
	.navbar-top-links .dropdown-tasks {max-width: 250px;width:250px;min-width: 120px;left: -200px;}
	.navbar-top-links .dropdown-fav {max-width: 250px;width:250px;min-width: 120px;left: -40px;}
	body.mini-navbar .hideMini {display:none;}
	.minimalize-styl-2 .fa-bars {display:inline-block;}
	.minimalize-styl-2 .fa-chevron-left {display:none;}
	body.mini-navbar .minimalize-styl-2 .fa-chevron-left {display:inline-block;}
	body.mini-navbar .minimalize-styl-2 .fa-bars {display:none;}
}
@media screen and (max-width: 767px) {
	.minimalize-styl-2 .fa-bars {display:inline-block;}
	.minimalize-styl-2 .fa-chevron-left {display:none;}
	body.mini-navbar .minimalize-styl-2 .fa-chevron-left {display:inline-block;}
	body.mini-navbar .minimalize-styl-2 .fa-bars {display:none;}
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {display: block;border-radius: 0 2px 2px 0;min-width: 300px;height: auto;}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a { font-size: 12px; border-radius: 3px; }
.fixed-nav .slimScrollDiv #side-menu { padding-bottom: 60px; }
.mini-navbar .nav-second-level li a { padding: 3px 10px 3px 33px; }
.mini-navbar .nav-second-level { position: absolute; left: 70px; top: 0; padding: 10px 10px 10px 10px; font-size: 12px; }
.mini-navbar li.active .nav-second-level { left: 65px; }
.logo-element { text-align: center; font-size: 18px; font-weight: 600; display: none; padding: 18px 0; }
.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer,
.pace-done .actionBtn { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.navbar-fixed-top { transition-duration: 0.5s; z-index: 2030; border-bottom-width: 1px!important; border-bottom-style: solid!important; }
.fixed-nav #wrapper { margin-top: 0; }
body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper { margin-top: 60px; }
body.top-navigation.fixed-nav #wrapper #page-wrapper { margin-top: 0; }
.fixed-nav .minimalize-styl-2 { margin: 14px 5px 5px 15px; }
.body-small .navbar-fixed-top { margin-left: 0; }
body.mini-navbar .navbar-static-side { width: 70px; }
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span { display: none; }
body.canvas-menu .profile-element { display: block; }
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
display: none;
}
/*body.mini-navbar .nav-header { padding: 0 14px !important; }*/
/*body.mini-navbar .nav > li > a { padding: 5px 21px; padding: 5px 8px; }*/
/*body.mini-navbar .navbar-top-links li a { padding: 20px 10px; }*/
body.mini-navbar .navbar-top-links .dropdown-menu li a { padding: 3px 20px; }
body.mini-navbar .navbar-default .nav > li > a { font-size: 16px; }
body.mini-navbar .logo-element { display: block; }
body.canvas-menu .logo-element { display: none; }
body.mini-navbar .nav-header { padding: 0; }
body.canvas-menu .nav-header { padding: 33px 25px; }
body.mini-navbar #page-wrapper { margin: 0 0 0 70px; }
body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer { margin: 0 0 0 0 !important; }
body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer { margin: 0 0 0 0; }
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side { position: fixed; width: 220px; z-index: 2001; height: 100%; border-right-width: 1px; border-right-style: solid; /*padding-bottom:40px;*/ }
body.fixed-sidebar.mini-navbar .navbar-static-side { width: 0; }
body.fixed-sidebar.mini-navbar #page-wrapper { margin: 0 0 0 0; }
body.body-small.fixed-sidebar.mini-navbar #page-wrapper { margin: 0 0 0 220px; }
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side { width: 220px; }
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level { display: block; height: auto; }
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a { font-size: 12px; border-radius: 3px; }
body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a { font-size: 13px; border-radius: 3px; }
.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a { padding: 10px 10px 10px 15px; }
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level { position: relative; padding: 0; font-size: 13px; }
.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level { left: 0; }
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a { font-size: 13px; }
body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span { display:block; }
body.fixed-sidebar.mini-navbar .nav-label {display: inline !important;}
body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span { display: block; }
.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a { padding: 3px 10px 3px 17px; }
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level { left: 0; }
body.canvas-menu nav.navbar-static-side { z-index: 2001; height: 100%; position: fixed; display: none; }
body.canvas-menu.mini-navbar nav.navbar-static-side { display: block; width: 220px; }
.top-navigation #page-wrapper { margin-left: 0; }
.top-navigation .navbar-nav .dropdown-menu { border-width: 1px; border-style:solid; }
.top-navigation .navbar-nav .dropdown-menu > .active > a { font-weight: bold; }
.top-navigation .navbar { margin-bottom: 0; }
.top-navigation .nav > li > a { padding: 15px 20px; }
.top-navigation .navbar-right { margin-right: 10px; }
.top-navigation .dropdown-menu > li > a { margin: 0; padding: 7px 20px; }
.navbar .dropdown-menu { margin-top: 0; }
.top-navigation .navbar-brand { padding: 15px 25px; }
.top-navigation .navbar-top-links li:last-child { margin-right: 0; }
.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper { margin: 0; }
.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation { margin-top: 50px; }
.top-navigation .footer.fixed { margin-left: 0 !important; }
.top-navigation .wrapper.wrapper-content { padding: 40px; }
.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content { padding: 40px 0 40px 0; }
.navbar-toggle { padding: 6px 12px; font-size: 14px; }
.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header { padding: 10px 15px 10px 20px; }
.formula button { font-size:18px; width:29px; margin:1px; padding:5px; }
.formula .btn-primary { width:auto; font-size:13px; }
/*Date Picker*/
.datepicker { padding: 4px; }
 @media (max-width: 768px) {
.top-navigation .navbar-header {display: block;float: none;}
.nav > li > a .nav-label {display:none;}
}
.menu-visible-lg,
.menu-visible-md { display: none !important; }
@media (min-width: 1200px) {
.menu-visible-lg {display: block !important;}
}
@media (min-width: 992px) {
 .menu-visible-md {display: block !important;}
}
@media (max-width: 767px) {
 .menu-visible-md {display: block !important;}
 .menu-visible-lg {display: block !important;}
}
/*Button*/
.btn { font-size:13px; margin: 0 2px 0 0; line-height:14px; border-radius: 3px; }
.btn .caret { margin-left: 2px !important; }
.btn-group-sm > .btn,
.btn-sm { padding: 6px 10px; }
.btn-group-xs > .btn,
.btn-xs { padding: 2px 5px !important; font-size: 12px; }
.btn-group-xs > .btn,
.btn-xs i { font-size: 12px; }
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus { outline:none; }
 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .dropdown-toggle:not(:first-child)/*, .btn-group > .btn:last-child:not(:first-child)*/ {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
}
.btn-group.dropdown > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group.dropdown > .btn:last-child:not(:first-child), .btn-group.dropdown > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.float-e-margins .btn { margin-right:5px; }
.btn-w-m { min-width: 120px; }
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link { text-decoration: none; }
.btn-outline { transition: all .5s;
}
.btn-rounded { border-radius: 50px; }
.btn-large-dim { width: 90px; height: 90px; font-size: 42px; }
button.dim { display: inline-block; text-decoration: none; text-transform: uppercase; text-align: center; padding-top: 6px; margin-right: 10px; position: relative; cursor: pointer; border-radius: 5px; font-weight: 600; margin-bottom: 20px !important; }
button.dim:active { top: 3px; }
button.dim:before { font-size: 50px; line-height: 1em; font-weight: normal; display: block; padding-top: 10px; }
button.dim:active:before { top: 7px; font-size: 50px; }
.label { font-size: 10px; font-weight: 600; padding: 1px 4px; text-shadow: none; line-height:14px; }
.badge { font-size: 11px; font-weight: 600; padding-bottom: 4px; padding-left: 6px; padding-right: 6px; text-shadow: none; }
/* TOOGLE SWICH */
.onoffswitch { position: relative; width: 64px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.onoffswitch-checkbox { display: none; }
.onoffswitch-label { display: block; overflow: hidden; cursor: pointer; border-radius: 2px; }
.onoffswitch-inner { width: 200%; margin-left: -100%; -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s; }
.onoffswitch-inner:before,
.onoffswitch-inner:after { float: left; width: 50%; height: 20px; padding: 0; line-height: 20px; font-size: 12px; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.onoffswitch-inner:before { content: "ON"; padding-left: 10px; }
.onoffswitch-inner:after { content: "OFF"; padding-right: 10px; text-align: right; }
.onoffswitch-switch { border-width: 2px; border-style: solid; width: 20px; margin: 0; border-radius: 2px; position: absolute; top: 0; bottom: 0; right: 44px; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0; }
/* SWITCHES */
.onoffswitch { position: relative; width: 54px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; border-radius: 3px; }
.onoffswitch-checkbox { display: none; }
.onoffswitch-label { display: block; overflow: hidden; cursor: pointer; border-width: 1px !important; border-style: solid !important; border-radius: 3px; }
.onoffswitch-inner { display: block; width: 200%; margin-left: -100%; -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s; }
.onoffswitch-inner:before,
.onoffswitch-inner:after { display: block; float: left; width: 50%; height: 16px; padding: 0; line-height: 16px; font-size: 10px; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.onoffswitch-inner:before { content: "ON"; padding-left: 7px; }
.onoffswitch-inner:after { content: "OFF"; padding-right: 7px; text-align: right; }
.onoffswitch-switch { display: block; width: 18px; margin: 0; border-radius: 3px; position: absolute; top: 0; bottom: 0; right: 35px; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0; }
.ibox .ibox-content .form-horizontal .row .rowDiv.control-data .switch .onoffswitch label.onoffswitch-label { border-width: 1px !important; border-style: solid !important; }
/* CHOSEN PLUGIN */
.input-block { border-collapse: separate; display: block; position: relative; }
.chosen-container { width:100% !important; }
.chosen-container-single .chosen-single { box-shadow: none; -moz-box-sizing: border-box; box-sizing: border-box;  border-radius: 2px; cursor: text; height: auto !important; margin: 0; min-height: 30px; overflow: hidden; padding: 4px 12px; position: relative; width: 100%; border-width: 1px; border-style: solid; }
.chosen-container-multi .chosen-choices li.search-choice { border-radius: 2px; box-shadow: none; cursor: default; line-height: 13px; margin: 3px 0 3px 5px; padding: 3px 20px 3px 5px; position: relative; border-width: 1px; border-style: solid; }
.chosen-container-multi .chosen-choices { border-radius: 0px; padding: 0 2px; min-height: 29px; }
/* PAGINATIN */
.footable-visible h4 {line-height: 22px;}
.pagination { margin:0; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { cursor: default; z-index: 2; }
.pagination > li { display: inline !important; }
.pagination > li > a,
.pagination > li > span { float: left; line-height: 1.42857; margin-left: -1px; padding: 4px 10px; position: relative; text-decoration: none; border-width: 1px; border-style: solid; }
.pagerGoto { display: inline-table; margin:0 10px;}
.footable-visible .form-control {width:100px;}
/* EASY PIE CHART*/
/*.easypiechart { position: relative; text-align: center; }
.easypiechart .h2 { margin-left: 10px; margin-top: 10px; display: inline-block; }
.easypiechart canvas { top: 0; left: 0; }
.easypiechart .easypie-text { line-height: 1; position: absolute; top: 33px; width: 100%; z-index: 1; }
.easypiechart img { margin-top: -4px; }
.jqstooltip { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }*/

/* FULLCALENDAR */
.fc-state-default { box-shadow: none; text-shadow: none; }
.fc-state-default { border: 1px solid; }
.fc-button { cursor: pointer; display: inline-block; height: 1.9em; line-height: 1.9em; overflow: hidden; padding: 0 0.6em; position: relative; white-space: nowrap; border-width: 1px!important; border-style: solid!important; }
.fc-header-title h2 { font-size: 16px; font-weight: 600; }
.fc-content .fc-widget-header,
.fc-content .fc-widget-content { font-weight: normal; }
.external-event { padding: 5px 10px; border-radius: 2px; cursor: pointer; margin-bottom: 5px; }
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start { border-radius: 2px; }
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a { padding: 4px 6px; }
.fc-event-time,
.fc-event-title { padding: 0 1px; }

/*Rule Builder*/
.query-builder {padding: 0;}
.query-builder .rules-group-container {width: 100%;}

/* Chat */
/*.chat-activity-list .chat-element { border-bottom: 1px solid #e7eaec; }
.chat-element:first-child { margin-top: 0; }
.chat-element { padding-bottom: 15px; }
.chat-element, .chat-element .media { margin-top: 15px; }
.chat-element, .media-body { overflow: hidden; }
.media-body { display: block; width: auto; }
.chat-element > .pull-left { margin-right: 10px; }
.chat-element img.img-circle, .dropdown-messages-box img.img-circle { width: 38px; height: 38px; }
.chat-element .well { border: 1px solid #e7eaec; box-shadow: none; margin-top: 10px; margin-bottom: 5px; padding: 10px 20px; font-size: 11px; line-height: 16px; }
.chat-element .actions { margin-top: 10px; }
.chat-element .photos { margin: 10px 0; }
.right.chat-element > .pull-right { margin-left: 10px; }
.chat-photo { max-height: 180px; border-radius: 4px; overflow: hidden; margin-right: 10px; margin-bottom: 10px; }
.chat { margin: 0; padding: 0; list-style: none; }
.chat li { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dotted #B3A9A9; }
.chat li.left .chat-body { margin-left: 60px; }
.chat li.right .chat-body { margin-right: 60px; }
.chat li .chat-body p { margin: 0; color: #777777; }
.panel .slidedown .glyphicon, .chat .glyphicon { margin-right: 5px; }
.chat-panel .panel-body { height: 350px; overflow-y: scroll; }*/

/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus { z-index: 2; }
.list-group-item-heading { margin-top: 10px; }
.list-group-item-text { margin: 0 0 10px; font-size: 12px; line-height: inherit; }
.no-padding .list-group { margin-bottom: 0; }
.list-group-item { display: block; margin-bottom: -1px; padding: 10px 15px; position: relative; border-width: 1px; border-style: solid; }
.list-group.clear-list .list-group-item { padding: 4px 15px; }
.list-group-item:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; }
.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.no-padding .list-group-item { border-left: none; border-right: none; border-bottom: none; }
.no-padding .list-group-item:first-child { border-left: none; border-right: none; border-bottom: none; border-top: none; }
.no-padding .list-group-item.more:first-child {border-top-width: 1px; border-top-style: solid;}
.elements-list .list-group-item { padding: 0; }
.elements-list .list-group { margin-bottom: 0; }
.elements-list .list-group-item.active,
.elements-list .list-group-item:hover { border-radius: 0; }
.elements-list .list-group-item { border-left: none; border-right: none; }
.elements-list .list-group-item:first-child { /*border-left: none; border-right: none;*/ border-top: none !important; }
.elements-list li.active { transition: none; }
.element-detail-box { padding: 25px; }
/* FLOT CHART  */
.flot-chart { display: block; height: 206px; }
.widget .flot-chart.dashboard-chart { display: block; height: 120px; margin-top: 40px; }
.flot-chart.dashboard-chart { display: block; height: 180px; margin-top: 40px; }
.flot-chart-content { width: 100%; height: 100%; }
.flot-chart-pie-content { width: 200px; height: 200px; margin: auto; }
.jqstooltip { position: absolute; display: block; left: 0; top: 0; visibility: hidden; text-align: left; white-space: nowrap; z-index: 10000; padding: 5px 5px 5px 5px; min-height: 22px; border-radius: 3px; }
.jqsfield { text-align: left; }
.h-200 { min-height: 200px; }
.legendLabel { padding-left: 5px; }
.stat-list li:first-child { margin-top: 0; }
.stat-list { list-style: none; padding: 0; margin: 0; }
.stat-percent { float: right; }
.stat-list li { margin-top: 15px; position: relative; }
/* DATATABLES */
/*table.dataTable thead .sorting, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { background: transparent; }
.dataTables_wrapper { padding-bottom: 30px; }
.dataTables_length { float: left; }
body.DTTT_Print { background: #fff; }
.DTTT_Print #page-wrapper { margin: 0; background: #fff; }
button.DTTT_button, div.DTTT_button, a.DTTT_button { border: 1px solid #e7eaec; background: #fff; color: #676a6c; box-shadow: none; padding: 6px 8px; }
button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover { border: 1px solid #d2d2d2; background: #fff; color: #676a6c; box-shadow: none; padding: 6px 8px; }
button.DTTT_button:hover:not(.DTTT_disabled), div.DTTT_button:hover:not(.DTTT_disabled), a.DTTT_button:hover:not(.DTTT_disabled) { border: 1px solid #d2d2d2; background: #fff; box-shadow: none;}
.dataTables_filter label { margin-right: 5px; }*/

/* CIRCLE */
.img-circle { margin-top:3px; border-width: 1px; border-style: solid; }
.btn-circle { width: 30px; height: 30px; padding: 6px 0; border-radius: 15px; text-align: center; font-size: 12px; line-height: 1.428571429; }
.btn-circle.btn-lg { width: 50px; height: 50px; padding: 10px 16px; border-radius: 25px; font-size: 18px; line-height: 1.33; }
.btn-circle.btn-xl { width: 70px; height: 70px; padding: 10px 16px; border-radius: 35px; font-size: 24px; line-height: 1.33; }
/*.show-grid [class^="col-"] { padding-top: 10px; padding-bottom: 10px; border: 1px solid #ddd; background-color: #eee !important;}
.show-grid { margin: 15px 0; }*/

/* ANIMATION */
/*.css-animation-box h1 { font-size: 44px; }
.animation-efect-links a { padding: 4px 6px; font-size: 12px; }
#animation_box { background-color: #f9f8f8; border-radius: 16px; width: 80%; margin: 0 auto; padding-top: 80px; }
.animation-text-box { position: absolute; margin-top: 40px; left: 50%; margin-left: -100px; width: 200px; }
.animation-text-info { position: absolute; margin-top: -60px; left: 50%; margin-left: -100px; width: 200px; font-size: 10px; }
.animation-text-box h2 { font-size: 54px; font-weight: 600; margin-bottom: 5px; }
.animation-text-box p { font-size: 12px; text-transform: uppercase; }*/

 /*PEACE */
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.pace-inactive { display: none; }
.pace .pace-progress { position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; }
.pace-inactive { display: none; }
/*progress Bar*/
.progress { margin-bottom:0; }
.progress-bar .sr-only { position:relative; }
/* WIDGETS */
.widgetArea { padding: 0 10px 10px; margin: 0px 10px; }
.widgetArea .col-md-12 .col-md-1,
.widgetArea .col-md-12 .col-md-2,
.widgetArea .col-md-12 .col-md-3,
.widgetArea .col-md-12 .col-md-4,
.widgetArea .col-md-12 .col-md-5,
.widgetArea .col-md-12 .col-md-6,
.widgetArea .col-md-12 .col-md-7,
.widgetArea .col-md-12 .col-md-8,
.widgetArea .col-md-12 .col-md-9,
.widgetArea .col-md-12 .col-md-10,
.widgetArea .col-md-12 .col-md-11,
.widgetArea .col-md-12 .col-md-12 { padding: 0 5px; }
.widget { border-radius: 5px;padding: 15px 20px 25px;  /*padding: 15px;*/ /*margin-bottom: 10px; */ margin-top: 10px;}
.widget.style1 h2 { font-size: 30px; }
.widget h2,
.widget h3 { margin-top: 5px; margin-bottom: 0; line-height:20px; text-transform:capitalize;   }
.widget .lg-msg,
.widget .sm-msg,
.widget small {text-transform:capitalize;}

.widget-head-color-box { border-radius: 5px 5px 0 0; margin-top: 10px; }
.widget-head-color-box h2,
.widget-head-color-box small {text-transform:capitalize; padding-bottom: 2px; padding-top: 2px; }
.widget-head-color-box.p-lg { padding:14px 20px; }
.widget-head-color-box small,
.widget small { display:block; }
.widget-text-box { padding: 10px; border-width: 1px; border-style: solid; height:156px; position: relative;}
.widget-text-box .list-group.clear-list .list-group-item:last-child.more { padding:0; position: absolute; bottom: 0; width: 100%; height: 30px; }
.widget-text-box .list-group.clear-list .list-group-item:last-child > .text-right { padding: 4px 15px; }
.widget-text-box .list-group.clear-list .list-group-item .btn { margin:0; }
.widget-text-box .table { margin:0; text-transform: capitalize; }
.widget-text-box .table > thead > tr > th,
.widget-text-box .table > tbody > tr > th,
.widget-text-box .table > tfoot > tr > th,
.widget-text-box .table > thead > tr > td,
.widget-text-box .table > tbody > tr > td,
.widget-text-box .table > tfoot > tr > td { padding:3px 4px 4px; font-size: 12px; }
.widget-text-box .table tfoot td { font-weight:bold; }

.widget .lastUpdate ,
.widget-text-box .list-group.clear-list .list-group-item:last-child.more .lastUpdate { position:absolute; left:10px; margin-top: 7px; }
.widget-text-box .list-group.clear-list .list-group-item:last-child.more .lastUpdate {margin-top: 0px;}
.widget .lastUpdate h6 ,
.widget-text-box .list-group.clear-list .list-group-item:last-child.more .lastUpdate h6{font-size:12px; font-weight: 500;}
.widget .lastUpdate h6 {margin:-1px 0 0 ;}
.widget-text-box .list-group.clear-list .list-group-item:last-child.more .lastUpdate h6 {margin:7px 0 0 0 ;}

.widget .flot-chart { height: 100px; }
.vertical-align div { display: inline-block; vertical-align: middle; }
.vertical-align h2,
.vertical-align h3 { margin: 0; }
.widget-text-box .list-group.clear-list .list-group-item { padding: 4px 0px; }
.widget-text-box p { margin:0; padding-right: 15px; margin-left:10px; font-size: 12px; text-transform:capitalize;}
.widget-text-box span { font-size: 11px !important; font-weight: bold !important; margin-right:10px; text-transform:capitalize; }
.lg-msg { display:block; margin-bottom: 10px; }
.sm-msg { display:none; }
 @media (max-width: 1200px) {
	.lg-msg {display:none;}
	.sm-msg {display:block;margin-bottom: 10px;}
}
@media (max-width: 992px) {
	.lg-msg {display:block;margin-bottom: 10px;}
	.sm-msg {display:none;}
}
@media (max-width: 480px) {
	.lg-msg {display:none;}
	.sm-msg {display:block;margin-bottom: 10px;}
}

.marketPlace ,
.attachment ,
.loyaltyProgram,
.invoicePrint{/*padding: 0 10px 10px; */}

.marketPlace_Thumb ,
.attachment_Thumb,
.loyaltyProgram_Thumb{ border-radius: 5px;padding: 15px; margin-top: 10px;}

.marketPlace_Thumb img {width: 100%; min-height:30px; max-height: 40px; object-fit: contain;}
.attachment_Thumb img{width: 100%; min-height:60px; max-height: 80px; object-fit: contain;}
.loyaltyProgram_Thumb img {width: 100%; min-height: 300px; max-height: 400px; object-fit: contain;}


/*TO DO List*/
.todo-list { list-style: none outside none; margin: 0; padding: 0; font-size: 14px; }
.todo-list.small-list { font-size: 12px; }
.todo-list.small-list > li { border-left: none; border-right: none; border-radius: 4px; color: inherit; margin-bottom: 2px; padding: 6px 6px 6px 12px; }
.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn { border-radius: 5px; font-size: 10px; line-height: 1.5; padding: 1px 2px 1px 5px; }
.todo-list > li { border-width:0 6px; border-style:solid; border-radius: 4px; color: inherit; margin-bottom: 2px; padding: 10px; }
.todo-list .handle { cursor: move; display: inline-block; font-size: 16px; margin: 0 5px; }
.todo-list > li .label { font-size: 9px; margin-left: 10px; }
.check-link { font-size: 16px; }
.todo-completed { text-decoration: line-through; }
.geo-statistic h1 { font-size: 36px; margin-bottom: 0; }
.glyphicon.fa { font-family: "FontAwesome"; }
.list-group { margin:0; }
/* INPUTS */
.inline { display: inline-block !important; }
.input-s-sm { width: 120px; }
.input-s { width: 200px; }
.input-s-lg { width: 250px; }
/*I-checks*/
.i-checks label { font-weight:500; }
.i-checks { padding-left: 0; }
.form-control,
.single-line { height:28px; border-radius: 1px; display: block; padding: 1px 6px; width: 100%; font-size: 13px; border-width: 1px!important; border-style: solid!important; }
a.form-control { line-height:25px; }
.required { border-left-width:2px!important; border-left-style: solid !important; }
.form-control:focus.required,
.single-line:focus.required { border-left-width:1px !important; padding-left:7px; }
select.form-control,
select.single-line { padding: 1px 22px 1px 3px !important; }
.btn-group select.form-control { margin: 2px 0px 0 0px; border-radius: 2px; }
.input-group-addon { border-radius: 1px; font-size: 13px; font-weight: 400; line-height: 1; padding: 0 6px; text-align: center; vertical-align:middle; border-width: 1px; border-style: solid; }
.input-group.date .input-group-addon,
.input-group.clockpicker .input-group-addon { border-width: 1px; }
.spinner-buttons.input-group-btn .btn-xs { line-height: 1.13; }
.spinner-buttons.input-group-btn { width: 20%; }
input[type="text"],
input[type="Password"],
select { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ellipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.floting-input {  position: relative;}
.floting-input label { opacity: 0; padding: 5px 5px; font-weight: normal;font-size: 0px;  position: absolute !important;  top: 0; left: 0; width: 100%; text-align: left;  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);pointer-events: none;}
.floting-input input:focus ~ label{ opacity: 1; font-size: 10px; padding: 0; font-weight: bold;  top: 28px; text-align: center;  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1); border-radius: 0 0 3px 3px; border-width: 0 1px 1px 1px; border-style:solid; }
/* Activity stream */
.stream { position: relative; padding: 10px 0; }
.stream:first-child .stream-badge:before { top: 10px; }
.stream:last-child .stream-badge:before { height: 30px; }
.stream .stream-badge { width: 50px; }
.stream .stream-badge i { border-radius: 50%; padding: 6px; position: absolute; left: 4px; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 22px; font-size: 16px; }
.stream .stream-badge:before { content: ''; width: 1px; position: absolute; top: 0; bottom: 0; left: 20px; }
.stream .stream-info { font-size: 12px; margin-bottom: 5px; }
.stream .stream-info img { border-radius: 50%; width: 18px; height: 18px; margin-right: 2px; margin-top: -4px; }
.stream .stream-info .date {  font-size: 85%; font-weight: normal; margin-left: 5px; }
.stream .stream-info small { font-size: 85%; font-weight: normal;  }
.stream .stream-badge i { border-width: 1px ; border-style:solid; }
.stream .stream-info a,
.stream .stream-info span{font-weight: 700; font-size: 13px;}
.stream .stream-panel { margin-left: 55px; }
.stream .stream-content {padding: 5px; border-radius: 5px; margin-right: 15px;}
.stream .stream-content p {margin-bottom: 2px; font-size: 12px;}
.stream-small { margin: 10px 0; }
.stream-small .label { padding: 2px 6px; margin-right: 2px; }
/* UI Sortable */
/*.ui-sortable .ibox-title { cursor: move; }
.ui-sortable-placeholder { border: 1px dashed #cecece !important; visibility: visible !important; background: #e7eaec; }
.ibox.ui-sortable-placeholder { margin: 0 0 23px !important; }*/

/* jqGrid */
/*.ui-jqgrid { -moz-box-sizing: content-box; }
.ui-jqgrid-btable { border-collapse: separate; }
.ui-jqgrid-htable { border-collapse: separate; }
.ui-jqgrid-titlebar { height: 40px; line-height: 15px; color: #676a6c; background-color: #F9F9F9; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.ui-jqgrid .ui-jqgrid-title { float: left; margin: 1.1em 1em 0.2em; }
.ui-jqgrid .ui-jqgrid-titlebar { position: relative; border-left: 0 solid; border-right: 0 solid; border-top: 0 solid; }
.ui-widget-header { background: none; background-image: none; background-color: #f5f5f6; text-transform: uppercase; border-top-left-radius: 0; border-top-right-radius: 0; }
.ui-jqgrid tr.ui-row-ltr td { border-right-color: inherit; border-right-style: solid; border-right-width: 1px; text-align: left; border-color: #DDDDDD; background-color: inherit; }
.ui-search-toolbar input[type="text"] { font-size: 12px; height: 15px; border: 1px solid #CCCCCC; border-radius: 0; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #F9F9F9; border: 1px solid #DDDDDD; line-height: 15px; font-weight: bold; color: #676a6c; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.ui-widget-content { box-sizing: content-box; }
.ui-icon-triangle-1-n { background-position: 1px -16px; }
.ui-jqgrid tr.ui-search-toolbar th { border-top-width: 0 !important; border-top-color: inherit !important; border-top-style: ridge !important; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #f5f5f5; border-collapse: separate; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { background: #f2fbff; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff; font-weight: normal; color: #212121; }
.ui-jqgrid .ui-pg-input { font-size: inherit; width: 50px; border: 1px solid #CCCCCC; height: 15px; }
.ui-jqgrid .ui-pg-selbox { display: block; font-size: 1em; height: 25px; line-height: 18px; margin: 0; width: auto; }
.ui-jqgrid .ui-pager-control { position: relative; }
.ui-jqgrid .ui-jqgrid-pager { height: 32px; position: relative; }
.ui-pg-table .navtable .ui-corner-all { border-radius: 0; }
.ui-jqgrid .ui-pg-button:hover { padding: 1px; border: 0; }
.ui-jqgrid .loading { position: absolute; top: 45%; left: 45%; width: auto; height: auto; z-index: 101; padding: 6px; margin: 5px; text-align: center; font-weight: bold; display: none; border-width: 2px !important; font-size: 11px; }
.ui-jqgrid .form-control { height: 10px; width: auto; display: inline; padding: 10px 12px; }
.ui-jqgrid-pager { height: 32px; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0; }
.ui-widget-content { border: 1px solid #ddd; }
.ui-jqgrid .ui-jqgrid-titlebar { padding: 0; }
.ui-jqgrid .ui-jqgrid-titlebar { border-bottom: 1px solid #ddd; }
.ui-jqgrid tr.jqgrow td { padding: 6px; }
.ui-jqdialog .ui-jqdialog-titlebar { padding: 10px 10px; }
.ui-jqdialog .ui-jqdialog-title { float: none !important; }
.ui-jqdialog > .ui-resizable-se { position: absolute; }*/

/* Nestable list */
.dd { position: relative; display: block; margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 20px; }
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
.dd-handle { display: block; margin: 5px 0; padding: 5px 10px; text-decoration: none; border-width: 1px; border-style: solid; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-sizing: border-box;  box-sizing: border-box;   }
.dd-handle span { font-weight: bold; }
.dd-handle:hover { cursor: pointer; font-weight: bold; }
.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
#nestable2 .dd-item > button { font-family: FontAwesome; height: 34px; width: 33px; }
#nestable2 .dd-item > button:before { content: "\f067"; }
#nestable2 .dd-item > button[data-action="collapse"]:before { content: "\f068"; }
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; border-width: 1px; border-style: dashed; -moz-box-sizing: border-box;  box-sizing: border-box;  }
.dd-empty { border-width: 1px; border-style: dotted; min-height: 100px; background-size: 60px 60px; background-position: 0 0, 30px 30px; }
.dd-dragel { position: absolute; z-index: 9999; pointer-events: none; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
/* Nestable Extras*/
.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border-width: 2px 0 2px 0; border-style: solid; }
#nestable-menu { padding: 0; margin: 10px 0 20px 0; }
#nestable-output,
#nestable2-output { width: 100%; font-size: 0.75em; line-height: 1.333333em; font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif; padding: 5px;-moz-box-sizing: border-box; box-sizing: border-box;  }
#nestable2 .dd-handle { color: inherit; border-width: 1px; border-style: dashed; padding: 10px; }
#nestable2 .dd-handle:hover { }
#nestable2 span.label { margin-right: 10px; }
#nestable-output,
#nestable2-output { font-size: 12px; padding: 25px; -moz-box-sizing: border-box; box-sizing: border-box; }
/* CodeMirror */
.CodeMirror { border-width: 1px; border-type: solid; height: 290px; }
.CodeMirror-scroll { overflow-y: hidden; overflow-x: auto; }
/* Google Maps*/ 
.google-map { height: 300px; }
/* Validation */
label.error { display: inline-block; margin-left: 5px; }
/* ngGrid */
/*.gridStyle { border: 1px solid #d4d4d4; width: 100%; height: 400px; }
.gridStyle2 { border: 1px solid #d4d4d4; width: 500px; height: 300px; }
.ngH eaderCell { border-right: none; border-bottom: 1px solid #e7eaec; }
.ngCell { border-right: none; }
.ngTopPanel { background: #F5F5F6; }
.ngRow.even { background: #f9f9f9; }
.ngRow.selected { background: #EBF2F1; }
.ngRow { border-bottom: 1px solid #e7eaec; }
.ngCell { background-color: transparent; }
.ngHeaderCell { border-right: none; }*/

/* Toastr custom style */
#toast-container > .toast { margin: 1px 0; position:relative; }
#toast-container > div { margin: 0 0 6px; padding: 10px 10px 10px 100px; height:120px; width:350px; }
#toast-container .toast-title { position:absolute; left:0; width: 100%; padding: 0 10px; font-size:12px; }
#toast-container .toast-message { font-size:12px; margin-top:15px; height:85px; overflow: hidden; }
/*#toast-container > .toast { background-image: none !important; }*/
#toast-container > .toast:before { position: absolute; left:20px; top:50px; font-family: FontAwesome; font-size: 48px; line-height: 24px; color: #FFF; /*padding-right: 0.5em; margin: auto 0.5em auto -1.5em;*/ }
#toast-container > .toast-warning:before { content: "\f0e7"; }
#toast-container > .toast-error:before { content: "\f071"; }
#toast-container > .toast-info:before { content: "\f005"; }
/*#toast-container > .toast-success:before { content: "\f00C"; }*/
#toast-container > .toast-success { background-position: 13px 30px; }
#toast-container > div { -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; box-shadow: 0 0 3px #999; opacity: 1; -ms-filter: alpha(opacity=100); filter: alpha(opacity=100); }
#toast-container > :hover { -moz-box-shadow: 0 0 4px #999; -webkit-box-shadow: 0 0 4px #999; box-shadow: 0 0 4px #999; opacity: 1; -ms-filter: alpha(opacity=100); filter: alpha(opacity=100); cursor: pointer; }
.toast-top-full-width { margin-top: 20px; }
.toast-bottom-full-width { margin-bottom: 20px; }
#toast-container > div.toast-success.toast-success-new { padding: 10px 10px 10px 10px; background-image: none !important; margin-top: 10px;}
/* Notifie */
/*.cg-notify-message.farvision-notify { background: #fff; padding: 0; box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2); border: none; margin-top: 30px; color: inherit; }
.farvision-notify.alert-warning { border-left: 6px solid #f8ac59; }
.farvision-notify.alert-success { border-left: 6px solid #1c84c6; }
.farvision-notify.alert-danger { border-left: 6px solid #ed5565; }
.farvision-notify.alert-info { border-left: 6px solid #1ab394; }*/

/* Image cropper style */
.img-container,
.img-preview { overflow: hidden; text-align: center; width: 100%; }
.img-preview-sm { height: 130px; width: 200px; }
/* Forum styles  */
/*.forum-post-container .media { margin: 10px 10px 10px 10px; padding: 20px 10px 20px 10px; border-bottom: 1px solid #f1f1f1; }
.forum-avatar { float: left; margin-right: 20px; text-align: center; width: 110px; }
.forum-avatar .img-circle { height: 48px; width: 48px; }
.author-info { color: #676a6c; font-size: 11px; margin-top: 5px; text-align: center; }
.forum-post-info { padding: 9px 12px 6px 12px; background: #f9f9f9; border: 1px solid #f1f1f1; }
.media-body > .media { background: #f9f9f9; border-radius: 3px; border: 1px solid #f1f1f1; }
.forum-post-container .media-body .photos { margin: 10px 0; }
.forum-photo { max-width: 140px; border-radius: 3px; }
.media-body > .media .forum-avatar { width: 70px; margin-right: 10px; }
.media-body > .media .forum-avatar .img-circle { height: 38px; width: 38px; }
.mid-icon { font-size: 66px; }
.forum-item { margin: 10px 0; padding: 10px 0 20px; border-bottom: 1px solid #f1f1f1; }
.views-number { font-size: 24px; line-height: 18px; font-weight: 400; }
.forum-container, .forum-post-container { padding: 30px !important; }
.forum-item small { color: #999; }
.forum-item .forum-sub-title { color: #999; margin-left: 50px; }
.forum-title { margin: 15px 0 15px 0; }
.forum-info { text-align: center; }
.forum-desc { color: #999; }
.forum-icon { float: left; width: 30px; margin-right: 20px; text-align: center; }
a.forum-item-title { color: inherit; display: block; font-size: 18px; font-weight: 600; }
a.forum-item-title:hover { color: inherit; }
.forum-icon .fa { font-size: 30px; margin-top: 8px; color: #9b9b9b; }
.forum-item.active .fa { color: #1ab394; }
.forum-item.active a.forum-item-title { color: #1ab394; }
@media (max-width: 992px) {
 .forum-info {margin: 15px 0 10px 0; display: none;}
 .forum-desc { float: none !important;}
}*/

/* New Timeline style */
.vertical-container { width: 99%;/* max-width: 1170px;*/ margin: 0 auto; }
.vertical-container::after {content: '';display: table;clear: both;}
.vertical-timeline { position: relative; padding: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
.vertical-timeline::before {content: '';position: absolute;top: 0;left: 18px;height: 100%;width: 4px;}
.vertical-timeline-content .btn { float: right; }
 @media only screen and (min-width: 1170px) {
	 .vertical-timeline.center-orientation {margin-top: 3em;margin-bottom: 3em;}
	 .vertical-timeline.center-orientation:before {left: 50%;margin-left: -2px;}
}
.vertical-timeline-block { position: relative; margin: 0.5em 0; }
.vertical-timeline-block:after { content: ""; display: table; clear: both; }
.vertical-timeline-block:first-child { margin-top: 0; }
.vertical-timeline-block:last-child { margin-bottom: 0; }
@media only screen and (min-width: 1170px) {
	.center-orientation .vertical-timeline-block {margin: 4em 0;}
	.center-orientation .vertical-timeline-block:first-child {margin-top: 0;}
	.center-orientation .vertical-timeline-block:last-child {margin-bottom: 0;}
}
.vertical-timeline-icon { position: absolute; top: 0; left: 0; width: 40px; height: 40px; border-radius: 50%; font-size: 16px; text-align: center; }
.vertical-timeline-icon i { display: block; width: 24px; height: 16px; position: relative; left: 50%; top: 50%; margin-left: -12px; margin-top: -6px; }
.center-orientation .vertical-timeline-icon i {font-size: 22px;}
@media only screen and (min-width: 1170px) {
	 .center-orientation .vertical-timeline-icon {width: 50px;height: 50px;left: 50%;margin-left: -25px;-webkit-transform: translateZ(0);transform: translateZ(0);
	-webkit-backface-visibility: hidden;font-size: 19px;}
	 .center-orientation .vertical-timeline-icon i {margin-left: -12px;margin-top: -10px;}
	 .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {visibility: hidden;}
}
.vertical-timeline-list { position:relative; }
.vertical-timeline-content { position: relative; margin-left: 45px; border-radius: 0.25em; padding:0 10px; }
.vertical-timeline-content:after { content: ""; display: table; clear: both; }
.vertical-timeline-content h2 { font-weight: 400; margin-top: 4px; }
.vertical-timeline-content p { margin: 5px 0; line-height: 1.6; }
.vertical-timeline-content .vertical-date { float: left; font-weight: 500; margin: 5px 0; }
.vertical-date small { font-weight: 400; }
.vertical-timeline-content::before {content: '';position: absolute;top: 16px;right: 100%;height: 0;width: 0;border-width:7px;border-style:solid;}
 @media only screen and (min-width: 768px) {
	.vertical-timeline-content h2 {font-size: 18px;}
	.vertical-timeline-content p {font-size: 13px;}
}
@media only screen and (min-width: 1170px) {
 .center-orientation .vertical-timeline-content {margin-left: 0;padding: 1.6em;width: 45%;}
 .center-orientation .vertical-timeline-content::before {top: 24px;left: 100%;}
 .center-orientation .vertical-timeline-content .btn {float: left;}
 .center-orientation .vertical-timeline-content .vertical-date {position: absolute;width: 100%;left: 122%;top: 2px;font-size: 14px;}
 .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {float: right;}
 .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {top: 24px;left: auto;right: 100%;}
 .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {float: right;}
.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {left: auto;right: 122%;text-align: right;}
 .center-orientation .cssanimations .vertical-timeline-content.is-hidden {visibility: hidden;}
}
/* Tabs */
.tabs-container .panel-body { /*border-radius: 2px;*/ border-radius: 0px; /*padding: 20px;*/ padding: 0; position: relative; }
.tabs-container .nav-tabs { border-bottom-width: 0px; border-bottom-style:solid;/* padding-top:5px;*/ }
.tabs-container .nav-tabs > li { float: left; margin-bottom: -2px; }
.tabs-container .tabs-left .nav-tabs > li { float: left; margin-bottom: -3px; margin-right:5px; }
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus { border-width: 1px; border-style:solid; }
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body { border-top-width: 0px; border-top-style:solid; }
.tabs-container .tabs-below > .nav-tabs { border-top-width: 1px; border-top-style:solid; }
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs { border-bottom: 0; }
.tabs-container .tabs-right .panel-body,
.tabs-container .tabs-left .panel-body ,
.tabs-container .tabs-left .ibox ,
.tabs-container .tabs-right .ibox { position: static; }
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs { width: 20%; }
/*.tabs-container .tabs-left .panel-body { width: 80%; margin-left: 20%; }
.tabs-container .tabs-right .panel-body { width: 80%; margin-right: 20%; }
.tabs-container .tabs-left .ibox { width: 80%; margin-left: 20%; }
.tabs-container .tabs-right .ibox { width: 80%; margin-right: 20%; }
.tabs-container .tabs-left .panel-body .ibox { width: 100%;  margin-left: 0%; }
.tabs-container .tabs-right .panel-body  .ibox {width: 100%; margin-right: 0%; }*/
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane { display: none; }
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active { display: block; }
.tabs-container .tabs-left .tab-content > .active { display: block; width:100%;}
.tabs-container .tabs-right .tab-content > .active{ display: block; width:100%; }
.tabs-container .tabs-below > .nav-tabs > li { margin-top: -1px; margin-bottom: 0; }
.tabs-container .tabs-below > .nav-tabs > li > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li { float: none; }
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a { min-width: 74px; margin-right: 0; margin-bottom: 3px; }
.tabs-container .tabs-left > .nav-tabs { float: left; margin-left: 5px; margin-top:5px; }
.tabs-container .tabs-left > .nav-tabs > li > a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.tabs-container .tabs-right > .nav-tabs { float: right; margin-right: 5px;  margin-top:5px; }
.tabs-container .tabs-right > .nav-tabs > li > a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius:0; }
.tabs-container .tabs-left > .tab-content { display:flex; }
.tabs-container .tabs-right > .tab-content { display:flex; }
.modal-body .tabs-container,
.modal-body .tabs-container .nav-tabs { border-bottom-width: 1px; border-bottom-style:solid;/* padding-top:5px;*/ }
.modal-body .tabs-container .nav-tabs > li.active > a,
.modal-body .tabs-container .nav-tabs > li.active > a:hover,
.modal-body .tabs-container .nav-tabs > li.active > a:focus { border-width: 1px; border-style:solid; }
/* jsvectormap */
/*.jvectormap-container { width: 100%; height: 100%; position: relative; overflow: hidden; }
.jvectormap-tip { position: absolute; display: none; border: solid 1px #CDCDCD; border-radius: 3px; background: #292929; color: white; font-family: sans-serif, Verdana; font-size: smaller; padding: 5px; }
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback { position: absolute; left: 10px; border-radius: 3px; background: #1ab394; padding: 3px; color: white; cursor: pointer; line-height: 10px; text-align: center; box-sizing: content-box; }
.jvectormap-zoomin, .jvectormap-zoomout { width: 10px; height: 10px; }
.jvectormap-zoomin { top: 10px; }
.jvectormap-zoomout { top: 30px; }
.jvectormap-goback { bottom: 10px; z-index: 1000; padding: 6px; }
.jvectormap-spinner { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }
.jvectormap-legend-title { font-weight: bold; font-size: 14px; text-align: center; }
.jvectormap-legend-cnt { position: absolute; }
.jvectormap-legend-cnt-h { bottom: 0; right: 0; }
.jvectormap-legend-cnt-v { top: 0; right: 0; }
.jvectormap-legend { background: black; color: white; border-radius: 3px; }
.jvectormap-legend-cnt-h .jvectormap-legend { float: left; margin: 0 10px 10px 0; padding: 3px 3px 1px 3px; }
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick { float: left; }
.jvectormap-legend-cnt-v .jvectormap-legend { margin: 10px 10px 0 0; padding: 3px; }
.jvectormap-legend-cnt-h .jvectormap-legend-tick { width: 40px; }
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample { height: 15px; }
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample { height: 20px; width: 20px; display: inline-block; vertical-align: middle; }
.jvectormap-legend-tick-text { font-size: 12px; }
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text { text-align: center; }
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text { display: inline-block; vertical-align: middle; line-height: 20px; padding-left: 3px; }*/

/*Slick Carousel */
/*.slick-prev:before, .slick-next:before { color: #1ab394 !important; }*/

/* Payments */
/*.payment-card { background: #ffffff; padding: 20px; margin-bottom: 25px; border: 1px solid #e7eaec; }
.payment-icon-big { font-size: 60px; color: #d1dade; }
.payments-method.panel-group .panel + .panel { margin-top: -1px; }
.payments-method .panel-heading { padding: 15px; }
.payments-method .panel { border-radius: 0; }
.payments-method .panel-heading h5 { margin-bottom: 5px; }
.payments-method .panel-heading i { font-size: 26px; }*/

/* sidebar-panel  */
.sidebar-panel  { width: 220px; padding: 10px 20px; position: absolute; right: 0; }
.sidebar-panel  .feed-element img.img-circle { width: 32px; height: 32px; }
.sidebar-panel  .feed-element,
.media-body,
.sidebar-panel  p { font-size: 12px; }
.sidebar-panel  .feed-element { margin-top: 20px; padding-bottom: 0; }
.sidebar-panel  .list-group { margin-bottom: 10px; }
.sidebar-panel  .list-group .list-group-item { padding: 5px 0; font-size: 12px; border: 0; }
.sidebar-content .wrapper,
.wrapper.sidebar-content { padding-right: 230px !important; }
.sidebar-container ul.nav-tabs.navs-4 li { width: 25%; }
.sidebar-container ul.nav-tabs.navs-3 li { width: 33.3333%; }
.sidebar-container ul.nav-tabs.navs-2 li { width: 50%; }
.sidebar-container ul.nav-tabs li { border: none; }
.sidebar-container ul.nav-tabs li a { padding: 12px 10px; margin: 0; border-radius: 0; text-align: center; border-right-width: 1px; border-right-style: solid; }
.sidebar-container ul.sidebar-list { margin: 0; padding: 0; }
.sidebar-container ul.sidebar-list li { padding: 15px 20px; list-style: none; font-size: 12px; border-bottom-width: 1px; border-left-style: solid; }
.sidebar-container ul.sidebar-list li a { text-decoration: none; }
.sidebar-container .sidebar-content { padding: 15px 20px; font-size: 12px; }
.sidebar-container .sidebar-title { padding: 20px; border-bottom-width: 1px; border-bottom-style:solid; }
.sidebar-container .sidebar-title h3 { margin-bottom: 3px; padding-left: 2px; }
.sidebar-container .setings-item { border-bottom-width: 1px; border-bottom-style:solid; }
.sidebar-container .tab-content h4 { margin-bottom: 5px; }
.sidebar-container .sidebar-message > a > .pull-left { margin-right: 10px; }
.sidebar-container .sidebar-message > a { text-decoration: none; }
.sidebar-container .sidebar-message { padding: 15px 20px; }
.sidebar-container .sidebar-message .message-avatar { height: 38px; width: 38px; border-radius: 50%; }
.body-small .sidebar-content .wrapper,
.body-small .wrapper.sidebar-content { padding-right: 20px !important; }
#right-sidebar { overflow: hidden; position: fixed; top: 53px; width: 260px !important; z-index: 1009; bottom: 0; right: -260px; border-width: 1px 0 0 1px; border-style: solid; }
#right-sidebar.sidebar-open { right: 0; }
#right-sidebar.sidebar-open.sidebar-top { top: 0; }
/* GALLERY */
/*.gallery > .row > div { margin-bottom: 15px; }
.fancybox img { margin-bottom: 5px;  width: 24%; }*/

/* Summernote text editor  */
.note-editor { height: auto !important; min-height: 300px; }
.note-editable { margin-top:0; }
.note-editor .btn { margin-right:0!important; }
/* MODAL */
.modal-xl{width: auto; margin: 30px;}
.modal-content { background-clip: padding-box; border-radius: 4px; outline: 0 none; position: relative; }
.modal-dialog { z-index: 2200; }
.modal-body { padding:15px; }
.inmodal .modal-header { text-align:left; }
.animated.modal.fade .modal-dialog { -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.inmodal .modal-title { font-size:14px; }
.modal-header h4 {font-weight: 500;}
.modal-footer { margin-top: 0;border-radius: 0 0 4px 4px; }
.spinner-dialog { position:absolute; width:50px; height:50px; top:0; right:0; bottom:0; left:0; margin: auto; padding: 7px; text-align: center; border-radius:3px; }
.spinner-dialog i { font-size:35px; }
.panel .panel-body { padding:15px; /*word-break: break-all;*/ }
/* WRAPPERS */
#wrapper { width: 100%; }
.wrapper { padding: 0 20px; }
.wrapper-content {/* padding:0 0 40px;*/ padding:0; margin-top:5px; margin-bottom:40px;/*  min-height:580px;*/ overflow:hidden; }
#page-wrapper { padding: 0 15px 5px; min-height: 568px; position: relative !important; }
 @media (min-width: 768px) {
 #page-wrapper {position: inherit;margin: 0 0 0 240px;min-height: 1000px;}
}
.title-action { text-align: right; padding-top: 30px; }
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {/* margin-top: 5px; */ margin:0; padding:0; }
ul.unstyled,
ol.unstyled { list-style: none outside none; margin-left: 0; }
.big-icon { font-size: 160px !important; }
.actionBtn { bottom: 0; left: 0; padding: 5px 10px; position: fixed; right: 0; z-index:2000; margin-left: 220px; margin-right: 0; border-top-width: 2px; border-top-style:  solid; }
.actionBtnRight { text-align:right; float:right; }
body.mini-navbar .actionBtn { margin-left:0; }
/* FOOTER */
.footer { bottom: 0; left: 0; padding: 10px 20px; position: absolute; right: 0; z-index:10000; border-top-width: 1px; border-top-style:  solid; text-align: right; }
.footer.fixed_full { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; padding: 10px 20px; border-top-width: 1px; border-top-style:  solid; }
.footer.fixed { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; padding: 10px 20px; margin-left: 220px; border-top-width: 1px; border-top-style:  solid; }
body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed { margin: 0 0 0 70px; }
body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed { margin: 0 !important; }
body.fixed-sidebar.body-small.mini-navbar .footer.fixed { margin: 0 0 0 220px; }
body.body-small .footer.fixed { margin-left: 0; }
/* PANELS */
.page-search {padding: 4px 0 0 0;}
.page-heading { border-top: 0; padding:4px 0; /*height: 37px;*/ }
.page-heading h2,
.page-heading h3 { margin-top: 0 !important; margin-bottom: 5px !important; line-height: 22px; }
.breadcrumb-heading { border-top: 0; margin-bottom:4px; }
.breadcrumb .fa-home { margin-top: -3px; margin-right: 4px; }
.panel-heading h1,
.panel-heading h2 { margin-bottom: 5px; }
.panel.blank-panel { margin: 0; }
.blank-panel .panel-heading { padding-bottom: 0; }
.panel-footer { text-align:right; }
/* Nav-Tabs */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { border-style: solid; border-width: 1px; }
.nav.nav-tabs li { border: none; border-radius: 5px 5px 0 0; }
.nav-tabs > li > a { font-weight: 600; padding:7px; margin-left:0; margin-right:0; }

/* Safari  Only */
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
 .nav-tabs > li > a {min-width:86px;}
}
.ui-tab .tab-content { padding: 20px 0; }
/* GLOBAL  */
.no-padding { padding: 0 !important; }
.no-margins { margin: 0 !important; }
.no-top-border { border-top: 0 !important; }
.ibox-content.text-box { padding-bottom: 0; padding-top: 15px; }
.full-width { width: 100% !important; }
.link-block { font-size: 12px; padding: 10px; }
.nav.navbar-top-links .link-block a { font-size: 12px; }
.link-block a { font-size: 10px; }
body.mini-navbar .branding { display: none; }
img.circle-border { border-radius: 50%; }
.branding { float: left; font-size: 18px; font-weight: 600; padding: 17px 20px; text-align: center; }
.login-panel { margin-top: 25%; }
.icons-box h3 { margin-top: 10px; margin-bottom: 10px; }
.icons-box .infont a i { font-size: 25px; display: block; }
.icons-box .infont a { padding: 10px; margin: 1px; display: block; }
.ui-draggable .ibox-title { cursor: move; }
.breadcrumb { padding: 0; margin: 4px 0; }
.breadcrumb > li + li::before {
padding: 0 2px;
}
.breadcrumb .dropdown-toggle { position:relative; }
.breadcrumb .capdropdown-menu { left: auto; }
.breadcrumb .toolCaption { font-size:14px; }
.breadcrumb i { vertical-align: text-top; margin-left:5px; }
.mail-wizard .mail-wizdropdown-menu { right: 0; width: 200px; left: auto; top: 20px; }
code { border-radius: 4px; font-size: 90%; padding: 2px 4px; white-space: nowrap; }
.ibox { clear: both; /*margin-bottom: 5px;*/ margin-bottom: 0; margin-top: 0; padding: 0; }
.ibox.collapsed .ibox-content { display: none; }
.ibox.collapsed .fa.fa-chevron-up:before { content: "\f078"; }
.ibox.collapsed .fa.fa-chevron-down:before { content: "\f077"; }
.ibox:after,
.ibox:before { display: table; }
.ibox-title,
.ibox-foot { border-style: solid; border-width: 0; margin-bottom: 0; padding: 4px 10px 0; min-height: 25px; }
.ibox-foot { margin-top:-1px; min-height: 35px; }
.modal-body .ibox-title,
.modal-body .ibox-foot { border-width: 0; padding: 5px 5px 0; }
.ibox .ibox-content .ibox .ibox-title { border-style: solid; border-width: 1px 1px 0; }
.e-dash .ibox-title { border-width: 1px; padding: 10px 15px; float: left; width: 100%; }
.ibox.e-dash .panel-body .ibox .ibox-title { padding:0 15px; }
.ibox-content { padding: 5px; border-style: none solid solid; border-width: 0px; }
.ibox-content .mail-wizard .ibox-content { padding: 0px; }
.ibox.e-dash .ibox-content { padding: 5px; border-style: none solid solid; border-width: 1px; }
.ibox.e-dash { margin:5px; }
.modal-body .ibox-content { border-width: 0; padding: 5px 0; }
.modal-body .wizard .ibox-content { border-width: 0; padding: 5px;}
.ibox-footer { font-size: 90%; padding: 10px 15px; border-top-width: 1px; border-top-style: solid; }
table.table-mail tr td { padding: 12px; }
.table-mail .check-mail { }
.table-mail .mail-date { }
.star-mail,
.check-mail { }
.ibox-content { clear: both; }
.ibox-heading h3 { font-weight: 200; font-size: 24px; }
.ibox-title h5 { display: inline-block; font-size: 16px; margin:0; padding: 0; text-overflow: ellipsis; float: left; font-weight:400; }
.ibox-title .label { float: left; margin-left: 4px; }
.ibox-tools { display: block; float: none; margin-top: 0; position: relative; padding: 0; text-align: right; }
.ibox-tools a { cursor: pointer; margin-left: 5px; }
.ibox-tools .dropdown-menu > li > a { padding: 4px 10px; font-size: 12px; }
.ibox .ibox-tools.open > .dropdown-menu { left: auto; right: 0; }
/* Page Background Border */
.pageBgBdr { border-top-width: 5px!important; border-top-style: solid!important; }
/*.wrapper-content .ibox .ibox-content,
.wrapper-content .panel-body { border-top-width: 5px!important; border-top-style: solid!important;}

.wrapper-content .panel-body .ibox-content,
.wrapper-content .tab-content .ibox:first-child .ibox-content,
.wrapper-content .tab-content .panel-body:first-child {border-top-width: 0!important;}
*/
/*.wrapper-content div.ibox + div.row ,
.wrapper-content div.row + div.panel-body,
.wrapper-content div.row + div.ibox .ibox-content,
.wrapper-content div.ibox + div.tabs-container .nav ,
.wrapper-content div.ibox + div.panel-body ,
.wrapper-content div.panel-body + div.panel-body ,
.wrapper-content div.panel-body + div.ibox .ibox-content ,
.wrapper-content div.ibox ~ div.ibox .ibox-content  {  border-top-width: 5px!important; border-top-style: solid!important;}

.wrapper-content div.panel-body ,
.wrapper-content div.ibox .ibox-content,
.wrapper-content .panel-body div.ibox .ibox-content ,
.wrapper-content .panel-body .row + div.ibox .ibox-content ,
.wrapper-content div.ibox + div.tabs-container div.ibox .nav,
.wrapper-content div.ibox .ibox-content .panel-body div.ibox .ibox-content ,
.wrapper-content .dashboard_Main div.ibox .panel-body div.ibox .ibox-content,
.wrapper-content .dashboard_Main div.row {  border-top: 0 !important;}*/

/* BACKGROUNDS */
.progress-small,
.progress-small .progress-bar { height: 10px; }
.progress-small,
.progress-mini { margin-top: 5px; }
.progress-mini,
.progress-mini .progress-bar { height: 5px; margin-bottom: 0; }
.panel-title { /*font-size: inherit;*/ }
.panel-default>.panel-heading a h4 { font-weight:bold; font-size:14px; }
.jumbotron { border-radius: 6px; padding: 40px; }
.jumbotron h1 { margin-top: 0; }
/* COLORS */
.simple_tag { border-radius: 2px; font-size: 10px; margin-right: 5px; margin-top: 5px; padding: 5px 12px; display: inline-block; border-width: 1px; border-style: solid; }
/* For handle diferent bg color in AngularJS version */
/*.dashboards\.dashboard_2 nav.navbar, .dashboards\.dashboard_3 nav.navbar, .mailbox\.inbox nav.navbar, .mailbox\.email_view nav.navbar, .mailbox\.email_compose nav.navbar, .dashboards\.dashboard_4_1 nav.navbar, .metrics nav.navbar, .metrics\.index nav.navbar, .dashboards\.dashboard_5 nav.navbar { background: #fff; }
*//* For handle diferent bg color in MVC version */
/*.Dashboard_2 .navbar.navbar-static-top, .Dashboard_3 .navbar.navbar-static-top, .Dashboard_4_1 .navbar.navbar-static-top, .ComposeEmail .navbar.navbar-static-top, .EmailView .navbar.navbar-static-top, .Inbox .navbar.navbar-static-top, .Metrics .navbar.navbar-static-top, .Dashboard_5 .navbar.navbar-static-top { background: #fff; }
*/
a.close-canvas-menu { position: absolute; top: 10px; right: 15px; z-index: 1011; }
/* FULL HEIGHT */
.full-height { height: 100%; }
.fh-breadcrumb { height: calc(100% - 196px); margin: 0 -15px; position: relative; }
.fh-no-breadcrumb { height: calc(100% - 99px); margin: 0 -15px; position: relative; }
.fh-column { height: 100%; width: 240px; float: left; }
.modal-backdrop { z-index: 2040 !important; }
.modal { z-index: 2050 !important; }
.spiner-example { height: 200px; padding-top: 70px; }
/* MARGINS & PADDINGS */
.p-xxs { padding: 5px; }
.p-xs { padding: 10px; }
.p-sm { padding: 15px; }
.p-m { padding: 20px; }
.p-md { padding: 25px; }
.p-lg { padding: 30px; }
.p-xl { padding: 40px; }
.p-w-xs { padding: 0 10px; }
.p-w-sm { padding: 0 15px; }
.p-w-m { padding: 0 20px; }
.p-w-md { padding: 0 25px; }
.p-w-lg { padding: 0 30px; }
.p-w-xl { padding: 0 40px; }
.m-xxs { margin: 2px 4px; }
.m-xs { margin: 5px; }
.m-sm { margin: 10px; }
.m { margin: 15px; }
.m-md { margin: 20px; }
.m-lg { margin: 30px; }
.m-xl { margin: 50px; }
.m-n { margin: 0 !important; }
.m-l-none { margin-left: 0; }
.m-l-xs { margin-left: 5px; }
.m-l-sm { margin-left: 10px; }
.m-l { margin-left: 15px; }
.m-l-md { margin-left: 20px; }
.m-l-lg { margin-left: 30px; }
.m-l-xl { margin-left: 40px; }
.m-l-n-xxs { margin-left: -1px; }
.m-l-n-xs { margin-left: -5px; }
.m-l-n-sm { margin-left: -10px; }
.m-l-n { margin-left: -15px; }
.m-l-n-md { margin-left: -20px; }
.m-l-n-lg { margin-left: -30px; }
.m-l-n-xl { margin-left: -40px; }
.m-t-none { margin-top: 0; }
.m-t-xxs { margin-top: 1px; }
.m-t-xs { margin-top: 5px; }
.m-t-sm { margin-top: 10px; }
.m-t { margin-top: 15px; }
.m-t-md { margin-top: 20px; }
.m-t-lg { margin-top: 30px; }
.m-t-xl { margin-top: 40px; }
.m-t-n-xxs { margin-top: -1px; }
.m-t-n-xs { margin-top: -5px; }
.m-t-n-sm { margin-top: -10px; }
.m-t-n { margin-top: -15px; }
.m-t-n-md { margin-top: -20px; }
.m-t-n-lg { margin-top: -30px; }
.m-t-n-xl { margin-top: -40px; }
.m-r-none { margin-right: 0; }
.m-r-xxs { margin-right: 1px; }
.m-r-xs { margin-right: 5px; }
.m-r-sm { margin-right: 10px; }
.m-r { margin-right: 15px; }
.m-r-md { margin-right: 20px; }
.m-r-lg { margin-right: 30px; }
.m-r-xl { margin-right: 40px; }
.m-r-n-xxs { margin-right: -1px; }
.m-r-n-xs { margin-right: -5px; }
.m-r-n-sm { margin-right: -10px; }
.m-r-n { margin-right: -15px; }
.m-r-n-md { margin-right: -20px; }
.m-r-n-lg { margin-right: -30px; }
.m-r-n-xl { margin-right: -40px; }
.m-b-none { margin-bottom: 0; }
.m-b-xxs { margin-bottom: 1px; }
.m-b-xs { margin-bottom: 5px; }
.m-b-sm { margin-bottom: 10px; }
.m-b { margin-bottom: 15px; }
.m-b-md { margin-bottom: 20px; }
.m-b-lg { margin-bottom: 30px; }
.m-b-xl { margin-bottom: 40px; }
.m-b-n-xxs { margin-bottom: -1px; }
.m-b-n-xs { margin-bottom: -5px; }
.m-b-n-sm { margin-bottom: -10px; }
.m-b-n { margin-bottom: -15px; }
.m-b-n-md { margin-bottom: -20px; }
.m-b-n-lg { margin-bottom: -30px; }
.m-b-n-xl { margin-bottom: -40px; }
.space-15 { margin: 15px 0; }
.space-20 { margin: 20px 0; }
.space-25 { margin: 25px 0; }
.space-30 { margin: 30px 0; }
.fullscreen-ibox-mode .animated { animation: none; }
body.fullscreen-ibox-mode { overflow-y: hidden; }
.ibox.fullscreen { z-index: 2030; position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: auto; margin-bottom: 0; }
.ibox.fullscreen .collapse-link { display: none; }
.ibox.fullscreen .ibox-content { min-height: calc(100% - 48px); }
body.modal-open { padding-right: inherit !important; }
body.modal-open .animated { animation-fill-mode: initial; }
.dialog-open { overflow: hidden; }
body.dialog-open { padding-right: inherit !important; }
body.dialog-open .animated { animation-fill-mode: initial; }
/* Show profile dropdown on fixed sidebar */
body.mini-navbar.fixed-sidebar .profile-element,
.block { display: block !important; }
body.mini-navbar.fixed-sidebar .nav-header { padding: 33px 25px; }
body.mini-navbar.fixed-sidebar .logo-element { display: none; }
/* SEARCH PAGE */
/*.search-form { margin-top: 10px; }
.search-result h3 { margin-bottom: 0; color: #1E0FBE; }
.search-result .search-link { color: #006621; }
.search-result p { font-size: 12px; margin-top: 5px; }*/

/* CONTACTS */
.contact-box { border-width: 1px; border-style: solid; padding: 5px; margin: 5px; height:200px; }
.contact-box > a { color: inherit; }
.contact-box.center-version { border-width: 1px; border-style: solid; padding: 0; }
.contact-box.center-version > a { display: block; padding: 20px; text-align: center; }
.contact-box.center-version > a img { width: 80px; height: 80px; margin-top: 10px; margin-bottom: 10px; }
.contact-box.center-version address { margin-bottom: 0; }
.contact-box .contact-box-footer { text-align: center; border-top-width: 1px; border-style: solid; padding: 15px 20px; }
.contact-box .img-circle { border:none; }
.contact-box .form-horizontal .control-label { padding:1px 0 0 0; }
.contact-box .form-horizontal .control-data { padding:1px 0 0 10px; }
@media (max-width: 767px) {
 .contact-box {height:auto;}
 .contact-box .img-circle {display:inline-block}
 .contact-box .form-horizontal .control-label {text-align: right;}
}
@media (max-width: 1200px) {
 .contact-box .img-circle {display:inline-block;}
}

.ctiBox { border-width: 1px; border-style: solid; padding: 5px; margin: 5px; height:250px; }
.ctiBox > a { color: inherit; }
@media (max-width: 767px) {
 .ctiBox {height:auto;}
}
/*Flow Tree*/
.flowTree { overflow:auto; }
.flowTree ul { padding: 50px 0 0 0; margin: 0; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;margin-top: 1px; }
.flowTree ul.headTree { padding-top: 10px; }
.flowTree li { float: left; text-align: center; margin: 0; list-style-type: none; position: relative; padding: 50px 5px 0 5px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }

/*We will use ::before and ::after to draw the connectors*/

.flowTree li::before, .flowTree li::after { content: ''; position: absolute; top: 0; right: 50%; border-top-width: 1px; border-top-style: solid; width: 50%; height: 50px;}
.flowTree li::after { right: auto; left: 50%; border-left-width: 1px; border-left-style: solid;}
/*We need to remove left-right connectors from elements without 
any siblings*/
.flowTree li:only-child::after, .flowTree li:only-child::before { display: none;}
/*Remove space from the top of single children*/
.flowTree li:only-child { padding-top: 0; }

/*Remove left connector from first child and 
right connector from last child*/
.flowTree li:first-child::before, .flowTree li:last-child::after { border: 0 none;}
/*Adding back the vertical connector to the last nodes*/
.flowTree li:last-child::before { border-right-width: 1px; border-right-style: solid; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.flowTree li:first-child::after { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}

/*Time to add downward connectors from parents*/
.flowTree ul ul::before { content: ''; position: absolute; top: 0; left: 50%; border-left-width: 1px; border-left-style: solid; width: 0; height: 50px;}
.flowTree li a { border-width: 1px; border-style: solid; padding:0; text-decoration: none; font-size: 11px; display: inline-block; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; width:300px; height:100px; text-align:left; }
.flowTree li a h2 { font-size:16px; padding: 6px 6px 0 6px; margin: 0 !important; font-weight: 700; }
.flowTree li a pre { height:69px !important; width:298px; display:block; margin: 0; padding: 7px; font-size:13px; white-space: pre-wrap;/* css-3 */ white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */ white-space: -pre-wrap;/* Opera 4-6 */ white-space: -o-pre-wrap;/* Opera 7 */ word-wrap: break-word;/* Internet Explorer 5.5+ */ overflow:auto; background:none; border:none; }
.flowTree li a i { position:absolute; left: 50%; margin-left: -4.5px; z-index: 1; font-size: 18px; margin-top: 26px; }
.flowTree ul li a.ifelse i { margin-left: -4px; }
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.flowTree li a:hover,
.flowTree li a:hover+ul li a { border-width: 1px; border-style: solid; }
/*Connector styles on hover*/
.flowTree li a .tag { height:7px; width:100%; /*margin: 0 -10px; padding: 0 10px; */ }

/*It on work if / Else Block open*/
.flowTree ul li a.ifelse + ul::before { border-left-width: 1px; border-left-style: solid; border-right-width: 1px; border-right-style: solid;}
.flowTree ul li a.ifelse + ul li:first-child::after { border-top-width: 1px; border-top-style: solid; border-left-width: 1px; border-left-style: solid;}
.flowTree ul li a.ifelse + ul li:last-child::before { border-top-width: 1px; border-top-style: solid; border-right-width: 1px; border-right-style: solid;}
.flowTree li.lastNode i { display:none; }
.flowTree li.lastNode .btnPlus { width: 50px; height: 30px; position: absolute; left: 130px; top: 151px; border-radius: 0 0 50px 50px; }
.flowTree li.lastNode .btnPlus i { display:block; font-size:18px; }
/* INVOICE */
/*.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(2) { text-align: right;}
.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) { text-align: right;}
.invoice-total > tbody > tr > td:first-child { text-align: right; }
.invoice-total > tbody > tr > td { border: 0 none; }
.invoice-total > tbody > tr > td:last-child { border-bottom: 1px solid #DDDDDD; text-align: right; width: 15%; }
*/

/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box { max-width: 400px; z-index: 100; margin:auto; /*padding-top: 40px; */ /*height:440px;*/ height:420px; position:absolute; top:0; right:0; bottom:0; left:0; padding:0 20px; }
.middle-box h2 { margin-bottom:35px !important; }
.lockscreen.middle-box { width: 200px; padding-top: 110px; }
.loginscreen.middle-box { width: 380px; }
.loginColumns { max-width: 800px; margin: 0 auto; padding: 100px 20px 20px 20px; }
.passwordBox { max-width: 460px; margin: 15px auto; padding:20px; /*padding: 100px 20px 20px 20px;*/ min-height: 400px; }
.logo-name { font-weight: 800; letter-spacing: -10px; margin-bottom: 20px; }
.middle-box h1 { }
.wrapper .middle-box { margin-top: 140px; }
.lock-word { z-index: 10; position: absolute; top: 110px; left: 50%; margin-left: -470px; }
.lock-word span { font-size: 100px; font-weight: 600; display: inline-block; }
.lock-word .first-word { margin-right: 160px; }
.loginscreen .form-group { margin-bottom:15px !important; }
 @media (max-width: 480px) {
.loginscreen.middle-box {idth: 300px;}
}
/* DASBOARD */
/*.dashboard-header { border-top: 0; padding: 20px 20px 20px 20px; }
.dashboard-header h2 { margin-top: 10px; font-size: 26px; }
.fist-item { border-top: none !important; }
.statistic-box { margin-top: 40px; }
.dashboard-header .list-group-item span.label { margin-right: 10px; }
.list-group.clear-list .list-group-item { border-top: 1px solid #e7eaec; border-bottom: 0; border-right: 0; border-left: 0; padding: 10px 0; }
ul.clear-list:first-child { border-top: none !important; }*/

/* Intimeline */
.timeline-item .date i { position: absolute; top: 0; right: 0; padding: 5px; width: 30px; text-align: center; font-size:17px; border-width: 1px 0 1px 1px; border-style: solid; }
.timeline-item .date { text-align: right; width: 110px;/* width: 70px;*/ position: relative; padding-top: 30px;/* border-width: 1px 0 0 1px; border-style: solid;*/ }
.timeline-item .content { padding-top: 5px; padding-bottom:10px; min-height: 80px; border-width: 1px 0 0 1px; border-style: solid; }
/* PIN BOARD */
/*ul.notes li, ul.tag-list li { list-style: none; }
ul.notes li h4 { margin-top: 20px; font-size: 16px; }
ul.notes li div { text-decoration: none; color: #000; background: #ffc; display: block; height: 140px; width: 140px; padding: 1em; position: relative; }
ul.notes li div small { position: absolute; top: 5px; right: 5px; font-size: 10px; }
ul.notes li div a { position: absolute; right: 10px; bottom: 10px; color: inherit; }
ul.notes li { margin: 10px 40px 50px 0; float: left; }
ul.notes li div p { font-size: 12px; }
ul.notes li div { text-decoration: none; color: #000; background: #ffc; display: block; height: 140px; width: 140px; padding: 1em;   -moz-box-shadow: 5px 5px 2px #212121; -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);   box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7); }
ul.notes li div { -webkit-transform: rotate(-6deg); -o-transform: rotate(-6deg); -moz-transform: rotate(-6deg); }
ul.notes li:nth-child(even) div { -o-transform: rotate(4deg); -webkit-transform: rotate(4deg); -moz-transform: rotate(4deg); position: relative; top: 5px;}
ul.notes li:nth-child(3n) div { -o-transform: rotate(-3deg); -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); position: relative; top: -5px;}
ul.notes li:nth-child(5n) div { -o-transform: rotate(5deg); -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); position: relative; top: -10px;}
ul.notes li div:hover, ul.notes li div:focus { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); position: relative; z-index: 5; }
ul.notes li div { text-decoration: none; color: #000; background: #ffc; display: block; height: 210px; width: 210px; padding: 1em; -moz-box-shadow: 5px 5px 7px #212121; -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); -moz-transition: -moz-transform 0.15s linear; -o-transition: -o-transform 0.15s linear; -webkit-transition: -webkit-transform 0.15s linear; }*/

/* FILE MANAGER */
.file-box { float: left; }
.file-box-x { width: 50%; }
@media (min-width:768px) {
	.file-box-s {width: 33.33%;}
}
@media (min-width:992px) {
	.file-box-m {width: 25%;}
}
@media (min-width:1200px) {
	.file-box-l {width: 16.66666%;}
}
@media (min-width:1600px) {
	.file-box-l {width: 12.5%;}
}
.file-manager h5 { font-weight: 600; padding-bottom: 7px; padding-left: 3px; font-size:14px; border-bottom-width: 2px; border-bottom-style:solid; margin-bottom:5px; }
.file-manager { list-style: none outside none; margin: 0; padding: 0; }
.folder-list li a { display: flex; padding: 5px 0 5px 5px; font-size:12px; }
.folder-list li { display: block; border-bottom-width: 1px; border-bottom-style:solid; }
.folder-list li i { margin-right: 6px; margin-top: 1px; }
.category-list li { display: block; }
.category-list li a { display: flex; padding: 5px 0 5px 5px; font-size:12px; }
.category-list li i { margin-right: 8px; }
.file-manager h5.tag-title { margin-top: 20px; }
.tag-list li { float: left; }
.tag-list li a { font-size: 10px; padding: 5px 12px; border-radius: 2px; margin-right: 5px; margin-top: 5px; display: block; border-width: 1px; border-style:solid; }
.file { padding: 0; position: relative; margin-bottom: 20px; margin-right: 20px; border-width: 1px; border-style:solid; }
.file-manager .hr-line-dashed { margin: 15px 0; }
.file .icon,
.file .image { height: 100px; overflow: hidden; }
.file .icon { padding: 15px 10px; text-align: center; }
.file-control { font-size: 11px; margin-right: 10px; }
.file-control.active { text-decoration: underline; }
.file .icon i { font-size: 70px; }
.file .file-name { padding: 10px; border-top-width: 1px; border-top-style:solid; text-align:center; }
.corner { position: absolute; display: inline-block; width: 0; height: 0; line-height: 0; right: 0em; bottom: 0em; border-width: 0.6em; border-style: solid; }
a.compose-mail { padding: 8px 10px; }
.mail-search { max-width: 500px; margin-bottom:10px; }
.file .del { display:block; position:absolute; right:10px; top:7px; cursor:pointer; }
/*Email Template*/
.fullEmailToolbar { float: left; width: 100%; padding:3px; border-width: 1px; border-style:solid; border-bottom:none; height:40px; }
.fullEmailToolbar button { margin:2px !important; }
.fullEmailBody { float: left; width: 100%; border-width: 1px; border-style:solid; }
.leftEmailBody { margin-right:300px; padding:10px; display:flex; height: 600px; overflow:auto; border-right-width: 1px; border-right-style:solid; }

/* Track */
/*.leftEmailBody::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2)!important; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2)!important; -webkit-border-radius: 0px!important;border-radius: 0px!important;}*/
/* Handle */
/*.leftEmailBody::-webkit-scrollbar-thumb {-webkit-border-radius: 0px!important; border-radius: 0px!important; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)!important;box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)!important;}*/
/* Scroll Bar*/
/*.leftEmailBody::-webkit-scrollbar ,
.table-responsive::-webkit-scrollbar, 
.tableFixedHeader tbody::-webkit-scrollbar,
.profile-content::-webkit-scrollbar,
.plot-map::-webkit-scrollbar{width: 10px;height: 10px;}*/

/* Track */
/*.table-responsive::-webkit-scrollbar-track, 
.tableFixedHeader tbody::-webkit-scrollbar-track,
.profile-content::-webkit-scrollbar-track,
.plot-map::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2)!important; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2)!important; -webkit-border-radius: 0px!important; border-radius: 0px!important; }*/
/* Handle */
/*.table-responsive::-webkit-scrollbar-thumb, 
.tableFixedHeader tbody::-webkit-scrollbar-thumb,
.profile-content::-webkit-scrollbar-thumb,
.plot-map::-webkit-scrollbar-thumb {-webkit-border-radius: 0px!important; border-radius: 0px!important; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)important; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)important;}*/

.rightEmailBody { width:300px; height: 600px; float: right; position:relative; }
.rightEmailBody .nav-tabs > li > a { border-radius: 0; }
.rightEmailBody .sliderBox { position: absolute; width:300px; height: 550px; top: 50px; overflow: hidden; transition: all 1s; box-shadow: 0 -2px 6px rgba(0, 0, 0, .2); }
.rightEmailBody .sliderBox.close { top: 62vh; height: 0; visibility:hidden; }
.rightEmailBody .content-header { margin-top: 0; margin-bottom: 0; text-transform: uppercase; padding: 0 0 0 15px; width: 100%; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); display:block; border-width:2px 0; border-style:solid; }
.rightEmailBody .content-body { height:506px; font-size:12px; }
.rightEmailBody .content-body .row { border-bottom-width:1px; border-bottom-style:solid; padding:15px; }
.rightEmailBody .content-header h4 { font-size: 11px; font-weight:bold; display:inline-block; padding: 15px 0; }
.rightEmailBody .iconSlide { float:right; height: 43px; padding:10px; text-align: center; cursor: pointer; text-decoration: none; filter: alpha(opacity=100); opacity: 1; }
.rightEmailBody .iconSlide i { font-size: 21px; }
.rightEmailBody h5.content-block { text-transform:uppercase; padding: 12px 20px; margin-bottom: 2px; font-size: 11px; font-weight:bold; }
.rightEmailBody .box-label { margin: 5px 0; display: inline-block; width: 100%; }
.rightEmailBody .imgThumb { width:50%;/* margin:auto*/ }
.rightEmailBody .imgThumb img { width:100%; }
.rightEmailBody .dropdown-menu { min-width: 120px; }
.rightEmailBody .form-control,
.rightEmailBody .btn,
.rightEmailBody .dropdown-menu > li > a { font-size:11px !important; }
.rightEmailBody .input-group-addon { font-size:11px !important; font-weight: bold; }
.rightEmailBody .bootstrap-touchspin .form-control { font-size:11px; font-weight:bold; text-align:center; }
.rightEmailBody .organizer { }
.rightEmailBody .organizer .organizer-panel { border-width:1px; border-style:solid; padding: 20px 12px 8px; margin: 10px 0; line-height: 30px; font-size: 14px; border-radius: 4px; }
.rightEmailBody .organizer .organizer-panel .panel-preview { padding: 4px; border-radius: 3px; display: inline-block; position: relative; top: -6px; margin-right: 5px; background-color: #eee; width:38px; height:38px; }
.rightEmailBody .organizer .organizer-panel .panel-preview img { width:100%; margin:0; }
.rightEmailBody .organizer .organizer-panel .panel-title { position: relative; display: inline-block; margin-top: -17px; vertical-align: middle; }
.rightEmailBody .organizer .organizer-panel .title { display: inline-block; font-size:12px; font-weight:bold; }
.rightEmailBody .pop-manager { position:relative; padding:20px; text-align:center; }
.rightEmailBody .pop-manager span { font-size:14px; }
.rightEmailBody .pop-manager span i { font-size:21px; }
.rightEmailBody .pop-manager .pop-manager-box { display:none; }
.rightEmailBody .pop-manager .pop-manager-box ul { margin:0; padding:0; }
.rightEmailBody .pop-manager .pop-manager-box li { width:25px; float:left; margin:5px 0 5px 5px; }
.rightEmailBody .pop-manager .pop-manager-box li img { width:100%; margin:0; }
.rightEmailBody .pop-manager:hover .pop-manager-box { display:block; position: absolute; bottom: 60px; left:20px; width: 90%; padding: 10px; border-radius: 3px; z-index: 2; }
.rowToolbar { /*display: none;*/ z-index: 2; width: 600px; height:69px; font-size: 15px; position: absolute; top: -70px; left:0; }
.rowToolbar ul { height: 30px; margin: 3px 2px 0; padding: 0; float:left; border-radius: 5px; }
.rowToolbar li { float:left; height: 30px; line-height: 18px; font-size: 14px; }
.rowToolbar li button { border:none; height: 30px; padding: 0 10px; }
.ui-dragbox-outlined > div:first-child,
.ui-dragbox-outlined.firefox > div:first-child { outline:none; border-width:2px; border-style:solid; }
/*.ui-dragbox-outlined > div:first-child::after,
.ui-dragbox-outlined.firefox > div:first-child::after { content: " Structure"; padding: 5px; font-size:12px; top: -2px; right:-64px; position: absolute; }*/

.fvclearfix { margin-left: -30px; margin-right: -30px; }
.fvclearfix { border:2px solid transparent; }
.fvclearfix:hover { border-width:2px; border-style:solid; }
.fvclearfix:hover::after {content: " Structure";padding: 2px 5px;font-size:12px;top: -10px;right:-2px;position: absolute;z-index:5;}
.ui-dragbox-outlined .fvclearfix:hover::after {content: "";background:none;}
.contentemail { border:2px solid transparent; position:relative; }
.contentemail:hover { border-width:2px; border-style:solid; }
.contentemail:hover::after {content:" Content";padding: 10px;font-size:12px;bottom: 0px;right:0px;position: absolute;z-index:5;}
.row-tool { top: 2px; left: -29px !important; z-index:1; }
.imgSec { border-width: 1px; border-style:dashed; outline-offset: -2px; display: inline-block; padding: 10px; width: 100%; position:relative; }
.imgSec .icon-close-circle { position: absolute; right: 5px; top: 5px; font-size: 14px; border-radius: 20px; height: 18px; width: 18px; }
.imgSec .icon-close-circle i { font-size:21px; }
.blankSec { font-size: 13px; padding: 10px; line-height: 20px; border-width: 1px; border-style:dashed; }
.sp-preview { margin-right:0; }
.container.is-container-email {/*max-width: 600px !important;*/ max-width: 604px !important; padding:2px; display: inline-table; }
.container.is-container-email .block-placeholder { height: 16px; border-top-width:3px; border-top-style:solid; text-align:center; background:none; margin-top: 12px; }
.container.is-container-email .block-placeholder::after {content: " Drop Your Item Here";padding: 5px;border-radius:6px;font-size:11px;top: -12px;position: relative;}
.container.is-container-email td { line-height:0 !important; }
/*Thumbnail*/
.thumbnail { border:none; border-radius:0; padding: 0; }
.thumbnail .icon { position:relative; height: 110px; width:160px; }
.thumbnail .fa-arrows-v { position:absolute; right:45px; top:36px; }
.thumbnail .fa-arrows-h { position:absolute; left:80px; bottom:-4px; }
.thumbnail.iconThunbnail { border:none; padding:0; }
.thumbnail.iconThunbnail .icon { position:relative; height: auto; width:auto; }
.iconThunbnail .file { margin-bottom: 10px; margin-right: 1px; }
.iconThunbnail .file-box { width:94px; margin: 5px 0 5px 5px; }
.iconThunbnail .file .icon i { font-size: 40px; }
.iconThunbnail .icon { height: 70px; }
.thumbnail.strThunbnail { border:none; }
.strThunbnail .file-box { width:100%; }
.strThunbnail .file-box .row div:first-child { padding-right: 5px; padding-left: 15px; }
.strThunbnail .file-box .row div:last-child { padding-right: 15px; padding-left: 5px; }
.strThunbnail .file-box .row div { padding-right: 5px; padding-left: 5px; }
.strThunbnail .file-box .row div.col-md-12 { padding-right: 15px; padding-left: 15px; }
.strThunbnail .file { padding: 10px; margin-bottom: 10px; margin-right: 0px; }
.strThunbnail .file:hover { box-shadow: 0 0px 6px rgba(0, 0, 0, .2); }
/* PROFILE */
.profile-stats { margin-right: 10px; }
.profile-image { width: 120px; float: left; }
.profile-image img { width: 96px; height: 96px; }
.profile-info { margin-left: 120px; }
.feed-element:first-child { margin-top: 0; }
.feed-element { padding-bottom: 15px; }
.feed-element,
.feed-element .media { margin-top: 15px; }
.feed-element,
.media-body { overflow: hidden; }
.feed-element > .pull-left { margin-right: 10px; }
.feed-element img.img-circle,
.dropdown-messages-box img.img-circle { width: 38px; height: 38px; }
.feed-element .well { margin-top: 10px; margin-bottom: 5px; padding: 10px 20px; font-size: 11px; line-height: 16px; border-width: 1px; border-style: solid; }
.feed-element .actions { margin-top: 10px; }
.feed-element .photos { margin: 10px 0; }
.feed-photo { max-height: 180px; border-radius: 4px; overflow: hidden; margin-right: 10px; margin-bottom: 10px; }
.feed-activity-list .feed-element { border-bottom-width: 0px; border-bottom-style: solid; }
.file-list li { padding: 5px 10px; font-size: 11px; border-radius: 2px; margin-bottom: 5px; border-width: 1px; border-style: solid; }
.user-friends img { width: 42px; height: 42px; margin-bottom: 5px; margin-right: 5px; }
/*Mail Wizard*/
.mail-wizard .rowDiv { /*line-height:15px;*/ line-height:35px; min-height:25px; /*padding-top:4px;*/ padding-top:0px; margin: 0;}
.mail-wizard .ellipsis { text-overflow: initial; white-space: normal; line-height:15px;margin-top: 14px; }
.mail-wizard .rowDiv label { line-height:15px; font-weight:normal; }
.mail-wizard .list-group-item { /*padding:0 5px;*/ width:100%; padding:1px 5px 0; margin-top: -5px;  display:inline-table; border-width: 0 1px 1px 1px!important; border-style: solid!important; border-top:0; cursor: pointer; position: relative;}
.mail-wizard .list-group-item.active,
.mail-wizard .list-group-item:hover { border-width: 1px 1px 1px 1px!important;  padding:0px 5px 0;}
.mail-wizard .list-group-item:first-child { border-radius:0; margin-top: 0px; padding-top: 1px; border-width: 1px 1px 1px 1px!important;}
.mail-wizard .list-group-item:last-child { border-radius:0; margin-top: -5px; padding-top: 1px; border-width: 1px 1px 1px 1px!important;}
.mail-wizard i { font-size:18px; width: 20px; text-align: center; vertical-align: middle; }
.mail-wizard i.fa-ellipsis-v {position:relative;}

.mail-wizard .list-group.elements-list .list-group-item .emailHoverIcon {display: none;}
.mail-wizard .list-group.elements-list .list-group-item:hover .emailHoverIcon {display: block; width: 100%; position: absolute; right: 11px; top:0px;}
.mail-wizard .list-group.elements-list .list-group-item:hover .emailHoverIcon i {padding: 9px 0px; width: 38px; border-radius: 20px; font-size: 20px;/* margin-right: 1px;*/ }
/*.mail-wizard .list-group.elements-list .list-group-item:hover .feature .attachment {display: none;}
.mail-wizard .list-group.elements-list .list-group-item:hover .feature .date {display: none;}*/

.mail-wizard .pagination i {font-size:14px!important; width: auto; line-height: 15px; margin-top: -3px;}

.email-list-element { width:100%; }
.email-list-element label { margin-bottom:0; word-wrap:break-word; }
.email { width:100%; float:left; position:relative; }
.emailChk,
.emailStar,
.emailAttachment,
.emailRfi,
.emailDate,
.emailAmount,
.emailUser,
.emailPrint,
.emailContent { padding:5px 10px 5px 0; min-height:18px; }
.emailDate,
.emailAmount,
.emailUser,
.emailPrint,
.emailContent { margin-top:1px; }
.emailChk,
.emailStar,
.emailAttachment,
.emailRfi { width:30px; }
.emailDate,
.emailAmount { min-width:80px; }
.emailUser { width:200px; }
.emailContent { min-width:50px; }
.emailStar i,
.emailAttachment i,
.emailRfi i { cursor: pointer;}

.mail-wizard .list-group.elements-list.email-list-element .list-group-item{padding:6px 5px 5px; margin-top: 0; }
.mail-wizard .list-group.elements-list.email-list-element .list-group-item:hover {padding:5px;}
.mail-wizard .list-group.elements-list.email-list-element .list-group-item:first-child { padding-top: 6px;}
.mail-wizard .list-group.elements-list.email-list-element .list-group-item:last-child { padding-top: 6px;}
.mail-wizard .list-group.elements-list.email-list-element .list-group-item:hover .emailHoverIcon{margin-top: -4px;}
.mail-wizard .list-group.elements-list.email-list-element .list-group-item:hover .emailHoverIcon i {padding: 8px 0px; width: 36px; border-radius: 20px; font-size: 20px; }
.emailFeature {position:absolute;right:0;}

/*.mail-wizard .list-group.elements-list.email-list-element .list-group-item:hover .emailFeature .emailAttachment {display: none;}
.mail-wizard .list-group.elements-list.email-list-element .list-group-item:hover .emailFeature .emailDate {display: none;}*/

 @media (max-width: 1200px) {
	.emailContent {width:100% !important;}
	 
}
/*Tabular Wizard*/
.tabular-wizard .rowDiv { line-height:22px; min-height:28px; padding:0 5px; }
.tabular-wizard .rowDiv label { line-height:24px; font-weight:normal; }
.tabular-wizard .list-group-item { padding:0 15px; border-width: 1px!important; border-style: solid!important; border-top:0; }
.tabular-wizard .list-group-item-heading { padding:0 15px; margin-top: 0; margin-bottom: 0; border-width: 1px!important; border-style: solid!important; border-top-width:0!important; border-bottom-width:0!important; }
.tabular-wizard .list-group-item:first-child,
.tabular-wizard .list-group-item:last-child { border-radius:0; }
.tabular-wizard i { font-size:17px; margin-top: 3px; }
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item-heading .rowDiv,
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .rowDiv { border-left-width: 1px!important; border-left-style: solid!important; }
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item-heading .row .rowDiv,
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .row .rowDiv { /*padding-top: 3px; padding-bottom: 3px;*/ padding:5px 7px; margin-top:0 !important; margin-bottom:0 !important; }
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item-heading .rowDiv:first-child,
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .rowDiv:first-child { border-left-width:0 !important; }
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item-heading .row .rowDiv:first-child,
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .row .rowDiv:first-child { margin-left:0; }
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item-heading .row .rowDiv:last-child,
.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .row .rowDiv:first-child { margin-right:0; }
 @media (max-width: 992px) {
	.tabular-wizard .rowDiv {padding:0 15px;}
	/*.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item-heading {display:none}*/
	.tabular-wizard .list-group-item {padding:0 15px !important;}
	/*.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .rowDiv {border-left-width: 0px !important;}*/
	.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .row .rowDiv label {float:right;font-weight:bold;}
}
@media (max-width: 768px) {
	.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .row {padding: 4px 0 7px 0 !important;}
	.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .row .rowDiv {padding: 0 15px !important;}
	.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .row .rowDiv label {float:left;margin-bottom:0;}
	.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .row .rowDiv .form-control {padding-bottom: 0 0 15px !important;}
	.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item-heading {display:none}
	.ibox .ibox-content .form-horizontal .tabular-wizard .list-group-item .rowDiv {border-left-width: 0px !important;}
	.tabular-wizard .list-group-item {padding:0 5px !important;}
}
/* MAILBOX */
.mail-box .table { margin-bottom:-1px; }
.mail-box { padding: 0; margin-bottom: 20px; border-width: 1px; border-style: solid; border-top: 0; }
.mail-box .table tr { border-width: 1px; border-style: solid; }
.mail-box-header { padding: 10px; border-width: 1px; border-style: solid; }
.mail-box-header h2 { margin-top: 0; text-align:left; }
.mail-body { padding: 20px; }
.mail-text { border-top-width: 1px; border-top-style: solid; }
.mail-text .note-toolbar { padding: 10px 15px; }
.mail-body .form-group { margin-bottom: 10px !important; }
.mail-text .note-editor .note-toolbar { }
.mail-attachment { padding: 20px; font-size: 12px; border-top-width: 1px; border-top-style: solid; }
.mailbox-content { padding: 0; }
.mail-ontact { width: 23%; }
.mailbox-content.ibox-content { padding:0; }
.mail-caption,
.category-list .mail-caption { width:100%; display:inline-block; }
/* PROJECTS */
/*.project-people, .project-actions { text-align: right; vertical-align: middle; }
dd.project-people { text-align: left; margin-top: 5px; }
.project-people img { width: 32px; height: 32px; }
.project-title a { font-size: 14px; color: #676a6c; font-weight: 600; }
.project-list table tr td { border-top: none; border-bottom: 1px solid #e7eaec; padding: 15px 10px; vertical-align: middle; }
.project-manager .tag-list li a { font-size: 10px; background-color: white; padding: 5px 12px; color: inherit; border-radius: 2px; border: 1px solid #e7eaec; margin-right: 5px; margin-top: 5px; display: block; }
.project-files li a { font-size: 11px; color: #676a6c; margin-left: 10px; line-height: 22px; }*/

/* FAQ */
/*.faq-item { padding: 20px; margin-bottom: 2px; background: #fff; }
.faq-question { font-size: 18px; font-weight: 600; color: #1ab394; display: block; }
.faq-question:hover { color: #179d82; }
.faq-answer { margin-top: 10px; background: #f3f3f4; border: 1px solid #e7eaec; border-radius: 3px; padding: 15px; }
.faq-item .tag-item { background: #f3f3f4; padding: 2px 6px; font-size: 10px; text-transform: uppercase; }*/

/* Chat view */

/*.message-input { height: 90px !important; }
.chat-avatar { white: 36px; height: 36px; float: left; margin-right: 10px; }
.chat-user-name { padding: 10px; }
.chat-user { padding: 8px 10px; border-bottom: 1px solid #e7eaec; }
.chat-user a { color: inherit; }
.chat-view { z-index: 20012; }
.chat-users, .chat-statistic { margin-left: -30px; }
@media (max-width: 992px) {
 .chat-users,  .chat-statistic { margin-left: 0;}
}
.chat-view .ibox-content { padding: 0; }
.chat-message { padding: 10px 20px; }
.message-avatar { height: 48px; width: 48px; border: 1px solid #e7eaec; border-radius: 4px; margin-top: 1px; }
.chat-discussion .chat-message.left .message-avatar { float: left; margin-right: 10px; }
.chat-discussion .chat-message.right .message-avatar { float: right; margin-left: 10px; }
.message { background-color: #fff; border: 1px solid #e7eaec; text-align: left; display: block; padding: 10px 20px; position: relative; border-radius: 4px; }
.chat-discussion .chat-message.left .message-date { float: right; }
.chat-discussion .chat-message.right .message-date { float: left; }
.chat-discussion .chat-message.left .message { text-align: left; margin-left: 55px; }
.chat-discussion .chat-message.right .message { text-align: right; margin-right: 55px; }
.message-date { font-size: 10px; color: #888888; }
.message-content { display: block; }
.chat-discussion { background: #eee; padding: 15px; height: 400px; overflow-y: auto; }
.chat-users { overflow-y: auto; height: 400px; }
.chat-message-form .form-group { margin-bottom: 0; }*/

/* jsTree */
.jstree-default .jstree-last { background: none!important; }
.jstree-default .jstree-themeicon-custom { background: none!important; }
/*.jstree-open > .jstree-anchor > .fa-folder:before { content: "\f07c"; }
.jstree-default .jstree-icon.none { width: 0; }
.jstree {height:300px; overflow:auto;}*/

/* CLIENTS */
/*.clients-list { margin-top: 20px; }
.clients-list .tab-pane { position: relative; height: 600px; }
.client-detail { position: relative; height: 620px; }
.clients-list table tr td { height: 46px; vertical-align: middle; border: none; }
.client-link { font-weight: 600; color: inherit; }
.client-link:hover { color: inherit; }
.client-avatar { width: 42px; }
.client-avatar img { width: 28px; height: 28px; border-radius: 50%; }
.contact-type { width: 20px; color: #c1c3c4; }
.client-status { text-align: left; }
.client-detail .vertical-timeline-content p { margin: 0; }
.client-detail .vertical-timeline-icon.gray-bg { color: #a7aaab; }
.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:hover, .clients-list .nav-tabs > li.active > a:focus { border-bottom: 1px solid #fff; }
*/

/* BLOG ARTICLE */
/*.blog h2 { font-weight: 700; }
.blog h5 { margin: 0 0 5px 0; }
.blog .btn { margin: 0 0 5px 0; }
.article h1 { font-size: 48px; font-weight: 700; color: #2F4050; }
.article p { font-size: 15px; line-height: 26px; }
.article-title { text-align: center; margin: 40px 0 100px 0; }
.article .ibox-content { padding: 40px; }*/

/* ISSUE TRACKER */
/*.issue-tracker .btn-link { color: #1ab394; }
table.issue-tracker tbody tr td { vertical-align: middle; height: 50px; }
.issue-info { width: 50%; }
.issue-info a { font-weight: 600; color: #676a6c; }
.issue-info small { display: block; }*/

/* TEAMS */
/*.team-members { margin: 10px 0; }
.team-members img.img-circle { width: 42px; height: 42px; margin-bottom: 5px; }*/

/* AGILE BOARD */
/*.sortable-list { padding: 10px 0; }
.agile-list { list-style: none; margin: 0; }
.agile-list li { background: #FAFAFB; border: 1px solid #e7eaec; margin: 0 0 10px 0; padding: 10px; border-radius: 2px; }
.agile-list li:hover { cursor: pointer; background: #fff; }
.agile-list li.warning-element { border-left: 3px solid #f8ac59; }
.agile-list li.danger-element { border-left: 3px solid #ed5565; }
.agile-list li.info-element { border-left: 3px solid #1c84c6; }
.agile-list li.success-element { border-left: 3px solid #1ab394; }
.agile-detail { margin-top: 5px; font-size: 12px; }*/

/* DIFF */
/*ins { background-color: #c6ffc6; text-decoration: none; }
del { background-color: #ffc6c6; }*/

/* E-commerce */
.product-box { padding: 0; margin:0 0 15px 0; border-width: 1px; border-style: solid; }
.product-imitation { text-align: center; padding: 20px 0; font-weight: 600; }
.product-imitation.xl { padding: 120px 0; }
.product-desc { /*padding:20px 0 0 0;*/ position: relative; }
.ecommerce .tag-list { padding: 0; }
.ecommerce .note-editor { border-width: 1px; border-style: solid; }
.product-name { font-size: 16px; font-weight: 600; display: block; margin: 2px 0 5px 0; }
.product-price { font-size: 14px; font-weight: 600; padding: 6px 12px; /*position: absolute;*/ /*top: -32px;*/ /*top:0; right: 0;*/ width:100%; display:block; text-align:center; border-width: 1px; border-style: solid; }
.product-detail .ibox-content { padding: 30px 30px 50px 30px; }
.image-imitation { text-align: center; padding: 200px 0; }
.product-main-price small { font-size: 10px; }
.product-images { margin: 0 20px; }
.text-righ { width:50%; padding-bottom: 5px; }
.text-righ a { line-height:21px; }
.text-righ i { font-size:17px; }
/* Social feed */
/*.social-feed-separated .social-feed-box { margin-left: 62px; }
.social-feed-separated .social-avatar { float: left; padding: 0; }
.social-feed-separated .social-avatar img { width: 52px; height: 52px; border: 1px solid #e7eaec; }
.social-feed-separated .social-feed-box .social-avatar { padding: 15px 15px 0 15px; float: none; }
.social-feed-box { border: 1px solid #e7eaec; background: #fff; margin-bottom: 15px; }
.article .social-feed-box { margin-bottom: 0; border-bottom: none; }
.article .social-feed-box:last-child { margin-bottom: 0; border-bottom: 1px solid #e7eaec; }
.article .social-feed-box p { font-size: 13px; line-height: 18px; }
.social-action { margin: 15px; }
.social-avatar { padding: 15px 15px 0 15px; }
.social-comment .social-comment { margin-left: 45px; }
.social-avatar img { height: 40px; width: 40px; margin-right: 10px; }
.social-avatar .media-body a { font-size: 14px; display: block; }
.social-body { padding: 15px; }
.social-body img { margin-bottom: 10px; }
.social-footer { border-top: 1px solid #e7eaec; padding: 10px 15px; background: #f9f9f9; }
.social-footer .social-comment img { width: 32px; margin-right: 10px; }
.social-comment:first-child { margin-top: 0; }
.social-comment { margin-top: 15px; }
.social-comment textarea { font-size: 12px; }*/

/* Vote list */
/*.vote-item { padding: 20px 25px; background: #ffffff; border-top: 1px solid #e7eaec; }
.vote-item:last-child { border-bottom: 1px solid #e7eaec; }
.vote-item:hover { background: #fbfbfb; }
.vote-actions { float: left; width: 30px; margin-right: 15px; text-align: center; }
.vote-actions a { color: #1ab394; font-weight: 600; }
.vote-actions { font-weight: 600; }
.vote-title { display: block; color: inherit; font-size: 18px; font-weight: 600; margin-top: 5px; margin-bottom: 2px; }
.vote-title:hover, .vote-title:focus { color: inherit; }
.vote-info, .vote-title { margin-left: 45px; }
.vote-info, .vote-info a { color: #b4b6b8; font-size: 12px; }
.vote-info a { margin-right: 10px; }
.vote-info a:hover { color: #1ab394; }
.vote-icon { text-align: right; font-size: 38px; display: block; color: #e8e9ea; }
.vote-icon.active { color: #1ab394; }
body.body-small .vote-icon { display: none; }
#small-chat { position: fixed; bottom: 20px; right: 20px; z-index: 100; }
#small-chat .badge { position: absolute; top: -3px; right: -4px; }
.open-small-chat { height: 38px; width: 38px; display: block; background: #1ab394; padding: 9px 8px; text-align: center; color: #fff; border-radius: 50%; }
.open-small-chat:hover { color: white; background: #1ab394; }
.small-chat-box { display: none; position: fixed; bottom: 20px; right: 75px; background: #fff; border: 1px solid #e7eaec; width: 230px; height: 320px; border-radius: 4px; }
.small-chat-box.ng-small-chat { display: block; }
.body-small .small-chat-box { bottom: 70px; right: 20px; }
.small-chat-box.active { display: block; }
.small-chat-box .heading { background: #2f4050; padding: 8px 15px; font-weight: bold; color: #fff; }
.small-chat-box .chat-date { opacity: 0.6; font-size: 10px; font-weight: normal; }
.small-chat-box .content { padding: 15px 15px; }
.small-chat-box .content .author-name { font-weight: bold; margin-bottom: 3px; font-size: 11px; }
.small-chat-box .content > div { padding-bottom: 20px; }
.small-chat-box .content .chat-message { padding: 5px 10px; border-radius: 6px; font-size: 11px; line-height: 14px; max-width: 80%; background: #f3f3f4; margin-bottom: 10px; }
.small-chat-box .content .chat-message.active { background: #1ab394; color: #fff; }
.small-chat-box .content .left { text-align: left; clear: both; }
.small-chat-box .content .left .chat-message { float: left; }
.small-chat-box .content .right { text-align: right; clear: both; }
.small-chat-box .content .right .chat-message { float: right; }
.small-chat-box .form-chat { padding: 10px 10px; }*/

/* metismenu */
/*.metismenu .plus-minus, .metismenu .plus-times { float: right; }
.metismenu .arrow { float: right; line-height: 1.42857; }
.metismenu .glyphicon.arrow:before { content: "\e079"; }
.metismenu .active > a > .glyphicon.arrow:before { content: "\e114"; }
.metismenu .fa.arrow:before { content: "\f104"; }
.metismenu .active > a > .fa.arrow:before { content: "\f107"; }
.metismenu .ion.arrow:before { content: "\f3d2"; }
.metismenu .active > a > .ion.arrow:before { content: "\f3d0"; }
.metismenu .fa.plus-minus:before, .metismenu .fa.plus-times:before { content: "\f067"; }
.metismenu .active > a > .fa.plus-times { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.metismenu .active > a > .fa.plus-minus:before { content: "\f068"; }
.metismenu .collapse { display: none; }
.metismenu .collapse.in { display: block; }
.metismenu .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s;
 transition-duration: .35s;
-webkit-transition-property: height, visibility; transition-property: height, visibility; }
.sk-spinner-rotating-plane.sk-spinner { width: 30px; height: 30px; background-color: #1ab394; margin: 0 auto; -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out; animation: sk-rotatePlane 1.2s infinite ease-in-out; }
@-webkit-keyframes sk-rotatePlane { 0% {
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
@keyframes sk-rotatePlane { 0% {
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}*/
.sk-spinner-double-bounce.sk-spinner { width: 40px; height: 40px; position: relative; margin: 0 auto; }
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 { width: 100%; height: 100%; border-radius: 50%; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-doubleBounce 2s infinite ease-in-out; animation: sk-doubleBounce 2s infinite ease-in-out; }
.sk-spinner-double-bounce .sk-double-bounce2 { -webkit-animation-delay: -1s; animation-delay: -1s; }
@-webkit-keyframes sk-doubleBounce { 0%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes sk-doubleBounce { 0%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.sk-spinner-wave.sk-spinner { margin: 0 auto; width: 50px; height: 30px; text-align: center; font-size: 10px; }
.sk-spinner-wave div { height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out; animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
.sk-spinner-wave .sk-rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.sk-spinner-wave .sk-rect3 { -webkit-animation-delay: -1s; animation-delay: -1s; }
.sk-spinner-wave .sk-rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.sk-spinner-wave .sk-rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
@-webkit-keyframes sk-waveStretchDelay { 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
 transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
@keyframes sk-waveStretchDelay { 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
 transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
.sk-spinner-wandering-cubes.sk-spinner { margin: 0 auto; width: 32px; height: 32px; position: relative; }
.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 { width: 10px; height: 10px; position: absolute; top: 0; left: 0; -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; }
.sk-spinner-wandering-cubes .sk-cube2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
@-webkit-keyframes sk-wanderingCubeMove { 25% {
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
 transform: translateX(42px) rotate(-90deg) scale(0.5);
}
 50% {
 -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
 transform: translateX(42px) translateY(42px) rotate(-179deg);
}
 50.1% {
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
 transform: translateX(42px) translateY(42px) rotate(-180deg);
}
 75% {
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
 transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
@keyframes sk-wanderingCubeMove { 25% {
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
 transform: translateX(42px) rotate(-90deg) scale(0.5);
}
 50% {
 -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
 transform: translateX(42px) translateY(42px) rotate(-179deg);
}
 50.1% {
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
 transform: translateX(42px) translateY(42px) rotate(-180deg);
}
 75% {
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
 transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
.sk-spinner-pulse.sk-spinner { width: 40px; height: 40px; margin: 0 auto; border-radius: 100%; -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out; animation: sk-pulseScaleOut 1s infinite ease-in-out; }
@-webkit-keyframes sk-pulseScaleOut { 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
@keyframes sk-pulseScaleOut { 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
.sk-spinner-chasing-dots.sk-spinner { margin: 0 auto; width: 40px; height: 40px; position: relative; text-align: center; -webkit-animation: sk-chasingDotsRotate 2s infinite linear; animation: sk-chasingDotsRotate 2s infinite linear; }
.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; border-radius: 100%; -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out; animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
.sk-spinner-chasing-dots .sk-dot2 { top: auto; bottom: 0; -webkit-animation-delay: -1s; animation-delay: -1s; }
@-webkit-keyframes sk-chasingDotsRotate { 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes sk-chasingDotsRotate { 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes sk-chasingDotsBounce { 0%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes sk-chasingDotsBounce { 0%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.sk-spinner-three-bounce.sk-spinner { margin: 0 auto; width: 70px; text-align: center; }
.sk-spinner-three-bounce div { width: 18px; height: 18px; border-radius: 100%; display: inline-block; -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out; animation: sk-threeBounceDelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.sk-spinner-three-bounce .sk-bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.sk-spinner-three-bounce .sk-bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }
@-webkit-keyframes sk-threeBounceDelay { 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes sk-threeBounceDelay { 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.sk-spinner-circle.sk-spinner { margin: 0 auto; width: 22px; height: 22px; position: relative; }
.sk-spinner-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.sk-spinner-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; width: 20%; height: 20%; border-radius: 100%; -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out; animation: sk-circleBounceDelay 1.2s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay { 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes sk-circleBounceDelay { 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.sk-spinner-cube-grid { }
.sk-spinner-cube-grid.sk-spinner { width: 30px; height: 30px; margin: 0 auto; }
.sk-spinner-cube-grid .sk-cube { width: 33%; height: 33%; float: left; -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
 -webkit-animation-delay: 0.2s;
 animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
 -webkit-animation-delay: 0.3s;
 animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
 -webkit-animation-delay: 0.4s;
 animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
 -webkit-animation-delay: 0.1s;
 animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
 -webkit-animation-delay: 0.2s;
 animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
 -webkit-animation-delay: 0.3s;
 animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
 -webkit-animation-delay: 0.1s;
 animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
 -webkit-animation-delay: 0.2s;
 animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% {
 -webkit-transform: scale3D(1, 1, 1);
 transform: scale3D(1, 1, 1);
}
 35% {
 -webkit-transform: scale3D(0, 0, 1);
 transform: scale3D(0, 0, 1);
}
}
@keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% {
 -webkit-transform: scale3D(1, 1, 1);
 transform: scale3D(1, 1, 1);
}
 35% {
 -webkit-transform: scale3D(0, 0, 1);
 transform: scale3D(0, 0, 1);
}
}
.sk-spinner-wordpress.sk-spinner { width: 30px; height: 30px; border-radius: 30px; position: relative; margin: 0 auto; -webkit-animation: sk-innerCircle 1s linear infinite; animation: sk-innerCircle 1s linear infinite; }
.sk-spinner-wordpress .sk-inner-circle { display: block; width: 8px; height: 8px; position: absolute; border-radius: 8px; top: 5px; left: 5px; }
@-webkit-keyframes sk-innerCircle { 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes sk-innerCircle { 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.sk-spinner-fading-circle.sk-spinner { margin: 0 auto; width: 22px; height: 22px; position: relative; }
.sk-spinner-fading-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.sk-spinner-fading-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; width: 18%; height: 18%; border-radius: 100%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out; animation: sk-circleFadeDelay 1.2s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.sk-spinner-fading-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }
.sk-spinner-fading-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); }
.sk-spinner-fading-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.sk-spinner-fading-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); }
.sk-spinner-fading-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); }
.sk-spinner-fading-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.sk-spinner-fading-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); }
.sk-spinner-fading-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); }
.sk-spinner-fading-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
.sk-spinner-fading-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); }
.sk-spinner-fading-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); }
.sk-spinner-fading-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.sk-spinner-fading-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; }
.sk-spinner-fading-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.sk-spinner-fading-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.sk-spinner-fading-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.sk-spinner-fading-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.sk-spinner-fading-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.sk-spinner-fading-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.sk-spinner-fading-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.sk-spinner-fading-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.sk-spinner-fading-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }
@-webkit-keyframes sk-circleFadeDelay { 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
@keyframes sk-circleFadeDelay { 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
/*fv-spinner */
.fv-spinner { width:25px; /* position:relative; */ height: 25px; }
.fv-spinner:before { content:""; box-sizing:border-box; position:absolute; /*top:50%; left:50%;*/ height:25px; width:25px;/* margin-top:-30px; margin-left:-30px;*/ border-radius:50%; }
.fv-spinner-1:before { border-width:3px; border-style:solid; animation:fv-spinner 0.7s linear infinite; }
.fv-spinner-2:before { border-width:3px; border-style:solid; animation:fv-spinner 0.7s ease infinite; }
.fv-spinner-3:before { border-top-width:3px; border-top-style:solid; border-right-width:3px; border-right-style:solid; animation:fv-spinner 0.7s linear infinite; }
 @keyframes fv-spinner {  to {
 transform:rotate(360deg);
}
}
/* Theme config */
body.rtls { }
body.rtls #page-wrapper { margin: 0 220px 0 0; }
body.rtls .nav-second-level li a { padding: 7px 35px 7px 10px; }
body.rtls .ibox-title h5 { float: right; }
body.rtls .pull-right { float: left !important; }
body.rtls .pull-left { float: right !important; }
body.rtls .ibox-tools { float: left; }
body.rtls .stat-percent { float: left; }
body.rtls .navbar-right { float: left !important; }
body.rtls .navbar-top-links li:last-child { margin-left: 40px; margin-right: 0; }
body.rtls .minimalize-styl-2 { float: right; margin: 14px 20px 5px 5px; }
body.rtls .feed-element > .pull-left { margin-left: 10px; margin-right: 0; }
body.rtls .timeline-item .date { text-align: left; }
body.rtls .timeline-item .date i { left: 0; right: auto; }
body.rtls .theme-config { left: 0; right: auto; }
body.rtls .spin-icon { border-radius: 0 20px 20px 0; }
body.rtls .toast-close-button { float: left; }
body.rtls #toast-container > .toast:before { margin: auto -1.5em auto 0.5em; }
body.rtls #toast-container > div { padding: 15px 50px 15px 15px; }
body.rtls .center-orientation .vertical-timeline-icon i { margin-left: 0; margin-right: -12px; }
body.rtls .vertical-timeline-icon i { right: 50%; left: auto; margin-left: auto; margin-right: -12px; }
body.rtls .file-box { float: right; }
body.rtls ul.notes li { float: right; }
body.rtls .chat-users,
body.rtls .chat-statistic { margin-right: -30px; margin-left: auto; }
body.rtls .dropdown-menu > li > a { text-align: right; }
body.rtls .dd-list .dd-list { padding-right: 30px; padding-left: 0; }
body.rtls .dd-item > button { float: right; }
body.rtls .theme-config-box { margin-left: -220px; margin-right: 0; }
body.rtls .theme-config-box.show { margin-left: 0; margin-right: 0; }
body.rtls .spin-icon { right: 0; left: auto; }
body.rtls .skin-setttings { margin-right: 40px; margin-left: 0; }
body.rtls .skin-setttings { direction: ltr; }
body.rtls .footer.fixed { margin-right: 220px; margin-left: 0; }
body.rtls .timeline-item .content { border-right-width: 1px; border-right-style:solid; border-left: none; }
body.rtls .b-r { border-left-width: 1px; border-left-style:solid; border-right: none; }
 @media (max-width: 992px) {
 	body.rtls .chat-users, body.rtls .chat-statistic {margin-right: 0;}
 	body.rtls .chat-users, body.rtls .chat-statistic {margin-right: 0;}
}
body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed { margin: 0 70px 0 0; }
body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed { margin: 0 0 0 0; }
body.rtls.top-navigation .navbar-toggle { float: right; margin-left: 15px; margin-right: 15px; }
.body-small.rtls.top-navigation .navbar-header { float: none; }
body.rtls.top-navigation #page-wrapper { margin: 0; }
body.rtls.mini-navbar #page-wrapper { margin: 0 70px 0 0; }
body.rtls.mini-navbar.fixed-sidebar #page-wrapper { margin: 0 0 0 0; }
body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper { margin: 0 220px 0 0; }
body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side { width: 220px; }
.body-small.rtls .navbar-fixed-top { margin-right: 0; }
.body-small.rtls .navbar-header { float: right; }
body.rtls .navbar-top-links li:last-child { margin-left: 20px; }
body.rtls .top-navigation #page-wrapper,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper { margin: 0; }
body.rtls .top-navigation .footer.fixed,
body.rtls.top-navigation .footer.fixed { margin: 0; }
 @media (max-width: 768px) {
	 body.rtls .navbar-top-links li:last-child {margin-left: 20px;}
	 .body-small.rtls #page-wrapper {position: inherit;margin: 0 0 0 0;min-height: 1000px;}
	 .body-small.rtls .navbar-static-side {display: none;z-index: 2001;position: absolute;width: 70px;}
	 .body-small.rtls.mini-navbar .navbar-static-side {display: block;}
	 .rtls.fixed-sidebar.body-small .navbar-static-side {display: none;z-index: 2001;position: fixed;width: 220px;}
	 .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {display: block;}
	/* .page-heading div {margin-bottom:5px;}*/
}
.rtls .ltr-support { direction: ltr; }
/*This is style for skin config Use only in demo theme*/
.theme-config { position: absolute; top: 95px; right: 0; z-index:2051; }
.theme-config-box { position: relative; z-index: 2000; }
.theme-config-box.show { margin-right: 0; }

.spin-icon { padding:10px; line-height:0; border-radius: 20px 0 0 20px; width: 30px; cursor: pointer; }
.spin-icon i { font-size: 18px; }

.skin-setttings { width:300px; margin-left: 31px; margin-top:-38px; border-width:1px; border-style:solid; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.09); overflow:hidden; }

.skin-setttings .title { text-align: center; text-transform: uppercase; font-weight: 600; display: block; padding: 10px 15px; font-size: 12px; }
.setings-item { padding:10px; }
.setings-item.skin { text-align: center; }
.setings-item .switch { float: right; }
.skin-name a { text-transform: uppercase; }
.default-skin,
.blue-skin,
.ultra-skin,
.yellow-skin { text-align: center; }
.default-skin { font-weight: 600; }
.blue-skin { font-weight: 600; }
.yellow-skin { font-weight: 600; }
.ultra-skin { padding: 20px 10px; font-weight: 600; }


.theme-spin-icon {padding: 15px 2px; line-height: 0; border-radius: 0; width: 15px; cursor: pointer;}
.theme-skin-setttings { width:300px; margin-left: 15px; margin-top:-49px; border-width:1px; border-style:solid; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.09); overflow:hidden; }
.theme-skin-setttings .changeTheme li a {  width: 25px; height: 25px;}
.theme-skin-setttings .setings-item { padding:0px; }
/*skin-1*/
.skin-1 .minimalize-styl-2 { margin: 14px 5px 5px 30px; }
.skin-1 .navbar-top-links li:last-child { margin-right: 30px; }
.skin-1.fixed-nav .minimalize-styl-2 { margin: 14px 5px 5px 15px; }
.skin-1 .page-heading { border: none; }
.skin-1 .dashboard-header { background: transparent; border-bottom: none !important; border-top: none; padding: 20px 30px 10px 30px; }
.skin-1 .wrapper-content { padding: 30px 15px; }
.skin-1 .ibox-title,
.skin-1 .ibox-content { border-width: 1px; }
.skin-1 .ibox-content:last-child { border-style: solid solid solid solid; }
.skin-1 .nav > li.active { border: none; }
.skin-1 .nav-header { padding: 35px 25px 25px 25px; }
.skin-1 .nav-header a.dropdown-toggle { margin-top: 10px; }
.skin-1 .nav-header a.dropdown-toggle .text-muted { opacity: 0.8; }
.skin-1 .profile-element { text-align: center; }
.skin-1 .img-circle { border-radius: 5px; }
/*View Hide in Desktop*/
.isDesktopHide { display:none !important; }

 @media (min-width: 768px) {
	 #page-wrapper {position: inherit;margin: 0 0 0 220px;min-height: 1200px;}
	 .navbar-static-side {z-index: 2001;position: absolute;width: 220px;}
	 .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-fav {margin-left: auto;}
}
@media (max-width: 768px) {
	 #page-wrapper {position: inherit;margin: 0 0 0 0;min-height: 1000px;}
	 .body-small .navbar-static-side {display: none;z-index: 2001;position: absolute;width: 70px;}
	 .body-small.mini-navbar .navbar-static-side {display: block;}
	 .lock-word {display: none;}
	 .navbar-form-custom {display: none;}
	 .navbar-header {display: inline;float: left;}
	 .sidebar-panel  {z-index: 2;position: relative;width: auto;min-height: 100% !important;}
	 .sidebar-content .wrapper {padding-right: 0;z-index: 1;}
	 .fixed-sidebar.body-small .navbar-static-side {display: none;z-index: 2001;position: fixed;width: 220px;}
	 .fixed-sidebar.body-small.mini-navbar .navbar-static-side {display: block;}
	 .ibox-tools {float: none;text-align: right;display: block;}
}
@media (max-width: 350px) { 
	 .timeline-item .date {text-align: left;width: 110px;position: relative;padding-top: 30px;}
	 .timeline-item .date i {position: absolute;top: 0;left: 15px;padding: 5px;width: 30px;text-align: center;}
	 .timeline-item .content {padding-top: 10px;min-height: 100px;}
	 .nav.navbar-top-links li.dropdown {display: inline-block;}
	 .ibox-tools {float: none;text-align: right;display: block;}
}
 @media (max-width: 992px) {
	.welcome-message, .welcome-Icon-big, .whatsNew {display:none !important;}
	.navbar-top-links li a {padding: 14px 6px;}
	.isMobileHide {display:none !important;}
	.isDesktopHide {display: inherit !important;}
	.welcome-Icon-small {display:inline;margin-top: -7px;/*width:30px;*/height:41px;}
	.breadcrumbTxt, .breadcrumb > li + li::before {display: none !important;}
}
 @media (max-width: 768px) {
	.welcome-Icon-small {display:inline;margin-top:-5px;margin-right:0;}
	.body-small .navbar-top-links li:last-child {margin-right: 0px !important;}
	.navbar-top-links li a {padding: 14px 6px;}
	.navbar-right {margin-right: 0 !important;float:right;}
	.form-control {padding:1px 10px !important;}
	.form-control.btn-group {padding:0px 0px !important;}
	.actionBtn {margin-left :0;text-align:center;}
	.actionBtnRight {text-align:center;margin:0 0 10px;}
	.contdropdown-menu {left: auto;right: 0;}
}
/*Google Style Menu*/
.dropdown-menuBox { margin: 0; min-height: 100px; text-align: left; white-space: normal; /*width: 358px;*/ width: 430px; padding:5px; }
.dropdown-menuBox li { border-radius: 2px; display: inline-block; height: 95px; vertical-align: top; width: 100px; float:left; margin:2.5px; border-width:1px!important; border-style: solid!important; }
.dropdown-menuBox li:hover { border-width:1!important; border-radius:0!important; }
.dropdown-menuBox li:last-child { border-radius:0; }
.dropdown-menuBox li a { font-size:12px !important; padding:0!important; text-align:center; line-height:15px; height: 95px; }
.dropdown-menuBox i { font-size:30px; margin:5px 10px; height:35px; }
.dropdown-menuBox i.fv { margin:5px 15px; width: 30px; height: 30px;  }
.dropdown-menuBox span { margin-bottom:5px; display:inline-block; width: 100%; }

/*sample-table*/
.sample-table-main { border-collapse:collapse; }
.sample-table-main td { border-width:1px; border-style:solid; padding-bottom: 5px; }
.sample-table-main td table td { border-width:0; padding: 10px; line-height:20px; }
.sample-table-main td h3 { line-height: 30px; padding-left: 5px; }
/*.sample-table { border-collapse:collapse; }
.sample-table td {border-width:1px 0 0 0 ; border-style:solid; padding:10px; }*/

.sample-table-view { border-collapse:collapse; }
.sample-table-view td { border-width:1px; border-style:solid; padding: 5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.sample-table-view td table td { border-width:0; padding: 0px 5px 0 0; line-height:73px; display: inline-block; }
.sample-table-view td h3 { line-height: 28px; }
 @media screen and (max-width: 992px) {
	 .sample-table-main td table td {line-height:inherit;}
	 .sample-table-view td table td {line-height:inherit;}
}
/*customise*/
.customise { position:relative; }
.customise small { position: absolute; right: 25px; top: 0px; }
.customise i { margin-right:2px; }
.customise-label { display:inline-flex; }
.customise-label li { line-height:20px; margin-right:10px; }
.customise-label li i { margin-right:5px; }
.customise-label li small { margin-top:-5px; }
/*.sample-table td:last-child {border-width:0;}*/
/*Table*/
.table { width:100%; table-layout: fixed; }
.table th,
.table td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.table > thead > tr > th { vertical-align: bottom; border-bottom-width: 1px; border-bottom-style: solid; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { border-bottom-width: 1px; border-bottom-style: solid; line-height: 1.42857; padding: 5px; vertical-align: top; }
/*Ibox Table*/
.ibox-table { position:relative; }
.ibox-table table { width:100%; table-layout: fixed; border-collapse:separate; }
.ibox-table th,
.ibox-table td { padding: 4px 7px; line-height:22px; font-weight:normal; font-size:13px; }
.ibox-table th { /*padding: 5px 7px;*/ padding: 7px 7px 6.5px !important;}
.ibox-table tbody > tr:last-child > td { padding: 5px 7px 4px; }
.ibox-table th i { margin-left: 6px; }
.ibox-table td pre { margin:0; overflow:auto;  font-size: 12px; height:100px !important; white-space: pre-wrap;/* Since CSS 2.1 */ white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */ white-space: -pre-wrap;/* Opera 4-6 */ white-space: -o-pre-wrap;/* Opera 7 */ word-wrap: break-word; }
.ibox-table .input-group-select { position: relative; white-space: nowrap; vertical-align: top; display: table-cell; width: 1%; }
.ibox-table .input-group-select select { border-right:0 !important; min-width: 100px !important; /*text-align:center;*/ }
/*.ibox-table tr.selected th,
.ibox-table tr.selected td { padding: 3px 7px 4px; }*/
.ibox-table td a i.fa-times-circle,
.ibox-table td a i.fa-check-circle { font-size:17px; }
/*.ibox-table tfoot th,
.ibox-table tfoot td { padding: 3px 7px; }*/
/*Responsive Table*/
.ibox-table .responsive-table { width:100%; }
/*.ibox-table .responsive-table th, */
.ibox-table .responsive-table td, 
/*Non Responsive Horizontal Grid*/
/*.ibox-table.hozGrid th,*/
.ibox-table.hozGrid td,
.table-multiHeader td { white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; cursor:pointer; }
.ibox-table .responsive-table th,
.ibox-table.hozGrid th,
.table-multiHeader th{line-height: 15px;word-wrap: break-word;}
/*Ibox Table Checkbox*/
.ibox-table .fa-square-o { font-size:21px; line-height:17px; }
.ibox-table .fa-check-square { font-size:20px; line-height:17px; }
/*Fixed Header*/
.tableFixedHeader { -moz-box-sizing: border-box;box-sizing: border-box;  display: flex; flex-direction: column; align-items: stretch; border-collapse:collapse; width: calc( 100% - 17px ) !important; }
.tableFixedHeader * { -moz-box-sizing: inherit;box-sizing: inherit;  }
.tableFixedHeader:hover { width: calc( 100% - 17px ); }
.tableFixedHeader thead,
.tableFixedHeader tfoot { display: flex; flex-direction: column; align-items: stretch; width:100% }
.tableFixedHeader tbody:hover { width: calc( 100% + 17px ); }
.tableFixedHeader tbody { overflow-y: auto; overflow-x: hidden; /*height: 325px;*/ height: 340px; }
.tableFixedHeader thead > tr,
.tableFixedHeader tbody > tr,
.tableFixedHeader tfoot > tr { display: flex; flex-direction: row; flex-wrap: nowrap; }
.tableFixedHeader thead > tr th{ /*display: flex;*/align-items: center;}
.tableFixedHeader thead,
.tableFixedHeader tfoot { flex-shrink: 0; }
.tableFixedHeader th,
.tableFixedHeader thead td,
.tableFixedHeader tbody td { display: inline-block; }
.tableFixedHeader tfoot { display: inline-block; }
.tableFixedHeader tfoot td { width: 100%; display: inline-block; }
/*Ibox Table Editable Table*/
.ibox-table tbody input,
.ibox-table tbody select,
.ibox-table tbody pre,
.ibox-table tbody textarea { display:none !important; }
.ibox-table tbody input[type="checkbox"] { display:block !important; }
.ibox-table tbody .editable input,
.ibox-table tbody .editable select,
/*.ibox-table tbody input[type="radio"],*/
.ibox-table tbody .editable pre,
.ibox-table tbody .editable textarea { display:block !important; }
.ibox-table tbody .editable input[type="radio"] { margin: 6px 0;}
/*this area work for dropdown or calender*/
/*.ibox-table .responsive-table tr.editable th, 
.ibox-table .responsive-table tr.editable td,
.ibox-table tr.editable th,
.ibox-table tr.editable td { overflow:visible!important; white-space: normal !important; word-wrap: break-word; padding:5px 7px 4px !important;line-height: 16px; }*/
.ibox-table tr.editable th .form-control,
.ibox-table tr.editable td .form-control { height:28px; text-overflow: initial; }
.ibox-table .responsive-table tr.editable th.bootstrap-select-picker,
.ibox-table .responsive-table tr.editable td.bootstrap-select-picker ,
.ibox-table.hozGrid tr.editable td.bootstrap-select-picker{ overflow:visible!important; }
.ibox-table .responsive-table tr.editable .datepicker.datepicker-inline th, 
.ibox-table tr.editable .datepicker.datepicker-inline th {white-space: nowrap !important;}
.ibox-table .table-responsive tr.editable td .dropdown-followup{left: 0 !important; right: auto !important;}
.ibox-table .table-responsive tr.editable td:last-child .dropdown-followup{left: auto !important; right: 0 !important;}
/*Table Horizontal Scroll (Without Fixed Header)*/
.ibox-table .tableHozScroll { display:inline-table; width:100%; }
/*Table Horizontal Scroll (With Fixed Header)*/
.ibox-table .tableFixedHeader.tableHozScroll { display:inline-flex; width:auto !important; margin-right:17px; }
.tableFixedHeader.tableHozScroll thead { display:table-caption; }
/*Table pinned*/
.table-pinned { margin-top:1px !important; }
/*Ibox Table Sub Table*/
.ibox-table .table-multiple th.subTable,
.ibox-table .table-multiple td.subTable { padding:0 !important; }
.ibox-table .table-multiple td.subTable tr:last-child > td { /*padding:0px 7px!important;*/line-height: 22px;}
.ibox-table .table-multiple th.subTable table,
.ibox-table .table-multiple td.subTable table { width:100%; table-layout: fixed; }
.ibox-table .table-multiple th.subTable th{padding:0 7px !important;line-height:32px !important; margin-top: -1px; }
.ibox-table .table-multiple td.subTable td {padding:0 7px !important;line-height:30px !important;}
.ibox-table .table-multiple td.subTable tbody { height:auto !important; }
/*Ibox Table Sub Table*/
.ibox-table table.tree { width:100%; }
/*Ibox Table Fixed column*/
.ibox-table .fixed-column { position: absolute; display: inline-block; width: auto !important; margin-top:-1px; }
/* Let's get this party started */

/* TABLES Border */
table { border-collapse:separate; }
/* TABLES Border */
.table-bordered { border-width:0; border-style:solid; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td { border-width:0px 1px 0 0; border-style:solid; }
.table-bordered > thead > tr > th:first-child,
.table-bordered > thead > tr > td:first-child { border-left-width:1px; border-top-width:0px; border-style:solid; }
.table-bordered > thead > tr > th:last-child,
.table-bordered > thead > tr > td:last-child { border-right-width:1px; border-top-width:0px; border-style:solid; }
.table-bordered > tbody > tr > td { /*border-width:1px 1px 0 0;*/ border-width:1px 1px 1px 0 !important; border-style:solid; }
/*.table-bordered > tbody > tr:last-child > td { border-width:0px 1px 1px 0 !important; border-style:solid; }*/
.table-bordered > tbody > tr > td:first-child { border-left-width:1px !important; border-style:solid; }
.table-bordered > tbody > tr.selected > td { border-width:1px 1px 1px 0!important; border-style:solid; }
.table-bordered > tbody > tr.selected + tr.selected > td { border-width:0 1px 1px 0 !important; border-style:solid; padding:5px 7px 4px; }
.table-bordered > tbody > tr.selected + tr.selected > td:first-child { border-left-width:1px !important; }
.table-bordered > tbody > tr.selected > td:first-child { border-width:1px 1px 1px 1px !important; border-style:solid; }
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td { border-width:1px 1px 1px 0; border-style:solid; font-weight:bold !important; }
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > tfoot > tr > td:first-child { border-left-width:1px !important; border-style:solid!important; }
/*Sub Table Border*/
.table-multiple th.subTable .table-bordered,
.table-multiple td.subTable .table-bordered { border-width: 0; }
.table-multiple th.subTable .table-bordered > thead > tr > th,
.table-multiple td.subTable .table-bordered > thead > tr > td { border-top-width :0; }
.table-multiple th.subTable .table-bordered > thead > tr > th:first-child,
.table-multiple td.subTable .table-bordered > thead > tr > td:first-child { border-width:0 1px 0 0; }
.table-multiple td.subTable .table-bordered > tbody > tr > td { border-width:0 1px 0 0 !important; border-style:solid; }
.table-multiple td.subTable .table-bordered > tbody > tr > td:last-child { border-width:0 !important; }
.table-multiple tr.selected > td.subTable .table-bordered > tbody > tr > td { border-width:0 1px 0 0; border-style:solid; }
.table-multiple tr.selected > td.subTable .table-bordered > tbody > tr > td:last-child { border-width:0; }
.table-multiple th.subTable .table-bordered > tfoot > tr > th,
.table-multiple td.subTable .table-bordered > tfoot > tr > td { border-width:0 1px 0 0; border-style:solid; }
.table-multiple th.subTable .table-bordered > tfoot > tr > th:first-child,
.table-multiple td.subTable .table-bordered > tfoot > tr > td:first-child { border-left-width :0 !important; }
.table-multiple th.subTable .table-bordered > tfoot > tr > th:last-child,
.table-multiple td.subTable .table-bordered > tfoot > tr > td:last-child { border-width:0; }
/*Multi Header Table */
.table-multiHeader { width:100%; table-layout: fixed; }
.table-multiHeader > thead > tr > th { vertical-align: bottom; border-bottom-width: 1px; border-bottom-style: solid; /*padding:5px 7px 4px;*/ }
.table-multiHeader > thead > tr > th,
.table-multiHeader > tbody > tr > th,
.table > tfoot > tr > th,
.table-multiHeader > thead > tr > td,
.table-multiHeader > tbody > tr > td,
.table-multiHeader > tfoot > tr > td { border-bottom-width: 1px; border-bottom-style: solid; vertical-align: middle; }
.table-multiHeader thead tr + tr th:last-child { border-right-width:1px !important; }
/*Up Down Row*/
.ibox-table .table-Updown .spinner { display:block; margin: 0 auto; }
.ibox-table .table-Updown th:first-child,
.ibox-table .table-Updown td:first-child { padding: 0; }
.ibox-table .table-Updown tr.selected th:first-child,
.ibox-table .table-Updown tr.selected td:first-child { padding: 0; }
/*tree Grid Table */
/*.treegrid-expander {margin-left:-50%;}*/
.tree-multilevel .treegrid-indent {width:16px; height: 16px; display: inline-block; position: relative;}
.tree-multilevel .treegrid-indent:before {  position: absolute; content: ""; width: 1px; height: 36px; background: #d2d2d2; left: 5px; top: -5px; z-index: 0;}
.tree-multilevel .treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; margin-right: 10px; cursor: pointer;}
.tree-multilevel .treegrid-expander:after { position: absolute; content: ""; width: 25px; height: 1px; background: #d2d2d2; left: -60%; top: 11px; transform: rotate(0deg);}
.tree-multilevel .treegrid-expander.glyphicon:after {width: 0px;height: 0px; background: transparent;}

/*Table Striped*/
.table-striped > tbody > tr.selected { }
.table-striped > tbody > tr.subTotalRow td { font-weight:bold; }
.table-striped > tbody > tr.highlightedRowParent td,
.table-striped > tbody > tr.highlightedRowChild td,
.table-striped > tbody > tr.highlightedRowChild1 td,
.table-striped > tbody > tr.highlightedRowChild2 td,
.table-striped > tbody > tr.subTotalRow td { border-width: 0px 1px 1px 0 !important; }
.table-striped > tbody > tr.highlightedRowParent td:first-child,
.table-striped > tbody > tr.highlightedRowChild td:first-child,
.table-striped > tbody > tr.highlightedRowChild1 td:first-child,
.table-striped > tbody > tr.highlightedRowChild2 td:first-child,
.table-striped > tbody > tr.subTotalRow td:first-child { border-left-width: 1px !important; border-style:solid !important; }
.table-striped > tbody > tr > td.vSelected,
.table-striped > tfoot > tr > td.vSelected { border-width: 0px 1px 1px 1px !important; border-style:solid !important;}
/*Sub Total*/
.subTotal h4 { font-weight:bold; margin-bottom: 2px; margin-top: 5px; }
.subTotal h4 span { font-weight:normal; }
/*Search Bar*/
.ibox-table .responsive-table thead .fliter th { border-width:0 1px 1px 0; border-style:solid; }
.ibox-table .responsive-table thead .fliter th:first-child { border-left-width: 1px; border-style:solid; }
.ibox-table .responsive-table thead .fliter th:last-child { border-right-width: 1px; border-style:solid; }

/*Toggele Table*/
.tableToggle-columntoggle.tableFixedHeader th,
.tableToggle-columntoggle.tableFixedHeader thead td,
.tableToggle-columntoggle.tableFixedHeader tbody td { width:100%; }
 @media only all {
.tableToggle-columntoggle th.tableToggle-priority-6, .tableToggle-columntoggle td.tableToggle-priority-6, .tableToggle-columntoggle th.tableToggle-priority-5, .tableToggle-columntoggle td.tableToggle-priority-5, .tableToggle-columntoggle th.tableToggle-priority-4, .tableToggle-columntoggle td.tableToggle-priority-4, .tableToggle-columntoggle th.tableToggle-priority-3, .tableToggle-columntoggle td.tableToggle-priority-3, .tableToggle-columntoggle th.tableToggle-priority-2, .tableToggle-columntoggle td.tableToggle-priority-2, .tableToggle-columntoggle th.tableToggle-priority-1, .tableToggle-columntoggle td.tableToggle-priority-1 {
display: none;
}
}

/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
 .tableToggle-columntoggle th.tableToggle-priority-1, .tableToggle-columntoggle td.tableToggle-priority-1 {display: table-cell;}
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
 .tableToggle-columntoggle th.tableToggle-priority-2, .tableToggle-columntoggle td.tableToggle-priority-2 {display: table-cell;}
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
 .tableToggle-columntoggle th.tableToggle-priority-3, .tableToggle-columntoggle td.tableToggle-priority-3 {display: table-cell;}
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
 .tableToggle-columntoggle th.tableToggle-priority-4, .tableToggle-columntoggle td.tableToggle-priority-4 {display: table-cell;}
}
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
 .tableToggle-columntoggle th.tableToggle-priority-5, .tableToggle-columntoggle td.tableToggle-priority-5 {display: table-cell;}
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
 .tableToggle-columntoggle th.tableToggle-priority-6, .tableToggle-columntoggle td.tableToggle-priority-6 {display: table-cell;}
}
 @media only all {
  /* Unchecked manually: Always hide */
  .tableToggle-columntoggle th.tableToggle-cell-hidden, .tableToggle-columntoggle td.tableToggle-cell-hidden {display: none;}
  /* Checked manually: Always show */
  .tableToggle-columntoggle th.tableToggle-cell-visible, .tableToggle-columntoggle td.tableToggle-cell-visible {display: table-cell;}
}
/*Grid Scroll Overflow*/

/*.table-responsive , .tableFixedHeader tbody { overflow:hidden;}
.table-responsive:hover , .tableFixedHeader tbody:hover {overflow:auto ;}*/

/*.table-responsive , .tableFixedHeader tbody { overflow:hidden;}
.table-responsive:hover {overflow-x:auto; overflow-y:hidden;}
.tableFixedHeader tbody:hover {overflow-y:auto; overflow-x:hidden;}*/

.table-responsive,
.tableFixedHeader tbody { overflow:hidden; }
.table-responsive:hover { overflow-x:auto; overflow-y:hidden; }
.tableFixedHeader tbody:hover { overflow-y:auto; overflow-x:hidden; }
.table-responsive.tblDateRange{ overflow: visible !important;}
.tableHozScroll { margin-bottom:17px; /*border: 1px solid #ff0000; */}
.table-responsive.tblDateRange .tableHozScroll { margin-bottom:0px; }
.table-responsive:hover .tableHozScroll { margin-bottom:0px; }
.ibox-table .tableFixedHeader.tableHozScroll {margin-right:0px;}

.table-responsive.status-matrix {margin-bottom: 17px;}
.table-responsive.status-matrix:hover {margin-bottom: 0px;}

.table-responsive .input-group-btn.dropdown {width: auto !important;}
/*Only For Webkit Brouser*/
/*@media all and (-webkit-min-device-pixel-ratio:0) {
	.tableFixedHeader {width: calc( 100% - 10px ) !important;}
	.tableFixedHeader:hover {width: calc( 100% - 10px ) !important;}
	.tableFixedHeader tbody:hover {width: calc( 100% + 10px ) !important;}
	.tableFixedHeader.tableHozScroll tbody:hover {width: calc( 100% + 0px ) !important;}
	.tableHozScroll {margin-bottom:17px;}
	.table-responsive:hover .tableHozScroll {margin-bottom:0px;}
	.ibox-table .tableFixedHeader.tableHozScroll {margin-right:0px;}
}*/


 @media screen and (max-width: 992px) {
	/*Responsive Table*/
	.ibox-table .responsive-table thead tr {display: none;}
	.ibox-table .responsive-table thead .fliter {display:block;}
	.ibox-table .responsive-table td {width:100% !important;padding:0;}
	.ibox-table .responsive-table tr {display: block;}
	.ibox-table .responsive-table td, .ibox-table .responsive-table thead .fliter th {display: block;text-align: left;width:100% !important;/*padding: 5px 5px 5px 45% !important;*/ padding: 5px 5px 5px 43.5% !important; min-height:33px; line-height:20px;}
	.ibox-table .responsive-table tr.editable th, 
	.ibox-table .responsive-table tr.editable td{display: block;text-align: left;width:100% !important;/*padding: 5px 5px 5px 45% !important;*/ padding: 5px 5px 5px 43.5% !important; min-height:33px; line-height:20px;}
	.ibox-table tr.editable th, 
	.ibox-table tr.editable td{/*display: block;*/text-align: left;/*width:100% !important;padding: 5px 5px 5px 45% !important;*/ padding: 5px 5px 5px 5px !important; min-height:33px; line-height:20px;}
	.ibox-table .table-multiple th.subTable th{padding:1px 5px 1px 43.5% !important; }
	.ibox-table .table-multiple td.subTable td {padding:1px 5px 1px 43.5% !important;}
	 
	.table-bordered > tbody > tr:last-child > td {border-width: 0px 1px 1px 1px !important;border-style:solid;}
	.table-bordered > tbody > tr > td:first-child {border-top-width: 1px !important;border-style:solid;}
	.table-bordered > tbody > tr.selected + tr.selected > td:first-child {border-top-width: 1px !important;}
	.table-bordered > tbody > tr.selected + tr.selected > td {border-width: 0 1px 1px 1px !important;border-style: solid;}

	/* Search Bar */
	.ibox-table .responsive-table thead .fliter th {border-width:0 1px 1px 1px;border-style:solid;}
	.ibox-table .responsive-table thead .fliter th:first-child {border-top-width: 1px;border-style:solid;}
	.ibox-table .responsive-table thead .fliter th:last-child {border-bottom-width: 1px !important;border-style:solid !important;}
	.ibox-table .responsive-table td:before, .ibox-table .responsive-table thead .fliter th:before {content: attr(data-label);text-align:right;/*width:43%;*/width:38.5%;position:absolute;left:2px; 
	font-weight: bold; padding: 0; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
	.ibox-table .responsive-table th, .ibox-table .responsive-table td {white-space: normal;}
	.ibox-table .responsive-table.tableFixedHeader, .ibox-table .responsive-table.tableFixedHeader tbody {width: 100% !important;}

	/*Fixed column Table*/
	.ibox-table .responsive-table.fixed-column {display:none;}

	/* Responsive Sub Table*/
	.ibox-table .table-multiple td.subTable {padding:0 !important;} 
	.ibox-table .table-multiple td.subTable .responsive-table td {padding: 5px 0 5px 45% !important;}
	.ibox-table .table-multiple td.subTable .responsive-table td:before {width:39%;}

	/*Fixed Header*/
	.tableFixedHeader {}
	.tableFixedHeader thead, .tableFixedHeader tfoot {width:100%;}
	.tableFixedHeader tbody {height:auto !important;}
	/*Table Horizontal Scroll (With Fixed Header)*/
	.ibox-table .responsive-table.tableFixedHeader.tableHozScroll {width:100%;}
	/* Table Horizontal Scroll (Without Fixed Header) */
	.ibox-table .responsive-table.tableHozScroll {width:100%;}

	/* TABLES Border */
	.table-bordered {border-top-width: 1px;}
	.table-bordered > thead > tr > th {border-width:0;}
	.table-bordered > tbody > tr > td {border-width: 0 0 1px 0;border-style:solid;}
	.table-bordered > tbody > tr.selected > td {border-width: 1px 1px 0 1px !important;border-style:solid;}
	.table-bordered > tbody > tr.selected > td:first-child {border-width: 1px 1px 0 1px !important;border-style:solid;}
	.table-bordered > tbody > tr.selected > td:last-child {border-bottom-width: 1px !important;border-style:solid;}
	.table-bordered > tbody > tr > td {/*border-width: 0 1px 1px 1px !important;*/border-width:1px !important;border-style:solid;}
	/* .table-bordered > tbody > tr > td:first-child {border-top-width: 1px !important;border-style:solid;}*/
	.table-bordered > tbody > tr:first-child > td:first-child {border-top-width: 0px !important;border-style:solid;}
	.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {border-width:1px 1px 0 1px;border-style:solid;}
	.table-bordered > tfoot > tr > th:first-child, .table-bordered > tfoot > tr > td:first-child {border-width:1px 1px 0 1px;border-style:solid;}
	.table-bordered > tfoot > tr > th:last-child, .table-bordered > tfoot > tr > td:last-child {border-width:1px 1px 1px 1px !important;border-style:solid !important;}
	.table-striped > tbody > tr.subTotalRow td, .table-striped > tbody > tr.highlightedRowParent td, .table-striped > tbody > tr.highlightedRowChild td { border-width: 0 1px 1px 1px !important;}
	.table-striped > tbody > tr.subTotalRow td:first-child, .table-striped > tbody > tr.highlightedRowParent td:first-child, .table-striped > tbody > tr.highlightedRowChild td:first-child { border-top-width: 1px !important; border-style: solid;}
	.ibox-table .table-Updown .spinner {margin:0;}

	/*Non Responsive Horizontal Grid*/
	 .hozGrid .tableFixedHeader tbody {height:325px !important;}
	 .hozGrid .table-bordered {border-top-width: 0px;}
	 .hozGrid .table-bordered > thead > tr > th, .hozGrid .table-bordered > tbody > tr > td {border-width: 0 1px 1px 0;border-style:solid;}
	 .hozGrid .table-bordered > thead > tr > th:first-child, .hozGrid .table-bordered > thead > tr > td:first-child {border-left-width:1px;border-top-width:0px;border-style:solid;}
	 .hozGrid .table-bordered > tbody > tr.selected > td {border-width: 1px 1px 1px 0px !important;border-style:solid;}
	 .hozGrid .table-bordered > tbody > tr.selected > td:first-child {border-width: 1px 1px 1px 1px !important;border-style:solid;}
	 .hozGrid .table-bordered > tbody > tr > td {border-width: 0px 1px 1px 0 !important;}
	 .hozGrid .table-bordered > tbody > tr > td:first-child {border-width: 0 1px 1px 1px !important;}
	 .hozGrid .table-bordered > tbody > tr.selected:last-child > td:last-child, .hozGrid .table-bordered > tbody > tr:last-child > th:last-child {border-bottom-width: 0px!important;border-style: solid !important;}
	 .hozGrid .table-bordered > tfoot > tr > th, .hozGrid .table-bordered > tfoot > tr > td {border-width:1px 1px 1px 0 !important;border-style:solid !important;}
	 .hozGrid .table-bordered > tfoot > tr > th:last-child, .hozGrid .table-bordered > tfoot > tr > td:last-child {border-width:1px 1px 1px 0 !important;border-style:solid !important;}
	 .hozGrid .table-bordered > tbody > tr.selected + tr.selected > td { border-width: 0 1px 1px 0px !important; border-style: solid;}
	 .hozGrid .table-bordered > tbody > tr.selected + tr.selected > td:first-child { border-left-width: 1px !important;}

	/* Table striped */
	.table-striped > tbody > tr.selected {margin:0;}

	/* Sub Table Border */
	.table-multiple td.subTable .table-bordered > tbody > tr > td { /*border-width: 0 0 1px 0;*/border-width: 0 0 1px 0 !important;border-style:solid;}
	.table-multiple td.subTable .table-bordered > tbody > tr > td:last-child {border-width: 0 0 0 0 !important;border-style:solid;}
	.table-multiple tr.selected > td.subTable .table-bordered > tbody > tr > td {border-width: 1px 0 0 0;border-style:solid;}
	.table-multiple tr.selected > td.subTable .table-bordered > tbody > tr > td:first-child {border-top-width: 0;}
	.table-multiple tr.selected > td.subTable .table-bordered > tbody > tr > td:last-child {border-top-width: 1px;border-style:solid;}
	.table-multiple th.subTable .table-bordered > tfoot > tr > th, .table-multiple td.subTable .table-bordered > tfoot > tr > td {border-width:1px 0 0 0;border-style:solid;}
	.table-multiple th.subTable .table-bordered > tfoot > tr > th:first-child, .table-multiple td.subTable .table-bordered > tfoot > tr > td:first-child {border-width:0 0 0 0;}
	.table-multiple th.subTable .table-bordered > tfoot > tr > th:last-child, .table-multiple td.subTable .table-bordered > tfoot > tr > td:last-child {border-width: 1px 0 0 0 !important;}
	
		/* Non responsive Grid Sub Table Border */
	 .hozGrid .table-multiple th.subTable thead > tr > th, .hozGrid .table-multipletai td.subTable> tbody > tr > td {border-bottom-width:0;}
	 .hozGrid .table-multiple td.subTable .table-bordered > tbody > tr > td {border-bottom-width: 0!important;border-right-width:1px !important;}
	 .hozGrid .table-multiple th.subTable .table-bordered > tfoot > tr > th:first-child, .hozGrid .table-multiple td.subTable .table-bordered > tfoot > tr > td:first-child {border-width: 0 1px 0 0 !important;}
	 .hozGrid .table-multiple th.subTable .table-bordered > tfoot > tr > th:last-child, .hozGrid .table-multiple td.subTable .table-bordered > tfoot > tr > td:last-child {border-width: 0 0 0 0 !important;}
	 .hozGrid .table-multiple th.subTable .table-bordered > tfoot > tr > th, .hozGrid .table-multiple td.subTable .table-bordered > tfoot > tr > td {border-width:0 1px 0 0 !important;border-style:solid !important;}	

	/*Responsive Sub Table*/
	.ibox-table .table-multiple th.subTable .responsive-table th, .ibox-table .table-multiple td.subTable .responsive-table td {line-height:20px;}
	/*tree Grid Table */
	.tree th:first-child, .tree td:first-child, .dashboard_Main .tree th:first-child, .dashboard_Main .tree td:first-child {padding: 3px 0 4px;}
	.tree .glyphicon-chevron-right, .tree .glyphicon-chevron-down::before .dashboard_Main .tree glyphicon-chevron-right, .dashboard_Main .tree .glyphicon-chevron-down::before {font-size:14px;}
	/* Non responsive Grid Sub Table Border */
	.hozGrid.ibox-table .fa-square-o {font-size: 17px;line-height: 21px;margin-left: -3px;}
	.hozGrid.ibox-table .fa-check-square {font-size: 16px;line-height: 22px;margin-left: -3px;}
	/*Grid Scroll Overflow*/
	.tableHozScroll {margin-bottom:0 !important;}
	.table-responsive:hover .tableHozScroll {margin-bottom:0px !important;}
	.hozGrid .tableHozScroll {margin-bottom:17px !important;}
	/*.hozGrid .table-responsive:hover .tableHozScroll {margin-bottom:0px !important;}*/
	.ibox-table .tableFixedHeader.tableHozScroll {margin-right:0px;}

	 .subTotal {display:none;}
	/*Only For Webkit Brouser*/
		/*@media all and (-webkit-min-device-pixel-ratio:0) {
		 .tableHozScroll {margin-bottom:0 !important;}
		 .table-responsive:hover .tableHozScroll {margin-bottom:0px !important;}
		 .hozGrid .tableHozScroll {margin-bottom:17px !important;}
		 .hozGrid .table-responsive:hover .tableHozScroll {margin-bottom:17px !important;}
		 .ibox-table .tableFixedHeader.tableHozScroll {margin-right:0px;}
		}*/
}

 @media screen and (max-width: 767px) {
	 .table-bordered > tbody > tr:first-child > td:first-child {border-top-width: 1px !important;border-style:solid;}
	/*tree Grid Table */
	.tree .glyphicon-chevron-right, .tree .glyphicon-chevron-down::before, .dashboard_Main .tree glyphicon-chevron-right, .dashboard_Main .tree .glyphicon-chevron-down::before {font-size:10px;}
	/* Non responsive Grid Sub Table Border */
	.hozGrid.ibox-table .fa-square-o, .dashboard_Main .hozGrid.ibox-table .fa-square-o {font-size: 14px;line-height: 21px;margin-left: -5px;}
	.hozGrid.ibox-table .fa-check-square, .dashboard_Main .hozGrid.ibox-table .fa-check-square {font-size: 13px;line-height: 22px;margin-left: -5px;}
	.minimalize-styl-2 .fa-bars {display:inline-block;}
	.minimalize-styl-2 .fa-chevron-left {display:none;}
	body.mini-navbar .minimalize-styl-2 .fa-chevron-left {display:inline-block;}
	body.mini-navbar .minimalize-styl-2 .fa-bars {display:none;}
	.dropdown-menuBox {max-width: 230px !important;width:230px !important;}
	.dropdown-menuBox li {height: 85px;width: 100px;}
	.dropdown-menuBox i {font-size:30px;margin:5px 16px 0;height:45px;}

	/*Responsive Table*/
	.table-responsive {border:none; margin:0;}
	.ibox-table .responsive-table td::before, .ibox-table .responsive-table thead .fliter th:before {content: attr(data-label);display: inherit;font-weight: bold;text-align: left;position:relative; width:auto; left:0; white-space: inherit;}
	.ibox-table .responsive-table td .responsive-table td::before {width:auto;}
	.ibox-table .responsive-table td, .ibox-table .responsive-table thead .fliter th {display: block;padding: 7px 5px !important;text-align: left;}
	.ibox-table .responsive-table tr.editable th, 
	.ibox-table .responsive-table tr.editable td, 
	.ibox-table tr.editable th, 
	.ibox-table tr.editable td {/*display: block;*/padding: 7px 5px !important;text-align: left; line-height: 20px;}
	.ibox-table .table-multiple th.subTable th{padding:7px 5px !important; line-height: 21px !important; }
	.ibox-table .table-multiple td.subTable td {padding:7px 5px !important; line-height: 21px !important;}

	/* Responsive Sub Table*/
	.ibox-table .table-multiple td.subTable {padding:0 !important;}
	.ibox-table .table-multiple td.subTable td:before {width:auto !important;}
	.table-bordered > tbody > tr:last-child > td, .table-bordered > tbody > tr:last-child > th {border-bottom-width: 1px!important;border-style: solid !important;}
	.table-bordered > tbody > tr.selected:last-child > td, .table-bordered > tbody > tr:last-child > th {border-bottom-width: 0!important;}
	.table-bordered > tbody > tr.selected:last-child > td:last-child, .table-bordered > tbody > tr:last-child > th:last-child {border-bottom-width: 1px!important;border-style: solid !important;}
	.table-bordered > tbody > tr > td:first-child {border-style: solid !important;border-left-width:1px !important;}
	.table-bordered > tbody > tr > td:last-child {border-style: solid !important;border-right-width:1px !important;}
	/* Sub Table Border */
	.table-multiple td.subTable .table-bordered > tbody > tr > td {border-width: 0 0 1px 0 !important;}
	.table-multiple td.subTable .table-bordered > tbody > tr > td:last-child {border-width: 0 0 0 0 !important;}
	.table-multiple th.subTable .table-bordered > tfoot > tr > th:first-child, .table-multiple td.subTable .table-bordered > tfoot > tr > td:first-child {border-width: 0 0 0 0 !important;}
	.table-multiple th.subTable .table-bordered > tfoot > tr > th, .table-multiple td.subTable .table-bordered > tfoot > tr > td {border-width:1px 0 0 0 !important;border-style:solid !important;}
}
/*NON Disabled Element*/
.disabled .ibox-table thead th,
.disabled .ibox-table tbody td { pointer-events:auto!important; cursor: default; }/* Dont Delete this line other wise Grid Stop Scrolling*/
.disabled .modal-header .close { pointer-events:auto!important; }
/*Over Write NON Disabled Element*/
.disabled .ibox-table thead th,
.disabled .ibox-table tbody td,
.disabled .ibox-table tbody td input,
.disabled .ibox-table tbody td select,
.disabled .ibox-table tbody td textarea,
.disabled .ibox-table tbody td pre,
.disabled .ibox-table tbody td button,
.disabled .ibox-table tbody td a,
.disabled .ibox-table tbody td i { pointer-events:none!important; cursor: not-allowed; }

/*Div Grid*/

.ibox-div { position: relative; }
.div-responsive {overflow-x: hidden; }
.div-responsive:hover {overflow-x: auto; }
.ibox-div .div-grid-header {width: 100%; }
.ibox-div .div-grid-headercontent {width: 100%; height: 32px;}
.ibox-div .div-grid-headercontent .div-grid-heading {float:left; height: 32px;  padding: 5px; border-width: 0px 1px 0 0;border-style: solid; white-space: nowrap !important; overflow: hidden !important;
text-overflow: ellipsis !important;/* font-weight: bold;*/}
.ibox-div .div-grid-headercontent .div-grid-heading:last-child, 
.ibox-div .div-grid-headercontent .div-grid-heading:last-child { border-right-width: 1px; border-top-width: 0px; border-style: solid;}

.ibox-div .div-grid-body {width: 100%; }
.ibox-div .div-grid-body-row {width: 100%; height: 32px;}
.ibox-div .div-grid-body-row .div-grid-body-col {float:left; height: 32px; padding: 5px; white-space: nowrap !important;overflow: hidden !important;
text-overflow: ellipsis !important; cursor: pointer; border-width: 1px 1px 1px 0 !important; border-style: solid; }
.ibox-div .div-grid-body-row .div-grid-body-col:first-child {  border-left-width: 1px !important; border-style: solid;}

.ibox-div .div-grid-body-row.selected-body-row .div-grid-body-col {border-width: 1px 1px 1px 0px !important; border-style: solid;}
.ibox-div .div-grid-body-row.selected-body-row .div-grid-body-col:first-child {  border-left-width: 1px !important; border-style: solid;}
.ibox-div .div-grid-body-row.selected-body-row +.div-grid-body-row.selected-body-row .div-grid-body-col {border-width: 0 1px 1px 0 !important;}
.ibox-div .div-grid-body-row.selected-body-row +.div-grid-body-row.selected-body-row .div-grid-body-col:first-child {border-left-width: 1px !important;}
.ibox-div .div-grid-body-row .div-grid-body-col i {font-size: 14px;}
.ibox-div .div-grid-body-row .div-grid-body-col .fa-square-o { font-size:21px; }
.ibox-div .div-grid-body-row .div-grid-body-col .fa-check-square { font-size:20px;}

.ibox-div .div-grid-body-row.div-grid-editable .div-grid-body-col.bootstrap-select-picker {overflow: visible !important;}
.ibox-div .div-grid-body-row.div-grid-editable .div-grid-body-col .dropdown-followup{left: 0 !important; right: auto !important;}
.ibox-div .div-grid-body-row.div-grid-editable .div-grid-body-col:last-child .dropdown-followup{left: auto !important; right: 0 !important;}

.ibox-div .div-grid-body-row.subTotalRow .div-grid-body-col {border-width: 0px 1px 1px 0 !important;}
.ibox-div .div-grid-body-row.subTotalRow .div-grid-body-col:first-child { border-left-width: 1px !important;}

.ibox-div .div-grid-body-row.highlightedRowParent .div-grid-body-col {border-width: 0px 1px 1px 0 !important;}
.ibox-div .div-grid-body-row.highlightedRowParent .div-grid-body-col:first-child { border-left-width: 1px !important;}

.ibox-div .div-grid-body-row.highlightedRowChild .div-grid-body-col {border-width: 0px 1px 1px 0 !important;}
.ibox-div .div-grid-body-row.highlightedRowChild .div-grid-body-col:first-child { border-left-width: 1px !important;}

.ibox-div .div-grid-body-row.highlightedRowChild1 .div-grid-body-col {border-width: 0px 1px 1px 0 !important;}
.ibox-div .div-grid-body-row.highlightedRowChild1 .div-grid-body-col:first-child { border-left-width: 1px !important;}

.ibox-div .div-grid-body-row.highlightedRowChild2 .div-grid-body-col {border-width: 0px 1px 1px 0 !important;}
.ibox-div .div-grid-body-row.highlightedRowChild2 .div-grid-body-col:first-child { border-left-width: 1px !important;}

.ibox-div .div-grid-footer {width: 100%; }
.ibox-div .div-grid-footer-row {width: 100%; height: 32px;font-weight: bold !important; border-width: 1px 0px 0px 0px !important; border-style: solid; }
.ibox-div .div-grid-footer-row .div-grid-footer-col {float:left; height: 32px; padding: 5px; white-space: nowrap !important;overflow: hidden !important;
text-overflow: ellipsis !important; cursor: pointer; border-width: 1px 1px 1px 0 !important; border-style: solid; }
.ibox-div .div-grid-footer-row .div-grid-footer-col:first-child {  border-left-width: 1px !important; border-style: solid;}

/*Search Bar*/
.ibox-div .div-grid-headercontent-filter {width: 100%; height: 38px;}
.ibox-div .div-grid-headercontent-filter .div-grid-filter-heading {float: left;height: 38px;padding: 5px;border-width: 0px 1px 1px 0;border-style: solid;}
.ibox-div .div-grid-headercontent-filter .div-grid-filter-heading:first-child { border-left-width: 1px; border-style: solid;}

/*Fixed Header Div*/
.ibox-div .fixed-div-header .div-grid-body {width: 100%; height: 320px; overflow: auto;}

/*Horizental Scroll*/
.divHozScroll {margin-bottom: 18px; }
.div-responsive:hover .divHozScroll {margin-bottom: 0px; }

/*Editable*/
.ibox-div .div-grid-editable-input {height: 88px; overflow: visible !important;}
.ibox-div .div-grid-editable-input .div-grid-body-col {height: 88px;}

/*Date Picker*/
.div-responsive.div-dateRangePicker { height:440px !important;}

/*Multi header*/
.ibox-div .div-multiHeader .div-grid-headercontent {height: 64px;}
.ibox-div .div-multiHeader .div-grid-heading {height: 64px; padding: 22px 5px;}
.ibox-div .div-multiHeader .div-grid-subHead {padding: 0;}
.ibox-div .div-multiHeader .div-grid-masterHeading {height: 32px; padding: 5px; white-space: nowrap !important;overflow: hidden !important;
text-overflow: ellipsis !important; cursor: pointer; border-width: 0px 0px 1px 0 !important; border-style: solid; text-align: center;} 
.ibox-div .div-multiHeader .div-grid-subHeading {float:left; height: 32px; padding: 5px; white-space: nowrap !important;overflow: hidden !important; text-overflow: ellipsis !important; cursor: pointer; border-width: 0 1px 0 0 !important; border-style: solid; margin-left: -0.4px;}
.ibox-div .div-multiHeader .div-grid-subHeading:last-child {border-width: 0 !important;}

/*Multi Div Grid*/
.ibox-div .div-multiDiv .div-grid-headercontent {height: 32px;}
.ibox-div .div-multiDiv .div-grid-multiDivHead {padding: 0;}
.ibox-div .div-multiDiv .div-grid-multiDivHeading {float:left; height: 32px; padding: 5px; white-space: nowrap !important;overflow: hidden !important; text-overflow: ellipsis !important; cursor: pointer; border-width: 0 1px 0 0 !important; border-style: solid; margin-left: -0.4px;}
.ibox-div .div-multiDiv .div-grid-multiDivHeading:last-child {border-width: 0 !important;}

.ibox-div .div-multiDiv .div-grid-multiDivFilter {padding: 0;}
.ibox-div .div-multiDiv .div-grid-multiDivFilterSec {float:left; height: 38px; padding: 5px; white-space: nowrap !important;overflow: hidden !important; text-overflow: ellipsis !important; cursor: pointer; border-width: 0 1px 0 0 !important; border-style: solid; margin-left: -0.4px;}
.ibox-div .div-multiDiv .div-grid-multiDivFilterSec:last-child {border-width: 0 !important;}

.ibox-div .div-multiDiv .div-grid-multiDivBody {padding: 0;}
.ibox-div .div-multiDiv .div-grid-multiDivBodySec {float:left; height: 32px; padding: 5px; white-space: nowrap !important;overflow: hidden !important; text-overflow: ellipsis !important; cursor: pointer; border-width: 0 1px 0 0 !important; border-style: solid; margin-left: -0.4px;}
.ibox-div .div-multiDiv .div-grid-multiDivBodySec:last-child {border-width: 0 !important;}

.ibox-div .div-multiDiv .div-grid-multiDivFooter {padding: 0;}
.ibox-div .div-multiDiv .div-grid-multiDivFooterSec {float:left; height: 32px; padding: 5px; white-space: nowrap !important;overflow: hidden !important; text-overflow: ellipsis !important; cursor: pointer; border-width: 0 1px 0 0 !important; border-style: solid; margin-left: -0.4px;}
.ibox-div .div-multiDiv .div-grid-multiDivFooterSec:last-child {border-width: 0 !important;}

/*Dashboard Grid*/
.dashboard_Main .ibox-div .div-grid-headercontent {height: 24px;}
.dashboard_Main .ibox-div .div-grid-headercontent-filter .div-grid-filter-heading {height: 28px; font-size: 12px; padding: 2px 5px;}
.dashboard_Main .ibox-div .div-grid-headercontent-filter {height: 28px;} 
.dashboard_Main .ibox-div .div-grid-headercontent-filter .div-grid-filter-heading .form-control {height: 24px;}
.dashboard_Main .ibox-div .div-grid-headercontent-filter .form-control {font-weight: 600;}
.dashboard_Main .ibox-div .div-grid-headercontent .div-grid-heading {height: 24px;font-size: 12px; padding: 2px 5px;}
.dashboard_Main .ibox-div .div-grid-body-row {height: 24px;}
.dashboard_Main .ibox-div .div-grid-body-row .div-grid-body-col  {height: 24px; font-size: 11px; padding: 2px 5px;}
.dashboard_Main .ibox-div .div-grid-footer-row {height: 24px;}
.dashboard_Main .ibox-div .div-grid-footer-row .div-grid-footer-col {height: 24px;font-size: 11px; padding: 2px 5px;}
.dashboard_Main .ibox-div .fixed-div-header .div-grid-body {width: 100%; height: 240px; overflow: auto;}
.dashboard_Main .floting-input input:focus ~ label{ top: 24px;  }

/*AG GRID*/
.panel-body .ag-theme-balham {padding: 5px;}
.panel-body .ag-theme-balham,
.panel-body .ag-theme-balham .ag-header {font-size: 13px; font-weight: normal; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.panel-body .ag-theme-balham .ag-he-ader-cell::after, 
.panel-body .ag-theme-balham .ag-header-group-cell::after {height: 32px;margin-top: 0px;}
.panel-body .ag-theme-balham .ag-header-cell .ag-input-wrapper,
.panel-body .ag-theme-balham .ag-header-group-cell .ag-input-wrapper {margin: 3px 0;}
.panel-body .ag-theme-balham .ag-paging-page-summary-panel .ag-icon {width: 24px; height: 24px; border-radius: 2px; padding: 2px 3px; font-size: 17px;}
.panel-body .ag-theme-balham .ag-input-wrapper input:not([type]), 
.panel-body .ag-theme-balham .ag-input-wrapper input[type="text"], 
.panel-body .ag-theme-balham .ag-input-wrapper input[type="number"], 
.panel-body .ag-theme-balham .ag-input-wrapper input[type="tel"], 
.panel-body .ag-theme-balham .ag-input-wrapper input[type="date"], 
.panel-body .ag-theme-balham .ag-input-wrapper input[type="datetime-local"] {border-radius: 0px;}

#contextMenu {position: absolute; z-index: 1000;  display: none;}

.table-rightclick tr{ position:relative;}
.table-rightclick tr:hover{ background:#c9e8f7;  position:relative;}

/*typeahead*/
.twitter-typeahead { width:100%; }
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint { width:100%; padding: 0 5px;}
.tt-dropdown-menu { min-width: 160px; margin-top: 2px; padding: 5px 0; *border-right-width: 2px;*border-bottom-width: 2px;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; width:100%; position:absolute !important; z-index:1000 !important; }
.tt-dropdown-menu { border-radius: 0; margin-top: -1px; border-width: 1px; border-style:solid; }
.tt-suggestion { display: block; padding: 3px 6px; font-size: 11px; }
.tt-suggestion p { margin: 0; }
.twitter-typeahead { display: table !important; }
.tt-suggestion-footer { margin:5px 0 0 0; padding:5px 0; }
/*nav-wizard*/
.nav-pills.nav-wizard { display:inline-block; margin-bottom:-5px; }
.nav-pills.nav-wizard > li { position: relative; overflow: visible; min-width:100px; margin-bottom:5px; height:29px; padding: 7px 17px; font-weight:normal; line-height:13px; border-width: 0 11px !important; border-style: solid !important; }
.nav-pills.nav-wizard > li:first-child { border-radius: 5px 0 0 5px; }
.nav-pills.nav-wizard > li:first-child a { border-radius: 5px 0 0 5px; }
.nav-pills.nav-wizard > li:last-child { border-radius: 0 5px 5px 0; }
.nav-pills.nav-wizard > li:last-child a { border-radius: 0 5px 5px 0; }
.nav-pills.nav-wizard > li a { border-radius: 0; padding: 11px 17px 11px; font-weight:normal; line-height:18px; }
.nav-pills.nav-wizard > li .nav-arrow { position: absolute; top: 0; right: -20px; width: 0; height: 0; border-style: solid; border-width: 15px 0 14px 20px; z-index: 150; }
.nav-pills.nav-wizard > li .nav-wedge { position: absolute; top: 0; left: -20px; width: 0; height: 0; border-style: solid; border-width: 15px 0 14px 20px; z-index: 150; }
.nav-complipe { float:right; padding:5px 0; border-radius:5px; margin-top:-3px; }
.nav-wizard-content { box-sizing: border-box; display: inline-block;/* float: left;*/ padding: 15px; width: 100%; border-radius:10px; margin:10px 0; }
.nav-wizard-content .tab-pane { display:none; }
.nav-wizard-content .tab-pane.active { display:block; }
.nav-wizard-content h1 { text-align:left; font-size:16px; font-weight:normal; padding-bottom:10px; border-bottom-width:1px; border-bottom-style:solid; }
.nav-wizard-content .guidance { padding:10px; border-radius:10px; }
 @media screen and (max-width: 1024px) {
	.nav-wizard-content .guidance {margin-top:20px;}
}
/*tab-menu-panel*/
.tabs-menu-panel { height: 30px; margin:0 0 2px; padding:0; border-bottom-width: 1px; border-bottom-style:solid; }
.tabs-menu-panel li { list-style-type: none; height: 30px; line-height: 30px; float: left; padding:0 15px; border-bottom-width: 1px; border-bottom-style:solid; }
.tabs-menu-panel li.current { position: relative; z-index: 5; border-bottom-width: 3px; border-bottom-style:solid; }
.tabs-menu-panel li a { padding: 10px; text-transform: uppercase; text-decoration: none; }
.tab-content-panel { float: left; margin-bottom: 20px; width: 100%; }
.tab-container { padding: 10px 0; display: none; }
.tab-container.activated { display: block; }
.modal-content .panel { border-width:1px; border-style:solid; margin-bottom:0; }
.datepicker,
.clockpicker-popover { z-index:10000 !important; }
.form-control.error { border-width: 1px!important; border-style: dotted!important; }
.scrtabs-tab-scroll-arrow { border-bottom-width: 1px; border-style:solid; border-top-width: 2px; }
.scrtabs-tab-scroll-arrow:hover { border-width:1px 0; border-style:solid; }
.scrtabs-tab-scroll-arrow { padding-top: 6px; }
.scrtabs-tab-scroll-arrow:hover { padding-top: 6px; }
/*Modal*/
.modal-header { border-radius:6px 6px 0 0; }
/*Wizard*/

.wizard { overflow:visible; }
.wizard .bdr-b-Dot { border-bottom-width:2px; border-bottom-style: dotted; }
.wizard-big h3.bdr-b-Dot.white-bg { background:none !important; }
.wizard > .content { padding:0; overflow:visible; }
.wizard > .content > .body { width:100%; }
.wizard > .content > .body textarea,
.wizard > .content > .body select { display: block; border-width: 1px; border-style:solid; }
.wizard > .steps > ul > li { width:auto; }
.wizard-big.wizard > .content { min-height:auto; padding:10px; }
.wizard-big.wizard .clearfix fieldset { display:none !important; } /*Static Wizard Delete*/
.wizard > .content > .body { padding:0; position: relative; }
.wizard .ibox-content,
.wizard .ibox-title { border-width: 0!important; }
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active { padding:4px 8px !important; }
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active { padding: 4px 8px !important; }
.wizard > .actions > ul > li { margin: 2px 0.5em !important; }
.wizard .pagination {margin-bottom: 4px;}
/*dropzone*/
.dropzoneBtn { bottom: -39px; display: inline-block; position: absolute; right: 10px; width: 100%; }
.dropzoneVisibleDiv { width:100%; height:100%; position:absolute; left:0; top:0; cursor: pointer; }
.disc { margin-top:30px; }
.disc li { list-style-type: circle; margin-bottom:10px; padding: 0 10px; }
/*Bootstrap Select*/
.btn-group.bootstrap-select.form-control { border:none !important; }
.btn-group.bootstrap-select.form-control .btn { border-radius: 0px !important; padding:6px 21px 6px 5px !important; }
.bootstrap-select.btn-group .dropdown-toggle .caret { right: 7px !important; }
/*Formula Color*/
.hwt-container { display:inherit; }
/*Light Box*/
.lightBoxGallery { text-align: center; }
.lightBoxGallery img { margin: 5px; }
/*Sparkline Tool tip*/
.jqstooltip { width:35px !important; height:25px !important; }
/*Dashboard*/
.dashboard_Main { font-size:12px !important; }
.dashboard_Main .ibox-content .ibox-content { border-width:0; padding: 5px 0 0 0; }
.dashboard_Main .dashWiz { margin:5% 0 0 0; }
.dashboard_Main .form-control,
.single-line { font-size:11px !important; }
.dashboard_Main .chosen-container-multi .chosen-choices { height:30px !important; overflow:auto !important; font-size:11px !important; }
.dashboard_Main .chosen-container .chosen-results li { font-size:11px !important; }
.HistorySec { margin:6px 6px 10px; }
.HistorySec .btn { border-radius: 0 0 3px 3px; }
.HistorySec h4 { margin-bottom:5px; }
.HistorySec .HistorySecHolder { height:110px; padding:5px 0 0 0; border-width:1px; border-style: solid; }
.HistorySec .HistorySecHolder ul { margin:0; padding:0 }
.HistorySec .HistorySecHolder li { list-style-type:none; display:block; margin:3px 10px; font-size:11px; }
.HistorySec .HistorySecHolder li span { display:inline-block; margin-right: 0; width: 84%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.HistorySec .HistorySecHolder li i { margin-top:2px; cursor:pointer; }
.HistorySec .HistorySecHolder li a { padding:0; margin:0; font-size:12px; }
.dashSubSeg { margin:6px 6px 20px; }
.dashSubSeg h4 { margin-bottom:5px; }
.dashSubSegDiv { border-width:1px; border-style: solid; }
.dashSubSeg .dashSubSegDiv { height:120px; overflow:hidden; }
.dashSubSeg .dashSubSegDiv ul { margin:0; padding:0 }
.dashSubSeg .dashSubSegDiv li { list-style-type:none; display:block; margin:3px 5px; }
.dashSubSeg .dashSubSegDiv li a { margin:0; font-size:11px; padding:0 5px; display:block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.dashSubSeg .dashSubSegDiv li a.selected { display:block; }
.HistorySec .slimScrollBar,
.dashSubSeg .slimScrollBar,
.queryField .slimScrollBar { width:6px !important; opacity:1 !important; }
.activity-stream + .slimScrollBar,
.timeline + .slimScrollBar,
.vertical-timeline-list .slimScrollBar { width:6px !important; opacity:1 !important; }

.feed-activity-list {height: 260px;overflow: auto;overflow-x: hidden;padding: 0 10px 0 0;}
.feed-element:first-child {  margin-top: 0;}
.feed-element {  padding-bottom: 10px;}
.feed-element,.feed-element .media {  margin-top: 10px;}
.feed-element,.media-body {  overflow: hidden;}
.feed-element > a img {  margin: 0 10px 0 0;}
.feed-element img.rounded-circle,.dropdown-messages-box img.rounded-circle {  width: 38px;  height: 38px;}
.feed-element .well {  border: 1px solid #e7eaec;  box-shadow: none;  margin-top: 10px;  margin-bottom: 5px;  padding: 10px 20px;  font-size: 11px;  line-height: 16px;}
.feed-element .actions {  margin-top: 10px;}
.feed-element .photos {  margin: 10px 0;}
.feed-element .leftEle{width: 70%;}
.feed-element .rightEle{width: 30%;}
.feed-element .nameCap,
.feed-element .nameDesp{line-height: 35px;}
.feed-element p {margin: 0;}
.feed-element.no-padding-bottom { padding-bottom: 0 !important;}
.feed-element .rounded-circle { border-radius: 50% !important;width: 25px;height: 25px;text-align: center;line-height: 25px;}
.feed-element .rounded-circle-small { border-radius: 50% !important;width: 20px;height: 20px;text-align: center;line-height: 20px; font-size: 11px;}

.dashboard_Main .ibox-footer {width: 100%; min-height: 50px; border-width: 0 1px 1px 1px; border-style: solid;}
.dashboard_Main .ibox-footer .smallPaging {  margin-top: 5px;  display: flex;  line-height: 15px;  height: 20px;}

.smallPaging .list-group {margin: 0; float: left; }
.smallPaging .list-group li {display: inline; margin: 0 5px;font-size: 11px;}
.largePaging {margin-top: 5px;}
.largePaging .list-group {margin: 0; float: left; }
.largePaging .list-group li {display: inline; margin: 0 1px; padding: 5px 10px; font-size: 13px;border-radius: 3px;}
.largePaging .arrowLeft,
.largePaging .arrowRight{display: inline; margin: -5px 5px; padding: 5px 10px; font-size: 13px; border-radius: 3px;}

/*Dashboard Table*/
.dashboard_Main .table-bordered > thead > tr > th,
.dashboard_Main .table-bordered > thead > tr > td { font-weight:bold; }
.dashboard_Main .table-bordered > thead > tr > th,
.dashboard_Main .table-bordered > tbody > tr > td,
.dashboard_Main .table-bordered > tfoot > tr > td { font-size: 11px; }
/*.dashboard_Main .ibox-table table {width: auto;}*/
.dashboard_Main .ibox-table table.tableHozScroll { width:100%; }
.dashboard_Main .ibox-table .tableFixedHeader tbody { height: 260px; }
.dashboard_Main .ibox-table .tableFixedHeader.tableHozScroll { width: auto !important; }
.dashboard_Main .ibox-table table.tableHozScroll.table-pinned { width:100% !important; }
.dashboard_Main .ibox-table table.tree { width:100% !important; }
.dashboard_Main .ibox-table th { text-overflow: inherit !important; white-space:normal !important; line-height:17px; padding:3px 7px !important; }
.dashboard_Main .ibox-table tfoot td { padding:3px 7px !important; line-height:17px; }
.dashboard_Main .ibox-table th,
.dashboard_Main .ibox-table td,
.dashboard_Main .ibox-table tr.selected th,
.dashboard_Main .ibox-table tr.selected td,
.dashboard_Main .ibox-table tbody > tr:last-child > td,
.dashboard_Main .ibox-table .table-multiple td.subTable tr:last-child > td { padding: 0px 4px; }
.dashboard_Main .ibox-table th.subTable th { padding:4px 4px 7px 4px !important; }
.dashboard_Main .ibox-table tr.editable th .form-control,
.dashboard_Main .ibox-table tr.editable td .form-control { height: 22px; }
.dashboard_Main .ibox-table tr.editable th .btn-group.form-control,
.dashboard_Main .ibox-table tr.editable td .btn-group.form-control { height: 19px; }
.dashboard_Main .ibox-table tr.editable th .btn-group.bootstrap-select.form-control .btn,
.dashboard_Main .ibox-table tr.editable td .btn-group.bootstrap-select.form-control .btn { margin-top: -1px; padding: 3px 21px 3px 5px !important; }
.dashboard_Main .ibox-table tr.editable td .btn-group.bootstrap-select.form-control .btn { margin-top: 0px; }
.dashboard_Main .ibox-table tr.editable td { padding: 3px 6px 3px 6px; }
.dashboard_Main .ibox-table .table-multiple th.subTable th {line-height:14px !important; margin-top: 0px; }
.dashboard_Main .ibox-table .table-multiple td.subTable td {line-height:25px !important;  margin-top: -1px; }

.dashboard_Main .pagination > li > a, .pagination > li > span { line-height: 1;}
.dashboard_Main .fa { font-size: 12px;}
.dashboard_Main .footable-visible h4 {  font-size: 12px;}

 @media screen and (max-width: 992px) {
 .dashboard_Main .dashWiz {margin:0 0 0 0;}
}
.icheckbox_square-green,
.iradio_square-green { margin-top:-4px; }
/*Disabled*/
/*.disabled .input-group.date .form-control { border-right:0 !important; }*/
.disabled select option:checked,
.disabled select option:hover { background:none; border:none; }
.disabled .btn-primary { opacity: .65; filter: alpha(opacity=65); }
.disabled .icheckbox_square-green { background-position: -72px 0; }
.disabled .icheckbox_square-green.checked { background-position: -96px 0; }
.disabled .iradio_square-green { background-position: -192px 0 !important; }
.disabled .iradio_square-green.checked { background-position: -216px 0!important; }
/*Bootstrap Dual list box*/
.bootstrap-duallistbox-container select { overflow-y:auto; background-size:0; }
.bootstrap-duallistbox-container .box1.col-md-5,
.bootstrap-duallistbox-container .box2.col-md-5 { width:46%; }
.bootstrap-duallistbox-container .box3.col-md-2 { width:8%; padding:0; }
.duallistbox {/*position: absolute; right: 2.5%; top: 45%;*/ text-align:center; width:70px; margin: 100px auto 0; }
.duallistbox .form-control { width:40px; height:20px; padding:0 2px; font-size:11px; margin-right:2px; }
/*Change Theme*/
.changeTheme { }
.changeTheme ul { margin:0; padding:0; }
.changeTheme li { float:left; margin:10px; border: 2px solid transparent; padding: 2px; }
.changeTheme li a { width:150px; height:100px; display:block; text-align:left; position:relative; }
.changeTheme li a.themeGreen { background:#f6f6f6; border-bottom:3px solid #4d7499; border-top:10px solid #1ab394; color:#FFFFFF; }
.changeTheme li a.themeGrey { background:#cbcbcb; border-bottom:3px solid #4d7499; border-top:10px solid #02396f; color:#ffffff; }
.changeTheme li a.themeSkyBlue { background:#2f4050; border-bottom:3px solid #2b89c7; border-top:10px solid #2b89c7; color:#FFFFFF; }
.changeTheme li a.themeDark { background: #292727;border-bottom: 3px solid #1ab394; border-top: 10px solid #545454; color:#FFFFFF; }
.changeTheme li a .themeCaption { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; bottom: 0; opacity: 0; padding: 6px; z-index:25px; height:0; overflow:hidden; text-overflow: ellipsis; position: absolute; width: 100%; transition: background 218ms ease 0s, height 218ms ease 0s, opacity 218ms ease 0s }
.changeTheme li a:hover .themeCaption { background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0; opacity: 1; height:30px; }
/*Top Bar*/
.topbar-wrep { width:100%; height:40px; position:fixed; z-index:10000; top:0; }
.topbar { height:40px; background:#FF6600; text-align:center; border:2px solid #fff; border-top:none; display:none; }
.topbar-bar { width:100%; }
.topbar span { padding-top:7px; display:inline-block; color:#000000; font-size:14px; }
.topbar a { font-weight:bold; color:#FFFFFF; padding-top:7px; display:inline-block; }
.closelink { color:#FFFFFF; margin-right:10px; top:0; float:right; }
.topbar-lever { width:50px; height: 25px; border-radius:0 0 5px 5px; float:right; }
.topbar-lever a { padding-top:0; }
.topbar-lever a i { font-size:25px; }
.topbar-wrep ~ div, .topbar-wrep ~ nav, .topbar-wrep ~ header, .topbar-wrep ~ section {
margin-top:40px !important;
}
.topbar-wrep ~ div + div, .topbar-wrep ~ div + nav, .topbar-wrep ~ div + header, .topbar-wrep ~ div + section, .topbar-wrep ~ header + div, .topbar-wrep ~ header + nav, .topbar-wrep ~ header + section, .topbar-wrep ~ nav + div, .topbar-wrep ~ nav + header, .topbar-wrep ~ nav + section, .topbar-wrep ~ section + div, .topbar-wrep ~ section + header, .topbar-wrep ~ section + section {
margin-top:0 !important;
}

/*Image Mapper Tools*/
.image-mapper #nav a:link,.image-mapper #nav a:visited {font-size:12px;}

.image-mapper .attr-shape{ position: absolute; z-index: 1555; text-align:center; display: table;}
.image-mapper .attr-shape a {display: table-cell; vertical-align: middle;}
/*.image-mapper .attr-shape a:before { font-size: 20px; font-family: FontAwesome; display: inline-block; content: "\f1ad"; }*/

.project-details .ibox-content .ibox-content {padding:5px 0 ;}
.project-details .project-detail-box {border-width:1px !important ; border-style:solid !important; height:465px;}
.project-details .profile-header img {width: 100%;  min-height: 200px;  max-height: 200px; object-fit: cover; margin:0;}
.project-details .profile-content{margin:15px; height:150px; overflow:auto; overflow-x:hidden;}
.project-details .user-button {margin:0px 15px 15px ;}
.project-details .plot-map {/*height:600px; overflow:auto;*/ position:relative;}
.project-details .plot-map .attr-shape{ position: absolute; z-index: 1555; text-align:center; display: table;}
.project-details .plot-map .attr-shape a {display: table-cell; vertical-align: middle;}
/*.project-details .plot-map .attr-shape a:before { font-size: 20px; font-family: FontAwesome; display: inline-block; content: "\f1ad"; }*/
.project-details .attachment {width: 100%; display: inline-block;}
.project-details .file-box {width: 33.33%;}
.project-details .file {margin-bottom: 5px; margin-right: 5px; }
.project-details .file .icon {padding:0;}
.project-details .file .icon img {object-fit: cover; width:100%; height:100%; margin:0;}
.project-details ul.apartmentDetails  {margin:0; padding:0;}
.project-details .apartmentDetails li {line-height:20px;}
.project-details .floorPlan img {width: 100%; margin:auto; display:block; /* min-height: 200px;  max-height: 200px; object-fit: cover; margin:0;*/}

.project-details .lagend {height:30px; }
.project-details .lagend ul {margin:0; padding:0;}
.project-details .lagend li {margin: 0 15px 0 0; float:left;}
.project-details .lagend a {display: inline-flex; line-height: 14px;}
.project-details .lagend a h4 { padding:0 0 0 7px; font-size: 13px;}
.project-details .lagend a:before { font-size: 20px; font-family: FontAwesome; display: inline-block; content: "\f1ad"; }

.project-details-carousel-cell { width: 25%;/*  height: 200px;*/  margin-right: 10px;/*  background: #8C8;  border-radius: 5px;*/  counter-increment: carousel-cell;}

.project-details-1 {overflow:auto; overflow-y:hidden}
.project-details-1 .project-details-carousel-1 .project-details-carousel-cell-1 {float:left; width:300px}
.project-details-1 .ibox-content .ibox-content {padding:5px 0 ;}
.project-details-1 .project-detail-box {border-width:1px !important ; border-style:solid !important; height:430px;  margin-bottom: 10px;}
.project-details-1 .profile-header img {width: 100%;  min-height: 200px;  max-height: 200px; object-fit: cover; margin:0;}
.project-details-1 .profile-content{margin:15px; height:150px; overflow:auto; overflow-x:hidden;}
.project-details-1 .project-detail-box { margin-right:10px;}

/* cell number */
.project-details-carousel-cell:before {   /*display: block;  text-align: center; content: counter(carousel-cell);line-height: 200px; font-size: 80px;color: white;*/ }

.flatAvailableDetails {position:absolute; /*height: 180px;*/ width: 180px; z-index:2000;box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 2px;  /*background:#fff;*/ border-radius: 6px ;}
.flatAvailableDetails .modal-header{padding:10px 0px 10px 5px;}
.flatAvailableDetails .modal-body {padding:5px; height:105px;}
.flatAvailableDetails .modal-footer {padding:5px; border-radius: 0 0 6px 6px;}
.flatAvailableDetails .modal-header .close_button {right:5px;}
.flatAvailableDetails .modal-header .close { margin-top: 0px;}
.flatAvailableDetails .modal-body h5 {margin-bottom:5px;}

.image-mapper .attr-shape a.flatBooked,
.project-details .plot-map .attr-shape a.flatBooked,
.project-details .lagend a.flatBooked ,
.image-mapper .attr-shape a.flatAvailable,
.project-details .plot-map .attr-shape a.flatAvailable,
.project-details .lagend a.flatAvailable  ,
.image-mapper .attr-shape a.flatHold,
.project-details .plot-map .attr-shape a.flatHold,
.project-details .lagend a.flatHold {border-width: 3px; border-style: solid;}
.project-details .lagend a {border: none !important;}

@media (max-width: 1200px) {
 .project-details-carousel-cell { width: 33.33%;}
 .project-details .file-box {width: 50%;}
 }
 
 @media (max-width: 992px) {
 .project-details-carousel-cell { width: 50%;}
 .project-details .file-box {width: 33.33%;}
 .project-details .border-left {border:none;}
 }
 @media (max-width: 768px) {
 .project-details-carousel-cell { width: 100%;}
 .project-details .file-box {width: 50%;}
 }


/*status matrix*/


.project-status .profile-header img {width: 100%; min-height: 400px; max-height: 400px; object-fit: cover; margin: 0;}

.matrix .holder { border-bottom-width: 3px; border-bottom-style: solid ; font-size: 11px;  margin-bottom: 33px; }
.matrix .holder td { vertical-align: bottom; }
.matrix .floors { border-width: 1px;  border-style: solid ; margin-bottom: 3px; border-bottom: none; }
.matrix .floors td { border-bottom-width: 1px; border-bottom-style: solid ; font-size: 11px;  height: 91px; min-height: 91px !important; padding: 0 3px; text-align: center; vertical-align: middle; }
.matrix .floors td.floorsName { height: 25px; min-height: 25px !important; }
.matrix td.blank {display: none;}

.matrix .block { border-width: 1px;  border-style: solid ; margin: 0 0 3px 10px;border-bottom: none; }
.matrix .block td {border-right-width: 1px; border-right-style: solid; border-bottom-width: 1px; border-bottom-style: solid ; height: 91px; min-height: 91px !important; padding: 0 3px; text-align: center; vertical-align: middle; min-width: 120px; }
.matrix .block td:last-child{border-right: none;} 
.matrix .block td.blockName {font-size: 11px;  height: 25px; min-height: 25px !important; text-align: center; }
.matrix .block td.noPadding_fit { border-bottom-width: 1px; border-bottom-style: solid ; height: 25px; min-height: 25px !important; padding: 0; text-align: center; vertical-align: middle; }

.matrix .childblock { border: medium none; }
.matrix .childblock td { border-bottom: medium none; border-right-width: 1px; border-right-style: solid; border-top: medium none; height: 90px; min-height: 90px !important; padding: 0 3px; text-align: center; vertical-align: middle;  }
.matrix .childblock td:last-child{border-right: none;} 

.matrix .block td span.unitno, .matrix .childblock td span.unitno { font-size: 11px;  font-weight: bold; }
.matrix .block td div.info {border: medium none; font-size: 11px;  margin-bottom: 3px; padding: 5px 3px; text-align: center; vertical-align: middle; height: 68px;overflow-y: auto;overflow-x: hidden; }
.matrix .blockType { text-align: center; }

.matrix .legends { border-width: 1px;  border-style: solid ;  margin-bottom: 20px; }
.matrix .legends td { border-top-width: 1px;  border-top-style: solid ;  font-size: 11px;  height: 25px; padding: 0 5px; vertical-align: middle; }
.matrix .legendsName {font-size: 11px;  font-weight: bold; text-align: center; }

.matrix .childblock td {position: relative;}
.matrix .childblock td div.tip { display: none; float: left; }
.matrix .childblock td div.tip ul { border-width: 1px;  border-style: solid ; list-style: outside none none; margin: 10px 0 0 10px; padding: 0; position: absolute; top: 5px; left: 0; width: 150px; z-index: 1000000; border-radius: 5px; }
.matrix .childblock td:last-child div.tip ul {left: auto; right: 10px;}
.matrix .childblock td:hover div.tip { display: block; }
.matrix .childblock td div.tip ul li { display: block; text-align: left; }
.matrix .childblock td div.tip ul li a { border-bottom-width: 1px; border-bottom-style: solid ;display: block; line-height: 25px; padding: 0 10px; text-decoration: none; font-size: 12px; }
.matrix .childblock td div.tip ul li:last-child a {border-bottom: none;   border-radius: 0 0 3px 3px;}
.matrix .childblock td div.tip ul li:first-child a {border-top: none;  border-radius: 3px 3px 0 0; }

.matrix .childblock td.available div.tip ul li.unhold,
.matrix .childblock td.blocked div.tip ul li.hold,
.matrix .childblock td.booked div.tip ul li.unhold ,
.matrix .childblock td.booked div.tip ul li.hold{cursor: not-allowed;}

.matrix .childblock td.available div.tip ul li.unhold a,
.matrix .childblock td.blocked div.tip ul li.hold a ,
.matrix .childblock td.booked div.tip ul li.unhold a ,
.matrix .childblock td.booked div.tip ul li.hold a { pointer-events: none;}

/*Gantt Chart*/
.taskEditRow input, .columnWidthTest {height: 19px;font-size: 13px;}


/****** Style Star Rating Widget *****/

.rating { border: none; float: left; }
.rating > input[type="radio"] { display: none !important; }
.rating > label:before { margin: 5px; font-size: 1.5em; font-family: FontAwesome; display: inline-block; content: "\f005"; }
.rating > .half:before { content: "\f089"; position: absolute; }
.rating > label { float: right; }

/*Audio Player*/
div.audio-player { width:250px; }
.mejs-controls .mejs-time-rail .mejs-time-total { width:180px !important; }
.audio-player h2 { font-size:12px; font-family:inherit; font-weight:normal; line-height: 16px; width: 110px; }
.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button { border-radius:8px; font-size:16px; padding-left:3px; }
.mejs-controls .mejs-pause button { padding-left:0; }
.mejs-controls .mejs-play button:before { font-family: "FontAwesome"; content:"\f04b"; display: inline-block; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.mejs-controls .mejs-pause button:before { font-family: "FontAwesome"; content:"\f04c"; display: inline-block; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button { top:3px; }
.mejs-controls .mejs-mute,
.mejs-controls .mejs-unmute { font-size:16px; }
.mejs-controls .mejs-mute button:before { font-family: "FontAwesome"; content:"\f028"; display: inline-block; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.mejs-controls .mejs-unmute button:before { font-family: "FontAwesome"; content:"\f026"; display: inline-block; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.mejs-controls .mejs-unmute button { right:106px; }
.mejs-controls .mejs-time-rail span { height:4px; top: 40px; }
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current { border-radius:0; }
.mejs-controls .mejs-time-rail .mejs-time-current { border-style:solid; border-width:1px; }
.mejs-controls .mejs-time-rail .mejs-time-handle { top:-6px; border-radius:20px; width:15px; height:15px; border-style:solid; border-width:2px; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { height:4px; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { height:2px; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle { top:-5px; border-radius:20px; width:13px; height:13px; border-style:solid; border-width:2px; }
.mejs-controls .mejs-time-rail .mejs-time-float { border-radius: 5px; }
.mejs-controls .mejs-time-rail .mejs-time-float::after {position: absolute;display: block;content: "";bottom: -6px;left: 50%;width: 0;height: 0;margin-left: -3px;overflow: hidden;border: 3px solid transparent;border-top-color: transparent;}
/*.fontawesome-icon section { margin-top: 40px;}
.fontawesome-icon .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee;}
.fontawesome-icon-list { margin-top: 22px;}
.fontawesome-icon-list .fa-hover a { font-size:14px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; display: block;color: #222; line-height: 32px; height: 32px;  padding-left: 10px; margin-bottom:10px; border-radius: 4px;}
.fontawesome-icon-list .fa-hover a .fa { width: 32px; font-size: 20px; display: inline-block;  text-align: right; margin-right: 10px;}
.fontawesome-icon-list .fa-hover a:hover .fa { font-size:24px; color:#FFFFFF; margin-top:4px; }
.fontawesome-icon-list .fa-hover a:hover {background:#18a689; color:#FFFFFF;}*/

.fontawesome-icon .todo-list > li .page-header { margin: 40px 0 20px; font-weight:bold; border-bottom:none; }
.fontawesome-icon .todo-list > li .fa { width: 32px; font-size: 21px; display: inline-block; text-align: center; margin-right: 10px; }
.fontawesome-icon .todo-list > li .label { font-size:11px; }
.fontawesome-icon .todo-list > li .label i { font-size:14px; margin:1px 0 0 0; width:20px; }
/*Draggable*/

.dnd-drag-start { -moz-transform:scale(1)!important; -webkit-transform:scale(1)!important; transform:scale(1)!important; opacity:1!important; border: 0px dashed #000 !important; }
.dnd-drag-enter { opacity:1; border-style:solid!important; border-width:1px!important; }
.dnd-drag-over { border-style:solid!important; border-width:1px!important; }
.dnd-sortable-drag { -moz-transform:scale(1)!important; -webkit-transform:scale(1)!important; transform:scale(1)!important; opacity:1!important; border-style:solid!important; border-width:1px!important; }

 @media (max-width: 992px) {
	.globalDragDiv {position:relative;}
	.leftDragPanel, .rightDragPanel {right:0; position:absolute;}
}

/*.orgChart { }
.orgChart ul {margin:0; position:relative; padding: 50px 0 0 0;}
.orgChart ul.headOrgChart {padding:10px 0 0 0;}
.orgChart li {float: left;text-align: center; position:relative;  padding: 50px 0 0 0; font-size:14px;}
.orgChart li div{ font-weight:bold;}
.orgChart li div img { width:100px; height:100px; border-radius:50px; padding:10px; border-width: 1px;border-style: solid; border-color: #ccc; margin:0;}
.orgChart li:only-child {padding-top: 0;}
.orgChart li::after { content: '';  position: absolute; top: 0; right: 50%; border-top-width: 1px; border-top-style: solid; border-top-color: #ccc;  width: 50%; height: 50px;}
.orgChart li:first-child::after {  width: 50%;  right: 0%; left:50%;}
.orgChart li:last-child::after {  width: 50%;}
.orgChart li::before {content: '';position: absolute;top: 0;left: 50%;border-left-width: 1px;border-left-style: solid;width: 50%;height: 50px; border-left-color: #ccc; border-top-width: 1px; border-top-style: solid; border-top-color: #ccc;}
.orgChart ul.headOrgChart > li::before,
.orgChart ul.headOrgChart > li::after { height: 0;  border-top-width: 0px;}
.orgChart li:last-child::before {  width: 0%;}
.orgChart ul ul {}
.orgChart ul ul::before {content: '';position: absolute;top: 0;left: 50%;border-left-width: 1px;border-left-style: solid;width: 0;height: 50px; border-left-color: #ccc;}
.orgChart ul ul li { float:left; width:auto;  border:none;}
.orgChart ul ul li div{padding:10px;  margin:0 10px;}
.orgChart ul ul ul  {  margin: 0 20px; border-bottom: 1px solid #ccc;}
.orgChart ul ul ul li {width: 50px; height: 150px; }
.orgChart ul ul ul li:only-child {padding:50px 0 0 0;}
.orgChart ul ul ul li:only-child::before {padding:50px 0 0 0;}
.orgChart ul ul ul li div{transform: rotate(270deg); width: 250px; margin-left: -100px; margin-top: 103px; font-weight:normal;  border:1px solid #ccc;  }*/

.orgChart { overflow:auto; padding:0 0 10px 0;}
.orgChart ul { padding-top: 20px; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; moz-transition: all 0.5s;}
.orgChart li { float: left; text-align: center; list-style-type: none;	position: relative;	padding: 20px 5px 0 5px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}

/*We will use ::before and ::after to draw the connectors*/
.orgChart li::before, 
.orgChart li::after{ content: ''; position: absolute; top: 0; right: 50%; border-top-width: 1px; border-top-style: solid; width: 50%; height: 20px;}
.orgChart li::after{ right: auto; left: 50%; border-left-width: 1px; border-left-style: solid;}

/*We need to remove left-right connectors from elements without 
any siblings*/
.orgChart li:only-child::after, .orgChart li:only-child::before { display: none;}

/*Remove space from the top of single children*/
.orgChart li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.orgChart li:first-child::before, 
.orgChart li:last-child::after{ border: 0 none;}
/*Adding back the vertical connector to the last nodes*/
.orgChart li:last-child::before{ border-right-width: 1px ; border-right-style:solid; -webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0;border-radius: 0 5px 0 0; }
.orgChart li:first-child::after{ -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0;border-radius: 5px 0 0 0; }

/*Time to add downward connectors from parents*/
.orgChart ul ul::before{	content: '';position: absolute; top: 0; left: 50%;	border-left-width: 1px; border-left-style: solid; width: 0; height: 20px;}

.orgChart li a{	border-width: 1px; border-style: solid; padding: 5px 10px;	text-decoration: none;	display: inline-block;-webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px;	 transition: all 0.5s;	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s; font-size:14px; }
.orgChart ul ul ul li {/*width: 50px; height: 150px; */}
.orgChart ul ul ul li a {/*transform: rotate(270deg);margin-top: 103px;width: 250px; margin-left: -105px; */padding:10px;}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.orgChart li a:hover, .orgChart li a:hover+ul li a {	border-width: 1px; border-style: solid;}

.rtl ::-webkit-input-placeholder { /* WebKit browsers */direction: rtl !important;}
.rtl :-moz-placeholder { /* Mozilla Firefox 4 to 18 */direction: rtl !important;}
.rtl ::-moz-placeholder { /* Mozilla Firefox 19+ but I'm not sure about working */direction: rtl !important;}
.rtl :-ms-input-placeholder { /* Internet Explorer 10+ */direction: rtl !important;}
.rtl .fadeInRight { animation-name: fadeInLeft !important; }
.rtl .bounceInRight { animation-name: bounceInLeft !important; }
.rtl .profileImage { float:right !important; margin:5px 0 5px 10px !important; }
.rtl .caret { margin-right: 2px; }
.rtl .breadcrumb > li { direction: rtl !important; float: right !important; padding: 0 2px !important; }
.rtl .breadcrumb i { margin-left: 0 !important; margin-right: 5px !important; }
.rtl .folder-list li i { margin-left: 8px; margin-right:0 !important; }
.rtl .ibox-title h5 { float:right; }
.rtl th { text-align: right; }
.rtl .left { float:right !important; }
.rtl .right { float:right !important; }
.rtl .pull-left { float:right !important; }
.rtl .pull-right { float:left !important; }
.rtl .alignLeft { text-align:right !important; }
.rtl .alignRight { text-align:left !important; }
.rtl .alignCenter { text-align:center !important; }
.rtl .text-right { text-align:left !important; }
.rtl .text-left { text-align:right !important; }
.rtl .text-center { text-align:center !important; }
/*Padding*/
.rtl .p-r { padding-left:10px !important; padding-right :0 !important; }
.rtl .p-l { padding-right:10px !important; padding-left :0 !important; }
/*Margin*/
.rtl .m-r { margin-left:10px !important; margin-right :0 !important; }
.rtl .m-l { margin-right:10px !important; margin-left :0 !important; }
.rtl .m-r-sm { margin-left: 5px !important; margin-right:0 !important; }
body.rtl.fixed-sidebar .navbar-static-side,
body.rtl.canvas-menu .navbar-static-side { right:0 !important; }
body.rtl.fixed-sidebar.mini-navbar #page-wrapper { margin:0!important;}
body.rtl.mini-navbar #page-wrapper { margin: 0 !important; }
body.rtl.fixed-sidebar.mini-navbar .navbar-static-side { margin:0 !important}
body.rtl.body-small.fixed-sidebar.mini-navbar #page-wrapper { margin: 0 220px 0 0 !important; }
body.rtl.fixed-sidebar .navbar-static-side, 
body.rtl.canvas-menu .navbar-static-side {border-left-width: 1px; border-left-style: solid;}
.rtl .table,
.rtl .responsive-table { direction: rtl !important; }
.rtl .datepicker .fa-arrow-left,
.rtl .datepicker .fa-arrow-right { transform: rotate(180deg); }
.rtl .ibox-table { direction: rtl !important; }
/*.rtl .ibox-table .responsive-table td::before,.rtl .ibox-table .responsive-table thead .fliter th::before ,.rtl .ibox-table .responsive-table td,.rtl .ibox-table .responsive-table thead .fliter th{ text-align:right !important;}*/
.rtl .ibox-table .responsive-table thead .fliter th { border-width: 0 0 1px 1px !important; }
.rtl .ibox-table .responsive-table thead .fliter th:first-child { border-right-width: 1px !important; border-style: solid;}
.rtl .table-bordered > thead > tr > th,
.rtl .table-bordered > thead > tr > td { border-width: 0 0 0 1px; }
.rtl .table-bordered > thead > tr > th:first-child,
.rtl .table-bordered > thead > tr > td:first-child {border-width: 0 1px 0 1px !important;}
.rtl .table-bordered > thead > tr > th:last-child,
.rtl .table-bordered > thead > tr > td:last-child {border-width: 0 0 0 1px !important; }
.rtl .table-bordered > tbody > tr:last-child > td {  border-width: 0px 0 1px 1px !important;}
.rtl .table-bordered > tbody > tr > td { border-width: 1px 0 1px 1px!important; }
.rtl .table-bordered > tbody > tr > td:first-child { border-right-width: 1px !important; }
.rtl .table-bordered > tbody > tr.selected > td { border-width: 1px 0 1px 1px; }
.rtl .table-bordered > tbody > tr.selected > td:first-child { border-width: 1px; }
.rtl .table-bordered > tfoot > tr > th,
.rtl .table-bordered > tfoot > tr > td { border-width: 1px 0 1px 1px; }
.rtl .table-bordered > tfoot > tr > th:first-child,
.rtl .table-bordered > tfoot > tr > td:first-child { border-right-width: 1px !important; }
.rtl .table-bordered > tbody > tr.selected + tr.selected > td { border-style: solid; border-width: 0 0px 1px 1px; }
.rtl .table-bordered > tbody > tr.selected + tr.selected > td:first-child { border-width: 0 1px 1px; }
.rtl .table-bordered > tbody > tr.selected + tr.selected > td:last-child { border-width: 0 0 1px 1px; }
.rtl .ibox-title { direction: rtl !important; }
.rtl .ibox-content { text-align:right; }
.rtl .spiner-example { direction: rtl !important; }
.rtl .jstree { direction: rtl !important; }
.rtl .dd-list .dd-list { padding-right: 30px; padding-left:0 !important; }
.rtl #nestable2 .dd-item > button { float: right; }
.rtl #nestable2 span.label { float: right; margin-right: 0px; margin-left: 10px; }
.rtl .dropzoneBtn { right:auto; left:10px; }
.rtl .dropdown-price .priceList { float:right; }
.rtl .dropdown-price .priceList .hyphen::after {right:auto !important;left:-2px;}
.rtl .dropdown-price .priceList small,
.rtl .dropdown-price .priceList .ddlist a { text-align:right; }
.rtl select.form-control, 
.rtl select.single-line {padding: 1px 3px 1px 22px !important;}
.rtl select { background-position: calc(5% - 8px) calc(1em + -1px), calc(5% - 3px) calc(1em + -1px), 100% 0;}
.rtl .scrtabs-tab-scroll-arrow { padding-left:0; padding-right:8px; }
.rtl .onoffswitch-inner::before {padding-right: 30px;padding-left:0;}
.rtl .btn-group .dropdown-menu { left:auto; right:0; }
.rtl .dropdown-menu .scroll_content li a { text-align:right; direction:rtl;padding: 5px 5px 5px 15px; }
.rtl .checkbox-inline, 
.rtl .radio-inline {margin-right: 0px; margin-left: 5px !important;}
.rtl .dropdown-price .slimScrollRail,
.rtl .dropdown-menu .slimScrollRail { left:1px!important; right:auto!important; }
.rtl .dropdown-price .slimScrollBar,
.rtl .dropdown-menu .slimScrollBar { left:1px!important; right:auto!important; }
.rtl .chosen-container-multi .chosen-choices li.search-choice { float:right; margin: 3px 5px 3px 0; padding: 3px 5px 3px 20px; }
.rtl .chosen-container-multi .chosen-choices li.search-choice .search-choice-close { left: 3px; right:auto; }
.rtl .chosen-container { direction:rtl; }
.rtl .chosen-container-multi .chosen-choices li.search-field { float:right; }
.rtl .row .rowDiv { direction: rtl !important; }
.rtl .ibox-table .responsive-table th,
.rtl .ibox-table .responsive-table td { text-align: right; }
.rtl #page-wrapper { margin: 0 220px 0 0 !important; }
.rtl .navbar-right .dropdown-menu { left: -40px !important; right: auto !important; }
.rtl .dropdown-followup { left: 0 !important; right: auto !important; }
.rtl .nav > li { text-align: right !important; }
.rtl .nav-header { direction: rtl !important; }
.rtl .navbar-right { direction: rtl !important; float: left !important; padding:0; }
.rtl .navbar-header { float: right!important; }
.rtl .input-group { direction: rtl !important; }
.rtl .input-group .form-control { direction: rtl !important; }
.rtl .ibox-tools { text-align:left !important; }
.rtl .ibox-tools a { margin-right: 5px; margin-left:0; display:inline-block; }
.rtl .ibox-title h5 { }
.rtl .ibox-tools a .fa-arrow-left,
.rtl .glyphicon-arrow-left,
.rtl .glyphicon-arrow-right,
.rtl .glyphicon-arrow-right { transform: rotate(180deg) !important; vertical-align: middle; }
.rtl .fa-chevron-right { transform: rotate(180deg) !important; }
.rtl .minimalize-styl-2 { margin: 11px 5px 5px 5px !important; }
.rtl .minimalize-styl-2 .fa-chevron-left { -ms-transform: rotate(180deg)!important; /* IE 9 */ -webkit-transform: rotate(180deg)!important; /* Chrome, Safari, Opera */ transform: rotate(180deg)!important; }
.rtl .navbar-top-links li:last-child { margin: 0 !important; }
.rtl .btn .caret { margin-left: 0 !important; margin-right:6px !important }
.rtl .dropdown-menuBox li { float:right !important; }
.rtl .dropdown-menu > li > a { text-align: right !important; }
.rtl .dropdown-menuBox li a { text-align: center !important; }
.rtl .slimScrollBar { left:0 !important; }
.rtl .input-group-btn .dropdown-menu { right: 0!important; left:auto !important; }
.rtl .input-group-btn:last-child > .btn { border-radius:3px 0 0 3px !important; }
.rtl .input-group-btn:last-child>.btn,
.rtl .input-group-btn:last-child>.btn-group { margin-right: -1px !important; margin-left:0 !important }
.rtl .input-group-btn:first-child > .btn,
.rtl .input-group-btn:first-child > .dropdown-toggle { border-radius:0 3px 3px 0 !important; }
.rtl .input-group-btn:first-child > .btn,
.rtl .input-group-btn:first-child > .btn-group { margin-left: -2px !important; margin-right:0 !important; }
.rtl .count-info .label { left:0!important; right:auto !important; }
.rtl .count-info.report-count-info {margin: 0 15px 0 0 !important;}
.rtl .count-info.help-count-info {margin: 0 5px 0 0 !important;}
.rtl .count-info.setup-count-info {margin: 0 11px 0 0 !important;}
.rtl .count-info.whatsNew {margin: 0 15px 0 0  !important;}
.rtl .nav > li > .menuCap { margin:10px 10px 0 0 !important; }
.rtl .arrow { float: left !important; -ms-transform: rotate(180deg)!important; /* IE 9 */ -webkit-transform: rotate(180deg)!important; /* Chrome, Safari, Opera */ transform: rotate(180deg)!important; }
.rtl .nav li.active > a > .arrow { -ms-transform: rotate(0deg)!important; /* IE 9 */ -webkit-transform: rotate(0deg)!important; /* Chrome, Safari, Opera */ transform: rotate(0deg)!important; }
.rtl .input-group-addon,
.rtl .input-group-addon:last-child { border-width: 1px 0 1px 1px!important; border-style: solid!important; }
.rtl .input-group-addon:first-child { border-left:none !important; border-right-width: 1px!important; border-right-style:solid!important; }
.rtl .capdropdown-menu { left: auto !important; right: 16px !important; }
.rtl .mail-wizard .mail-wizdropdown-menu { right:auto !important; left: 10px !important; }
.rtl .breadcrumb .capdropdown-menu { left: auto !important; right: auto !important; }
.rtl .tabs-container .nav-tabs > li { float:right !important; }
/*.rtl .nav-tabs>li>a { margin:0 0 0 2px !important; }*/
.rtl .tabs-container .nav-tabs { padding-right:0 !important; }
.rtl .actionBtn { margin-left:0!important; margin-right:220px !important; direction: rtl !important; }
body.rtl.mini-navbar .actionBtn { margin-left: 0 !important; margin-right:0 !important; }
.rtl .datepicker.dropdown-menu { direction:rtl !important; }
.rtl .wizard > .actions > ul { float:left !important; }
.rtl .wizard > .steps > ul > li,
.rtl .wizard > .actions > ul > li { float:right !important; direction:rtl; }
.rtl .float-e-margins .btn { margin-left: 5px !important; margin-right:0!important; }
.rtl .nav > li.active { border-right-width: 4px!important; border-right-style: solid!important; border-left:none !important; }
.rtl .tabs-container .nav > li.active { border-right-width:0!important; }
.rtl .nav-complipe { float:left !important; }
.rtl .nav-pills.nav-wizard { float:right !important; }
.rtl .nav-pills.nav-wizard > li { float:right !important; border-width: 0 11px!important; border-style: solid!important; }
.rtl .nav-pills.nav-wizard > li:first-child { border-radius:0 5px 5px 0!important; border-right: 0 !important; }
.rtl .nav-pills.nav-wizard > li:last-child { border-radius:5px 0 0 5px!important; border-left: none !important; }
.rtl .nav-pills.nav-wizard > li .nav-wedge { right: -20px!important; left:auto!important; transform: rotate(180deg)!important; }
.rtl .nav-pills.nav-wizard > li .nav-arrow { left:-20px!important; right:auto!important; transform: rotate(180deg)!important; }
.rtl .nav-pills>li+li { margin-right: 2px !important; margin-left:0 !important; }
.rtl .required { border-right-width:2px!important; border-right-style: solid!important; }
.rtl .form-control,
.rtl .single-line { border-left-width: 1px!important; border-left-style: solid!important; direction:rtl!important; }
.rtl .modal-header .close { float:left !important; }
.rtl .modal-title { text-align:right!important; }
.rtl .modal-footer { text-align:left !important; }
.rtl .panel-heading { text-align:right!important; }
.rtl .panel-body { text-align:right!important; }
.rtl .panel-footer { text-align:left !important; }
.rtl button.close { float:left !important; }
.rtl .no-padding .list-group-item { text-align:right!important; }
.rtl .timeline-item .content { text-align:right!important; border-left: none !important; border-right-width: 1px!important; border-right-style:solid!important; }
.rtl .timeline-item .date i { left:0!important; right:auto!important; border-left: none !important; border-right-width: 1px!important; border-right-style:solid!important; }
/*.rtl .list-group-item i { float: right; }*/
.rtl .folder-list li a {padding: 5px 5px 5px 0; direction: rtl;}
.rtl .disc { direction:rtl; }
.rtl .mail-wizard div { text-align:right; }
.rtl .mail-box-header h2 { text-align:right; }
.rtl .mail-tools { direction:rtl; }
.rtl .file-manager h5 { text-align:right; }
.rtl .category-list li a { text-align:right; direction: rtl; }
.rtl .emailFeature {left: 0;right: auto;}
.rtl .passwordBox i{float: right; margin-top: -4px;}

.rtl .col-xs-1,
.rtl .col-xs-10,
.rtl .col-xs-11,
.rtl .col-xs-12,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9 { float: right; }
.rtl .col-xs-pull-12 { right:0 !important; left: 100%; }
.rtl .col-xs-pull-11 { right: 0!important; left: 91.66666667%; }
.rtl .col-xs-pull-10 { right: 0!important; left: 83.33333333%; }
.rtl .col-xs-pull-9 { right: 0!important; left: 75%; }
.rtl .col-xs-pull-8 { right: 0!important; left: 66.66666667%; }
.rtl .col-xs-pull-7 { right: 0!important; left: 58.33333333%; }
.rtl .col-xs-pull-6 { right: 0!important; left: 50%; }
.rtl .col-xs-pull-5 { right: 0!important; left: 41.66666667%; }
.rtl .col-xs-pull-4 { right: 0!important; left: 33.33333333%; }
.rtl .col-xs-pull-3 { right: 0!important; left: 25%; }
.rtl .col-xs-pull-2 { right: 0!important; left: 16.66666667%; }
.rtl .col-xs-pull-1 { right: 0!important; left: 8.33333333%; }
.rtl .col-xs-pull-0 { right: 0!important; left: auto; }
.rtl .col-xs-push-12 { left: 0 !important; right: 100%; }
.rtl .col-xs-push-11 { left: 0!important; right: 91.66666667%; }
.rtl .col-xs-push-10 { left: 0!important; right: 83.33333333%; }
.rtl .col-xs-push-9 { left: 0!important; right: 75%; }
.rtl .col-xs-push-8 { left: 0!important; right: 66.66666667%; }
.rtl .col-xs-push-7 { left: 0!important; right: 58.33333333%; }
.rtl .col-xs-push-6 { left: 0!important; right: 50%; }
.rtl .col-xs-push-5 { left: 0!important; right: 41.66666667%; }
.rtl .col-xs-push-4 { left: 0!important; right: 33.33333333%; }
.rtl .col-xs-push-3 { left: 0!important; right: 25%; }
.rtl .col-xs-push-2 { left: 0!important; right: 16.66666667%; }
.rtl .col-xs-push-1 { left: 0!important; right: 8.33333333%; }
.rtl .col-xs-push-0 { left: 0!important; right: auto; }
.rtl .col-xs-offset-12 { margin-left: 0 !important; margin-right: 100%; }
.rtl .col-xs-offset-11 { margin-left: 0 !important; margin-right: 91.66666667%; }
.rtl .col-xs-offset-10 { margin-left: 0 !important; margin-right: 83.33333333%; }
.rtl .col-xs-offset-9 { margin-left: 0 !important; margin-right: 75%; }
.rtl .col-xs-offset-8 { margin-left: 0 !important; margin-right: 66.66666667%; }
.rtl .col-xs-offset-7 { margin-left: 0 !important; margin-right: 58.33333333%; }
.rtl .col-xs-offset-6 { margin-left: 0 !important; margin-right: 50%; }
.rtl .col-xs-offset-5 { margin-left: 0 !important; margin-right: 41.66666667%; }
.rtl .col-xs-offset-4 { margin-left: 0 !important; margin-right: 33.33333333%; }
.rtl .col-xs-offset-3 { margin-left: 0 !important; margin-right: 25%; }
.rtl .col-xs-offset-2 { margin-left: 0 !important; margin-right: 16.66666667%; }
.rtl .col-xs-offset-1 { margin-left: 0 !important; margin-right: 8.33333333%; }
.rtl .col-xs-offset-0 { margin-left: 0 !important; margin-right: 0; }
 @media screen and (max-width: 992px) {
	.rtl .ibox-table .responsive-table td, .rtl .ibox-table .responsive-table thead .fliter th {text-align: right !important;padding: 7px 45% 7px 5px !important;}
	.rtl .ibox-table .responsive-table td:before, .rtl .ibox-table .responsive-table thead .fliter th:before {text-align:left !important;right:2px !important;left:auto !important;}
	.text-right-sm {text-align:right;}
	 .rtl .ibox-table .responsive-table thead .fliter th:first-child {  border-width: 1px 1px 0 1px !important;}
	 .rtl .ibox-table .responsive-table thead .fliter th {  border-width: 1px 1px 0 1px !important;}
 @media screen and (max-width: 767px) {
	.rtl .ibox-table .responsive-table td, .rtl .ibox-table .responsive-table thead .fliter th {text-align: right !important;padding: 7px 5px 7px 5px !important;}
	.rtl .ibox-table .responsive-table td:before, .rtl .ibox-table .responsive-table thead .fliter th:before {text-align:right !important;}
	.rtl .navbar-top-links .dropdown-fav {right:-40px !important;left:auto !important;}
	.rtl .navbar-top-links .dropdown-language {right: -60px !important;left: auto !important;}
	.rtl .navbar-top-links .dropdown-alerts {right: -140px !important;left: auto !important;}
}
 @media (max-width: 768px) {
	 .rtl #page-wrapper {margin: 0 0 0 0 !important;}
	 .rtl .actionBtn {margin-left: 0 !important;margin-right:0 !important;}
}
 @media (min-width: 768px) {
	.rtl .form-horizontal .control-label {text-align: left !important;}
	.rtl .col-sm-1, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9, .rtl .col-sm-10, .rtl .col-sm-11 {float: right;}
	.rtl .col-sm-pull-12 {right:0 !important;left: 100%;}
	.rtl .col-sm-pull-11 {right: 0!important;left: 91.66666667%;}
	.rtl .col-sm-pull-10 {right: 0!important;left: 83.33333333%;}
	.rtl .col-sm-pull-9 {right: 0!important;left: 75%;}
	.rtl .col-sm-pull-8 {right: 0!important;left: 66.66666667%;}
	.rtl .col-sm-pull-7 {right: 0!important;left: 58.33333333%;}
	.rtl .col-sm-pull-6 {right: 0!important;left: 50%;}
	.rtl .col-sm-pull-5 {right: 0!important;left: 41.66666667%;}
	.rtl .col-sm-pull-4 {right: 0!important;left: 33.33333333%;}
	.rtl .col-sm-pull-3 {right: 0!important;left: 25%;}
	.rtl .col-sm-pull-2 {right: 0!important;left: 16.66666667%;}
	.rtl .col-sm-pull-1 {right: 0!important;left: 8.33333333%;}
	.rtl .col-sm-pull-0 {right: 0!important;left: auto;}
	.rtl .col-sm-push-12 {left: 0 !important;right: 100%;}
	.rtl .col-sm-push-11 {left: 0!important;right: 91.66666667%;}
	.rtl .col-sm-push-10 {left: 0!important;right: 83.33333333%;}
	.rtl .col-sm-push-9 {left: 0!important;right: 75%;}
	.rtl .col-sm-push-8 {left: 0!important;right: 66.66666667%;}
	.rtl .col-sm-push-7 {left: 0!important;right: 58.33333333%;}
	.rtl .col-sm-push-6 {left: 0!important;right: 50%;}
	.rtl .col-sm-push-5 {left: 0!important;right: 41.66666667%;}
	.rtl .col-sm-push-4 {left: 0!important;right: 33.33333333%;}
	.rtl .col-sm-push-3 {left: 0!important;right: 25%;}
	.rtl .col-sm-push-2 {left: 0!important;right: 16.66666667%;}
	.rtl .col-sm-push-1 {left: 0!important;right: 8.33333333%;}
	.rtl .col-sm-push-0 {left: 0!important;right: auto;}
	.rtl .col-sm-offset-12 {margin-left: 0 !important;margin-right: 100%;}
	.rtl .col-sm-offset-11 {margin-left: 0 !important;margin-right: 91.66666667%;}
	.rtl .col-sm-offset-10 {margin-left: 0 !important;margin-right: 83.33333333%;}
	.rtl .col-sm-offset-9 {margin-left: 0 !important;margin-right: 75%;}
	.rtl .col-sm-offset-8 {margin-left: 0 !important;margin-right: 66.66666667%;}
	.rtl .col-sm-offset-7 {margin-left: 0 !important;margin-right: 58.33333333%;}
	.rtl .col-sm-offset-6 {margin-left: 0 !important;margin-right: 50%;}
	.rtl .col-sm-offset-5 {margin-left: 0 !important;margin-right: 41.66666667%;}
	.rtl .col-sm-offset-4 {margin-left: 0 !important;margin-right: 33.33333333%;}
	.rtl .col-sm-offset-3 {margin-left: 0 !important;margin-right: 25%;}
	.rtl .col-sm-offset-2 {margin-left: 0 !important;margin-right: 16.66666667%;}
	.rtl .col-sm-offset-1 {margin-left: 0 !important;margin-right: 8.33333333%;}
	.rtl .col-sm-offset-0 {margin-left: 0 !important;margin-right: 0;}
}
 @media (min-width: 992px) {
	.rtl .col-md-1, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9, .rtl .col-md-10, .rtl .col-md-11 {float: right;}
	.rtl .col-md-pull-12 {right:0 !important;left: 100%;}
	.rtl .col-md-pull-11 {right: 0!important;left: 91.66666667%;}
	.rtl .col-md-pull-10 {right: 0!important;left: 83.33333333%;}
	.rtl .col-md-pull-9 {right: 0!important;left: 75%;}
	.rtl .col-md-pull-8 {right: 0!important;left: 66.66666667%;}
	.rtl .col-md-pull-7 {right: 0!important;left: 58.33333333%;}
	.rtl .col-md-pull-6 {right: 0!important;left: 50%;}
	.rtl .col-md-pull-5 {right: 0!important;left: 41.66666667%;}
	.rtl .col-md-pull-4 {right: 0!important;left: 33.33333333%;}
	.rtl .col-md-pull-3 {right: 0!important;left: 25%;}
	.rtl .col-md-pull-2 {right: 0!important;left: 16.66666667%;}
	.rtl .col-md-pull-1 {right: 0!important;left: 8.33333333%;}
	.rtl .col-md-pull-0 {right: 0!important;left: auto;}
	.rtl .col-md-push-12 {left: 0 !important;right: 100%;}
	.rtl .col-md-push-11 {left: 0!important;right: 91.66666667%;}
	.rtl .col-md-push-10 {left: 0!important;right: 83.33333333%;}
	.rtl .col-md-push-9 {left: 0!important;right: 75%;}
	.rtl .col-md-push-8 {left: 0!important;right: 66.66666667%;}
	.rtl .col-md-push-7 {left: 0!important;right: 58.33333333%;}
	.rtl .col-md-push-6 {left: 0!important;right: 50%;}
	.rtl .col-md-push-5 {left: 0!important;right: 41.66666667%;}
	.rtl .col-md-push-4 {left: 0!important;right: 33.33333333%;}
	.rtl .col-md-push-3 {left: 0!important;right: 25%;}
	.rtl .col-md-push-2 {left: 0!important;right: 16.66666667%;}
	.rtl .col-md-push-1 {left: 0!important;right: 8.33333333%;}
	.rtl .col-md-push-0 {left: 0!important;right: auto;}
	.rtl .col-md-offset-12 {margin-left: 0 !important;margin-right: 100%;}
	.rtl .col-md-offset-11 {margin-left: 0 !important;margin-right: 91.66666667%;}
	.rtl .col-md-offset-10 {margin-left: 0 !important;margin-right: 83.33333333%;}
	.rtl .col-md-offset-9 {margin-left: 0 !important;margin-right: 75%;}
	.rtl .col-md-offset-8 {margin-left: 0 !important;margin-right: 66.66666667%;}
	.rtl .col-md-offset-7 {margin-left: 0 !important;margin-right: 58.33333333%;}
	.rtl .col-md-offset-6 {margin-left: 0 !important;margin-right: 50%;}
	.rtl .col-md-offset-5 {margin-left: 0 !important;margin-right: 41.66666667%;}
	.rtl .col-md-offset-4 {margin-left: 0 !important;margin-right: 33.33333333%;}
	.rtl .col-md-offset-3 {margin-left: 0 !important;margin-right: 25%;}
	.rtl .col-md-offset-2 {margin-left: 0 !important;margin-right: 16.66666667%;}
	.rtl .col-md-offset-1 {margin-left: 0 !important;margin-right: 8.33333333%;}
	.rtl .col-md-offset-0 {margin-left: 0 !important;margin-right: 0;}
}
 @media (min-width: 1200px) {
	.rtl .col-lg-1, .rtl .col-lg-2, .rtl .col-lg-3, .rtl .col-lg-4, .rtl .col-lg-5, .rtl .col-lg-6, .rtl .col-lg-7, .rtl .col-lg-8, .rtl .col-lg-9, .rtl .col-lg-10, .rtl .col-lg-11 {float: right}
	.rtl .col-lg-pull-12 {right:0 !important;left: 100%;}
	.rtl .col-lg-pull-11 {right: 0!important;left: 91.66666667%;}
	.rtl .col-lg-pull-10 {right: 0!important;left: 83.33333333%;}
	.rtl .col-lg-pull-9 {right: 0!important;left: 75%;}
	.rtl .col-lg-pull-8 {right: 0!important;left: 66.66666667%;}
	.rtl .col-lg-pull-7 {right: 0!important;left: 58.33333333%;}
	.rtl .col-lg-pull-6 {right: 0!important;left: 50%;}
	.rtl .col-lg-pull-5 {right: 0!important;left: 41.66666667%;}
	.rtl .col-lg-pull-4 {right: 0!important;left: 33.33333333%;}
	.rtl .col-lg-pull-3 {right: 0!important;left: 25%;}
	.rtl .col-lg-pull-2 {right: 0!important;left: 16.66666667%;}
	.rtl .col-lg-pull-1 {right: 0!important;left: 8.33333333%;}
	.rtl .col-lg-pull-0 {right: 0!important;left: auto;}
	.rtl .col-lg-push-12 {left: 0 !important;right: 100%;}
	.rtl .col-lg-push-11 {left: 0!important;right: 91.66666667%;}
	.rtl .col-lg-push-10 {left: 0!important;right: 83.33333333%;}
	.rtl .col-lg-push-9 {left: 0!important;right: 75%;}
	.rtl .col-lg-push-8 {left: 0!important;right: 66.66666667%;}
	.rtl .col-lg-push-7 {left: 0!important;right: 58.33333333%;}
	.rtl .col-lg-push-6 {left: 0!important;right: 50%;}
	.rtl .col-lg-push-5 {left: 0!important;right: 41.66666667%;}
	.rtl .col-lg-push-4 {left: 0!important;right: 33.33333333%;}
	.rtl .col-lg-push-3 {left: 0!important;right: 25%;}
	.rtl .col-lg-push-2 {left: 0!important;right: 16.66666667%;}
	.rtl .col-lg-push-1 {left: 0!important;right: 8.33333333%;}
	.rtl .col-lg-push-0 {left: 0!important;right: auto;}
	 .rtl .col-lg-offset-12 {margin-left: 0 !important;margin-right: 100%;}
	.rtl .col-lg-offset-11 {margin-left: 0 !important;margin-right: 91.66666667%;}
	.rtl .col-lg-offset-10 {margin-left: 0 !important;margin-right: 83.33333333%;}
	.rtl .col-lg-offset-9 {margin-left: 0 !important;margin-right: 75%;}
	.rtl .col-lg-offset-8 {margin-left: 0 !important;margin-right: 66.66666667%;}
	.rtl .col-lg-offset-7 {margin-left: 0 !important;margin-right: 58.33333333%;}
	.rtl .col-lg-offset-6 {margin-left: 0 !important;margin-right: 50%;}
	.rtl .col-lg-offset-5 {margin-left: 0 !important;margin-right: 41.66666667%;}
	.rtl .col-lg-offset-4 {margin-left: 0 !important;margin-right: 33.33333333%;}
	.rtl .col-lg-offset-3 {margin-left: 0 !important;margin-right: 25%;}
	.rtl .col-lg-offset-2 {margin-left: 0 !important;margin-right: 16.66666667%;}
	.rtl .col-lg-offset-1 {margin-left: 0 !important;margin-right: 8.33333333%;}
	.rtl .col-lg-offset-0 {margin-left: 0 !important;margin-right: 0;}
}
.rtl .col-lg-offset-12 { margin-left:0!important; margin-right:100%; }
.rtl .col-lg-offset-11 { margin-left:0!important; margin-left:100%; }
.rtl .col-lg-offset-10 { margin-right:0!important; margin-bottom:75%; }
.rtl .col-lg-offset-9 { margin:5px!important; margin-bottom:70%; }
.rtl .col-lg-offset-8 { margin-right:0!important; margin-left:0 }
}

/*Html Print*/
.showPrint {display:none !important;}

@media print {
	.hidePrint {display:none !important;}
	.showPrint {display:block !important;}
	.navbar-default.navbar-static-side,
	.navbar.navbar-static-top,
	.row.wrapper.border-bottom.white-bg.page-heading.hideMini {display: none !important;}
	.table-responsive tbody {height:auto !important;}
	.ibox-table .responsive-table td, 
	.ibox-table.hozGrid td, 
	.table-multiHeader td { white-space: normal !important; overflow: initial !important; text-overflow: initial !important;}
	.row {width:1000px !important;}
}