body{
	font-family:"open_sansregular"	;
}
a:hover{
	text-decoration:none;
}
#loginWrapper{
	display:block;
	width:100vw;
	height:100vh;
	background:url(../img/login-bg.jpg);
	background-size:cover;
	overflow:auto;/* overflow:hidden;*/
	float:left;
	position:relative;
}
#loginVqDisplay{
	display:block;
	width:100vw;
	height:100vh;
	background:url(../img/login-bg.jpg);
	background-size:cover;
	overflow:auto;
	float:left;
	position:relative;
}
#loginWrapper:after{
	background:rgba(167,167,167,0);
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
}
.loginContainer{
	position:relative;
	z-index:2;
	width:540px;
	margin: 0 auto;
}
.loginorionlogo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 11px 0;
    background: rgba(255, 255, 255, .1);
    padding: 20px 0;
}

.fa-paperclip {
    color:blue;
}

.loginContainer .form{
	width:60%;
	margin:0 ;
	display:block;
	float:left;
}
.loginContainer .leftLogo {
    width: calc(40% - 10px);
    margin: 0 10px 0 0;
    float: left;
    display: block;
    background: rgba(255,255,255,.1);
    height: 258px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftLogo img {
    display: block;
    max-width: 85%;
    max-height: 85%;
}
.ulLogin{
	display:block;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.ulLogin li{
	display:block;
	float:left;
	width:100%;
	margin-bottom:9px;
	position:relative;
}
.login-form label {
    position: absolute;
    z-index: 10;
    top: 9px;
	font-size:14px;
    left: 12px;
    color: #828282;
}
.ulLogin .select2-container--default{
	min-width:100%;
}
.fullRedBtn{
	display:block;
	background:	#ff7800;
	border-radius:0;
	width:100%;
	color:#fff;
	text-align:center;
	height:50px;
	cursor:pointer;
	text-transform:uppercase;
}
.fullRedBtn:hover{
	background:323131;
}
.ulLogin input.form-control[type="text"],
.ulLogin input.form-control[type="password"]{
	width:100%;
	border-radius:0;
	background:rgba(255,255,255,1)	;
	height:43px;
	border:none;
	padding-left:38px;
	transition:all .3s ease;
}
.ulLogin .select2-container--default .select2-selection--single {
    display: block;
    background: rgba(255,255,255,1);
    height: 43px;
    line-height: 43px;
    padding: 7px 0 0 30px;
    border-radius: 0;
	border:none;
}
.ulLogin .select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: 5px;
    margin-left: -7px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background:rgba(237, 28, 37, .8);
}
ul.ulLogin input.form-control:focus,
.ulLogin span.select2.select2-container.select2-container--default.select2-container--focus .select2-selection--single{
	background:rgba(255,255,255,.8)	;
	border:none;
	box-shadow:none;
}
.ulLogin a{
	font-size:12px;
	color:#ccc;
}
.ulLogin a:hover{
	color:#ff7800;
}
.logoArea{
	height:84px;
	width:200px;
	display:block;
	display: flex;
	align-items: center;
	justify-content: center;
	float:left;
	position:fixed;
	left:0;
	top:0;
	z-index:12;
}
.red .logoArea{
	background: rgba(30, 30, 30, 1);
	box-shadow:0px 1px 5px rgba(0,0,0,.2);
}
.red .logoArea img{
	width:auto;
	height:76px;

}
header{
	display:block;
	float:left;
	width:100%;
	transition:all .3s ease;
	max-height:0;
	box-shadow:0px 1px 5px rgba(0,0,0,.2);
}
.headerBottomSection {
    position: fixed;
    right: 0;
    top: 42px;
    z-index: 10;
}
article.headerTopSection {
    background: #fff;
    position: fixed;
    z-index: 12;
	right: 0;
    top: 0;
}
.headerTopSection, .headerBottomSection{
	width:calc(100% - 200px);
	display:block;
	float:left;
	height:42px;
}
.red .headerBottomSection{
	background:#eee;
	box-shadow:0px 1px 5px rgba(0,0,0,.2);
}
nav.mainNav{
	display:block;
	float:left;
}
nav.mainNav ul{
	margin:0;
	padding:0;
	font-size:13px;
}
nav ul.navMainUl > li{
	display:block;
	float:left;
	position:relative;
	margin: 0 0 0 1px;
}
nav.mainNav ul.navMainUl > li > a{
	height:42px;
	line-height:42px;
	padding:0 12px;
}
.red nav.mainNav ul.navMainUl > li > a{
	color:#555;
}
.red nav.mainNav ul.navMainUl > li:hover > a{
	background:rgba(255, 120, 0, 1);
	color:#fff;
}
nav.mainNav ul.navMainUl > li > .subMenu{
	width:250px;
	left:0;
	padding:2px 0 0 0;
	margin:0;
	position:absolute;
	top:41px;
}
nav.mainNav ul.navMainUl > li > .subMenu .subMenu{
	left: 248px;
    top: 0;
	padding:0 0 0 3px;
	margin:0;
	width:250px;
    position: absolute;
}
nav.mainNav ul.navMainUl > li  .subMenu{
	display:none;
	transition:max-height .3s ease;
}
nav.mainNav ul.navMainUl  li:hover > .subMenu,
nav.mainNav ul.navMainUl li > .subMenu > li:hover > .subMenu,
nav.mainNav ul.navMainUl li > .subMenu > li .subMenu > li:hover .subMenu{
	display:block;
}
nav.mainNav ul.navMainUl > li > .subMenu .subMenu .subMenu{
	left:245px;
}
nav.mainNav ul.navMainUl > li > .subMenu li{
	display:block;
	position:relative;
}
nav.mainNav ul.navMainUl > li > .subMenu li a{
	padding:7px 15px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.red nav.mainNav ul.navMainUl > li > .subMenu li.hasSub:after{
	right: 8px;
	top: 10px;
	content: "\f105";
	font: 14px FontAwesome;
	position: absolute;
	color: rgba(255,255,255,.5);
}
.red nav.mainNav ul.navMainUl > li > .subMenu li a{
	background:rgba(255, 140, 35, 1);
	color:#fff;
    border-bottom: solid 1px rgba(100, 100, 100,0.2);
}
.red nav.mainNav ul.navMainUl > li > .subMenu li:hover > a{
	background:rgba(255, 100, 30, 1);
	color:#fff;
	text-decoration:none;
}
.ulRightHeadTop{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.ulRightHeadTop li,
.ulRightHeadBottom li{
	display:block;
	float:left;
	margin:5px 6px 0 0;
}
.ulRightHeadTop > li > a,
.ulRightHeadTop > li > .dropdown > a,
.ulRightHeadBottom > li > a,
.ulRightHeadBottom > li > .dropdown > a{
	height:30px;
	width:30px;
	line-height:29px;
	text-align:center;
	float:left;
	font-size:14px;
	display:block;
	cursor:pointer;
	padding:0;
	overflow:hidden;
	border-radius:50%;
}
.ulRightHeadTop > li > a:hover,
.ulRightHeadBottom > li > a:hover{
	text-decoration:none;
}
.ulRightHeadBottom > li > .dropdown > a.headTopText{
	width:auto;
	border-radius:20px;
	padding:0 18px;
	font-size:12px;
}

.ulRightHeadTop > li > a.bI,
.ulRightHeadTop > li > .dropdown > a.bI,
.ulRightHeadBottom > li > a.bI,
.ulRightHeadBottom > li > .dropdown > a.bI{
	font-size:12px;
}
.ulRightHeadTop > li > .dropdown > a.proImage img{
	width:100%;
	margin:0;
	display:block;
	float:left;
}
.ulRightHeadTop > li > .dropdown > a:after,
.ulRightHeadBottom > li > .dropdown > a:not(.headTopText ):after{
	display:none;
}
.red .ulRightHeadTop > li > a,
.red .ulRightHeadTop > li > .dropdown > a{
	background:#eee;
	color:#ff7800;
}
.red .ulRightHeadBottom > li > a,
.red .ulRightHeadBottom > li > .dropdown > a{
	background:#fff;
	color:#333;
}
.red .ulRightHeadTop > li > a:hover,
.red .ulRightHeadTop > li > .dropdown > a:hover,
.red .ulRightHeadTop > li > .dropdown.show > a,
.red .ulRightHeadBottom > li > a:hover,
.red .ulRightHeadBottom > li > .dropdown > a:hover,
.red .ulRightHeadBottom > li > .dropdown.show > a{
	color:#ff7800;
	background:#ccc;
}
.topSearch{
	display:block;
	float:left;
}
.topSearch input[type="search"]{
	width:200px;
	height:30px;
	padding: 6px 15px;
	border-radius:20px;
	font-size:12px;
	margin: 0 0 0 -12px;
	position:relative;
	display:block;
	float:left;
}
.topSearch .searchForm {
    border: none;
    float: left;
    display: block;
    padding: 0;
    height: 30px;
    width: 30px;
	line-height:30px;
	cursor:pointer;
    text-align: center;
    position: relative;
    margin: 0 0 0 -31px;
	font-size:12px;
	transition:all .3s ease;
}
.red .topSearch .searchForm {
    background: none;
	color:#333;
}
.topSearch .searchForm:hover{
	color:#ff7800;
}
.topSearch .dropdown{
	display:block;
	float:left;
}
.red .topSearch  input[type="search"]:focus{
	border:solid 1px rgba(237, 28, 37, .3);
	box-shadow:none;
}
.topSearch .dropdown > a{
	float: left;
    height: 30px;
	line-height:28px;
    border-radius: 20px 0 0 20px;
    padding:0 18px 0 12px;
	font-size:12px;
    background: #eee;
    border: solid 1px #dfdddd;
}
#leftMenuAside{
	display:block;
	float:left;
	position:fixed;
	left:-210px;
	bottom:0;
	width:200px;
	z-index:12;
	top:84px;
	box-shadow:2px 0 5px rgba(0,0,0,.2);
	transition:all .3s ease;
}
.showLeftBar #leftMenuAside{
	left:0;
}
#rightMenuAside{
	display:block;
	float:left;
	position:fixed;
	right:-150px;
	bottom:0;
	width:140px;
	z-index:9;
	top:84px;
	transition:all .3s ease;
}
.showRightBar #rightMenuAside{
	right:0;
}
.leftAsideHandle{
	display: block;
    position: fixed;
    width: 7px;
    bottom: 0;
    background: rgba(0,0,0,.1);
    top: 84px;
    left: 0;
	z-index:10;
    cursor: pointer;
	transition:all .3s ease;
}
.rightAsideHandle{
	display: block;
    position: fixed;
    width: 7px;
    bottom: 0;
    background: rgba(0,0,0,.1);
    top: 84px;
    right: 0;
    cursor: pointer;
	z-index:10;
	transition:all .3s ease;
}
.showMenuHandle{
    position: fixed;
    height: 7px;
    top: 0;
    background: rgba(0,0,0,.1);
    right: 0;
	left:0;
    cursor: pointer;
	display:none;
	transition:all .3s ease;
}
.noMenu .showMenuHandle{
	display:block;
}
.noMenu header, .noMenu article.headerTopSection, .noMenu .logoArea{
	top:-85px;
}
.noMenu .headerBottomSection, .noMenu .pagetitl{
	top:-43px;
}
.noMenu  .rightAsideHandle, .noMenu  .leftAsideHandle,
.noMenu  #leftMenuAside, .noMenu  #rightMenuAside{
	top:0;
}
.showLeftBar .leftAsideHandle{
	left:192px;
}
.showRightBar .rightAsideHandle{
	right:132px;
}
.leftAsideHandle:hover,.rightAsideHandle:hover, .showMenuHandle:hover{
	background: rgba(0,0,0,.3);
}
.red #leftMenuAside{
	background:#2b2b2b;
}
.red #rightMenuAside{
	background:#dedede;
}
.leftMenuSide{
	display:block;
	float:left;
	width:100%;
	margin:5px 0 0 0;
}
.leftMenuWrap{
	display:block;
	float:left;
	width:100%;
	margin:1px 0 0 0;
}
.leftMenuWrap h4{
	display:block;
	float:left;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:12px;
	font-size:12px;
	position:relative;
	cursor:pointer;
	margin: 0 0 1px 0;
	transition: all .3s ease;
}
.leftMenuWrap h4 i{
	position:absolute;
	right:20px;
	top:12px;
}
.red .leftMenuWrap h4, .red .leftMenuWrap{
	background:rgba(0,0,0,.15);
}
.red .leftMenuWrap h4{
	color:#ff7800;
}
.red .leftMenuWrap h4:hover{
	color:#fff;
	background:rgba(0,0,0,.5)	;
}
.leftMenuWrap ul{
	margin:0;
	display:block;
	float:left;
	overflow:hidden;
	padding:0;
	transition:all .3s ease;
	max-height:0;
}
.leftMenuWrap.show ul{
	max-height:500px;
	padding:5px 0;
}
.leftMenuWrap ul li{
	display:block;
	float:left;
	width:100%	;
}
.leftMenuWrap ul li a{
	display:block;
	float:left;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:6px 12px;
	font-size:12px;
}
.leftMenuWrap ul li a i{
	margin: 0 5px 0 0;
}
.bottomLogo{
	position: absolute;
    background: rgba(255,255,255,.1);
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
	width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    vertical-align: middle;
}
.bottomLogo img {
    max-height: 80%;
    max-width: 70%;
}
.rightButtonWrap{
	display:block;
	width:100%;
	position:relative;
	padding:15px 12px 0 12px;
	box-sizing:border-box;
}
.rightButtonWrap .leftMenUl{
	margin:0 0 5px 0;
	padding:0;
	display:block;
	width:100%;
	float:left;
}
.rightButtonWrap .leftMenUl li{
	display:block;
	float:left;
	width:100%;
	margin:0 0 3px 0;
}
.rightButtonWrap .leftMenUl li button{
	font-size:12px;
	width:100%;
	text-align:left;
}
.rightButtonWrap .leftMenUl li button i{
	font-size:14px;
	margin:0 6px 0 0;
}
.red .leftMenuWrap ul li a{
	color:#cfcfcf;
}
.red .leftMenuWrap ul li a:hover,
.red .leftMenuWrap ul li.active a{
	color:#ff7800;
}
.red .leftMenuWrap ul li a i{
	color:#ff7800;
}
.red .leftMenuWrap ul li a:hover i{
	color:#fff;
}
.rightHeaderTop, .rightHeaderBottom{
	display:block;
	float:right;
}
.modal-header{
	padding:8px 15px;
}

