@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
         url('../fonts/Roboto-Light.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
         url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
         url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

/*#projPlanDetails tr:nth-child(1) td:nth-child(6)
{
	color: red !important;
}*/
.tablepanel_content .glyphicon
{
	padding-left: 10px;
}
.tablepanel_content a,.tablepanel_content a:hover
{
	text-decoration: none;
}
.cat-list {
	background-color: #d40f45;
	margin: 5px 10px;
	border-radius: 20px;
	border: 1px solid #890227;
}
.listbg-0
{
	background-color: #d40f45;
	border: 1px solid #890227;
}
.listbg-1
{
	background-color: #8844AB;
	border: 1px solid #49006e;
}
.listbg-2
{
	background-color: #0041dd;
	border: 1px solid #00029e;
}
.listbg-3
{
	background-color: #0071a5;
	border: 1px solid #013b74;
}
.listbg-4
{
	background-color: #248a3e;
	border: 1px solid #004b04;
}
.listbg-5
{
	background-color: #ca3401;
	border: 1px solid #8b0000;
}
#sub-cat {
	float: left;
	width: 100%;
	padding: 20px;
}
.theme2
{
	/*background: url(../images/videolisting-middle-bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: top left;*/
	float: left;
	width: 100%;
	height: auto;
}
.search-bg {
    text-align: left;
    padding: 0px 0px;
    float: left;
    background: url(../images/panel-top.png) no-repeat;
    background-size: 100% 100%;
}
.search-bg .logo
{
	text-align: left;
	float: left;
	width: 400px;
}
.search-bg .logo img
{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main-section
{
	float: left;
	width: 100%;
	/*background: url(../images/videolisting-top-bg.png) no-repeat;
	background-size: 100% auto;*/
	/*background: url(../images/videolisting-middle-bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: top left;*/
}
.top-bg
{
	float: left;
	width: 100%;
	/*background: url(../images/videolisting-top-bg.png) no-repeat;
	background-size: 100% auto;
	background-position: top left;*/
	
}
.bottom-bg
{
	float: left;
	width: 100%;
	/*background: url(../images/videolisting-bottom-bg.png) no-repeat;
	background-size: 100% auto;
	background-position: bottom left;*/
	min-height: 900px;
}
::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
input:focus::-webkit-input-placeholder {
    opacity: .7;
}
::-moz-placeholder { 
  color: #fff;
  opacity: 1;
}
input:focus:-moz-placeholder {
   opacity: .7;
}
/* Firefox > 19 */
input:focus::-moz-placeholder {
    opacity: .7;
}
:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input:focus:-ms-input-placeholder {
    opacity: .7;
}

.search-bg .search-container input,.search-bg .search-container input:hover,.search-bg .search-container input:focus {
    border: 2px solid #3634a2 !important;
    background-color: rgba(79,8,149,.2) !important;
    height: 50px !important;
   /* width: 100% !important;*/
    margin-right: 15px !important;
    box-shadow: 0 0px 0px 1px rgba(255,255,255,.5) !important;
    color: #000 !important;
    background: #fff !important;
    font-size: 20px !important;
    border-radius: 50px !important;
    padding-left: 110px !important;
}
.search-container h2 {
    color: #ffeca7;
    float: left;
    font-size: 48px;
    height: auto;
    padding: 25px 0 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.image-list {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
.image-list li {
	width: 100%;
	float: left;
	padding-bottom: 5px;
	line-height: 25px;
	position: relative;
}
.image-list li:last-child {
	padding-bottom: 0px;
}
.image-list .glyphicon-trash {
	color: red;
	padding-left: 10px;
	margin-top: 0px;
	display: inline-table;
	position: relative;
	right: 0px;
	top: 4px;
	cursor: pointer;
}
.search-title {
	text-align: center;
	color: #4285F4;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 60px;
}
.slick-slide img
{
	border-radius: 10px;
}
.slick-next.slick-arrow,.slick-prev.slick-arrow {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 6px;
}
input[type="checkbox"].list-check {
	float: left;
	width: 20px;
	height: 20px !important;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -10px !important;
}
#slider-close {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 40px;
	float: left;
	border:2px solid #fff;
	background: transparent;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	z-index: 10;
}
#slide {
	float: left;
	width: 100%;
	display: none;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background-color: rgba(0,0,0,.9);
}
#after-search
{
	display: none;
	position: relative;
}
.download-btn {
	width: auto;
	position: absolute;
	right: 27px;
	line-height: 30px;
	padding: 3px 20px;
	border-radius: 20px;
	top: -50px;
	border: 1px solid #fff;
	cursor: pointer;
	background-color: #710bad;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.cat-list-title {
	margin: 0px;
	padding: 10px 10px 20px 10px;
	font-size: 0px;
	font-weight: bold;
	color: #34A853;
}
.main-list-title {
	margin: 0px;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.sub-list {
	width: 100%;
	float: left;
	height: auto;
	padding: 20px;
	border: 3px solid #d292eb;
	margin-bottom: 20px;
	border-radius: 30px;
	background-color: #6116e8;
}
.sub-list label {
	line-height: 20px;
	float: left;
	width: auto;
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	margin: 0px;
}
.sub-list input[type="checkbox"] {
	float: left;
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px !important;
	line-height: 20px !important;
}
#grid-list li:last-child
{
	/*border:none;*/
}
.cat-section
{
	margin: 0 auto;
	display: table;
	padding: 20px 0px 0px 0px;
}
.cat-section h1
{
	text-align: center;
}
#cat-cat {
	display: inline-table;
	text-align: center;
	align-items: center;
	margin: 0 auto;
}
.cat-list {
	width: auto;
	float: none;
	display: inline-table;
	height: auto;
	padding: 5px 10px;
}
.cat-list label {
	line-height: 20px;
	float: left;
	width: auto;
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	margin: 0px;
	text-shadow: 2px 2px  rgba(0,0,0,.6);
}
.cat-list input[type="checkbox"] {
	float: left;
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px !important;
	line-height: 20px !important;
	border:2px solid #4effe4;
}
#grid-list {
	list-style: none;
	margin: 0px;
	padding: 10px;
	width: 100%;
	float: left;
	position: relative;
}
.no-record {
	width: 100% !important;
	float: left;
	height: auto;
	text-align: center !important;
	font-size: 16px;
	position: absolute !important;
	top: 100px;
	font-size: 40px;
	font-weight: bold;
}
#grid-list li {
	width: 19%;
	float: left;
	height: 240px;
	position: relative;
	text-align: center;
}
.img-sec
{
	width: 100%;
	float: left;
	height: 170px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	border-bottom:1px solid #8844ab;
}
#grid-list li img
{
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 150px;
	/*float: left;*/
	margin-left: 0px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}