.modal-header .close {
    padding: 6px;
    margin: -8px -12px -15px auto;
	cursor:pointer;
}
.modal-header .close:hover{

}
.red .modal-header{
	background:#ff7800;
	color:#fff;
}
.red .modal-header .modal-title{
	font-size:13px;
	text-transform:capitalize;
}

.table{border:1px solid #e9ecef}
.table td,.table th{border:1px solid #e9ecef}
.table thead td,.table thead th{border-bottom-width:2px}

.table td, .table th{
	font-size:11.5px;
	padding:.55rem;
}
.red .table-hover tbody tr.noHover,
.red .table-hover tbody tr.noHover:hover{
	background:#fff;
}
.red .table-hover tbody tr:not(.noHover):hover{
	background:rgba(237, 28, 37, .2);
}
.red .table-hover tbody tr.clicked{
	background:rgba(24, 188, 156, .3);
}
.red .btn-primary{
	background:#333333;
	color:#fff;
	cursor:pointer;
	border-color:#333;
}
.red .btn-primary:hover{
	background:#ff7800;
	border-color:#ed1c25;
}

.btn-general{
	background:#814471;
	color:#fff;
	cursor:pointer;
	border-color:#7a7070;
}

.btn-sub{
	background:#354871;
	color:#fff;
	cursor:pointer;
	border-color:#7a7070;
}

.btn-jump{
	background:#5f648c;
	color:#fff;
	cursor:pointer;
	border-color:#7a7070;
}

.modal-content{
	max-width:100%;
}
.scrollTopDown {
    display: block;
    position: absolute;
    bottom: -15px;
    right: 24px;
}
.scrollTopDown a {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    margin: auto 6px;
	cursor:pointer;
	position:relative;
	color:#fff !important;
}
.red .scrollTopDown a:before {
    background: #333;
	border-radius:5px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
}
.red .scrollTopDown a:hover:before {
	background:#ff7800;
}
#contentArea{
	display:block;
	float:left;
	width:100%;
	box-sizing:border-box;
	min-height:100vh;
	padding:84px 15px 20px 15px;
}
#contentArea.dashBoardArea{
	padding-bottom:0;
}
.noMenu #contentArea{
	padding-top:10px;
}
.showLeftBar #contentArea{
	padding-left:205px;
}
.showRightBar #contentArea{
	padding-right:145px;
}
.red #contentArea{
	background:#f1f1f1;
}
.pagetitl{
    font: 15px open_sansbold;
    position: fixed;
    top: 42px;
    z-index: 11;
    height: 42px;
    line-height: 42px;
    left: 217px;
}
.red .pagetitl{
	color: #ff6702;
    border-bottom: solid 2px #d8d8d8;
}
.panel{
	display:block;
	float:left;
	width:100%;
	box-sizing:border-box;
	background:#fff;
	height:auto;
	padding:8px 5px;
	margin:5px 0 0 0;
	border-radius:5px;
	box-shadow:1px 1px 5px rgba(100,100,100,.1);
}
.table thead th{
	border-top:none;
	color:#a5b5c5;
	font:13px open_sanssemibold;
}
ul.ulExportIcon {
    margin: 5px 0 0 0;
    padding: 0;
}