#grid-list li h3 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 10px 5px 40px;
	font-size: 18px;
	font-weight: bold;
	color: #8844ab;
	position: relative;
	display: flex;
	height: 50px;
	align-items: center;
}
.inner-section {
	border: 1px solid #8844ab;
	float: left;
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.left-section {
	width: 15%;
	float: left;
	height: 100%;
	/*border: 2px solid #4effe4;*/
	/*border-radius: 5px;*/
	margin: 0px;
	position: absolute;
	background-color: #710bad;
	background: #4f0f7b url(../images/panel-left.png) no-repeat ;
	background-size: cover;
}
.right-section {
	float: left;
	width: 85%;
	margin-left: 15%;
	background-color: #fff;
	min-height: 900px;
}
.image-path {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.image-path img {
	width: auto;
	max-width: 100%;
	height: auto;
}
td a.disable
{
   pointer-events: none;
    opacity: .5;
}
.table-fliter .input-medium.checkwith-label
{
	width: auto !important;
}
.input-medium.checkwith-label label
{
	float: left;
	line-height: 30px;
	font-weight: normal;
}
.input-medium.checkwith-label input[type="checkbox"] {
	width: 17px !important;
	float: left;
	height: 17px !important;
	line-height: inherit !important;
	margin-top: 7px !important;
}
.cus-loding, .normal-loader {
	background-color: rgba(255, 255, 255, .7);
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	z-index: 999999999;
}
.loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #5F5F5F;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
body::before
{
	display:none;
 	/*content: url(../images/icon_arrow_down_b.png) url(../images/icon_arrow_top_b.png);*/
}
#import-sub-modal .file
{
	border:none !important;
}
.resume-browse .help-block
{
	text-align: left !important;
	padding-top: 10px;
}
.leave-type
{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.leave-type ul
{
	padding: 0px;
	height: auto;
	float: none;
	display: table;
	width: auto;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}
.leave-type ul li
{
	width: auto;
	height: auto;
	display: inline-table;
	float: none;
	padding: 0px 20px;
	text-align: center;
}
.cus-tooltip {
    display: inline-block;
    position: relative;
    /*border-bottom: 1px dotted black;*/
}
.cus-tooltip .cus-tooltiptext {
    visibility: hidden;
    width: 200px;
    color: #fff;
    text-align: center;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 99;
    top: 50px;
    right: -1px;
    opacity: 0;
    line-height: 35px;
    transition: opacity 0.3s;
}
.theme .cus-tooltip .cus-tooltiptext
{
	background-color: rgb(54,127,169);
}
/*.theme .cus-tooltip .cus-tooltiptext::after
{
	border-bottom-color: rgb(54,127,169);
}*/
.theme1 .cus-tooltip .cus-tooltiptext
{
	background-color: rgb(84,80,150);
}
/*.theme1 .cus-tooltip .cus-tooltiptext::after
{
	border-bottom-color: rgb(84,80,150);
}*/
.theme2 .cus-tooltip .cus-tooltiptext
{
	background-color: rgb(173,109,47);
}
/*.theme2 .cus-tooltip .cus-tooltiptext::after
{
	border-bottom-color: rgb(173,109,47);
}*/
.theme3 .cus-tooltip .cus-tooltiptext
{
	background-color: rgb(0,121,107);
}
/*.theme3 .cus-tooltip .cus-tooltiptext::after
{
	border-bottom-color: rgb(0,121,107);
}*/
.theme4 .cus-tooltip .cus-tooltiptext
{
	background-color: rgb(84,110,122);
}
/*.theme4 .cus-tooltip .cus-tooltiptext::after
{
	border-bottom-color: rgb(84,110,122);
}*/
.theme5 .cus-tooltip .cus-tooltiptext
{
	background-color: rgb(115,115,115);
}
/*.theme5 .cus-tooltip .cus-tooltiptext::after
{
	border-bottom-color: rgb(115,115,115);
}*/
ol.cus-tooltiptext > li 
{
	border-bottom-color: rgba(255, 255, 255, 0.5);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left !important;
	line-height: 35px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	text-align: left;
	width: 100% !important;
	position: relative;
}
ul li ol.cus-tooltiptext > li a, ul li ol.cus-tooltiptext > li a:hover
{
	float: left;
	line-height: 35px;
	font-size: 13px;
	text-align: left;
	width: 100%;
	position: relative;
	padding: 0px 20px 0px 0px;
}
ol.cus-tooltiptext li:last-child
{
	border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.cus-tooltiptext span 
{
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
	font-size: 10px;
	height: auto;
	line-height: 17px;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
	position: absolute;
	top: 8px;
	right: 0px;
	width: auto;
	color: rgba(0, 0, 0,.8);
}
/*.cus-tooltip .cus-tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 18px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 5px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
}*/

.cus-tooltip:hover .cus-tooltiptext {
    visibility: visible;
    opacity: 1;
}
.message-success
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 99999;
	display: none;
}
.message-success #error-message
{
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
.message-success span
{
	width: 100%;
	float: left;
	height: auto;
	font-size: 24px;
}
.message-btn 
{
	top: 50%;
	left: 50%;
	margin-top: 35px;
	margin-left: -29px;
	position: absolute;
}
.at-delete 
{
	cursor: pointer;
	float: right;
	margin-top: 4px;
	position: absolute;
	right: 10px;
	top: 7px;
}
.new-select .divider
{
	display: none !important;
}
.new-select.bootstrap-select.btn-group .dropdown-menu .dropdown-header 
{
	cursor: default;
	display: block;
	padding: 0 15px;
	background-color: #e5e5e5;
	line-height: 30px;
	font-weight: 700;
	color: #666;
}
.new-select.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
	width: 100%;
}
.new-select.disabled
{
	opacity: 1;
}
#employee-list1 tr td a[onclick="funShuffle('1')"]
{
	pointer-events: none;
}
#employee-list1 tr td a[onclick="funShuffle('1')"] i.glyphicon-move:before
{
	content:"\2212";
	color: #666;
	font-size: 5px;
}
.teamhead-name
{
	width: auto;
	float: right;
	font-family: "RobotoRegular";
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	color: #4d545d;
}
.teamhead-name label
{
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
.open-title a.active
{
	background-color: transparent;
	border:none !important;
	pointer-events: none;
}
.remove-deselect-action-box .bs-deselect-all
{
	display: none;
}
.remove-deselect-action-box .bs-actionsbox .btn-group button
{
	width: 100%;
}
.text-left
{
	text-align: left !important;
}
.cus-grid-search,.cus-grid-search:focus
{
	width: 250px;
	height: 40px;
	padding: 10px 0px;
	line-height: inherit;
	float: right;
	margin-bottom: 10px;
}
.lowwork-hours 
{
	background-color: rgba(138, 100, 170, 0.8);
	color: #fff;
	float: left;
	height: 100%;
	line-height: 29px;
	width: 100%;
}
.lowgt-hours
{
	background-color: rgba(243,102,93,.8);
	color: #fff;
	float: left;
	height: 100%;
	line-height: 29px;
	width: 100%;
}
.weekend-class 
{
	border-radius: 15px !important;
	text-decoration: none;
	font-size: 12px !important;
}
.weekend-class:hover,.weekend-class:focus
{
	text-decoration: none;
	outline: none;
}
a:focus
{
	outline-offset:0 !important;
}
/*td:has(span) {
    padding: 15px;
    background-color: #ccc !important;
}*/
.rpt-inner-scroll
{
	margin-bottom: 20px;
}
.two-field .bootstrap-select
{
	float: left !important;
	margin-right: 5px;
}
.two-field input
{
	float: left !important;
}
.two-field .input-small
{
	float: left;
}
.two-field #spn-dep-eff-date .form-error
{

}
.required-class::before 
{
	color: #d04437 !important;
	content: "*";
	float: right;
	position: absolute;
	right: 3px;
}
.hour-late
{
	background-color: rgba(169,68,66,.8);
	color: #fff;
}
.hour-early
{
	background-color: rgba(60,118,61,.8);
	color: #fff;
}
.hour-leave
{
	background-color:rgba(232,145,13,.8);
	color: #fff;
	font-weight: bold;
}
.hour-absunt
{
	background-color:rgba(243,102,93,1);
	color: #fff;
	font-weight: bold;
}
.hour-permission
{
	background-color:rgb(1,147,207);
	color: #fff;
	font-weight: bold;
}
.first-color .das-icon
{
	background-color: #00c0ef;
}
.first-color .chart-section h3
{
	color: #00c0ef;
	border-bottom:1px solid #00c0ef; 
}
.second-color .das-icon
{
	background-color: #FF3D67;
}
.second-color .chart-section h3
{
	color: #FF3D67;
	border-bottom:1px solid #FF3D67;
}
.third-color .das-icon
{
	background-color: #F39C12;
}
.third-color .chart-section h3
{
	color: #F39C12;
	border-bottom:1px solid #F39C12;
}
.fourth-color .das-icon
{
	background-color: #DD4B39;
}
.fourth-color .chart-section h3
{
	color: #DD4B39;
	border-bottom:1px solid #DD4B39;
}
.dashboard-page .right-side-inner ul
{
	width: 100%;
	float: none;
	padding: 10px 0px;
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.dashboard-page .right-side-inner ul li
{
	width: 24.7%;
	height: auto;
	float: none;
	margin-bottom: 10px;
	padding: 10px 10px 0px;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.chart-section
{
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	border-bottom: 3px solid #d2d6de;
	border-top:5px solid #d2d6de;
	padding: 0px;
	height: auto;
	position: relative;
	float: left;
}
.das-icon
{
	width: 80px;
	height: 80px;
	float: left;
	text-align: center;
	margin: -1px auto 0 auto;
	color: #fff;
	position: absolute;
	border-radius: 0px;
	left: 0px;
	top: 1px;
}
.chart-section h3
{
	width: 100%;
	float: left;
	padding-left: 90px;
	line-height: 80px;
	margin: 0px;
	text-align: left;
	font-size: 22px;
}
.das-icon::before
{
	font-family: "Glyphicons Halflings";
	font-size: 40px;
	line-height: 80px;
}
#canvas-holder
{
	width: 100% !important;
	float: left !important;
	height: auto !important;
}
.chart-area
{
	width: 100% !important;
	float: left !important;
	height: auto !important;	
}
.chart-left
{
	width: 75%;
	height: auto;
	display: table;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
}
.chart-section h2
{
	width: 100%;
	float: left;
	height: auto;
	margin: 0px;
	color: #333;
	font-size: 22px;
	text-align: left;
}
.right-side-inner .chart-section ol
{
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	list-style: none;
}
.right-side-inner .chart-section ol li
{
	width: 25%;
	padding: 10px 5px;
	height: auto;
	float: left;
	line-height: 25px;
	margin: 0px;
	text-align: center;
}
.right-side-inner .chart-section ol.review-ol li
{
	width: 33.33%;
}
.chart-section ol li span
{
	font-family: 'RobotoRegular';
	font-size: 25px;
	float: left;
	width: 100%;
	color: #666;
	padding-bottom: 0px;
	text-align: center;
}
.chart-section ol li label
{
	float: left;
	padding-right: 0px;
	margin: 0px;
	width: 100%;
	color: #c6c6c6;
	text-align: center;
	font-family: 'RobotoLight';
	font-size: 13px;
}
.chart-section ol li:last-child
{
	border-bottom: none;
}
.text {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
}
.text:nth-child(5n + 1) {
  stroke: rgba(255,255,255,1);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
  stroke: rgba(255,255,255,.9);
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
.text:nth-child(5n + 3) {
  stroke: rgba(255,255,255,.8);
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
.text:nth-child(5n + 4) {
  stroke: rgba(255,255,255,.7);
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.text:nth-child(5n + 5) {
  stroke: rgba(255,255,255,.6);
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
.header-gif-img svg {
  width: 100%;
  height: 40px;
  
}
html
{
	-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.rpt-header
{
	width: 100%;
	height: auto;
	float: left;
	/*background-color: rgb(96,92,168);*/
}
.rpt-header span
{
	width: 50%;
	height: auto;
	float: left;
	color: #666;
	line-height: 40px;
	text-align: left;
	padding: 0px 15px;
	font-weight: 700;
	font-size: 14px;
}
.rpt-header span:last-child
{
	text-align: right;
}
.header-gif-img
{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	font: 2.5em/100% RobotoMedium;
}
.header-gif-img > h1 
{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.header-gif-img img
{
	height: 40px;
	margin: 5px auto;

}
.total-grid-hrs 
{
	height: auto;
	position: absolute;
	right: 2px;
	top: -98px;
	width: auto;
	z-index: 9999;
	color: #666;
	font-size: 14px;
	font-family: "RobotoMedium";
}
.total-grid-hrs span
{
	
}
.labelinfo 
{
	width: 100%;
	float: left;
	line-height: 30px;
}
.profile-img-main 
{
	display: table;
	margin: 0 auto;
}
.profile-img-main img
{
	border-radius: 50%;
	border:5px solid rgba(255,255,255,.5);
	margin: 15px 0px;
	width: 100px;
}
.profile-info 
{
	float: left;
	height: auto;
	width: 100%;
}
.profile-info > h4 
{
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.profile-info > h5 
{
	color: rgba(255, 255, 255, 0.6);
	float: left;
	font-size: 12px;
	margin: 5px 0 15px;
	text-align: center;
	width: 100%;
}
.profile-detail-inner ul 
{
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	float: left;
	height: auto;
	margin: 0;
	position: relative;
	width: 100%;
}
th .fliter-icon,td .fliter-icon 
{
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin:0 auto;
	width: 20px;
	float: none;
}
.right-checkbox
{
	float: right;
	width: auto !important;
}
div.input-verysmall, input.input-verysmall, .input-verysmall.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) 
{
	width: 105px;
	position: relative;
}
div.input-vverysmall, input.input-vverysmall, .input-vverysmall.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  width: 75px;
}
.middle-btn button
{
	margin: 0px 5px;
}
.posts 
{
	float: left;
	overflow-x: auto;
	width: 100%;
	position: relative;
}
.posts.rpt-listing
{
	overflow: visible;
}
.rpt-inner-scroll
{
	float: left;
	overflow-x: auto;
	width: 100%;
	position: relative;
}
.filter-frm-report
{
	padding-bottom: 15px;
}
.filter-frm-report + .form-filter-table 
{
	border-top: 1px solid #ddd !important;
	float: left;
	height: auto;
	width: 100%;
}
/** ANIMATION START **/
.login-bg
{
	transform: rotate(0deg);
}
.login-page
{
	overflow: hidden !important;
}
.right-side,.login-container
{
	animation-duration: 1s;
	-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
    animation-delay: 0s;
	animation-fill-mode: both;
	animation-name: zoomIn;
	-webkit-animation-name: zoomIn;
}

.search-bg
{
	transform: rotate(0deg);
}
.search-page
{
	overflow: hidden !important;
}
.right-side,.search-container
{
	animation-duration: 1s;
	-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
    animation-delay: 0s;
	animation-fill-mode: both;
	animation-name: zoomIn;
	-webkit-animation-name: zoomIn;
}

table
{
	/*overflow: hidden;*/
}
/*.modal table
{
	overflow: visible;
}
table tbody tr:nth-child(3n+2)
{
	animation-duration: 1s;
	animation-name: slideInLeft;
}
table tbody tr:nth-child(3n-2)
{
	animation-duration: 1s;
	animation-name: slideInRight;
}*/
select:disabled + .bootstrap-select .dropdown-menu
{
	display: none !important;
}
.modal table tbody tr:nth-child(3n+2),.modal table tbody tr:nth-child(3n-2)
{
	animation-duration: 0s;
}
.modal table thead tr:first-child th
{
	border-top: none;
}
.modal table thead tr th
{
	border-top: 1px solid #ddd;
}

.theme3 .login-bg,.theme4 .login-bg,.theme5 .login-bg,.theme2 .login-bg,.theme1 .login-bg,.theme .login-bg,.theme3 .search-bg,.theme4 .search-bg,.theme5 .search-bg,.theme2 .search-bg,.theme1 .search-bg,.theme .search-bg
{
	transform: rotate(360deg);
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
}
.footer
{
	animation-name: slideInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.left-side
{
	animation-name: slideInLeft;
	animation-duration: 1s;

}
/** ANIMATION END **/
/** MONDAY THEME START **/
.theme1 .access-lock,.theme1 .das-list h3
{
	color: #605CA8;
}
.theme1 .header-right,.theme1 .footer,.theme1 .img-change
{
	background-color: #605CA8;
}
.theme1 .header-left,.theme1 .side-menu-footer,.theme1 .menu-icon:hover
{
	background-color: #545096;
}
.theme1 .left-side,.theme1 .menubackground-fixed, .theme1 .menubackground-fixed.active.menuarrow-active
{
	background-color: #2c2c6f;
}
.theme1 .menu-content ul li ul li
{
	background-color: #4d4d7f;
}
.theme1 .active
{
	border-left: 4px solid #605CA8 !important;
	background-color: #000043;
}
.theme1 .header-profile-menu ul li:hover,.theme1 .header-profile-menu ul li a:hover,.theme1 .header-profile-menu ul li a:active,.theme1 .header-profile-menu ul li a.active,.theme1 .profile-detail-inner
{
	background-color: #545096;
}
.theme1 .menu-close .menu-content ul li:hover span,.theme1 .menu-content ul li a:hover,.theme1 .menu-content ul li a:focus,.theme1 .menu-content ul li a:active,.theme1 .menu-content ul li span:hover,.theme1 .menu-content ul li span:focus,.theme1 .menu-content ul li span:active
{
	background-color: #000043;
	border-left: 4px solid #605CA8 !important;
}
.theme1 .profile-detail-inner ul li a:hover,.theme1 .modal-header
{
	background-color: #605CA8 !important;
}
.theme1 .selected,.theme1 .selected a,.theme1 .selected a span,.theme1 .bootstrap-select .active,.theme1 .selected,.theme1 .bootstrap-select .active a,.theme1 .bootstrap-select .active a span,.theme1 .bootstrap-select ul li a:hover,.theme1 .bootstrap-select ul li a:focus,.theme1 .bootstrap-select ul li.select a
{
	background-color: transparent;
	border-left: 0px solid #DF5B2F !important;
	color: #666;
	outline: none;
}
.theme1 .menu-content ul li a:hover, .theme1 .menu-content ul li a:focus, .theme1 .menu-content ul li a:active, .theme1 .menu-content ul li span:hover, .theme1 .menu-content ul li span:focus, .theme1 .menu-content ul li span:active
{
	background-color:#000043;
	border-left: 4px solid #605ca8 !important;
}
.theme1 a
{
	color: #605CA8;
}
.theme1 .stepwizard .setup-panel .stepwizard-step .active, .theme1 .stepwizard .setup-panel .stepwizard-step a:hover, .theme1  .stepwizard .setup-panel .stepwizard-step a.active
{
	color: #605CA8 !important;
}
.theme1 .fliter-icon,.theme1 .body-header a
{
	background-color: #605CA8;
}
.theme1 .primary-btn, .theme1 .primary-btn:focus
{
	background-color: #605CA8 !important;
}
.theme1 .info-btn, .theme1 .info-btn:focus
{
	background-color: #9c98e4 !important;
}
.theme1 table a:hover
{
	color: #545096;
}
.theme1 .header-profile-menu ul li a:hover, .theme1 .header-profile-menu ul li a:active, .theme1 .header-profile-menu ul li a.active, .theme1 .profile-detail-inner
{
	background-color: #545096;
}
.theme1 ul.dropdown-menu.inner.selectpicker li a:hover span
{
	color: #605CA8 !important;
}
.theme1 .inner-login-bg,.theme1 .inner-search-bg
{
	background-color: #605CA8;
}
.theme1 .login-title
{
	background-color: #545096;
}
.theme1 .login-btn, .theme1 .login-btn:hover, .theme1 .login-btn:focus
{
	background-color: #605CA8 !important;
}
.theme1 .tab-section ul li.active, .theme1 .tab-section ul li a:hover, .theme1 .tab-section ul li.active a,.theme1 .panel-sub-heading
{
	color: #605CA8 !important;
}
.theme1 .pagnation-icon,.theme1 .pagination > .active > a, .theme1 .pagination > .active > a:focus, .theme1 .pagination > .active > a:hover, .theme1 .pagination > .active > span, .theme1 .pagination > .active > span:focus, .theme1 .pagination > .active > span:hover
{
	background-color:#605CA8;
	border-color: #605CA8;
	color: #fff;
}
.theme1 .pagination > li > a, .theme1 .pagination > li > span
{
	color: #605CA8;
}
.theme1 .menu-content ul li:hover ul
{
	background-color: transparent;
}
.theme1 .menu-content ul li:hover ul li
{
	background-color: #4d4d7f;
}
.theme1 .dashboard-title 
{
	color: #605CA8;
}
/** MONDAY THEME END **/
/** TUESDAY THEME START **/
/** TUESDAY THEME START **/
/** TUESDAY THEME START **/
/** TUESDAY THEME START **/
.theme2 .access-lock,.theme2 .das-list h3
{
	color: #c08042;
}
.theme2 .header-right,.theme2 .footer,.theme2 .img-change
{
	background-color: #c08042;
}
.theme2 .header-left,.theme2 .side-menu-footer,.theme2 .menu-icon:hover
{
	background-color: #ad6d2f;
}
.theme2 .left-side,.theme2 .menubackground-fixed, .theme2 .menubackground-fixed.active.menuarrow-active
{
	background-color: #886746;
}
.theme2 .menu-content ul li ul li
{
	background-color: #a2917d;
}
.theme2 .active
{
	border-left: 4px solid #c08042 !important;
	background-color: #634221;
}
.theme2 .header-profile-menu ul li:hover,.theme2 .header-profile-menu ul li a:hover,.theme2 .header-profile-menu ul li a:active,.theme2 .header-profile-menu ul li a.active,.theme2 .profile-detail-inner
{
	background-color: #ad6d2f;
}
.theme2 .menu-close .menu-content ul li:hover span,.theme2 .menu-content ul li a:hover,.theme2 .menu-content ul li a:focus,.theme2 .menu-content ul li a:active,.theme2 .menu-content ul li span:hover,.theme2 .menu-content ul li span:focus,.theme2 .menu-content ul li span:active
{
	background-color: #634221;
	border-left: 4px solid #c08042 !important;
}
.theme2 .profile-detail-inner ul li a:hover,.theme2 .modal-header
{
	background-color: #c08042 !important;
}
.theme2 .list-modal .modal-header
{
	background-color: #4f0f7b !important;
}
.list-modal.modal .modal-dialog {
	border: 2px solid #d292eb !important;
	border-radius: 8px !important;
}
.theme2 .list-modal .primary-btn, .theme2 .list-modal .primary-btn:focus
{
	background-color: #4f0f7b !important;	
}
.theme2 .selected,.theme2 .selected a,.theme2 .selected a span,.theme2 .bootstrap-select .active,.theme2 .selected,.theme2 .bootstrap-select .active a,.theme2 .bootstrap-select .active a span,.theme2 .bootstrap-select ul li a:hover,.theme2 .bootstrap-select ul li a:focus,.theme2 .bootstrap-select ul li.select a
{
	background-color: transparent;
	border-left: 0px solid #DF5B2F !important;
	color: #666;
	outline: none;
}
.theme2 .menu-content ul li a:hover, .theme2 .menu-content ul li a:focus, .theme2 .menu-content ul li a:active, .theme2 .menu-content ul li span:hover, .theme2 .menu-content ul li span:focus, .theme2 .menu-content ul li span:active
{
	background-color:#634221;
	border-left: 4px solid #c08042 !important;
}
.theme2 a
{
	color: #c08042;
}
.theme2 .stepwizard .setup-panel .stepwizard-step .active, .theme2 .stepwizard .setup-panel .stepwizard-step a:hover, .theme2  .stepwizard .setup-panel .stepwizard-step a.active
{
	color: #c08042 !important;
}
.theme2 .fliter-icon,.theme2 .body-header a
{
	background-color: #c08042;
}
.theme2 .primary-btn, .theme2 .primary-btn:focus
{
	background-color: #c08042 !important;
}
.theme2 .info-btn, .theme2 .info-btn:focus
{
	background-color: #a2917d !important;
}
.theme2 table a:hover
{
	color: #ad6d2f;
}
.theme2 .header-profile-menu ul li a:hover, .theme2 .header-profile-menu ul li a:active, .theme2 .header-profile-menu ul li a.active, .theme2 .profile-detail-inner
{
	background-color: #ad6d2f;
}
.theme2 ul.dropdown-menu.inner.selectpicker li a:hover span
{
	color: #c08042 !important;
}
.theme2 .inner-login-bg
{
	background-color: #c08042;
}
.theme2 .login-title
{
	background-color: #ad6d2f;
}
.theme2 .login-btn, .theme2 .login-btn:hover, .theme2 .login-btn:focus
{
	background-color: #c08042 !important;
}
.theme2 .tab-section ul li.active, .theme2 .tab-section ul li a:hover, .theme2 .tab-section ul li.active a,.theme2 .panel-sub-heading
{
	color: #c08042 !important;
}
.theme2 .pagnation-icon,.theme2 .pagination > .active > a, .theme2 .pagination > .active > a:focus, .theme2 .pagination > .active > a:hover, .theme2 .pagination > .active > span, .theme2 .pagination > .active > span:focus, .theme2 .pagination > .active > span:hover
{
	background-color:#c08042;
	border-color: #c08042;
	color: #fff;
}
.theme2 .pagination > li > a, .theme2 .pagination > li > span
{
	color: #c08042;
}
.theme2 .menu-content ul li:hover ul
{
	background-color: transparent;
}
.theme2 .menu-content ul li:hover ul li
{
	background-color: #a2917d;
}
.theme2 .dashboard-title 
{
	color: #c08042;
}
/** TUESDAY THEME END **/
/** WEDNESDAY THEME START **/
.theme3 .access-lock,.theme3 .das-list h3
{
	color: #009688;
}
.theme3 .header-right,.theme3 .footer,.theme3 .img-change
{
	background-color: #009688;
}
.theme3 .header-left,.theme3 .side-menu-footer,.theme3 .menu-icon:hover
{
	background-color: #00796B;
}
.theme3 .left-side,.theme3 .menubackground-fixed, .theme3 .menubackground-fixed.active.menuarrow-active
{
	background-color: #00695C;
}
.theme3 .menu-content ul li ul li
{
	background-color: #26a69a;
}
.theme3 .active
{
	border-left: 4px solid #009688 !important;
	background-color: #004D40;
}
.theme3 .header-profile-menu ul li:hover,.theme3 .header-profile-menu ul li a:hover,.theme3 .header-profile-menu ul li a:active,.theme3 .header-profile-menu ul li a.active,.theme3 .profile-detail-inner
{
	background-color: #00796B;
}
.theme3 .menu-content ul li a:hover,.theme3 .menu-content ul li a:focus,.theme3 .menu-content ul li a:active,.theme3 .menu-content ul li span:hover,.theme3 .menu-content ul li span:focus,.theme3 .menu-content ul li span:active
{
	background-color: #004D40;
	border-left: 4px solid #009688 !important;
}
.theme3 .profile-detail-inner ul li a:hover,.theme3 .modal-header
{
	background-color: #009688 !important;
}
.theme3 .selected,.theme3 .selected a,.theme3 .selected a span,.theme3 .bootstrap-select .active,.theme3 .selected,.theme3 .bootstrap-select .active a,.theme3 .bootstrap-select .active a span,.theme3 .bootstrap-select ul li a:hover,.theme3 .bootstrap-select ul li a:focus,.theme3 .bootstrap-select ul li.select a
{
	background-color: transparent;
	border-left: 0px solid #DF5B2F !important;
	color: #666;
	outline: none;
}
.theme3 .menu-close .menu-content ul li:hover span,.theme3 .menu-content ul li a:hover, .theme3 .menu-content ul li a:focus, .theme3 .menu-content ul li a:active, .theme3 .menu-content ul li span:hover, .theme3 .menu-content ul li span:focus, .theme3 .menu-content ul li span:active
{
	background-color:#004D40;
	border-left: 4px solid #009688 !important;
}
.theme3 a
{
	color: #009688;
}
.theme3 .stepwizard .setup-panel .stepwizard-step .active, .theme3 .stepwizard .setup-panel .stepwizard-step a:hover, .theme3  .stepwizard .setup-panel .stepwizard-step a.active
{
	color: #009688 !important;
}
.theme3 .fliter-icon,.theme3 .body-header a
{
	background-color: #009688;
}
.theme3 .primary-btn, .theme3 .primary-btn:focus
{
	background-color: #009688 !important;
}
.theme3 .info-btn, .theme3 .info-btn:focus
{
	background-color: #80CBC4 !important;
}
.theme3 table a:hover
{
	color: #00796B;
}
.theme3 .header-profile-menu ul li a:hover, .theme3 .header-profile-menu ul li a:active, .theme3 .header-profile-menu ul li a.active, .theme3 .profile-detail-inner
{
	background-color: #00796B;
}
.theme3 ul.dropdown-menu.inner.selectpicker li a:hover span
{
	color: #009688 !important;
}
.theme3 .inner-login-bg
{
	background-color: #009688;
}
.theme3 .login-title
{
	background-color: #00796B;
}
.theme3 .login-btn, .theme3 .login-btn:hover, .theme3 .login-btn:focus
{
	background-color: #009688 !important;
}
.theme3 .tab-section ul li.active, .theme3 .tab-section ul li a:hover, .theme3 .tab-section ul li.active a,.theme3 .panel-sub-heading
{
	color: #009688 !important;
}
.theme3 .pagnation-icon,.theme3 .pagination > .active > a, .theme3 .pagination > .active > a:focus, .theme3 .pagination > .active > a:hover, .theme3 .pagination > .active > span, .theme3 .pagination > .active > span:focus, .theme3 .pagination > .active > span:hover
{
	background-color:#009688;
	border-color: #009688;
	color: #fff;
}
.theme3 .pagination > li > a, .theme3 .pagination > li > span
{
	color: #009688;
}
.theme3 .menu-content ul li:hover ul
{
	background-color: transparent;
}
.theme3 .menu-content ul li:hover ul li
{
	background-color: #26a69a;
}
.theme3 .dashboard-title
{
	color: #009688;
}
/** WEDNESDAY THEME END **/
/** THURSDAY THEME START **/
.theme4 .access-lock,.theme4 .das-list h3
{
	color: #607D8B;
}
.theme4 .header-right,.theme4 .footer,.theme4 .img-change
{
	background-color: #607D8B;
}
.theme4 .header-left,.theme4 .side-menu-footer,.theme4 .menu-icon:hover
{
	background-color: #546E7A;
}
.theme4 .left-side,.theme4 .menubackground-fixed, .theme4 .menubackground-fixed.active.menuarrow-active
{
	background-color: #455A64;
}
.theme4 .menu-content ul li ul li
{
	background-color: #78909C;
}
.theme4 .active
{
	border-left: 4px solid #607D8B !important;
	background-color: #263238;
}
.theme4 .header-profile-menu ul li:hover,.theme4 .header-profile-menu ul li a:hover,.theme4 .header-profile-menu ul li a:active,.theme4 .header-profile-menu ul li a.active,.theme4 .profile-detail-inner
{
	background-color: #546E7A;
}
.theme4 .menu-close .menu-content ul li:hover span,.theme4 .menu-content ul li a:hover,.theme4 .menu-content ul li a:focus,.theme4 .menu-content ul li a:active,.theme4 .menu-content ul li span:hover,.theme4 .menu-content ul li span:focus,.theme4 .menu-content ul li span:active
{
	background-color: #263238;
	border-left: 4px solid #607D8B !important;
}
.theme4 .profile-detail-inner ul li a:hover,.theme4 .modal-header
{
	background-color: #607D8B !important;
}
.theme4 .selected,.theme4 .selected a,.theme4 .selected a span,.theme4 .bootstrap-select .active,.theme4 .selected,.theme4 .bootstrap-select .active a,.theme4 .bootstrap-select .active a span,.theme4 .bootstrap-select ul li a:hover,.theme4 .bootstrap-select ul li a:focus,.theme4 .bootstrap-select ul li.select a
{
	background-color: transparent;
	border-left: 0px solid #DF5B2F !important;
	color: #666;
	outline: none;
}
.theme4 .menu-content ul li a:hover, .theme4 .menu-content ul li a:focus, .theme4 .menu-content ul li a:active, .theme4 .menu-content ul li span:hover, .theme4 .menu-content ul li span:focus, .theme4 .menu-content ul li span:active
{
	background-color:#263238;
	border-left: 4px solid #607D8B !important;
}
.theme4 a
{
	color: #607D8B;
}
.theme4 .stepwizard .setup-panel .stepwizard-step .active, .theme4 .stepwizard .setup-panel .stepwizard-step a:hover, .theme4  .stepwizard .setup-panel .stepwizard-step a.active
{
	color: #607D8B !important;
}
.theme4 .fliter-icon,.theme4 .body-header a
{
	background-color: #607D8B;
}
.theme4 .primary-btn, .theme4 .primary-btn:focus
{
	background-color: #607D8B !important;
}
.theme4 .info-btn, .theme4 .info-btn:focus
{
	background-color: #78909c !important;
}
.theme4 table a:hover
{
	color: #546E7A;
}
.theme4 .header-profile-menu ul li a:hover, .theme4 .header-profile-menu ul li a:active, .theme4 .header-profile-menu ul li a.active, .theme4 .profile-detail-inner
{
	background-color: #546E7A;
}
.theme4 ul.dropdown-menu.inner.selectpicker li a:hover span
{
	color: #607D8B !important;
}
.theme4 .inner-login-bg
{
	background-color: #607D8B;
}
.theme4 .login-title
{
	background-color: #546E7A;
}
.theme4 .login-btn, .theme4 .login-btn:hover, .theme4 .login-btn:focus
{
	background-color: #607D8B !important;
}
.theme4 .tab-section ul li.active, .theme4 .tab-section ul li a:hover, .theme4 .tab-section ul li.active a,.theme4 .panel-sub-heading
{
	color: #607D8B !important;
}
.theme4 .pagnation-icon,.theme4 .pagination > .active > a, .theme4 .pagination > .active > a:focus, .theme4 .pagination > .active > a:hover, .theme4 .pagination > .active > span, .theme4 .pagination > .active > span:focus, .theme4 .pagination > .active > span:hover
{
	background-color:#607D8B;
	border-color: #607D8B;
	color: #fff;
}
.theme4 .pagination > li > a, .theme4 .pagination > li > span
{
	color: #607D8B;
}
.theme4 .menu-content ul li:hover ul
{
	background-color: transparent;
}
.theme4 .menu-content ul li:hover ul li
{
	background-color: #78909C;
}
.theme4 .dashboard-title 
{
	color: #607D8B;
}
/** THURSDAY THEME END **/
/** FRIDAY THEME START **/
.theme5 .access-lock,.theme5 .das-list h3
{
	color: #7d7d7d;
}
.theme5 .header-right,.theme5 .footer,.theme5 .img-change
{
	background-color: #7d7d7d;
}
.theme5 .header-left,.theme5 .side-menu-footer,.theme5 .menu-icon:hover
{
	background-color: #737373;
}
.theme5 .left-side,.theme5 .menubackground-fixed, .theme5 .menubackground-fixed.active.menuarrow-active
{
	background-color: #666666;
}
.theme5 .menu-content ul li ul li
{
	background-color: #A6A6A6;
}
.theme5 .active
{
	border-left: 4px solid #7d7d7d !important;
	background-color: #262626;
}
.theme5 .header-profile-menu ul li:hover,.theme5 .header-profile-menu ul li a:hover,.theme5 .header-profile-menu ul li a:active,.theme5 .header-profile-menu ul li a.active,.theme5 .profile-detail-inner
{
	background-color: #737373;
}
.theme5 .menu-close .menu-content ul li:hover span,.theme5 .menu-content ul li a:hover,.theme5 .menu-content ul li a:focus,.theme5 .menu-content ul li a:active,.theme5 .menu-content ul li span:hover,.theme5 .menu-content ul li span:focus,.theme5 .menu-content ul li span:active
{
	background-color: #262626;
	border-left: 4px solid #7d7d7d !important;
}
.theme5 .profile-detail-inner ul li a:hover,.theme5 .modal-header
{
	background-color: #7d7d7d !important;
}
.theme5 .selected,.theme5 .selected a,.theme5 .selected a span,.theme5 .bootstrap-select .active,.theme5 .selected,.theme5 .bootstrap-select .active a,.theme5 .bootstrap-select .active a span,.theme5 .bootstrap-select ul li a:hover,.theme5 .bootstrap-select ul li a:focus,.theme5 .bootstrap-select ul li.select a
{
	background-color: transparent;
	border-left: 0px solid #DF5B2F !important;
	color: #666;
	outline: none;
}
.theme5 .menu-content ul li a:hover, .theme5 .menu-content ul li a:focus, .theme5 .menu-content ul li a:active, .theme5 .menu-content ul li span:hover, .theme5 .menu-content ul li span:focus, .theme5 .menu-content ul li span:active
{
	background-color:#262626;
	border-left: 4px solid #7d7d7d !important;
}
.theme5 a
{
	color: #7d7d7d;
}
.theme5 .stepwizard .setup-panel .stepwizard-step .active, .theme5 .stepwizard .setup-panel .stepwizard-step a:hover, .theme5  .stepwizard .setup-panel .stepwizard-step a.active
{
	color: #7d7d7d !important;
}
.theme5 .fliter-icon,.theme5 .body-header a
{
	background-color: #7d7d7d;
}
.theme5 .primary-btn, .theme5 .primary-btn:focus
{
	background-color: #7d7d7d !important;
}
.theme5 .info-btn, .theme5 .info-btn:focus
{
	background-color: #b0b0b0 !important;
}
.theme5 table a:hover
{
	color: #737373;
}
.theme5 .header-profile-menu ul li a:hover, .theme5 .header-profile-menu ul li a:active, .theme5 .header-profile-menu ul li a.active, .theme5 .profile-detail-inner
{
	background-color: #737373;
}
.theme5 ul.dropdown-menu.inner.selectpicker li a:hover span
{
	color: #7d7d7d !important;
}
.theme5 .inner-login-bg
{
	background-color: #7d7d7d;
}
.theme5 .login-title
{
	background-color: #737373;
}
.theme5 .login-btn, .theme5 .login-btn:hover, .theme5 .login-btn:focus
{
	background-color: #7d7d7d !important;
}
.theme5 .tab-section ul li.active, .theme5 .tab-section ul li a:hover, .theme5 .tab-section ul li.active a,.theme5 .panel-sub-heading
{
	color: #7d7d7d !important;
}
.theme5 .pagnation-icon,.theme5 .pagination > .active > a, .theme5 .pagination > .active > a:focus, .theme5 .pagination > .active > a:hover, .theme5 .pagination > .active > span, .theme5 .pagination > .active > span:focus, .theme5 .pagination > .active > span:hover
{
	background-color:#7d7d7d;
	border-color: #7d7d7d;
	color: #fff;
}
.theme5 .pagination > li > a, .theme5 .pagination > li > span
{
	color: #7d7d7d;
}
.theme5 .menu-content ul li:hover ul
{
	background-color: transparent;
}
.theme5 .menu-content ul li:hover ul li
{
	background-color: #A6A6A6;
}
.theme5 .dashboard-title 
{
	color: #7d7d7d;
}
/** FRIDAY THEME END **/
.ui-datepicker-title .btn-group.bootstrap-select {
  width: 70px !important;
}
.ui-datepicker-month
{
	float: left;
	margin-right: 4px;
}
.ui-datepicker-year
{
	float: right;
}
.select-required
{
	list-style: none;
}
.dashboard-title
{
	text-align: center;
	height: auto;
	float: left;
	width: 100%;
	color: #E15D15;
	font-size: 30px;
}
/*select
{
	visibility: hidden;
}*/
.bootbox.modal + .modal-backdrop
{
	z-index: 9999;
}
.bootbox.modal + .modal-backdrop.in
{
	opacity: 0.75;
}
.bootbox.modal
{
	z-index: 99999;
}
.bootbox .modal-dialog
{
	width: 320px;
	border:1px solid #ddd;
	background-color: #FFFFFF;
	border-radius: 6px;
}
.disabled-select .disabled-select,.disabled-select,.disabled-checkbox
{
	pointer-events: none;
	color: rgba(0, 0, 0, 0.25) !important;
}
.disabled-single-select button
{
	pointer-events: none;
	color: rgba(0, 0, 0, 0.25) !important;
}

.disabled-select .disabled-select span{
	color: rgba(0, 0, 0, 0.25) !important;
}
input.disabled-input
{
	width: 0px !important;
	height: 0px !important;
	line-height: 0px !important;
	border:none !important;
	padding: 0px !important;
	color: transparent !important;
}
.divider
{
	position: absolute;
	left: 48%;
	top: 15px;
	width: 1px;
	height: 100%;
	border:1px solid rgba(204,204,204,.2);
}
.vertical-divider .inner-divider:not(:first-child)::after, .vertical-divider .inner-divider:not(:first-child)::after 
{
	background: rgba(204,204,204,.2);
	bottom: 0;
	content: " ";
	margin-left: -22px;
	position: absolute;
	top: 15px;
	width: 1px;
}
#frm-comment 
{
	float: left;
	height: auto;
	position: relative;
	width: 100%;
}
.bootbox-close-button.close {
    pointer-events: none;
}
.error ~ .input-group-addon 
{
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
	border-left:none;
}
.has-success .input-group-addon
{
	border-left: none;
}
img.ui-datepicker-trigger
{
	height: 30px;
	top: 0px;
	border:1px solid transparent;
	display: none;
}
.icon-accordian.glyphicon-plus
{
	cursor: pointer;
}
.icon-accordian.glyphicon-minus
{
	/*pointer-events: none;*/
	cursor: pointer;
}
.table > thead > tr > th
{
	vertical-align: middle;
	position: relative;
}
.menu-content a.active
{
	pointer-events: none;
}
.menu-content li span.menuarrow-active
{
	pointer-events: none;
}
.left-side ul li span:hover i.icon,.left-side ul li a:hover i.icon,.status-detail:hover span,.body-header a:hover .icon
{
	transform: rotate(360deg);
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
}
.left-side ul li span.active:hover  i.icon
{
	transform: rotate(0deg);
}
.menu-close .submenu span
{
	/*pointer-events: none;*/
	cursor: pointer;
}
.bootbox .modal-dialog
{
	top: 50%;
	margin-top: -83px;
	left: 50%;
	margin-left: -160px;
}
.profile-img
{
	margin: 0 auto 20px auto;
	display: table;
	width: 100px;
	height: auto;
	position: relative;
}
.img-area
{
	float: left;
	height: auto;
	width: auto;
}
.img-area img
{
	width: 100px;
	height: auto;
	float: left;
}
.img-change 
{
	background-color: rgb(54,127,169);
	bottom: 0;
	color: #ffffff;
	display: block;
	height: 30px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 100px;
}
.img-change 
{
	color: #ffffff;
	line-height: 32px;
	text-align: center;
}
.img-change input[type="file"] 
{
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.resume-browse 
{
	/*border: 1px solid red;*/
	color: #4d545d;
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 100%;
}
.resume-browse input[type="file"] 
{
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 50%;
	z-index: 0;
}
.resume-browse > span 
{
	float: left;
	padding-left: 0px;
	font-size: 14px;
}
.resume-browse a
{
	float: right;
	width: 40px;
	height: 30px;
	list-style: none;
	text-align: right;
	outline: none !important;
}
.resume-browse a::before
{
	content:"\e025";
	text-align: right;
	font-family: "Glyphicons Halflings";
}
.download-section-close 
{
	border-radius: 50%;
	height: 30px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -6px;
	line-height: 30px;
	width: 30px;
	z-index: 9999999;
	cursor: pointer;
}
.download-section-close::before
{
	content:"\e014"	;
	font-family: "Glyphicons Halflings";
}
.file-name 
{
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 21px;
	line-height: 12px;
	width: 100%;
	font-size: 11px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.download-section
{
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	z-index: 99999;
	display: none;
}
.download-section .input-medium
{
	background-color: #fbfbfb;
	border:1px solid #ccc;
	padding: 0px 10px;
	border-radius: 5px;
}
.download-section h3
{
	width: 100%;
	text-align: center;
	color: #4d545d;
	font-size: 16px;
	margin: 0px;
	line-height: 50px;
	padding: 0px;
}
tfoot
{ 
	background-color: #ecf0f5 !important; 
}
tfoot input, tfoot input:focus 
{ 
	background-color: #fff !important; 
	font-weight: normal; 
	height: 25px !important; 
	padding-left: 5px !important; 
}
.sorting
{
	cursor: pointer;
}
.dataTables_empty 
{
	text-align: center; 
}
.sts-active
{
	color:#46a049 !important
}
.sts-inactive
{
	color:#999999 !important
}
.sts-delete
{
	color:#d04437 !important;
}
.deletefun
{
	cursor: pointer;
}
.sts-active-bg
{
	background-color:#46a049 !important
}
.sts-inactive-bg
{
	background-color:#999999 !important
}
.sts-delete-bg
{
	background-color:#d04437 !important
}
.disabled
{
	pointer-events: none;
	opacity: .4;
}
.bootbox .modal-footer
{
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.bootbox .modal-body
{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	color: #666;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.bootbox .btn
{
	font-weight: 600;
}
.dataTables_processing 
{
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	color: #CF4B1F;
	left: 50%;
	line-height: 40px;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 200px;
	padding-top: 20px;

}
.dataTables_processing:before
{
	content:"\e031";
	text-align: center;
	height: 40px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
	font-family: "Glyphicons Halflings";
	-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin { 
    from { 
        -ms-transform: rotate(0deg); 
    } to { 
        -ms-transform: rotate(360deg); 
    }
}
@-moz-keyframes spin { 
    from { 
        -moz-transform: rotate(0deg); 
    } to { 
        -moz-transform: rotate(360deg); 
    }
}
@-webkit-keyframes spin { 
    from { 
        -webkit-transform: rotate(0deg); 
    } to { 
        -webkit-transform: rotate(360deg); 
    }
}
@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}
.margin-left-right
{
	margin:0px 5px;
}
.no-padding
{
	padding: 0px !important;
}
.no-margin
{
	margin: 0px !important;
}
.mCSB_scrollTools
{
	width: 0px;
}
.mCSB_inside > .mCSB_container
{
	margin-right: 0px;
}
.robotolight
{
	font-family: 'RobotoLight';
}
.robotomedium
{
	font-family: 'RobotoMedium';
}
.robotoregular
{
	font-family: 'RobotoRegular';
}
.robotothin
{
	font-family: 'RobotoRegular';
}
.theme .header-right,.theme .footer
{
	background-color: #E15D15;
}
.theme .header-left,.theme .side-menu-footer
{
	background-color: #CF4B1F;
}
.theme .left-side
{
	background-color: #C74317;
}
.theme .menu-content ul li ul li
{
	background-color: #2C3B41;
}
.theme .active
{
	border-left: 4px solid #E15D15 !important;
	background-color: #1e282c;
}
.theme .header-profile-menu ul li:hover,.theme .header-profile-menu ul li a:hover,.theme .header-profile-menu ul li a:active,.theme .header-profile-menu ul li a.active,.profile-detail-inner
{
	background-color: #CF4B1F;
}
.menu-content ul li a:hover,.menu-content ul li a:focus,.menu-content ul li a:active,.menu-content ul li span:hover,.menu-content ul li span:focus,.menu-content ul li span:active
{
	background-color: #1e282c;
	border-left: 4px solid #E15D15 !important;
}
.theme .profile-detail-inner ul li a:hover
{
	background-color: #E15D15;
}
.theme .selected,.theme .selected a,.theme .selected a span,.theme .bootstrap-select .active,.theme .selected,.theme .bootstrap-select .active a,.theme .bootstrap-select .active a span,.theme .bootstrap-select ul li a:hover,.theme .bootstrap-select ul li a:focus,.theme .bootstrap-select ul li.select a
{
	background-color: transparent;
	border-left: 0px solid #DF5B2F !important;
	color: #666;
	outline: none;
}
.bootstrap-select-searchbox
{
	padding: 0px 5px 5px 5px;
	width: 100%;
	float: left;
}
body,html
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: rgb(236,240,245);
	float: left;
	font-family: 'robotolight';
	font-size: 13px;
}
.bg-color,.bg-color body
{
	/*background-color: #178BF2;*/
}
.inner-login-bg
{
	background-color: rgb(60,141,188);
	position: fixed;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	top: 0px;
}
.inner-search-bg
{
	background-color: rgb(60,141,188);
	position: fixed;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	top: 0px;
}
body
{
	overflow-x: hidden;
	overflow-y: scroll;
}
.menuarrow-active
{
	cursor: default;
}
.wrapper
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
.main-container
{
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	height: 100%;
}
.login-bg,.search-bg
{
	width: 100%;
}
.search-bg input, .search-bg input:focus
{
	height: 36px !important;
}
.search-icon {
	position: absolute;
	top: 2px;
	left: 2px;
	color: #fff;
	font-size: 20px;
	width: 100px;
	text-align: center;
	line-height: 46px;
	font-weight: 900;
	/*background-color: rgba(202, 203, 206, .2);
	border-right: 1px solid #d7d7d7;*/
	z-index: 9999;
	background-color: #470ea1;
	border-top-left-radius: 21px;
	border-bottom-left-radius: 21px;
}
.search-container 
{
	max-width: 700px;
	width: 100%;
	height: auto;
	margin: 62px 25px;
	float: right;
	border-radius: 10px;
}
.login-container 
{
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: table;
	border-radius: 10px;
}
.middle-content
{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.login-container .login-logo
{
	margin: 0 auto;
	width: auto;
	display: table;
}
.login-title
{
	width: 100%;
	height: auto;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 0px;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	background-color: #CF4B1F;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.proj-title
{
	width: 100%;
	height: auto;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 0px;
	color: #fff;
	font-size: 100px;
	line-height: 30px;
	text-shadow: 2px 2px rgba(0,0,0,.4);
	padding-bottom: 20px;
	font-family: 'RobotoRegular';
}
.proj-title-sub
{
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	padding-bottom: 15px;
	font-family: "RobotoRegular";
	font-size: 13px;
}
.login-container form
{
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
	position: relative;
}
.login-msg 
{
	bottom: 51px !important;
}
input,input:focus
{
	width: 100%;
	height: 30px !important;
	position: relative;
	display: inline-block;
	line-height: 30px;
	padding: 0 30px 0 15px !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border:1px solid #d7d7d7 !important;
	border-radius: 0px !important;
	color: #4d545d;
	font-size: 14px !important;
}
.login-bg input,.login-bg input:focus
{
	height: 36px !important;
	line-height: 30px;
}
.bootstrap-select.btn-group .dropdown-menu
{
	z-index: 2147483647;
	margin-bottom: 40px;
}
.bootstrap-select.btn-group.dropup .dropdown-menu
{
	margin-bottom: 0px;
}
select 
{
	/*border: medium none;
	float: left;
	height: 0 !important;
	padding: 0 !important;*/
}
select.content {
	float: right;
}
table input,table input:focus
{
	padding: 0 10px 0 10px !important;
}
.div-rel
{
	float: left;
	width: 100%;
	position: relative;
}
.input-group label,.filter-option
{
	font-size: 13px;
	font-family: "robotomedium";
	color: #4d545d;
	line-height: 30px;
	margin: 0px;
	font-weight: 100;
	float: left;
}
.modal-body .input-group label
{
	width: 100%;
	text-align: right;
	padding-right: 12px;
}
.bootstrap-select .btn
{
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
}
.dataTables_length .bootstrap-select
{
	margin: 0px 10px !important;
}
.btn-default.btn,.bootstrap-select .btn-default:hover,.bootstrap-select .btn-default:focus ,.bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active, .open >.bootstrap-select .dropdown-toggle.btn-default
{
	color: #4d545d;
	background-color: transparent !important;
	border:1px solid #d7d7d7 !important;
	box-shadow: none !important;
}
.selectpicker li
{
	width: 100%;
	float: left;
	border-bottom: 1px solid transparent;
}
.bs-actionsbox
{
	border-bottom: 1px solid #ddd;
}
.bs-actionsbox
{
	padding-bottom: 6px !important;
}
.selectpicker li a
{
	width: 100%;
	float: left;
	color: #4d545d;
	line-height: 35px;
	padding: 0px 15px;
}
ul li .div-contain .divider
{
	margin: 0px;
}
ul li dt
{
	line-height: 30px;
	background-color: #e5e5e5;
}
ul li dt span
{
	color: #666
}
.selectpicker li a span
{
	float: left;
	width: 100%;
	margin-right: 35px !important;
}
.new-select .selectpicker li a span
{
	float: left;
	width: auto;
	margin-right: 0px !important;
}
.new-select .selectpicker li a span.text
{
	float: left;
	width: auto;
	margin-right: 35px !important;
}
.dropdown-menu {
    font-size: 13px;    
}
.selectpicker li a .glyphicon 
{
	line-height: 33px;
	margin: 0 !important;
}
.input-group .form-control
{
	z-index: 1;
}
input[type='button'],input[type='button']:focus
{
	padding: 0px 20px !important;
}
input.with-icon
{
	padding-left: 50px !important;
}
.login-icon
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #4d545d;
	font-size: 14px;
	width: 40px;
	text-align: center;
	line-height: 35px;
	font-weight: 100;
	background-color: rgba(202, 203, 206, .2);
	border-right:1px solid #d7d7d7;
	z-index: 9999;
}
input.input-medium,textarea.input-medium,.input-medium
{
	width: 220px !important;
	position: relative;
	float: left;
}
.remove-border
{
	border:none !important;
}
.input-medium.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.input-medium.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px\0; /*IE9 and below*/
}
td.align-center .input-small
{
	display: table;
	margin: 0 auto;
}
div.input-small,input.input-small, .input-small.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 130px;
    position: relative;
}
.eff-date
{
	position: static !important;
}
input.input-small, .input-small.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 130px\0; /*IE9 and below*/
}

input.input-smaller, .input-smaller.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 70px;
	padding: 0 10px !important;
}

input.input-smaller, .input-smaller.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 70px\0; /*IE9 and below*/
	padding: 0 10px !important;
}

.input-group
{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.float-width.input-group
{
	width: auto;
	padding: 0px 15px;
}
.report-field
{
	width: auto;
	height: auto;
	float: none;
	margin: 0 auto;
	display:table;
	text-align: center;
}
form .input-group
{
	padding-bottom: 20px;
}
.search-bg form .input-group
{
	padding-bottom: 0px;
}
.report-field .float-width
{
	display:inline-table;
	float: none;
}
.error-message,.form-error
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 13px !important;
	padding-left: 0px;
	color: #D04437 !important;
	float: left;
	position: absolute;
	bottom: -20px;
	left: 0px;
	margin: 0px !important;
	font-family: 'robotoregular';
}
.help-block.form-error
{
	margin: 0px !important;
}
/*table td .error-message, table td .form-error
{
	position: relative;
	bottom: 0px !important;
}*/
.module-dropdown .error-message,.module-dropdown .form-error
{
	bottom: -12px;
	text-align: center;
}
.input-group.error label
{
	color: #D04437;
}
.input-group .error .btn.dropdown-toggle.selectpicker.btn-default,input.error, input:focus.error
{
	border:1px solid #D04437 !important;
}
.has-success input,.has-success input:focus
{
	border:1px solid #46A049 !important;
}
.input-icon
{
	display: none;
	position: absolute;
	right: 0px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	top: 0px;
	text-align: center;
	color: #D04437;
}
.error + .input-icon
{
	display: block;
}
.error + .input-icon::before
{
	content:"\e014";
}
.has-success .input-icon
{
	display: block;
}
.has-success .input-icon,.success
{
	color: #46A049 !important;
}
.has-success .input-icon::before
{
	content:"\e013";
}
.error .error-message,.error .form-error
{
	padding-left: 0px;
}
.login-container .error-message,.login-container .form-error
{
	padding-left: 50px;
	bottom: 0px;
}
.login-container .login-msg .form-error 
{
	padding-left: 68px;
}
.form-success
{
	color: #46A049;
}
input.login-icon::-webkit-input-placeholder 
{
	color:    #cacbce;
	opacity: .5;
	font-size: 14px;
}
input.login-icon:-moz-placeholder {
	color:    #cacbce;
	opacity:  .5;
	font-size: 14px;
}
input.login-icon::-moz-placeholder 
{
	color:    #cacbce;
	opacity:  .5;
	font-size: 14px;
}
input.login-icon:-ms-input-placeholder ,.form-control::placeholder
{
	color:    #cacbce;
	opacity: .5;
	font-size: 14px;
}
.search-bg .search-container input:-moz-placeholder,.search-bg .search-container .form-control::placeholder
{
	opacity: 0;
	color: transparent;
}
.custom-btn,.custom-btn:hover,.custom-btn:focus
{
	border-radius: 0px;
	padding: 0px 20px !important;
	border: none !important;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.full-width.middle-btn,.full-width
{
	width: 100%;
	float: left;
	height: auto;
}
.tab-content .middle-btn
{
	margin-top: 12px;
}
.full-width .prevbtn
{
	float: left;
	cursor: pointer;
}
.full-width .nextbtn
{
	float: right;
}
.login-btn,.login-btn:hover,.login-btn:focus
{
	background-color: #CF4B1F !important;
	font-size: 14px;
	width: auto;
	float: none;
	margin: 0 auto;
	display: table;
	padding: 0px 20px !important;
}
.primary-btn,.primary-btn:focus
{
	background-color: #2098D1 !important;
}
.success-btn,.success-btn:focus
{
	background-color: #2DBF64 !important;
}
.info-btn,.info-btn:focus
{
	background-color: #44CCEB !important;
}
.warning-btn,.warning-btn:focus
{
	background-color: #E8910D !important;
}
.danger-btn,.danger-btn:focus
{
	background-color: #ED5650 !important;
}
.middle-btn
{
	width: auto;
	display: table;
	margin: 0 auto;
}
.form-filter-table .middle-btn
{
	float: right;
}
.middle-btn a
{
	float: left;
	margin: 0px 5px;
}
.icon-email
{
	background:url("../images/mail.png") no-repeat;
	background-position: 10px center;
}
.icon-password
{
	background:url("../images/password.png") no-repeat;
	background-position: 10px center;
}
.checkbox
{
	width: 100%;
	float: left;
	padding-left: 30px;
	margin: 0px;
}
.login-container .checkbox
{
	padding-left: 30px;
	padding-bottom: 15px;
}
.checkbox label 
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 0px;
	line-height: 20px;
	color: #4d545d;
	font-size: 14px !important;
}
.checkbox label::before 
{
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -30px;
	border:1px solid #d7d7d7;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.checkbox label::after 
{
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	margin-left: -30px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 11px;
	color: transparent; 
}
.checkbox input[type="checkbox"],.checkbox input[type="radio"] 
{
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label::after,.checkbox input[type="radio"]:checked + label::after 
{
	content: "\e013";
	color: #4d545d;
	font-family: 'Glyphicons Halflings';
	border:1px solid #d7d7d7;
	font-size: 10px;
	text-align: center;
}
input[type="checkbox"].styled:checked + label:after,input[type="radio"].styled:checked + label:after 
{
	content: "\e013";
	color: #4d545d;
	font-family: 'Glyphicons Halflings';
	border:1px solid #d7d7d7;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.checkbox input[type="checkbox"]:disabled,.checkbox input[type="radio"]:disabled 
{
	cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,.checkbox input[type="radio"]:disabled + label 
{
	opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before,.checkbox input[type="radio"]:disabled + label::before 
{
	background-color: #eeeeee;
	cursor: not-allowed; 
}
.checkbox.checkbox-circle label::before 
{
	border-radius: 50%; 
}
.checkbox.checkbox-inline 
{
	margin-top: 0; 
}
.radio 
{
	padding-left: 40px; 
}
.radio label 
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px; 
}
.radio label::before 
{
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	  transition: border 0.15s ease-in-out; 
}
.radio label::after 
{
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}
.radio input[type="radio"] 
{
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.radio input[type="radio"]:focus + label::before 
{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; 
}
.radio input[type="radio"]:checked + label::after 
{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1); 
}
.radio input[type="radio"]:disabled 
{
	cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label 
{
	opacity: 0.65; 
}
.radio input[type="radio"]:disabled + label::before 
{
	cursor: not-allowed; 
}
.radio.radio-inline 
{
	margin-top: 0; 
}
.radio-primary input[type="radio"] + label::after 
{
	background-color: #DF5B2F; 
}
.radio-primary input[type="radio"]:checked + label::before 
{
	border-color: #DF5B2F; 
}
.radio-primary input[type="radio"]:checked + label::after 
{
	background-color: #DF5B2F; 
}
input[type="checkbox"] .styled:checked + label::before,input[type="radio"] .styled:checked + label::before 
{
	color: #fff; 
}
input[type="checkbox"] .styled:checked + label::after,input[type="radio"] .styled:checked + label::after 
{
	color: #fff; 
}
input[type="checkbox"], input[type="radio"]
{
	margin: 0px !important;
	line-height: 30px !important;
	height: 30px !important;
}
header
{
	width: 100%;
	height: auto;
	float: left;
	position: fixed;
	top: 0px;
	max-width: 1920px;
	z-index: 6;
}


.menu-open .header-left,.menu-open .left-side,.menu-open .menubackground-fixed
{
	width: 275px;
	-webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.menu-open .header-right,.menu-open .right-side
{
	margin-left: 275px;
	-webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.menu-open .open-title
{
	display: block;
}
.menu-open .close-title
{
	display: none;
}
.menu-close .header-left,.menu-close .left-side,.menu-close .side-menu-footer,.menu-close .menubackground-fixed
{
	width: 58px;
	-webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.menu-close .header-right,.menu-close .right-side
{
	margin-left: 58px;
	-webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.menu-open .side-menu-footer
{
	width: 275px;
	-webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}




/* Menu Mouse Over Style */
.menu-close .menu-content ul li
{
	position: relative;
	list-style: none;
}
.menu-close .menu-content ul li:hover > ul li:last-child 
{
	margin-bottom: 50px;
}
.menu-close .menu-content ul li:hover > ul 
{
	position: absolute;
	left: 100%;
	top: 0px;
	display: block !important;
	width: 250px;
	height: auto;
	z-index: 9999;
}
.menu-close .menu-content ul li ul li ul
{
	position: relative;
	float: left;
	width: 100%;
	left: 0px;
}
.menu-close .menu-content ul li ul a
{
	color: #fff;
}
.menu-close  .menu-content ul li ul li a
{
	padding-left: 0px;
}
/* Menu Mouse Over Style End */




.header-left
{
	height: auto;
	float: left;
	position: relative;
	z-index: 4
}
.menu-icon
{
	width: 49px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	color: #fff;
	cursor: pointer;
}
.menu-icon:hover
{
	background-color: #CF4B1F;
}
.header-right
{
	height: 50px;
	width: auto;
	position: relative;
}
.body-section
{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	top: 0px;
	padding: 50px 0px;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	background-color: rgb(236,240,245);
}
.left-side
{
	height: auto;
	padding-bottom: 50px;
	position: absolute;
	top: 0px;
	min-height: 100%;
}
.right-side
{
	height: auto;
	padding-bottom: 60px;
	background-color: #ECF0F5;
	width: auto;
	display: flex;
	/*float: left;*/
}
.access-lock
{
	top: 24px;
	font-size: 60px;
	left: 25px;
	color: #E15D15;
}
.right-side.access-denied
{
	height: 100%;
}
.menu-open .right-side
{
	/*padding-right: 275px;*/
}
.menu-close .right-side
{
	/*padding-right: 58px;*/
}
.right-side-inner
{
	height: 100%;
	/*overflow-y: scroll;*/
	position: relative;
	padding: 0px 5px;
	width: 100%;
	float: left;
}
.open-title,.close-title,.open-title a,.close-title a
{
	width: 100%;
	text-align: center;
	height: auto;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	margin: 0px;
	text-decoration: none;
	height: 50px;
	overflow: hidden;
	font-weight: 900;
	float: left;
	font-family: 'RobotoRegular';
}
.open-title
{
	display: none;
}
.close-title
{
	display: block;
}
.menu-content
{
	float: left;
}
.menu-content ul
{
	width: 100%;
	height: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 2;
}
.menu-content ul li:last-child ul
{
	margin-bottom: 0px;
}
.menu-content ul li
{
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	list-style: none;
}
#accordian > ul > li:first-child
{
	height: 50px;
}
.menu-content ul li span,.menu-content ul li a
{
	border-bottom: 1px solid rgba(255,255,255,.07);
}
.menu-content ul li:last-child
{
	border-bottom: none;
}
.menu-content ul li a,.menu-content ul li span
{
	width: 100%;
	height: 40px;
	float: left;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.menu-content ul li ul li a
{
	line-height: 35px;
	height: 35px;
}
/*.menu-close ul li a
{
	color: transparent;
}*/
.menu-close ul li a:active,.menu-close ul li a:hover,.menu-close ul li a:focus
{
	outline: none !important;
	outline-offset:0px !important;
}
.menu-content .icon
{
	width: 30px;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.menu-content ul li ul li > span .icon
{
	margin-left: 0px;
}
.menu-content ul li ul,.menu-close .menu-content ul li.dropmenu ul
{
	display: none;
}
.menu-content ul li ul li a,.menu-content ul li ul li span
{
	padding-left: 20px;
}
.menu-close .menu-content ul li ul li a, .menu-close .menu-content ul li ul li span
{
	padding-left: 0px;
}
.menu-close .menuarrow-active .menu-arrow
{
	display: none;
}
.menu-content ul li ul li ul li a,.menu-content ul li ul li ul li span
{
	padding-left: 40px;
}
.menu-content ul li ul li ul li ul li a,.menu-content ul li ul li ul li ul li span
{
	padding-left: 60px;
}
.menu-content ul li ul li ul li ul li ul li a,.menu-content ul li ul li ul li ul li ul li span
{
	padding-left: 80px;
}
.menu-content ul li ul li ul li ul li ul li ul li a
{
	padding-left: 100px;
}
.menu-content ul li ul
{
	padding-left: 0px;
}
.menu-arrow
{
	position: absolute;
	width: 30px;
	height: 40px;
	line-height: 40px;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	font-size: 10px;
}
.menu-content ul li ul .menu-arrow
{
	height: 40px;
	line-height: 40px;
}
.menu-close .menu-arrow
{
	display: none;
}
.menu-content ul li.dropmenu ul
{
	display: block;
}
.menu-close .menu-arrow,.menu-close .menuarrow-active .active-menu-arrow
{
	display: none;
}
.header-profile-menu
{
	float: right;
	height: auto;
}
.menu-content ul li ul .icon 
{
	width: 30px;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
}
.menu-content ul li ul li .icon
{
	margin:0px 0px 0px 0px;
}
.normal-menu-arrow
{
	display: block;
	width: 30px;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
}
.menuarrow-active > span .normal-menu-arrow
{
	display: block;
	transform:rotate(90deg);
}
.menu-close .normal-menu-arrow
{
	display: none;
}
.active-menu-arrow
{
	display: none;
}
.menuarrow-active .active-menu-arrow
{
	display: none;
}
.header-profile-menu
{
	float: right;
	width: auto;
	height: auto;
	padding-right: 0px;
}
.header-profile-menu ul
{
	float: right;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.header-profile-menu ul li
{
	float: right;
	width: auto;
	border-right: 1px solid rgba(255,255,255,.2);
}
.header-profile-menu ul li a,.header-profile-menu ul li a:hover,.header-profile-menu ul li a:active,.header-profile-menu ul li a:focus
{
	width: auto;
	height: auto;
	line-height: 47px;
	color: #Fff;
	text-decoration: none;
	outline: none;
	float: left;
	position: relative;
	padding: 0px 15px;
	font-size: 15px;
}
.header-profile-menu ul li a.active
{
	border-left: 0px !important;
}
.header-profile-menu .icon
{
	width: auto;
	height: 50px;
	line-height: 50px;
}
.header-profile-menu .icon.icon-with-text
{
	padding-right: 10px;
}
.header-profile-menu .icon.profile-icon-down
{
	padding: 0px 0px 0px 10px
}
.profile-detail-inner
{
	width: 300px;
	height: auto;
	position: absolute;
	top: 50px;
	display: none;
	right: 0px;
	z-index: 20;
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
}
.notification-number
{
	width: auto;
	height: 15px;
	color: #fff;
	padding: 0px 5px;
	border-radius: 3px;
	line-height: 15px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	text-align: center;
	font-size: 10px;
	top: 5px;
	right: 4px;
}
.profile-detail-inner ul
{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin: 0px;
	background-color: rgba(255, 255, 255, 0.2);
}
.profile-detail-inner ul li
{
	width: auto;
	height: auto;
	float: left;
	position: relative;
}
.profile-detail-inner ul li:nth-child(2n)
{
	float: right;
}
.profile-detail-inner ul li a,.profile-detail-inner ul li a:hover
{
	width: 100%;
	height: auto;
	float: left;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	background-color: transparent !important;
}
/*.profile-detail-inner ul li a:hover
{
	background-color: rgba(255, 255, 255, 0.1) !important;
}*/
.profile-detail-inner ul li:last-child,.profile-detail-inner ul li:last-child a
{
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
}
.profile-detail-inner ul li a .icon
{
	height: 40px;
	line-height: 40px;
}
.profile-detail-inner ul li a:last-child
{
	border-bottom: none;
}
/* Menu Mouse Over Style */
/*.menu-close .menu-content ul li
{
	position: relative;
}
.menu-close .menu-content ul li:hover > ul 
{
	position: absolute;
	left: 100%;
	top: 0px;
	display: block !important;
	width: 300px;
	height: auto;
	z-index: 9;
}
.menu-close .menu-content ul li ul li ul
{
	position: relative;
	float: left;
	width: 100%;
	left: 0px;
}
.menu-close .menu-content ul li ul a
{
	color: #fff;
}
.menu-close  .menu-content ul li ul li a
{
	padding-left: 0px;
}*/
/* Menu Mouse Over Style End */
.menubackground-fixed,.menubackground-fixed.active.menuarrow-active
{
	position: fixed;
	background-color: #C74317;
	height: 100%;
	z-index: 1;
	border-left: 0px solid transparent !important;
}
.footer
{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	max-width: 1920px;
}
.footer p
{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0px;
	line-height: 50px;
}
.body-header
{
	width: 100%;
	height: auto;
	float: left;
	position: relative;	
}
.fixed-header
{
	position: fixed;
	width: 100%;
	background-color: #ECF0F5;
}
.body-first-title,.body-second-title,.body-third-title,.body-fourth-title,.body-fifth-title
{
	width: auto;
	height: auto;
	float: left;
	line-height: normal;
	color: #333;
	margin: 0px;
}
.body-first-title
{
	font-size: 24px;
	line-height: 50px;
}
.body-second-title
{
	font-size: 22px;
}
.body-third-title
{
	font-size: 20px;
}
.body-fourth-title
{
	font-size: 18px;
}
.body-fifth-title
{
	font-size: 16px;
}
.body-body
{
	width: 100%;
	height: auto;
	float: left;
}
.fixed-text
{
	margin-top: 50px;
}
.dataTables_wrapper
{
	width: 100%;
	float: left;
}
.body-body
{
	background-color: #fff;
	width: 100%;
	border-radius: 5px;
	border-top:5px solid #D2D6DE;
	border-bottom:3px solid #D2D6DE;
	padding: 5px;
	float: left;
}
.dataTables_length
{
	float: left;
	width: auto;
	height: auto;
}
.dataTables_length label,.dataTables_filter label
{
	margin: 0px;
	font-size: 14px;
	color: #666;
	line-height: 27px;
	float: left;
	width: auto;
	display: inline-flex;
	font-weight: 100;
}
.dataTables_length select
{
	line-height: 35px;
	height: 35px;
	background-color: transparent;
	border:1px solid #D2D6DE;
	min-width: 70px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
.dataTables_filter
{
	float: right;
	height: auto;
	width: auto;
}
.dataTables_filter input
{
	float: left;
	border:1px solid #D2D6DE !important;
	line-height: 35px !important;
	height: 35px;
	padding: 0px 0px 0px 10px !important;
	margin-left: 10px;
	border-radius: 0px !important;
}
.dataTables_wrapper table
{
	margin: 20px 0px;
	width: 100%;
	float: left;
}
table,table thead,table tbody tr,table tfoot
{
	border:1px solid #ddd;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th
{
	border:none;
}
table tbody tr td,table thead tr th,table tfoot tr th
{
	border-right: 1px solid #ddd !important;
	padding: 7px 5px !important;
	color: #666;
	outline: none;
}
table thead tr th.sorting
{
	padding-right: 20px !important;
}
table tbody tr td:last-child,table thead tr th:last-child,table tfoot tr th:last-child
{
	border-right: none;
}
table tbody tr:nth-child(even)
{
	background-color: #fff;
}
table tbody tr:nth-child(odd)
{
	background-color: rgba(249, 249, 249, .6);
}
table thead
{
	background-color: #ECF0F5;
}
table tbody tr.table-sub-title td
{
	padding-left: 15px !important;
}
table tbody tr td .glyphicon-plus,table tbody tr td .glyphicon-minus
{
	/*border: 2px solid #46a049;
    border-radius: 50%;
    font-size: 10px;*/
    margin: 0 auto;
    /*padding: 2px;*/
	
}
table tbody tr.extend td
{
	padding: 0px !important;
	border:1px solid rgb(249,249,249);
}

table tbody tr.table-sub-title
{
	background-color: #fff;
}
table tbody tr.table-main-title
{
	background-color: rgba(249, 249, 249, .9);
}
.expand td .child-panel
{
	padding: 8px 3% 20px 3%;
}
.expand td table td
{
	padding: 8px !important;
}
.expand
{

}
.child-panel
{
	display: none;
}
.dataTables_paginate
{
	float: right;
	width: auto;
}
.dataTables_paginate a,.dataTables_paginate .ellipsis
{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 15px;
	line-height: 35px;
	color: #666;
	background-color: #fafafa;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-decoration: none;
	font-size: 14px;
	font-family: 'robotoregular';
}
.dataTables_paginate span a,.dataTables_paginate .ellipsis
{
	border-right:1px solid #ddd;
	border-left:1px solid transparent;
}
.dataTables_paginate span a:first-child
{
	border-left:1px solid #ddd;
}
.paginate_button.current,.dataTables_paginate span a.current
{
	background-color: #DF5B2F;
	color: #fff;
	border:1px solid #DF5B2F;
}
.dataTables_paginate a:hover
{
	background-color: #eee;
}
.paginate_button.current:hover
{
	background-color: #DF5B2F;
}
.previous.disabled,.dataTables_paginate a.disabled:hover
{
	cursor: not-allowed;
	background-color: #fafafa;
}
.previous
{
	border-left: 1px solid #ddd;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.next
{
	border-right: 1px solid #ddd;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.dataTables_info
{
	float: left;
	line-height: 35px;
	font-family: 'robotoregular';
	font-size: 14px;
	color: #666;
}
.side-menu-footer
{
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	width: 100%;
	overflow: hidden;
}
.mCustomScrollbar
{
	height: 100%;
	/*overflow-y: auto;*/
}
.body-header a
{
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #DF5B2F;
	padding: 0px 10px;
	float: right;
	margin-top: 10px;
	font-size: 10px;
	margin-left: 5px;
	border-radius: 50%;
}
.body-header a.header-txt-btn
{
	font-size: 14px;
	border-radius: 5px;
	text-decoration: none;
}
.sorting:before
{
	content:"\e150";
	font-family: 'Glyphicons Halflings';
	text-align: right;
	float: right;
	color: rgba(102, 102, 102, .3);
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 5px;
}
.sorting_asc:before,.sorting.sorting_asc:before
{
	content:"\e155";
	font-family: 'Glyphicons Halflings';
	text-align: right;
	float: right;
	color: rgba(102, 102, 102, 1);
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 5px;
}
.sorting_desc:before,.sorting.sorting_desc:before
{
	content:"\e156";
	font-family: 'Glyphicons Halflings';
	text-align: right;
	float: right;
	color: rgba(102, 102, 102, 1);
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 5px;
}
/* Modal style start */
/*.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}*/
.modal-dialog
{
	/*margin: 0px auto;*/
	display: table;
	vertical-align: middle;
}
.bootbox .modal-dialog
{
	position: absolute;
}
.modal-dialog.medium-modal
{
	width: 100%;
	max-width: 1150px;
}
.modal-dialog.smedium-modal
{
	width: 100%;
	max-width: 850px;
}
.modal-dialog.large-modal
{
	width: 100%;
	max-width: inherit;
	padding: 0px 5%;
	display: list-item;
}
/*.modal-dialog.large-modal
{
	width: 100%;
	max-width: 100%;
}*/
/*.modal-dialog.medium-modal .modal-content
{
	width: 100%;
	max-width: 1000px;
}
.modal-dialog.large-modal .modal-content
{
	width: 100%;
	max-width: 1920px;
	padding: 0px 20px;
}
.modal-dialog.large-modal .modal-content
{
	width: 100%;
	max-width: 100%;
}*/
/*.modal-content
{
	display: table;
	margin: 0 auto;
	width: 600px;
}*/

.modal-body,.modal-footer,.modal-header,.modal-content
{
	width: 100%;
	height: auto;
	float: left;
}
.modal-header
{
	background-color: #CF4B1F;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.modal-header h4
{
	color: #fff;
	font-size: 16px;
}
.modal-content
{
	background-color: transparent;
	box-shadow: none;
	border:none;
}
.modal-body,.modal-footer
{
	background-color: #fff;
}
.modal-footer,.modal-body
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.close:focus, .close:hover
{
	opacity: 1;
	color: #fff;
}
.close
{
	color: #fff;
	opacity: .8;
}
.medium-modal .modal-dialog 
{
	width: 100%;
	max-width: 1200px;
	padding: 0px 15px;
}
/* Modal style end */
/* Tab Style Start */
.tab-section 
{
	background-color: #fff;
	width: 100%;
	border-radius: 5px;
	border-top: 5px solid #D2D6DE;
	border-bottom: 3px solid #D2D6DE;
	float: left;
	/*padding: 10px;*/
}
.tab-section-inner
{
	float: left;
	width: 100%;
	/*border:1px solid #DF5B2F;*/
	border-radius: 5px;
}

.stepwizard
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;	
	border-bottom:1px solid #ddd;
}
.stepwizard .setup-panel
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;	
	/*border-bottom:1px solid #ddd;*/
}
.stepwizard .setup-panel .stepwizard-step
{
	width: auto;
	float: left;
	height: auto;
	padding: 0px;
	font-size: 15px;
}
.stepwizard .setup-panel .stepwizard-step a
{
	padding: 0px 15px;
	line-height: 35px;
	height: auto;
	float: left;
	text-decoration: none;
	outline: none;
	border-right:1px solid #ddd;
	background-color: #ECF0F5;
	color: #666;
}
.stepwizard .setup-panel .stepwizard-step:first-child a
{
	/*border-top-left-radius: 5px;*/
	border-left:1px solid #ddd !important;
}
.stepwizard .setup-panel .stepwizard-step.active:first-child a
{
	border-left:1px solid transparent !important;
}
/*.stepwizard-step button[disabled] 
{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}*/
/*.tab-menu[disabled]
{
	pointer-events: none;
}*/
.stepwizard .setup-panel .stepwizard-step .active,.stepwizard .setup-panel .stepwizard-step a:hover,.stepwizard .setup-panel .stepwizard-step a.active
{
	background-color: transparent;
	border:0px solid #DF5B2F !important;
	color: #DF5B2F !important;
	line-height: 35px;
	height: auto;
	float: left;
	text-decoration: none;
	outline: none;
}
.stepwizard .setup-panel .stepwizard-step a:hover,.stepwizard .setup-panel .stepwizard-step a.active
{
	border-right:1px solid #ddd !important;
}
.stepwizard .setup-panel .stepwizard-step:first-child a:hover,.stepwizard .setup-panel .stepwizard-step:first-child a.active
{
	border-left:1px solid transparent !important;
}
.setup-content.active
{
	background-color: transparent !important;
	border:none !important;
}

.setup-content
{
	display: none;
}
.setup-content.active
{
	display: block;
}

.tab-section ul
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;	
	border-bottom:1px solid #ddd;
}
.tab-section ul li
{
	width: auto;
	float: left;
	height: auto;
	padding: 0px;
}
.tab-section .selectpicker li
{
	width: 100%;
}
.tab-section .selectpicker li a
{
	background-color:transparent;
	border-right:none;
}
.tab-section ul li a
{
	padding: 0px 15px;
	line-height: 35px;
	height: auto;
	float: left;
	text-decoration: none;
	outline: none;
	border-right:1px solid #ddd;
	background-color: #ECF0F5;
	color: #666;
}
.tab-section ul li:first-child a
{
	/*border-top-left-radius: 5px;*/
	border-left:1px solid #ddd !important;
}
.tab-section ul li.active:first-child a
{
	border-left:1px solid transparent !important;
}
.tab-section .selectpicker li:first-child a,.tab-section .selectpicker li.active:first-child a
{
	border-left:none !important;
}
.tab-section .tab-content
{
	width: 100%;
	height: auto;
	float: left;
	padding: 15px;
}
.tab-section ul li.active,.tab-section ul li a:hover,.tab-section ul li.active a
{
	background-color: transparent;
	border:0px solid #DF5B2F !important;
	color: #DF5B2F !important;
	line-height: 35px;
	height: auto;
	float: left;
	text-decoration: none;
	outline: none;
}
.tab-section ul li a:hover,.tab-section ul li.active a
{
	border-right:1px solid #ddd !important;
}
.tab-section ul li:first-child a:hover,.tab-section ul li.active:first-child a
{
	border-left:1px solid transparent !important;
}
.tab-content .tab-pane.active,.tab-content .tab-pane
{
	width: 100%;
	height: auto;
	float: left;
	background-color: transparent;
	border:none !important;
}
.tab-content .tab-pane h3
{
	width: 100%;
	float: left;
	margin: 0px;
	color: #333;
	font-size: 24px;
}
.modal-body.main-tab
{
	background-color: #ECF0F5;
}
.tab-section .middle-btn
{
	margin-bottom: 10px;
}
table input[type="checkbox"],table input[type="radio"]
{
	height: auto !important;
	line-height: unset !important;
	margin: 0 auto !important;
	display: table;
	width: 30px !important;
}
table td
{
	vertical-align: middle !important;
}
.header-selectbox
{
	float: right;
	width: 270px;
}
.header-selectbox .btn-group.bootstrap-select
{
	width: 73% !important;
	float: left;
	margin-top: 10px;
}
.header-selectbox .input-group label, .filter-option
{
	line-height: 27px;
}
.table-fliter .header-selectbox .input-group label,.table-fliter .filter-option
{
	line-height: 29px;
}
.dropdown-menu.open ul.dropdown-menu.inner.selectpicker li a
{
	border:none !important;
}
.input-block-level.form-control 
{
	height: 30px !important;
}
ul.dropdown-menu.inner.selectpicker li a:hover span
{
	color: #DF5B2F !important;
}
.selectpicker li
{
	border-bottom: none;
}
.panel-sub-heading 
{
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 0 0 10px;
	width: 100%;
	color: #CF4B1F;
	font-size: 16px;
	margin-bottom: 10px;
}
.header-selectbox a
{
	float: left;
	font-size: 14px;
	text-decoration: none;
}
.header-selectbox li a
{
	background-color: transparent;
	margin: 0px;
}
.pagination
{
	margin: 0px;
	float: right;
}
ul.pagination li.active
{
	border-left: none !important;
}
/* Tab Style End */
.filter-form
{
	/*border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;*/
    float: left;
    padding-top: 15px;
    width: 100%;
}
.filter-form .middle-btn
{
	padding-bottom: 10px;
}
.filter-form label
{
	float: right;
	margin-right: 10px;
	text-align: right;
}
.filter-form .input-group
{
	width: 100%;
	float: left;
	padding-bottom: 15px;
	padding-right: 10px;
}
.filter-form input.input-medium,.filter-form textarea.input-medium,.filter-form .input-medium
{
	width: 100% !important;
}
.filter-form .input-group a
{
	float: left;
}
.filter-form .input-group a input
{
	margin-left: 10px;
}
.filter-form.form-filter-table 
{
	/*border-bottom: 1px solid #d7d7d7 ;*/
    border-top: medium none;
    margin-bottom: 12px;
    padding: 10px 0px 0;
}
.table-fliter
{
	width: auto;
	float: right;
}
.table-fliter .input-medium
{
	width: 220px !important;
	float: left;
	margin-right: 5px;
}
.table-fliter .input-medium input
{
	height: 31px !important;
	line-height: 31px !important;
}
.table-fliter .input-medium.input-medium-withbtn
{
	width: auto !important;
	margin-right: 0px;
}
.table-fliter .input-medium.input-medium-withbtn a:last-child span
{
	margin-right: 0px;
}
.table-fliter .input-medium.input-medium-withbtn input
{
	height: 30px !important;
	line-height: 30px !important;
}
.fliter-icon::before,.pagnation-icon::before
{
	font-family: "Glyphicons Halflings";
}
.fliter-icon
{
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgb(51,122,183);
	float: left;
	margin-right: 5px;
	color: #fff;
}
.seaech-icon::before
{
	content:"\e003";
}
.reset-icon::before
{
	content:"\e014";
}
.table-fliter .input-medium input.custom-btn
{
	padding: 0px !important;
	width: 50px;
}
.pagnation-search
{
	width: auto;
	float: right;
	height: auto;
}
.pagnation-search input 
{
	float: right;
	height: 33px !important;
	margin: 0 6px !important;
	width: 60px !important;
	padding: 0 15px !important;
}
.pagnation-icon
{
	width: 40px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: rgb(51,122,183);
	float: right;
	margin-right: 5px;
	color: #fff;
	cursor: pointer;
}
.sub-heading-right
{
	float: right;
	width: auto;
}
.sub-heading-right input[type="checkbox"]
{
	width: auto !important;
	height: 15px !important;
	line-height: 15px !important;
	margin: 2px 0 0 8px !important;
	float: right;
}
.top-padding
{
	margin-top: 15px;
}
.datepicker-days .table-condensed
{
	border:none;
}
.datepicker-dropdown
{
	padding: 0px;
}
.datepicker-days table, .datepicker-days table thead, .datepicker-days table tbody tr, .datepicker-days table tfoot
{
	border:none;
}
.theme .datepicker-days .active
{
	border-left: 0px !important;
}
.bootstrap-datepicker
{

}
.callender-icon::before
{
	content:"\e109";
	font-family: "Glyphicons Halflings";
	text-align: right;
	position: absolute;
	right: 5px;
}
.callender-icon
{
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 30px;
	padding: 0px;
	height: 30px;
	width: 30px;
	border-radius: 0px;
}
.clock-icon::before
{
	content:"\e023";
	font-family: "Glyphicons Halflings";
	text-align: right;
	position: absolute;
	right: 5px;
}
.clock-icon
{
	position: absolute;
	right: 1px;
	top: 1px;
	line-height: 30px;
	padding: 0px;
	height: 28px;
	width: 30px;
	border-radius: 0px;
	background-color: #eee;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    z-index: 999;
    cursor: pointer;
    text-align: center;
}
.has-success .clock-icon
{
	background-color: #dff0d8;
	color: #3c763d;
}
.pttimepiker
{
	z-index: 99999 !important;
}
.report-field .callender-icon
{
	top: 30px;
}
.module-dropdown
{
	width: 100%;
	margin-bottom: 10px;
}
ul.module-dropdown
{
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	margin-bottom: 10px;
}
ul.module-dropdown li
{
	width: 100%;
	height: auto;
	float: left;
	line-height: 30px;
}
.module-dropdown li input[type="checkbox"]
{
	width: auto !important;
	float: left;
}
.tab-section ul.module-dropdown
{
	border-bottom: none;
}
.align-center
{
	text-align: center;
}
.align-right
{
	text-align: right !important;
}
.ui-datepicker td
{
	padding: 1px !important;
	border-right: none !important;
}
.ui-datepicker tr
{
	border:none;
}
.ui-datepicker td span, .ui-datepicker td a
{
	text-align: center !important;
}
.pull-right-text
{
	text-align: right !important;
}
input
{
	outline: none !important;
}
select.select-required
{
	/*display: block !important;*/
	visibility: hidden;
	height: 0px !important;
	padding: 0px !important;
	border:none;
	line-height: 0px !important;
	box-sizing: content-box;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input.input-required
{
	display: block !important;
	visibility: hidden;
	height: 0px !important;
	padding: 0px;
	border:none;
}
.has-error .btn.dropdown-toggle.selectpicker.btn-default
{
	border:1px solid #d04437 !important;
}
.new-select.btn-group.bootstrap-select.input-medium.select-required.has-error
{
	display: inline-table;
}
.has-error .error-message
{
	/*display: none;*/
}
.has-success .btn.dropdown-toggle.selectpicker.btn-default
{
	border:1px solid #3c763d !important;
}
.has-success .error-message,.has-success .form-error
{
	display: none;
}
.has-success .form-error.login-msg
{
	display: block;
}
.error
{
	color: #d04437;
}
.spn-desc
{
	color: #666;
	padding: 6px 0;
	float: left;
}
textarea,textarea:focus
{
	box-shadow: none !important;
	border-radius: 0px !important;
	border:1px solid #d7d7d7 !important;
	width: 100%;
	background-color: #fff;
	resize: none;
	height: 100px  !important;
	padding: 5px 12px;
}
.has-error textarea,.has-error textarea:focus
{
	border:1px solid  #d04437 !important;
}
.has-success textarea,.has-success textarea:focus
{
	border:1px solid  #3c763d !important;
}
.plan-div 
{
	float: left;
	height: auto;
	overflow: auto;
	width: 100%;
}
.attendance-list
{
	margin-bottom: 20px;
}
.attendance-list thead tr
{
	border-bottom: 1px solid #ddd !important;
}
.attendance-list tbody tr
{
	background-color: transparent !important;
}

table.attendance-list tbody tr td, table.attendance-list thead tr th, table.attendance-list tfoot tr th
{
	padding: 5px 3px !important;
	text-align:center;
}
.half-width
{
	float: left;
	width: 50% !important;
}
.attendance-list thead tr:first-child th
{
	background-color: #Fff !important;
}
.attendance-list tbody tr td:first-child
{
	background-color: #ECF0F5 !important;
	text-align:left;
}
.attendance-list thead tr:first-child th
{
	border-right: none !important;
}
.attendance-list thead tr:first-child th .half-width
{
	padding: 0px 10px;
	text-align: left;
}
.attendance-list thead tr:first-child th .half-width:last-child
{
	text-align: right;
}
.attendance-list tbody tr td:last-child
{
	background-color: #ECF0F5 !important;
	text-align:right;
	font-weight: bold;
}

/*.attendance-list thead tr:nth-child(2n) th
{
	background-color: #Fff !important;
}
.attendance-list thead tr:nth-child(2n) th
{
	border-right: none !important;
}
.attendance-list thead tr:nth-child(2n) th .half-width
{
	padding: 0px 10px;
	text-align: left;
}
.attendance-list thead tr:nth-child(2n) th .half-width:last-child
{
	text-align: right;
}*/



.att-summary
{
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.att-summary li
{
	width: 20%;
	float: left;
	height: auto;
	font-weight: normal;
}
.att-summary li label
{
	margin: 0px;
}
.attendance-detail thead tr:first-child th
{
	background-color: #Fff !important;
}
.attendance-detail thead tr:first-child th .half-width
{
	padding: 0px 10px;
	text-align: left;
}
.attendance-detail thead tr:first-child th .half-width:last-child
{
	text-align: right;
}
.attendance-detail tbody tr td
{
	font-family: "RobotoRegular";
	position: relative;
}
.das-list
{
	width: 100%;
	height: auto;
	background-color: #fff;
	border-bottom: 3px solid #d2d6de;
	border-radius: 5px;
	border-top: 5px solid #d2d6de;
	float: left;
	padding: 0;
	position: relative;
}
.das-list h3
{
	margin: 0px;
	height: auto;
	float: left;
	width: 100%;
	padding: 15px 10px;
}
.das-list table
{
	width: 100%;
	height: auto;
}
.das-item
{
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 10px 10px 10px;
}
.encashment-report table tbody tr td:nth-child(3),.encashment-report table tbody tr td:nth-child(4),.encashment-report table tbody tr td:nth-child(5)
{
	background-color:  rgba(0,128,0,.1);
}
.encashment-report table tbody tr td:nth-child(6),.encashment-report table tbody tr td:nth-child(7),.encashment-report table tbody tr td:nth-child(8)
{
	background-color: rgba(255,255,0,.1);
}
.leave-report tr:first-child th:nth-child(3),.leave-report tr:first-child th:nth-child(4),.leave-report tr:first-child th:nth-child(5),.leave-report tr:first-child th:nth-child(6)
{
	border-bottom: 1px solid #ddd !important;
}
.menu-close .menu-content #accordian > ul > li > span
{
	color: transparent;
}
#return-message
{
  width: 100%;
  float: left;
  position: relative;
  top: 20px;
}
.tablepanel_header
{
	position: relative;
}
.tablepanel_header img
{
	width: auto;
	height: 10px;
	float: right;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
.tablepanel_header a,.tablepanel_header a:hover,.tablepanel_header a:focus
{
	color: #666 !important;
	text-decoration: none;
	outline: none !important;
	width: 100%;
	float: left;
	padding-right: 20px;
}
.pagination-section
{
	border:none;
}
.pagination-section tr
{
	background-color: #fff;
	border:none;
}
.pagination-section tr td
{
	border:none !important;
}
.pagination-section .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
	width: auto;
	float: right;
}
.pagination-section label
{
	float: right;
	padding-right: 10px;
	line-height: 30px;
}
th[align="center"]
{
	text-align: center;
}
@media(max-width:1900px) {
	.dashboard-page .right-side-inner ul li
	{
		/*width: 33.33%;*/
	}
	.chart-section ol li
	{
		/*width: 25% !important;*/
		padding-top: 10px !important;
	}
}
@media(max-width:1400px) {
	.plan-div
	{
		width: 100%;
		max-width: 1200px;
		overflow-x: auto;
		float: left;
	}
	.chart-section h3
	{
		font-size: 20px;
	}
	.das-icon
	{
		width: 60px;
		height: 60px;
	}
	.das-icon::before
	{
		line-height: 60px;
		font-size: 20px;
	}
	.chart-section h3
	{
		padding-left: 70px;
		line-height: 60px;
	}
	.chart-section ol li span
	{
		font-size: 20px;
	}
	.chart-section ol li label
	{
		font-size: 9px;
	}
}
@media(max-width:1024px) {
	.dataTables_wrapper table
	{
		width: 1200px !important;
		overflow: auto;
	}
	.dataTables_wrapper
	{
		overflow: auto;
	}
	.body-body
	{
		padding-bottom: 8px;
	}
	.dataTables_wrapper
	{
		padding: 0px 0px 20px 0px;	
	}
	.menu-close .menu-content ul li > ul
	{
		display: none !important;
	}
	.chart-section h3
	{
		font-size: 16px;	
	}
	.chart-section ol li span
	{
		font-size: 14px;
	}
	.dashboard-page .right-side-inner ul li
	{
		width: 49%;
	}
	.dashboard-page .right-side-inner ul li li
	{
		width: 25%;
	}
}
@media(max-width:991px) {
	.modal-body .input-group label
	{
		text-align: left;
	}
	.table-fliter input.input-medium,.table-fliter div.input-medium
	{
		width: 180px !important;
	}
	.header-gif-img > h1
	{
		font-size: 18px;
	}
	.menu-icon
	{
		display: none;
	}
}
@media(max-width:767px) {
	.menu-icon
	{
		display: block;
	}
	.menubackground-fixed
	{
		display: none;
	}
	.menu-close .left-side,.menu-close .side-menu-footer
	{
		width: 0px;
		overflow: hidden;
	}
	.menu-close .right-side 
	{
		padding-right: 0;
	}
	.menu-close .header-left,.menu-open .header-left
	{
		width: 100%;
	}
	.header-right
	{
		float: left;
		width: 100%;
	}
	.menu-close .header-right,.menu-open .header-right,.menu-close .right-side,.menu-open .right-side
	{
		margin-left: 0px;
	}
	.left-side 
	{
		position: absolute;
		z-index: 1;
	}
	.body-section
	{
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.open-title
	{
		display: block !important;
	}
	.close-title
	{
		display: none !important;
	}
	.login-container
	{
		max-width: 500px;
		padding: 10px;
	}
	input.login-icon
	{
		padding-left: 50px !important;
	}
	.icon-email ,.icon-password
	{
		background-position: 15px center;
		background-size: 20px auto;
	}
	input.login-icon::-webkit-input-placeholder 
	{

		font-size: 16px;
	}
	input.login-icon:-moz-placeholder 
	{
		font-size: 16px;
	}
	input.login-icon::-moz-placeholder 
	{
		font-size: 16px;
	}
	input.login-icon:-ms-input-placeholder 
	{
		font-size: 16px;
	}
	.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn
	{
		height: 40px;
	}
	.login-container .error-message ,.login-container .form-error
	{
		padding-left: 50px;
	}
	.checkbox label::before 
	{
		width: 20px;
		height: 20px;
		margin-left: -34px;
		background-size: 20px auto !important;
	}
	.checkbox input[type="checkbox"]:checked + label::after,.checkbox input[type="radio"]:checked + label::after 
	{
		background-size: 20px auto !important;
	}
	input[type="checkbox"].styled:checked + label:after,input[type="radio"].styled:checked + label:after 
	{
		background-size: 20px auto !important;
	}
	.login-container .checkbox
	{
		padding-left: 52px;
		padding-bottom: 20px;
	}
	.checkbox label 
	{
		line-height: 20px;
		font-size: 16px;
	}
	.checkbox label::after 
	{
		width: 20px;
		height: 20px;
		margin-left: -34px; 
	}
	.error-message,.form-error
	{
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.modal
	{
		padding: 0px 15px !important;
	}
	.modal-dialog
	{
		margin: 15px auto;
	}
	.header-profile-menu
	{
		padding-right: 10px;
	}
	.open-title 
	{
		display: table;
		float: none;
		margin: 0 auto;
		width: 280px;
	}
	.header-gif-img
	{
		display: none;
	}
	.menu-icon
	{
		float: left;
	}
	.menu-content ul > li:first-child
	{
		margin-top: 50px;
	}
	.menu-content ul li ul li:first-child
	{
		margin-top: 0px;
	}
}
@media(max-width:639px) {

	.login-container
	{
		max-width: 100%;
		padding: 10px;
	}
	.login-bg
	{
		padding: 0px 20px;
	}
	.dataTables_paginate a,.dataTables_paginate .ellipsis
	{
		padding: 0px 5px;
		line-height: 20px;
	}
	.dataTables_paginate .paginate_button.previous,.dataTables_paginate .paginate_button.next
	{
		padding: 0px 8px;
	}
	.dataTables_info
	{
		line-height: 20px;
		margin-bottom: 10px;
	}
	.chart-section h3 
	{
		font-size: 18px;
		padding-left: 70px;
		line-height:60px;
	}
	.das-icon
	{
		width: 60px;
		height: 60px;
	}
	.das-icon::before
	{
		font-size: 30px;
		line-height: 60px;
	}
}
@media(max-width:520px) {
	.dataTables_paginate
	{
		float: left;
	}
	.dataTables_info
	{
		margin-bottom: 10px;
	}
	.dataTables_wrapper table
	{
		margin: 10px 0px;
	}
	.body-body
	{
		padding: 10px;
	}
	.dashboard-page .right-side-inner ul li
	{
		width: 100%;
	}
	.footer p
	{
		font-size: 9px;
	}
}
@media(max-width:479px) {
	.dataTables_length
	{
		display: none;
	}
	.dataTables_filter
	{
		float: left;
	}
}
/** Loading CSS **/
.cus-loding 
{
	background-color: rgba(255, 255, 255, .7);
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	z-index: 999999999;
}
.dizzy-gillespie {
  -webkit-filter: saturate(3);
          filter: saturate(3);
  width: 0.1px;
  height: 0.1px;
  border: 60px solid transparent;
  border-radius: 5px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -60px;
          margin-left: -60px;
}
/*.menu-open .dizzy-gillespie
{
	margin-left: 215px;
}*/
.dizzy-gillespie::before {
  -webkit-filter: saturate(0.3);
          filter: saturate(0.3);
  display: block;
  position: absolute;
  z-index: -1;
  margin-left: -60px;
  margin-top: -60px;
  content: '';
  height: 0.1;
  width: 0.1;
  border: 60px solid transparent;
  border-radius: 5px;
}

.dizzy-gillespie::after {
  display: block;
  position: absolute;
  z-index: 2;
  margin-left: -15px;
  margin-top: -15px;
  content: '';
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: white;
}
.theme .dizzy-gillespie::before
{
	-webkit-animation: loader 2s ease-in infinite reverse, spin 1s linear infinite reverse;
          animation: loader 2s ease-in infinite reverse, spin 1s linear infinite reverse;
}
.theme .dizzy-gillespie
{
	-webkit-animation: loader 3s ease-in infinite, spin 2s linear infinite;
          animation: loader 3s ease-in infinite, spin 2s linear infinite;
}
.theme1 .dizzy-gillespie::before
{
	-webkit-animation: loader1 2s ease-in infinite reverse, spin 1s linear infinite reverse;
          animation: loader1 2s ease-in infinite reverse, spin 1s linear infinite reverse;
}
.theme1 .dizzy-gillespie
{
	-webkit-animation: loader1 3s ease-in infinite, spin 2s linear infinite;
          animation: loader1 3s ease-in infinite, spin 2s linear infinite;
}
.theme2 .dizzy-gillespie::before
{
	-webkit-animation: loader2 2s ease-in infinite reverse, spin 1s linear infinite reverse;
          animation: loader2 2s ease-in infinite reverse, spin 1s linear infinite reverse;
}
.theme2 .dizzy-gillespie
{
	-webkit-animation: loader2 3s ease-in infinite, spin 2s linear infinite;
          animation: loader2 3s ease-in infinite, spin 2s linear infinite;
}
.theme3 .dizzy-gillespie::before
{
	-webkit-animation: loader3 2s ease-in infinite reverse, spin 1s linear infinite reverse;
          animation: loader3 2s ease-in infinite reverse, spin 1s linear infinite reverse;
}
.theme3 .dizzy-gillespie
{
	-webkit-animation: loader3 3s ease-in infinite, spin 2s linear infinite;
          animation: loader3 3s ease-in infinite, spin 2s linear infinite;
}
.theme4 .dizzy-gillespie::before
{
	-webkit-animation: loader4 2s ease-in infinite reverse, spin 1s linear infinite reverse;
          animation: loader4 2s ease-in infinite reverse, spin 1s linear infinite reverse;
}
.theme4 .dizzy-gillespie
{
	-webkit-animation: loader4 3s ease-in infinite, spin 2s linear infinite;
          animation: loader4 3s ease-in infinite, spin 2s linear infinite;
}
.theme5 .dizzy-gillespie::before
{
	-webkit-animation: loader5 2s ease-in infinite reverse, spin 1s linear infinite reverse;
          animation: loader5 2s ease-in infinite reverse, spin 1s linear infinite reverse;
}
.theme5 .dizzy-gillespie
{
	-webkit-animation: loader5 3s ease-in infinite, spin 2s linear infinite;
          animation: loader5 3s ease-in infinite, spin 2s linear infinite;
}
@-webkit-keyframes loader {
  0% {
    border-bottom-color: transparent;
    border-top-color: #E15D15;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #1E282C;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #2c3b41;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #1E282C;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #E15D15;
  }
}

@keyframes loader {
  0% {
    border-bottom-color: transparent;
    border-top-color: #E15D15;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #1E282C;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #2c3b41;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #1E282C;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #E15D15;
  }
}
@-webkit-keyframes loader1 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #605CA8;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #000043;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #4d4d7f;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #000043;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #605CA8;
  }
}

@keyframes loader1 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #605CA8;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #000043;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #4d4d7f;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #000043;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #605CA8;
  }
}
@-webkit-keyframes loader2 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #F39C12;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #A1770B;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #bb9101;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #A1770B;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #F39C12;
  }
}

@keyframes loader2 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #F39C12;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #A1770B;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #bb9101;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #A1770B;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #F39C12;
  }
}
@-webkit-keyframes loader3 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #009688;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #004D40;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #26a69a;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #004D40;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #009688;
  }
}

@keyframes loader3 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #009688;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #004D40;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #26a69a;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #004D40;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #009688;
  }
}
@-webkit-keyframes loader4 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #607D8B;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #263238;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #78909c;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #263238;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #607D8B;
  }
}

@keyframes loader4 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #607D8B;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #263238;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #78909c;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #263238;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #607D8B;
  }
}
@-webkit-keyframes loader5 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #9E9E9E;
  }
  
  25% {
    border-left-color: transparent;
    border-right-color: #262626;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #666666;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #262626;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #9E9E9E;
  }
}

@keyframes loader5 {
  0% {
    border-bottom-color: transparent;
    border-top-color: #9E9E9E;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #262626;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #666666;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #262626;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #9E9E9E;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}