ul.ulExportIcon li {
    display: block;
    float: left;
    margin: 0 13px 0 0;
}

ul.ulExportIcon li a {
    color: #333;
    font-size: 13px;
    cursor: pointer;
}
ul.ulExportIcon li .fa {
    margin: 0 5px 0 0;
}
.red ul.ulExportIcon li .fa {
	color:#ff7800;
	text-shadow:1px 1px 2px rgba(0,0,0,.1);
}
.pagination{
	margin:5px 0 0 0;
}
.table{
	margin-bottom:3px;
}
.nav-tabs.tabMain{
	background:#dedede;
	margin:0 -6px;
}
.tabMain.nav-tabs .nav-item.show .nav-link,
.tabMain.nav-tabs .nav-link.active,
.tabMain.nav-tabs .nav-item.show .nav-link:hover,
.tabMain.nav-tabs .nav-link.active:hover,
.tabMain.nav-tabs .nav-item.show .nav-link:focus,
.tabMain.nav-tabs .nav-link.active:focus{
	background:#eee;
	border-bottom-color:#eee;
	color:#ff7800;
}
.tabMain.nav-tabs .nav-link,
.page-link{
	color:#555;
	padding: 4px 20px;
    font-size: 12px;
}
.tabMain.nav-tabs .nav-link:focus,
.tabMain.nav-tabs .nav-link:hover{
	background:rgba(0,0,0,.05);
	border-color:transparent;
}
.red .page-link:focus, .page-link:hover{
	background:rgba(237, 28, 37, .2);
	color:#333;
}
ul.tablMenu {
    margin: 0;
    padding: 0;
    display: block;
}
.tablMenu li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}
.tablMenu li .btn {
    background: rgba(0,0,0,.01);
    padding: 5px 8px;
    font-size: 13px;
    color: #9e9d9d;
    cursor: pointer;
}
.tablMenu li .btn i {
    margin: 0 3px 0 0;
    color: #555;
}
.tablMenu li .btn:hover i {
    color: #ff7800;
}

.btn.btn-secondary.inform,
.btn.btn-primary.inform{
	height: 31px;
    background: #000;
    box-sizing: border-box;
    line-height: 31px;
    padding: 0 20px;
    border: none;
	margin:0 8px 0 0;
	font-size:13px;
    cursor: pointer;
}
.red .btn.btn-secondary.inform{
	background:#dedede;
	color:#3f3636;
}
.red .btn.btn-primary.inform:hover,
.red .btn.btn-secondary.inform:hover{
	background:#ff7800;
}
.btn.btn-secondary.inform.nolabelForm{
	margin-top:25px;
}
.daterangepicker.dropdown-menu{
	font-size:11px;
}
.daterangepicker input.input-mini.form-control {
    padding-left: 22px;
}




.form-control{
	    border: solid 1px #ccc;
}
.tree-with-textBox{
	    border: solid 1px darkgray;
}
input.form-control[type="text"],
input.form-control[type="email"],
input.form-control[type="number"],
input.form-control[type="password"],
textarea.form-control,
select.form-control:not([size]):not([multiple]) {
    height: 28px;
    border-radius: 0px;
	font-size:13px;
	background:none;
	padding:0 5px;
}
textarea.form-control{
	height:auto;
}
input.form-control[type="text"]:focus,
input.form-control[type="email"]:focus,
input.form-control[type="number"]:focus,
input.form-control[type="password"]:focus,
textarea.form-control:focus,
select.form-control:not([size]):not([multiple]):focus {
    border: solid 1px #b3b3b3;
    box-shadow:none;
}
label {
    margin-bottom: .2rem;
    font-size: 12px;
    text-transform: capitalize;
}
.form-group.col-md-3,
.form-group.col-md-4,
.form-group.col-md-5,
.form-group.col-md-6,
.form-group.col-md-7,
.form-group.col-md-8,
.form-group.col-md-9,
.form-group.col-md-10,
.form-group.col-md-11,
.form-group.col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 8px;
}
.hasPicker .form-group,
.hasPicker .form-group .row  > div{
	position:relative;
}
.form-group .sinleLineFirst{
	padding-right:0;
}
label.custom-control.custom-checkbox,
label.custom-control.custom-radio {
    margin: 21px 0 0 0;
}
.hasPicker .glyphicon.fa.dateButton{
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    right: 12px;
    top: 34px;
    color: #b5b4b4;
}
.singleLineFrm .hasPicker .glyphicon.fa{
	right: 11px;
    top: 8px;
}
.singleLineFrm label {
    text-align: right;
    padding-right: 0;
}
.hasPicker .glyphicon.fa:hover{
	color:#ff7800;
}

.listPicker{
	padding-right: 0px;
	padding-left: 0px;
}

.formWrap, .table-responsive, .tableWrap {
	clear:both;
}
.panelName{
	font-size: 13px;
    margin: 0;
    padding: 8px 0 8px 8px;
    color: #ff7800;
	font-family:"open_sanssemibold";
}
.treeView{
	display:block;
	clear:both;
	width:100%;
	float:left;
	padding:15px 0;
}
ul.mainTreeUl {
    margin: 0;
    padding: 0 0 0 25px;
}
.treeView ul.mainTreeUl ul {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 26px;
    border-left: solid 1px #eee;
	overflow:hidden;
	max-height:0;
	transition:all .3s ease;
}
.treeView ul.mainTreeUl li.open > ul {
	max-height:8000px;
}
.treeView ul li {
    display: block;
    float: left;
    clear: both;
    box-sizing: border-box;
    font-size: 12px;
    padding: 3px 0;
}
.treeView ul li a {
    color: #333;
}
.treeView ul li span {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background: rgba(220,220,220,.1);
	color:#999;
    position: relative;
    margin: 1px 5px 0 -9px;
	cursor:pointer;
}
.treeView ul li > span:before {
	content:"\f067";
	font-family:FontAwesome;
	font-size:12px;
	line-height:20px;
	display:block;
	text-align:center;
	width:20px;
	height:20px;
}
.treeView ul li.open > span.hasDrop:before{
	content:"\f068";
}
.treeView ul li > span.child:before{
	content:"\f0c8";
	font-size:8px;
}

.treeView.treeBook ul li > span:before{
	content:"\f07b";
	color:red;
}
.treeView.treeBook ul li.open > span.hasDrop:before{
	content:"\f07c";
	color:red;
}
.treeView.treeBook ul li > span.child:before{
	content:"\f02d";
	font-size:12px;
	color:blue;
}
.treeView.treeBook ul li > span.bookOpen:before{
	content:"\f02d";
	font-size:12px;
}
.treeView.treeBook ul li > span.breif:before{
	content:"\f0b1";
	font-size:12px;
}
.treeView.treeBook ul li > span.ledge:before{
	content:"\f272";
	font-size:12px;
	color:green;
}
.treeView.treeBook ul li > span.ledger:before{
	content:"\f1ea";
	font-size:12px;
	color:green;
}
.treeView ul li a:hover,
.treeView ul li span:hover {
    color: #ff7800;
}
.proFileImg {
    display: block;
    /* float: left; */
    margin: 15px auto;
    width: 80px;
    overflow: hidden;
    height: 80px;
    border-radius: 50%;
}
.proFileImg img {
    width: 100%;
}
a.dropdown-item {
    border-bottom: solid 1px #f1f1f1;
    padding: 6px 21px;
	font-size:12px;
}
a.dropdown-item:last-child{
	border:none;
}
.alert.fixed {
    position: fixed;
    right: 100px;
    top: 100px;
    z-index: 800;
    padding-right: 45px;
    min-width: 519px;
}
.fieldMulti > div {
    padding: 0 5px;
}
.fieldMulti {
    margin: 0 -6px;
}
.tableCollapse {
    display: block;
    float: left;
    width: 100%;
	margin-bottom:8px;
}
h5.headTar {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 9px 0 9px 34px;
    font-size: 15px;
    background: #666;
	color:#fff;
    cursor: pointer;
	margin-bottom:1px;
}
h5.headTar:before {
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    font-size: 9px;
    top: 12px;
    left: 17px;
}
.showTable h5.headTar:before {
    content: "\f078";
}

h5.headTarGroup {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 15px;
    background: #666;
	color:#fff;
    cursor: pointer;
	margin-bottom:1px;
}
h5.headTarGroup:before {
    content: "\f101\f101\f101";
    font-family: fontAwesome;
    position: absolute;
    font-size: 12px;
    top: -3px;
    left: 50%;
}
.showTableGroup h5.headTarGroup:before {
    content: "\f103\f103\f103";
}

h5.headCustomGroup {
    height:8px;
    font-size: 12px;
    background: #e9e6e640;
	color:#123536;
}
h5.headTarGroup:hover {
    background:#ddcab7;
    color:blue;
}
.collapsingtbl {
    display: none;
    width: 100%;
    float: left;
    transition: all.3s ease;
    max-height: 0;
}
.showTable .collapsingtbl {
    max-height: 10000px;
    display: block;
}

.tableCollapseGroup .tableCollapse {
    display: none;
    width: 100%;
    float: left;
    transition: all.3s ease;
    max-height: 0;
}

.tableCollapseGroup {
    display: block;
    float: left;
    width: 100%;
	margin-bottom:8px;
}

.showTableGroup .tableCollapse {
    max-height: 10000px;
    display: block;
}

section#contentArea .dashColWrap {
    background: #fff;
	margin:3px 0;
    height: calc(33.3vh - 37px);
	overflow:hidden;
	border-radius:3px;
	position:relative;
}
.dashColWrap .dashContent{
	 height: calc(33.3vh - 37px);
	 padding:5px;
	 width:100%;
}
.noMenu section#contentArea .dashColWrap,
.noMenu .dashColWrap .dashContent{
	height: calc(33.3vh - 13px);
}
section#contentArea .dashboardRow:first-child .dashColWrap{
	margin-top:8px;
}
section#contentArea .dashboardRow:last-child .dashColWrap{
	margin-bottom:0;
}
.row.dashboardRow {
    margin-left: -13px;
    margin-right: -13px;
}
.dashboardRow > div{
	padding-left:3px;
	padding-right:3px;
}
.dashColWrap a.closeDash {
    position: absolute;
    right: 0;
    top: -22px;
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    text-align: center;
    color: #333;
    line-height: 2px;
    border-radius: 3px;
	cursor:pointer;
	transition:all .3s ease;
}
.dashColWrap:hover a.closeDash{
	top:0;
}
.dashColWrap:hover a.closeDash:hover{
	color:#ff7800;
}
.panelRow {
    clear: both;
    margin: 0 -3px;
}
.panelRow .panel.panel50,
.panelRow .panel.panel60,
.panelRow .panel.panel40,
.panelRow .panel.panel33{
	margin-right: 3px;
    margin-left: 3px;
}
.panelRow .panel.panel50 {
    width: calc(50% - 6px);
}
.panelRow .panel.panel60 {
    width: calc(60% - 6px);
}
.panelRow .panel.panel40 {
    width: calc(40% - 6px);
}
.panelRow .panel.panel33 {
    width: calc(33% - 6px);
}
.permissionWrp header {
	position: relative;
	max-height: 3000px;
	box-shadow: none;
}
section.permissionWrp {
	display: block;
	min-width: 1100px;
	float: left;
}
.mainPermissonTitle > h3 {
	display: block;
	width: 28%;
	float: left;
	font: 13px open_sansbold;
	padding: 6px 10px;
	margin: 0;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.mainPermissonTitle > h3.tit {
	width: 8%;
	padding: 6px 0;

}
.permi {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
header.permissonTitle {
	display: block;
	float: left;
	width: 100%;
	max-height: 3000px;
	box-shadow: none;
}
.permissonTitle > h4 {
	display: block;
	float: left;
	width: 28%;
	padding: 6px 10px;
	font: 15px "open_sansregular";
	margin: 0;
}
.permissionTitle span.tit {
	display: block;
}
header.permissonTitle span.tit {
	display: block;
	width: 8%;
	float: left;
	padding: 0;
	text-align: center;
}
.permi ul.per {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	max-height: 0;
	transition: all.3s ease;
}
.permi ul.per > li {
	display: block;
	float: left;
	width: 100%;
}
h4.subPermission {
	display: block;
	width: 28%;
	float: left;
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
}
.permi ul.per .tit {
	display: block;
	width: 8%;
	float: left;
}
.permi label {
	display: block;
	width: 35px;
	height: 14px;
	border-radius: 25px;
	position: relative;
	cursor: pointer;
	margin: 7px 0 7px 0;
	transition: all .3s ease;
}
.permi label:after {
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 2px;
	left: 2px;
	transition: all .3s ease;
}
.permi input:checked + label:after {
	left: calc(100% - 12px);
}
.permi input[type="checkbox"] {
	position: absolute;
	opacity: .01;
}
.permissonTitle h4, .subPermisson h4.subPermission {
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	padding-left: 28px;
	position: relative;
}
.permissonTitle h4:before {
	content: "\f105";
	font: 13px fontAwesome;
	position: absolute;
	width: 15px;
	height: 15px;
	text-align: center;
	top: 9px;
	left: 8px;
}
div.permi input:disabled + label {
	opacity: .3;
	cursor: auto;
}
.sub2Wrap{
	display: block;
    position: relative;
    overflow: hidden;
    max-height: 0;
	transition:all .3s ease;
	float: left;
    clear: both;
    width: 100%;
}
.subPermisson {
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 0;
	transition: all .3s ease;
	float: left;
	clear: both;
	width: 100%;
}
.permi.open > .subPermisson, .permi .open ul.per {
	max-height: 4000px;
}
h4.level2 {
	display: block;
	float: left;
	width: 28%;
	box-sizing: border-box;
	font-size: 14px;
	margin: 0;
	padding: 6px 26px;
	position: relative;
	cursor: pointer;
}
.headerSub2{
	background: #a09e9e;
	display:block;
	float:left;
	width:100%;
}
.headerSub2 .tit {
	display: block;
	float: left;
	width: 8%;
}
h4.level2:before {
    content: "\f105";
    font: 13px fontAwesome;
    display: block;
    position: absolute;
    top: 9px;
    left: 13px;
}
.level2Wrp.open > .headerSub2 > h4.level2:before, .permi.open > .permissonTitle > h4:before {
	content: "\f107";
}

.red .permissionWrp header {
	background: #19192d;
	color: #fff;
}
.red header.permissonTitle {
	background: #2b2b2b;
	color: #333;
}
.red .permissonTitle > h4 {
	color: #eee;
}
.red .permi .headerSub2 .tit label {
	background: #848282;
}
.red .permi ul.per > li {
	background: #dedede;
	border-top: solid 1px #ccc;
}
.red .permi label:after {
	background: #fff;
}
.red .permi input:checked + label, .red .permi header.permissonTitle input:checked + label, .red .permi .headerSub2 .tit input:checked + label {
	background: #4CAF50;
}
.red .permi header.permissonTitle label {
	background: #000;
}
.red .permi label {
	background: #a7a7a7;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,.2);
}


.select2-container {
    clear: both;
    min-width: 100%;
    border-radius:  0;
    border-color: #ccc;
}
span.select2-selection.select2-selection--multiple {
    border-color: #cccccc;
    border-radius: 0;
    height:  22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
    margin-top: 3px;
}
.select2-container--default .select2-results>.select2-results__options{
	font-size:12px;
}
span.reqStar {
    position: relative;
    margin: 0 0 0 2px;
    font-size: 1em;
    top: -3px;
}
span.reqStar.red{
    color:#ff7800;
}
span.reqStar.green{
    color:#4CAF50;
}
#leftMenuAside .ps__rail-y {
    right: auto !important;
    left: 0 !important;
}
.daterangepicker.dropdown-menu.ltr.show-calendar.opensright.dateDropup {
    margin-top: -306px;
}
.dateDropup.daterangepicker:after{
	display:none;
}
.hasIconInputRelative {
    display: block;
    position: relative;
    width:  100%;
}
.hasIconInputRelative .overlapiCon {
    position: absolute;
    color: #b5b4b4;
    font-size: 12px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.hasIconInputRelative.hasInsideIconLeft input {
    padding-left: 30px;
}
.hasIconInputRelative.hasInsideIconRight input {
    padding-right: 30px;
}
.hasInsideIconLeft .overlapiCon {
    left: 0;
}
.hasInsideIconRight .overlapiCon {
    right: 0;
	left:auto;
}

.fstMultipleMode .fstControls {width:100% !important; max-width:340px;}
.fstResultItem{font-size:12px !important;}

.fstElement { font-size: 8px; }
            .fstToggleBtn { min-width: 100%; }

            .submitBtn { display: none; }

            .fstMultipleMode { display: block; }
            .fstMultipleMode .fstControls { width: 100%; height:29px; overflow-x:hidden; overflow-y:auto; padding:3px 12px !important; margin-top:0 !important; }			.fstMultipleMode .fstQueryInputExpanded {
    float: none;
    width: 100%;
min-width:300px;
    padding: 0 !important;
}
.fstMultipleMode .fstQueryInput {
    font-size:12px !important;
    float: left;
    padding:0;
    margin:0 !important;
    width: 100%;
    color: #999;
}
#chckbx .fstResultItem::before{content:"☐"; margin-right:5px;}
#chckbx .fstSelected::before{content:"☑"; margin-right:5px;}
.subGrp a{background:#ff7800 !important; padding-left:30px !important; font-size:12px !important; border-bottom-color:#e16f00 !important;}
.subGrp a:hover{background:#e16f00 !important;}


.red-star {
    color: red;
}

/* Related with Error Container Jquery */
input.error{
            border-color: #ff0000;
}

/* Related with Error Container Jquery */
select.error{
            border-color: #ff0000;
}

#errorContainer {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding-top: 0;

}

#errorContainer label {
    float: none;
    width: auto;
}

#errorContainer ul {
    list-style-type: none;
    margin-top:2px;
    margin-bottom:2px;
    margin-left: -25px;
}


#errorContainerWarnings {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding-top: 0;

}

#errorContainerWarnings label {
    float: none;
    width: auto;
}

#errorContainerWarnings ul {
    list-style-type: none;
    margin-top:2px;
    margin-bottom:2px;
    margin-left: -25px;
}
/* End */

/* Related with Div Message Success*/
#divIdComMessages strong {
                    color:red;
                }

#divIdComMessages span {
                    display:block;
                    width:500px;
                    word-wrap:break-word;
                }

#divIdComMessages {
    position:fixed;
    top: 30%;
    left: 46%;
    width:38em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
}
/* End */

/* Label Combo */

.labelpopup{
    font-size: 12px;
    background-color:#f3f6c2;
    min-width:8rem;
    line-height:1;
    padding-bottom:0px;
}
.labelpopup ul {
    padding-left: 10px;
    margin-bottom:10px;
}
.drpDiv {
    text-align:right;
}

/* End */

/* Sorted Arrow Style */

.sorted{
        font-size: 14px;
        color: #8B0000;
    }
.unsorted{
        font-size: 14px;
        color: #BC9D9D;
    }
.second{
        margin-left: -12px;
    }

/* End */

h5.headCustom {
    height:32px;
    font-size: 14px;
    background: #e9e6e640;
    padding: 8px 0 9px 29px;
	color:#123536;
}

.clsContainer {
    margin-top:8px;
}

.clsContainerCol {
    background: #f5f5f5b3;;
}

/* Loading Symbol Rotating */

.loading-icon {
    position: relative;
    width: 20px;
    height: 1px;
    margin:50px auto;
    animation: fa-spin 2s infinite linear;
}
.loading-iconText {
    position: relative;
    width: 63px;
    height: 1px;
    margin:50px auto;
    color:green;
    font: 17px FontAwesome;
}

.loading-icon:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size:40px;
    position: absolute;
    top: 0;
}

.progressIcon{
    /*position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    margin-left: -15em;*/ /*set to a negative number 1/2 of your width*/
    z-index:20;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-opened{
    background: rgb(0, 0, 0);
    opacity: 0.8;
    filter: Alpha(Opacity=50);
}



