@charset "utf-8";
/* CSS Document */

body {font-size: 12px;  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; color: #000;  background: #e7ecef;
}
 

/*------------------------link color start------------------------*/
.m-sec-head {
    font-size: 16px;
    padding: 5px 10px;
    color: #94c22e;
    border-bottom: 1pt solid #94c22e;
}
a{
   color: #094bc3;
  }

a:link, a:visited, a:active{
	color: #094bc3;
}
label{
	font-weight: 600;
}

.ml-20{
	margin-left:20px;
}
ul{
	list-style: none;
}
h1{
  margin:10px 0;
  font-size: 17px;
  font-weight: 400;
}

h3{
	font-size: 16px;
	margin: 0;
}

h4{
	font-size: 15px;
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}

.ml-10{
	margin-left: 10px;
}


.f-s-11{
	font-size: 11px;
}
#eye.glyphicon-eye-open, #passeye.glyphicon-eye-open, #eye.glyphicon-eye-close, #passeye.glyphicon-eye-close{
	position: absolute;
    top: 30px;
    right: 25px;
}

#eye, #passeye{
	display:none;
}

/* 
#passeye.glyphicon-eye-open, #passeye.glyphicon-eye-close{
	position: absolute;
    top: 30px;
    right: 25px;
}
 */

.fa-upload{
	color: #7a7b7f;
	margin-right:5px;
	font-size:20px;
}
/* .fa-ban, .fa-check{
	font-size:15px;
	color:#94c22e;
}
.fa-ban{
	color:#ea2424;
} */

.fa-user-plus, .fa-plus-circle{
	font-size:20px;
	color:#868686;
}
.padd-left0{
	padding-left: 0!important;
}

.fa-bell{
	background: #868686;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
    }
.glyphicon-chevron-down{
	vertical-align: middle;
    padding-left: 4px;
}

.fa-angle-right, .fa-angle-left{
	font-size: 40px;
}


.fa-circle{
	font-size: 10px;
	padding-right: 5px;
   }

.fa-file-excel-o{
	/* font-size:22px; */
	color:#3c763d;
}

#uploadBtn .fa{
	font-size:20px;
}
.fa-cloud-upload{
	color:#7a7b7f
}

.txt-black{
	color: #000;
}

.txt-green{
	color: #239f94;
}

.txt-yellow{
	color: #f39c12;
}
.txt-red{
	color: #ef3333;
}

.txt-pink{
	color: #dc1738;
}

.txt-purpule{
	color: #a01c8c;
}

.txt-purpule1{
   color:#573ba2;
}
.txt-danger{
	color: #dc1738;
}

.txt-grey{
	color: #b2b2b2;
}

.legal-icon{
	padding-right: 3px;
	border-right: 1px solid #ccc;
}

.legal-icon img{
	width:17px;
}

.border-none{
	border:none !important;
}

.t-box{
    padding: 2px 4px;
	margin:2px;
	color: #fff;
	float: left;
	white-space: nowrap;
}
.bg-green{
	background: #239f94;
}
.bg-yellow{
	background: #FFFF00;
}
.bg-grey{
	background: #b2b2b2;
}
.bg-red{
	background: #239f94;
}
.bg-blue{
	background: #355997;
}
.bg-orange{
	background: #FFA500;
}
.btn{
	border-radius: 0 !important;
} 
.btn-info{
	background: #94c22e !important;
	border-color: #94c22e !important;
	    color: #fff !important;
   }
   .btn-info:hover
   {
   background: #8cb62c;
   border-color: #8cb62c;
   }
.btn-primary{
	background: #94c22e !important;
	border-color: #94c22e !important;
	    color: #fff !important;
   }
   .btn-primary:hover
   {
   background: #8cb62c;
   border-color: #8cb62c;
   }
   .btn-danger{
	background: #94c22e !important;
	border-color: #94c22e !important;
	    color: #fff !important;
   }
   .btn-danger:hover
   {
   background: #8cb62c;
   border-color: #8cb62c;
   }
.btn-success{
	background: #94c22e;
	border-color: #94c22e;
   }
   .btn-success:hover
   {
   background: #8cb62c;
   border-color: #8cb62c;
   }
.btn-info{
	/* background: #e7ecef; */
	border: 1px solid transparent;
	/* border-radius: 0; */
	/* padding: 7px 20px; */
}
.btn-upload{
	background: #949599;
}


.minHeight-80{
	min-height: 80px;
	padding: 20px 10px !important;
}

header{
	background: #fff;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px #afb3b5;
}


header img{
	vertical-align: baseline;
}
header .navbar-brand>img{
	display: inline !important;
}

header .navbar-brand span{
	margin-left: 10px;
	font-size: 18px;
}
header .navbar-brand{
	padding: 10px 10px 10px 0;
	min-height: 60px;
	white-space: nowrap;
   }

header .form-inline button{border-radius:0 4px 4px 0}
header .uasername{
	cursor: pointer;
}
header .user-profile{
	padding-top: 10px;
	padding-right: 15px;
	}

header .usr-detail {
    border: none;
	border-radius: 0;
}
header .usr-detail ul{
  padding: 0;
}

header .usr-detail ul li a{
  color:#333;
  padding:5px 8px;
  text-decoration: none;
  display:block;
}
header .usr-detail ul li{
  /*padding:5px 0;*/
   text-align:right;
}
header .usr-detail ul li:hover{
  background: #e7ecef;
}

header .search-sec{
	position: relative;
	animation: expand .2s;
	vertical-align: middle;
    -webkit-animation: expand .2s;
}
header .search-sec .form-group{
    margin-bottom: 0;
}

header .search-sec input{
	border-radius: 50px;
}
header .search-sec .btn-search{
	position: absolute;
	top:0;
	right: 5px;
	background: none;
	outline: none;
}
header .search-sec .form-control:focus {
    width: 250px;
    animation: expand .2s;
    -webkit-animation: expand .2s;
}
header .noti-sec .fa-bell{
	position: relative;
}

header .usrname{
	font-size: 13px;
	font-weight: 500;
}
.noti-detls{
    position: absolute;
    top: -5px;
    color: #333;
    right: -6px;

    background: #94c22e;
    border-radius: 20px;
    padding: 1px 6px;
    display: inline-block;
}

header .noti-desc{
	left: inherit;
	right: 0;
	width:200px;
}

header .noti-desc ul li{
 	padding: 5px 5px 5px 25px;
	overflow: hidden;
	border-bottom: 1px solid #e7ecef;
	position: relative;
}

header .noti-desc ul li::before{
  position: absolute;
  content: "";
  top:10px;
  left:8px;
  width:8px;
  height: 8px;
  background: #94c22e;
  border-radius: 100%;
}

.nav_menu header .row{
	margin: 0;
}
.nav_menu header h1{
	padding: 18px 0 0 0;
	margin: 0;
}

header .noti-desc ul li a{
 padding: 0;
 }

header .noti-desc .fa-user{
	background: #94c22e;
    padding: 3px 5px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    float: left;
    color: #fff;
    margin-right: 10px;
}

.bg-red {
    background: #ff5b57!important;
}

.dropdown-menu.media-list>.media .media-object {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
	margin-right: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.dropdown-menu.media-list>.media {
    margin-top: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
	overflow: hidden;
    clear: both;
    width: 100%;
}

.media-body{
	white-space: initial;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.dropdown-menu.media-list .dropdown-header {
    padding: 10px 20px!important;
    background: #fafafa;
    font-size: 12px;
}
.dropdown-menu.media-list .dropdown-footer{
	background: #fafafa;
    text-align: center;
}

header .right-logo{
	vertical-align: middle;
}
a{ outline:none !important; text-decoration: none;}
a:hover, a:focus, a:active{text-decoration: none;}
/* p{ text-align:justify;} */
.display_block{ display:block;}
.hide{ display:none;}
.right-space{
	padding-right: 0;
	}

/*---------------------nav bar css start------------------*/
.navbar-toggle{
	background: #94c22e;
    margin-right: 0;
    border-radius: 0;
    padding: 8px 7px;
	margin-top: 15px;
}
.navbar-toggle .icon-bar{
	background: #000;
}

/*---------------------nav bar css end------------------*/

/*------------------left manu sec start---------------------*/
.fa-bars{
    color: #000;
	width:15px;
	clear: both;
}

.head-icon{
	background: #94c22e;
}
.profile-sec .dropdown-menu, .select-box .dropdown-menu{
	right:0 !important;
	left: inherit;
	min-width:125px;
}

.profile-sec .dropdown-menu .nav-pills > li{
	float: none;
}

.profile-sec .dropdown-menu .nav-pills > li > a {
    border-radius: 0;
}

.profile-sec .dropdown-menu .nav-pills > li + li {
    margin-left: 0;
}

.left-menu{
  -webkit-transition: all 0.3s ease-in; 
  -moz-transition: all 0.3s ease-in; 
  -ms-transition: all 0.3s ease-in; 
  -o-transition: all 0.3s ease-in; 
  transition: all 0.3s ease-in;
	 width: 250px;
}
/* Initial menu */
.menu-active{
  left:0px !important;
  -webkit-transition: all 0.3s ease-in; 
  -moz-transition: all 0.3s ease-in; 
  -ms-transition: all 0.3s ease-in; 
  -o-transition: all 0.3s ease-in; 
  transition: all 0.3s ease-in;
}



/* Basic styling */

.icon-menu {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  float:right;
  padding: 0 5px;
}

.bar-sec{
	position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
   }
.right-bar{
	right: -40px;    
	background: #94c22e;
    padding: 8px 0;
    height: 37px;
    }
.icon-menu i {
  margin-right: 5px;
}
.link-hom{
	color:#000 !important;
	border-left: none;
	font-size: 15px;
	padding: 8px 12px;
}
ul.accordion, ul.submenu{
	padding: 0;
	list-style: none;
}
ul.submenu{
	padding:0 10px;
}
ul.submenu li{
	padding:7px;
}
.accordion {
  width: 100%;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  background: #35353f;
}

.accordion li.open .link.link-hom {
    border-left: none !important;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 12px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #2a2a33;
  position: relative;
/*  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
}

.accordion .link a{
	color:#fff;
}

.accordion li .caret {
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 18px;
  color: #4D4D4D;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li span.caret {
  right: 12px;
  left: auto;
  top:18px;
  font-size: 16px;
	color: #fff;
}
.glyphicon-user{
	margin-right: 5px;
}
.accordion li.open .link{ 
    border-left: 3px solid #94c22e !important;
}

.accordion li.open .link a{ 
	color: #94c22e !important;
}

.accordion li.open span.caret {
	color:#94c22e;
}

.left-menu-spc{
	padding: 0;
	position: fixed;
	height: 100%;
	z-index: 1;
	left:0;
	
}

.left-menu {
  left: -235px; 
  position: absolute;
  width: 250px;
  z-index: 1;
  background: #35353f;
}
/*---------------Submenu-----------------*/
.submenu {
  display: none;
  background: #2a2a33;
}
.submenu li { border-bottom: 1px solid #3b3b3b; }
.submenu li:last-child { border-bottom: none; }
.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover {
  color: #FFF;
}

.last-lsummary{
color: #cbcbcb;
position: absolute;
bottom: 20px;
width: 250px;
display: block;
margin: auto;
text-align: center;

}
.sub-active a{
	color: #94c22e !important;
}
/*------------------left sec end---------------------*/

/*------------------content sec start---------------------*/
/*.content-sec .rightSec{
	 padding-top: 10px;
}*/
.white-bg{
	background: #fff;
	padding: 10px;
	margin-bottom:10px
}
.dashboard-topSec .form-group, .receiver-view .form-group{
    overflow: hidden;
}


.dashboard-topSec select.form-control, .dashboard-topSec input.form-control, .receiver-view select.form-control, .receiver-view input.form-control{
	height: auto;
	padding: 2px 6px !important;
	border:1px solid #f0f0f0;
}

/* .white-bg .nav-pills li{
	margin-right: 5px;
} */

.white-bg .tab-content.add-tab .tab-pane{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e7ecef;
}

/* .white-bg .nav>li>a:hover {
    background-color: #94c22e !important;
} */
.white-bg .nav>li>a {
    padding: 6px 10px 7px;
}

.white-bg h1{
	color: #4c4c4c;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.white-bg table{
	margin-bottom: 10px;
}

.breadcrumb{
	background: none;
	margin: 0;
	color: #505050;
	padding-left: 10px
}

.gstin-detl, .gstin-users{
	padding: 10px 0;
    background: #94c22e;
	position: relative;
	width: 49%;
	box-sizing: border-box;
	display: inline-block;
	max-width:160px;
	}
/* .gstin-detl{
	float: left;
}
.gstin-users{
	float: right !important;
} */
.gstin-detl::after, .gstin-users::after, .top-bar::after{
	border-left: 18px solid transparent;
    border-bottom: 18px solid transparent;
	border-right: 18px solid #fff;
    content: "";
    position: absolute;
    top: 4px;
	right:4px;
  }
.top-bar h1{
	margin-top: 5px;
}

.gstin-title{
	font-size: 20px;
	display: block;
	text-align: center;
}

.gstin-number{
	display: block;
	text-align: center;
	font-size: 40px;
}

.taxpay-prof h1{
    font-size: 29px;
	font-weight: 500;
}
.taxpay-prof, .receiver-view, .dashboard-topSec{
    font-size: 13px;
}

.taxpay-prof .control-label{
	text-align: left;
	padding-top: 0;
}
.taxpay-prof .form-group{
	margin-bottom: 5px;
}
.taxpay-prof .carousel-control.right, .taxpay-prof .carousel-control.left{
	background: none;
}

.slide-control{
	width: 35px;
	position: absolute;
}

.slide-control .carousel-control {
   background: none;
}

/*------------------table start---------------------*/
table tr th{
	/* background: #dcedf5 !important; */
	vertical-align: top !important;
}

.table tr td, .table>thead>tr>th{
	/* border-bottom: 2px solid #fff;
	background: #ebf4f9;
	padding: 5px !important;
	font-size: 11px; */
}

.table-responsive{
	overflow: hidden;
	overflow-x: auto;
}

/* .table a{
	text-decoration: underline;
} */

/*------------------content sec end---------------------*/

/*------------------dash board start---------------------*/

.dashboard{
	padding: 0 10px;
}

.dashboard h1{
	margin: 0 5px 5px 0;
}

.dashboard .col-md-3, .dashboard .col-md-4{
	padding: 0 5px;
}

.dashboard-topSec select, .receiver-view select{
	box-shadow: none;
	outline: 0;
	border-radius: 0;
	width:100%;
}

.dashboard-topSec label, .receiver-view label{
	padding-left: 0;
	padding-right: 0;
}

.dashboard-topSec .form-control:focus{
	box-shadow: none;
}
.dashboard-topSec .dash-topDate, .receiver-view .dash-topDate{
	font-size: 16px;
    font-weight: 500;
	color: #000;
	float: right;
	padding-top: 5px;
	}

.dash-box{
	margin-bottom: 10px;
	padding: 10px;
	color: #454851;
	}
.dash-box hr{
	margin-top:10px;margin-bottom:10px
	}

.top-bar{
  position: relative;
}
.dashboard-tab .active a{
	background: #fff;
	color:#333;
}

.dashboard-tab li{
	background: #fff;
	color: #333;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,.15);
}
.dashboard-tab li a:hover {
	color: #000;
	background: #989898 !important;
}

.dashboard-tab>li.active>a, .dashboard-tab>li.active>a:hover, .dashboard-tab>li.active>a:focus {
    color: #fff;
    background-color: #989898 !important;
}
.dashboard-tab>li.active {
    border-color: #989898 !important;
}


.dashboard-tab>li+li {
    margin-left: 1px;
}
.dashboard-tab li li {
    border: none;
}
.dashboard-tab li a{
	color: #333;
	border-radius: 0;
	padding: 5px 15px
}

.dash-box h1{
   /*font-weight: 700;*/
	font-size: 17px;
}

.dash-box .dash-due{
	display: block;
	font-size: 38px;
	padding-bottom: 10px;
	font-weight: 500;
}
.dash-details{
	font-size: 16px;
}
.dash-box.bg-1 h1 a, .dash-box.bg-1 .dash-due{
	color:#744589;
}
.dash-box.bg-2 h1 a, .dash-box.bg-2 .dash-due{
	color:#52596c;
}
.dash-box.bg-3 h1 a, .dash-box.bg-3 .dash-due{
	color:#2c6286;
}
.dash-box.bg-4 h1 a, .dash-box.bg-4 .dash-due{
	color:#2b927d;
}
.dash-box.bg-5 h1 a, .dash-box.bg-5 .dash-due{
	color:#bc9e24;
}
.dash-box.bg-6 h1 a, .dash-box.bg-6 .dash-due{
	color:#b77336;
}
.dash-box.bg-7 h1 a, .dash-box.bg-7 .dash-due{
	color:#788a94;
}
.dash-box.bg-8 h1 a, .dash-box.bg-8 .dash-due{
	color:#ab4e46;
}
.dash-box .dash-date{
	color: #fff;
}
.dash-box .dash-disc{
	font-size: 18px;
}
.dash-box.bg-1{
	background: #c39ad2;
}
.dash-box.bg-2{
	background: #aeb7c0;
}
.dash-box.bg-3{
	background: #7eb3d5;
}
.dash-box.bg-4{
	background: #76d7c4;
}
.dash-box.bg-5{
	background: #ebca45;
}
.dash-box.bg-6{
	background: #f0b17b;
}
.dash-box.bg-7{
	background: #d7dbde;
}
.dash-box.bg-8{
	background: #d8887f;
}

.receiver-view ul li{
	margin-right: 50px;
}

.receiver-view ul li label{
	margin-right: 20px;
    }

.receiver-view ul li .view-info select{
	display: inline;
    width: auto;
    }

.select-box .btn{
	width: 260px;
    text-align: left;
    position: relative;
	background: #797a7c;
	border:none;
	border-radius: 0;
	color:#fff;
}

.select-box .btn a{
	color:#fff;
}

.select-box .btn .caret{
    position: absolute;
	top:15px;
	right: 15px;
}

.select-box ul{
	border-radius: 0;
	border:1px solid #ccc;
	background: #f0f0f0;
	width:260px;
}

.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #797a7c !important; 
    border-color: none !important; 
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background: none;
}


.select-box {
   float:none !important;
}

.select-box .dropdown-menu>li>a {
    display: block;
    color: #8b8a90;
}

.select-box .dropdown-menu>li>a {
    display: block;
    color: #8b8a90;
}

.select-box .dash{
	padding-right: 10px;
}

.select-box ul li a:hover{
	color:#333;
	background: none;
	}

.select-box .dropdown-menu{
	margin: 0;
}

.box{
	border:1px solid #ccc;
}

.box h2{
	font-size: 20px;
    text-transform: uppercase;
    color: #380b94;
    font-weight: 600;
    margin-top: 0;
}

.box .top-head{
	/*background: #754589;*/
	background: #e7ecef!important;
	/*color: #fff;*/
	color: #000;
    margin-top: -9px;
    margin-right: -9px;
    margin-left: -9px;
    padding: 7px 10px;
}
.box .top-head:hover{background:#cdedf5!important}

.box .top-head a{
	/*color: #fff !important;*/
	color: #000!important;
  }

.box .top-head .small{
	color: #c39bd3;
	padding: 5px 0;
}

.top-head h1{
	font-size:17px;
}
.box .box-value{
	width: 100%;
	clear: both;
	overflow: hidden;
}
.box-value .title{
	float: left;
	font-size: 14px;
}
.box-value .detail{
	float: right;
	font-weight: 500;
	font-size: 14px;
}

.status{
	padding: 15px 5px;
	width:50px;
	height: 50px;
	display: block;
	background: #0464b0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: auto;
}

.status-title{
	display: block;
	text-align: center;
	color: #754589;
	margin-top: 5px;
}

.white-bg .progress{
	margin-bottom: 0;
}

.progress-bar-success{
	color: #000;
	padding: 0 5px;
	text-align: left;
	border-radius: none !important;
background: rgba(223,76,76,1);
background: -moz-linear-gradient(left, rgba(223,76,76,1) 0%, rgba(227,116,118,1) 34%, rgba(231,163,165,1) 70%, rgba(236,228,232,1) 93%, rgba(238,242,246,1) 99%, rgba(238,246,250,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223,76,76,1)), color-stop(34%, rgba(227,116,118,1)), color-stop(70%, rgba(231,163,165,1)), color-stop(93%, rgba(236,228,232,1)), color-stop(99%, rgba(238,242,246,1)), color-stop(100%, rgba(238,246,250,1)));
background: -webkit-linear-gradient(left, rgba(223,76,76,1) 0%, rgba(227,116,118,1) 34%, rgba(231,163,165,1) 70%, rgba(236,228,232,1) 93%, rgba(238,242,246,1) 99%, rgba(238,246,250,1) 100%);
background: -o-linear-gradient(left, rgba(223,76,76,1) 0%, rgba(227,116,118,1) 34%, rgba(231,163,165,1) 70%, rgba(236,228,232,1) 93%, rgba(238,242,246,1) 99%, rgba(238,246,250,1) 100%);
background: -ms-linear-gradient(left, rgba(223,76,76,1) 0%, rgba(227,116,118,1) 34%, rgba(231,163,165,1) 70%, rgba(236,228,232,1) 93%, rgba(238,242,246,1) 99%, rgba(238,246,250,1) 100%);
background: linear-gradient(to right, rgba(223,76,76,1) 0%, rgba(227,116,118,1) 34%, rgba(231,163,165,1) 70%, rgba(236,228,232,1) 93%, rgba(238,242,246,1) 99%, rgba(238,246,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4c4c', endColorstr='#eef6fa', GradientType=1 );

}
.dash-report .slide-control{
    bottom: 10px;
    right: 10px;
      }

.comp-status{
	border-top:1px solid #007bf6;
	padding-top: 5px;
	margin-bottom: 0;
}

.flag-dec img{
 padding-right: 10px;
}
.flag-dec li{
  text-transform: uppercase;
	font-size: 11px;
}

.bottom-detail{
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

.graph-dec2{
	min-height: 246px;
}
.rept-dec-left, .rept-dec-right{
	text-transform: uppercase;
	text-align: left;
	width: 50%;
	font-weight: 500;
	margin-bottom: 10px;
}
.rept-dec-left .amount, .rept-dec-right .amount{
	font-size: 18px;
	display: block;
	padding-top: 2px;
}
.rept-topHead{
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	margin-top: 10px;
}
.rept-topHead .txt-space{
	padding-left: 15px;
}

.pink-box, .blue-box{
	background: #f94f50;
	max-width: 85%;
    margin: auto;
    text-align: center;
	color: #fff;
}
.pink-box h4, .blue-box h4{
	background: #e04748;
	padding: 5px 0;
	color: #fff;
	text-transform: uppercase;
}
.blue-box {
	background: #297fb8;
	margin-top: 15px;
}
.blue-box h4{
	background: #2572a5;
}

.pink-box .detail, .blue-box .detail{
	font-size: 22px;
	padding: 10px 0;
}
.compt-status{
	line-height: 24px;
}
.compt-status .t-box{
	width:20px;
	height: 20px;
	margin-right: 10px;
}
.summy-sec{
	padding: 10px;
}

.summy-sec h2{
     background: #dcedf5;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 18px;
	font-weight: 400;
	padding: 8px;
	margin-bottom: 1px;
}
.summy-sec .sum-bdy{
    padding: 20px;
	background: #eef6f9;
}

.summy-sec label{
    text-align: left !important;
	color: #7d8085;
}
.inpt-file {
  visibility: hidden;
  position: absolute;
}
.input-group {
	max-width: 260px;
}
.input-group input[type=file] {
	height: auto;
}

.bt-topBG{
    padding: 10px 10px;
    background: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
}
.fileUpload{
	font-size: 13px;
/*	font-weight: 500;*/
}
.fileUpload .white-bg{
	padding: 20px 10px; 
}


.box-height {
	position: relative;
	min-height: 270px;
}

.box-height .bottom-detail{
	position: absolute;
	width:100%;
	bottom: 0;
}

.box-height ul{
	margin-bottom: 0;
}

.box-height .table-responsive{
	max-height: 220px;
	overflow-y: auto;
}
/*------------------dash board end---------------------*/


/*------------------otp popup start-----------------------*/
.modal-header {
    padding: 5px 15px;
}
.modal-header {
    background: #35353f;
    color: #fff;
}

.error {
    color: #fa2727;
    text-align: center;
}

.otp-box input[type="text"] {
    width: 95px;
    }

.otp-box input[type="submit"] {
    margin-left: 5px;
    float: none !important;
    padding: 6px 20px;
}

.otp-box {
	max-width: 300px;
	margin: 70px auto;
    }

.otp-box h2 {
    font-size: 15px;
    margin-top: 10px;
    }

.open .submenu{
	display: block;
}

.ext-lnk{
	display: none;
}

/*------------------otp popup end-----------------------*/

/*footer*/
footer { background:#fff; font-size:13px; border-top: 1px solid #ddd; color:#000; padding: 5px 20px;
 display: block}
footer ul li a{  color:#000 !important;}
footer p{ display:inline-block; margin-bottom: 0; font-size: 12px;}
footer .text-right{ padding-top:18px;}

/*------------------login css start---------------------*/
.login-bg{
background:url(../images/login-bg.jpg) no-repeat fixed center bottom / cover  transparent;  
background-size:100% 100%;
height:100%;
width:100%;
position: inherit;
}

.login-sec{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    max-width: 420px;
	max-height: 480px;
	background: #35455f;
}

.login-sec .btn-primary{
	background: #94c22e;
	border:none;
	border-radius: 0;
	text-transform: uppercase;
}

.login-sec .form-control {
	color:#fff;
	border: none;
	font-size: 16px !important;
    border-bottom: 1px solid #647a9d;
    border-radius: 0;
    outline: 0px none;
	background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0);
}


.login-sec .form-control:focus {
    border-color: #ffffff;
    outline: 0px none;
	color:#fff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0);
}

.login-sec .form-group{
	margin-bottom: 20px;
}

.login-sec ul {
	margin: auto;
	width: 200px;
	margin-top: 15px;
	
}
.login-sec ul li a{
     color: #fff;
}

.login-sec ul li{
	border-right: 1px solid #fff;
	padding-right: 10px;
	font-size: 15px;
	line-height: 11px;
}
.login-sec ul li:last-child{
	border: none;
}
.login-rigt{
	position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
	color: #cbcbcb;
	font-size: 11px;
	text-transform: uppercase;
}

.login-logo img{
	  display: block;
	  margin:50px auto;

}
.login-sec h4, .login-sec h6{color:#ffffff;}
.login-sec h6{margin:5px 0;}
.login-sec h4{font-size:16px; margin:5px 0;}
.login-sec .psd-success{margin-bottom:20px;}
/*------------------login css end---------------------*/

/*----------------------registration css start-------------------------------*/
.inputSty input, .selectSty select{border: solid 1px #cdd5d8; border-radius:0px; box-shadow:none; color: #999; padding:2px 6px; height:auto;}
.Iagree label{font-size: 12px; font-weight: normal;display: inline; padding-left: 20px;margin-top: 0px;}
.Iagree .checkbox input[type="checkbox"]{ left: 20px; top: -3px;}
.captchaOuter{float: left; width:100%; margin-top: 5px;}
.captchaOuter .btn{margin-top: 10px;}
.inside{text-align: left; margin-top: 10px; overflow: hidden;}
.captch_col{float: left; width: 20%; position: relative;}
.captch_input{float: left; width: 20%; padding-left: 10px;}
 .change_cap_link{ position: absolute; right: 0; top: 0; background: #e7ecef; padding: 9px 10px;
    min-height: 34px;}
.cap-box{
    min-height: 34px;
    border: solid 1px #cdd5d8;
}
.cap-box img{
    border:none;
	padding: 2px;
}
.registration{background: #fff; padding: 15px; display: inline-block; margin: 0; width: 100%;}
.requirment_checbox{width: 100%; border-bottom: 1px solid #e7ecef; padding-bottom: 10px;}
.requirment_checbox h2, .multi_checker h2{ font-size: 16px; margin: 10px 0 10px 0; font-weight: 500;}

/*----------------------registration css end-------------------------------*/

.current_dte {
    /*border: solid 1px #35353f;border-radius: 8px 10px;*/padding: 4px 10px;/* background: #355997; */font-size: 13px;
    font-weight: 700;display: inline-block;float: right; margin-top:3px;}
    
 .current_dte_only {
    /*border: solid 1px #35353f;border-radius: 8px 10px;*/padding: 4px 10px;/* background: #355997; */font-size: 13px;
    font-weight: 700;display: inline-block;float: right; margin-top:3px;}




/*---------------------media query start -------------------*/
@media (min-width:768px) and (max-width:991px){
/*  header .user-profile {
    float: none;
    width: 100%;
    display: block;
    clear: both;
    }*/
	.white-bg .width-20, .white-bg .width-20{
	width:50% !important;
	margin-bottom:10px;
	}	
	
	header .uasername{
		margin-left: 0 !important;
	}	
	
}
@media (max-width: 767px){
  header user-profile {
        float:none;
    }.last-lsummary
 header .uasername{
		margin-left: 0 !important;
	}
.white-bg .width-20, .white-bg .width-20{
	width:100% !important;
	margin-bottom:10px;
	}
	.receiver-view ul li{
		display: block;
	}
	
	.box-height{
		min-height: auto;
	}
	
 .box-height .bottom-detail {
    position: static;
	 margin-top: 10px;
   }
	
}

@media (min-width: 768px){
	.left-menu-spc{
		display: block;
	}
}

@media (min-width:992px) and (max-width:1250px){

}


@media (min-width:1251px)and (max-width:1350px){

}

@media (max-width:991px) {
	.receiver-view ul li label{
		width:50%;
	   }
	.receiver-view ul li {
		display: block !important;
	   }
	
	.white-bg{
		margin-bottom: 10px;
	}
	
}

@media (max-width:767px){
 .accordion{
		padding-right: 0 !important;
		max-width: 100% !important;
	  }
.slide-control { 
     right: 20px !important;
	 left: inherit !important;
    }
	


/*.left-menu-spc .icon-menu{
		display: none;
	}	*/
	
}


@media (min-width:320px) and (max-width:480px){
	.navbar-brand{
		width: 60%;
	}
	
	header .navbar-brand>img{
		max-width: 100px;
	}
	.last-lsummary{
		position: relative;
		bottom: 0;
	}

}

@media (min-width:481px) and (max-width:767px){
	.last-lsummary{
		position: relative;
		bottom: 0;
	   }
}


input.ui-slider-input{
	margin: 10px 0 0 0;
	font-weight: 400;
	border-radius: 0;
	border: solid 1px #cdd5d8;
	width: 100px;
	text-align: left;
}
.ui-rangeslider .ui-rangeslider-sliders{
	margin: 0;
	height: 15px;
}
.ui-shadow-inset {
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none; 
}
.ui-btn-active{
	 background-color: #94c22e !important;
}
.ui-slider-track{
	border-radius: 0 !important;
}



.icon-menu {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    padding: 0;
    position: absolute;
    z-index: 1;
    right:0;
	top:3px;
}


.head-icon{
	text-align: right;
	height: 30px;
}

.back-bar {
    left: 5px;
    top: 3px;
}

.fa-bars {
    color: #000;
    width: 16px;
    height: 25px;
    text-align: center;
    line-height: 27px;
    }

.left-menu{
	left: -235px;
}

.ui-page{
	min-height: auto;
}
.ui-mobile .ui-page{
	min-height: auto;
	height: auto;
}
.embed-responsive-16by9{
	height: 60px;
	padding: 0 !important;
}

.ui-rangeslider{
	margin: 0;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
	background: none;
}

.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a{
	background: none;
    border: 0;
    color: #ac449b;
    font-weight: 600;
    font-size: 12px;
}

.ui-rangeslider .ui-slider-input.ui-rangeslider-last{
	background: none;
    border: 0;
    color: #ac449b;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
}
.ui-slider-track .ui-btn.ui-slider-handle{
    width: 10px;
    height: 10px;
    margin: -7px 0 0 -7px;
    border-radius: 100%;
	border-color: #94c22e;
}
.ui-slider-track{
	height: 3px;
}

.ui-page-theme-a .ui-bar-inherit{
border:none;
background: #cbcbcb;
}

.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited{
	color: #94c22e;
	text-shadow:0;
}

.ui-page-theme-a .ui-btn:focus, .ui-page-theme-a .ui-focus{
	text-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="number"]{
	text-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
.ui-mobile label, .ui-controlgroup-label{
	margin: 0;
}
.ui-content{
	padding: 0 1em;
}


.push-right{
  left:250px;
  -webkit-transition: all 0.3s ease-in; 
  -moz-transition: all 0.3s ease-in; 
  -ms-transition: all 0.3s ease-in; 
  -o-transition: all 0.3s ease-in; 
  transition: all 0.3s ease-in;
  }
   #send-box{display: none; max-width: 380px}
  #send-box .control-label{text-align: left !important;}
  .prfl-icon i.fa{width: 16px; text-align: center;}
  .disabled {
	pointer-events: none;
	cursor: default;
}

/**/
div.jtable-main-container{font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif!important;overflow:auto}
table.jtable,table.table {
    border: 1px solid rgba(221, 221, 221, 0.78)!important
}
div.jtable-main-container > table.jtable > thead,table.jtable>thead>tr>th, table.table > thead,table.table>thead>tr>th {
    background: #e7ecef!important;
    color: #000!important;
	white-space: nowrap;
	padding: 3px!important;
	font-size: 13px!important
}
.table-striped>tbody>tr:nth-child(odd)>td{background: transparent!important;}
.table-striped>tbody>tr:nth-child(odd){background: #f9f9f9!important;}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td, table.table > tbody > tr.jtable-data-row > td{border-bottom: 1px solid #ddd!important;}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row:hover, table.table > tbody > tr.jtable-data-row:hover, table.table > tbody > tr:hover {
    background: rgba(38, 185, 154, 0.07)!important;
    border-bottom: 1px solid rgba(38, 185, 154, 0.11)!important
}
div.jtable-main-container > table.jtable > tbody > tr, table.table > tbody > tr {
    background-color: #fff!important;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-even, table.table > tbody > tr.jtable-row-even {
    background-color: #f9f9f9!important;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td, table.table > tbody > tr.jtable-data-row > td{background:transparent;font-size:12px;padding:8px!important}

.receiver-view ul li{
	margin-right: 25px;
}

.receiver-view ul li label{
	margin-right: 10px;
    }
.table{background:#fff} 
.progress {
height: 22px;
 border-radius: 10px;
	} 
.progress-bar-info {
    background-color: #3498DB
}
.progress-bar-success {
    background-color: #26B99A
}
.progress_summary .progress {
    margin: 5px 0 12px !important
}
.progress_summary .row {
    margin-bottom: 5px
}
.progress_summary .row .col-xs-2 {
    padding: 0
}
.progress_summary .more_info span {
    text-align: right;
    float: right
}
.progress_summary .data span {
    text-align: right;
    float: right
}
.progress_summary p {
    margin-bottom: 3px;
    width: 100%
}
.progress_title .left {
    float: left;
    text-align: left
}
.progress_title .right {
    float: right;
    text-align: right;
    font-weight: 300
}
.progress.progress_sm {
    border-radius: 0;
    margin-bottom: 18px;
    height: 10px !important
}
.progress.progress_sm .progress-bar {
    height: 10px !important
}
.project_progress .progress {
    margin-bottom: 3px !important;
    margin-top: 5px
}
.projects .list-inline {
    margin: 0
}
ul.messages li img.avatar,
img.avatar {
    height: 32px;
    width: 32px;
    float: left;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6
}
.table .btn{color:#fff}
.profile_details .profile_view {
    display: inline-block;
    padding: 10px 0 0;
    background: #fff
}
.profile_details .profile_view .divider {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 5px
}
.profile_details .profile_view .ratings {
    margin-bottom: 0
}
.profile_details .profile_view .bottom {
    background: #F2F5F7;
    padding: 9px 0;
    border-top: 1px solid #E6E9ED
}
.profile_details .profile_view .left {
    margin-top: 20px
}
.profile_details .profile_view .left p {
    margin-bottom: 3px
}
.profile_details .profile_view .right {
    margin-top: 0px;
    padding: 10px
}
.profile_details .profile_view .img-circle {
    border: 1px solid #E6E9ED;
    padding: 2px
}
.profile_details .profile_view h2 {
    margin: 5px 0
}
.profile_details .profile_view .ratings {
    text-align: left;
    font-size: 16px
}
.profile_details .profile_view .brief {
    margin: 0;
    font-weight: 300
}
.profile_details .profile_left {
    background: white
}
.profile_details h2 {
    font-size: 18px;
    font-weight: 400
}

div.jtable-main-container > div.jtable-bottom-panel{background:#fff;color:#333;border:none;margin-bottom:10px}
.jtable-page-list span{border:1px solid rgb(169, 169, 169);background:#fff!important;color:#333!important}
.jtable-left-area,.jtable-right-area{padding:0 10px;bottom:10px;top:auto!important;bottom:5px!important}
.jtable-goto-page,.jtable-page-size-change{margin: 0 10px}
.jtable-page-list span.jtable-page-number-active{color:#fff!important;background-color:#989898 !important;border-color:#989898!important;}

/*----------------- custom css--------------------*/

html , body{
	
 height:100%;
 
}
 
.full-width {
	width:100%;
 
 }
 
.full-height{
 height:100%;
 }



.left_col {
    background: #35353f;
    height: 100%;
}
.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 70px;
    padding: 0;
    z-index: 9999;
    position: absolute
}
.nav-sm .container.body .col-md-3.left_col.menu_fixed {
    position: fixed;
    height: 100%
}
.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
    overflow: visible
}
.nav-sm .hidden-small {
    visibility: hidden
}
.nav-sm .container.body .right_col {
    padding: 0 15px;
    margin-left: 70px;
    z-index: 2
}
.nav-sm .navbar.nav_title {
    width: 70px
}
.nav-sm .navbar.nav_title a span {
    display: none
}
.nav-sm .navbar.nav_title a i {
    font-size: 27px;
    margin: 13px 0 0 3px
}
.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 10px;
    border-radius: 50%
}
.site_title img{
    margin: 11px 10px;
	width:25px
}
.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2
}
.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px
}
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 3px solid #94c22e
}
.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
    position: static;
    width: 200px;
    background: none
}
.nav-sm>.nav.side-menu>li.active-sm>a {
    color: #1ABB9C !important
}
.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important
}
.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px
}
.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #2a2a33;
    display: none
}
.nav-sm .nav.side-menu li li a{font-size:12px}
.nav-sm ul.nav.child_menu li {
    padding: 0 10px;
	border-bottom: 1px solid #3b3b3b;
}
.nav-sm ul.nav.child_menu li a {
    text-align: left !important
}
.nav-sm .profile {
    display: none
}
.menu_section {
    margin-bottom: 35px;
    background: #35353f;
}
.menu_section .fa-upload{
    color:#fff;
	margin-right:0;
}

.menu_section h3 {
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000
}
/*.menu_section>ul {
    margin-top: 10px
}*/
.profile_pic {
    width: 35%;
    float: left
}
.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px
}
.profile_info {
    padding: 25px 10px 10px;
    width: 65%;
    float: left
}
.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #BAB8B8
}
.profile_info h2 {
    font-size: 14px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300
}
.profile.img_2 {
    text-align: center
}
.profile.img_2 .profile_pic {
    width: 100%
}
.profile.img_2 .profile_pic .img-circle.profile_img {
    width: 50%;
    margin: 10px 0 0
}
.profile.img_2 .profile_info {
    padding: 15px 10px 0;
    width: 100%;
    margin-bottom: 10px;
    float: left
}
.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA
}
.active a span.fa {
    text-align: right !important;
    margin-right: 4px
}
.nav-sm .menu_section {
    margin: 0
}
.nav-sm span.fa,
.nav-sm .menu_section h3 {
    display: none
}
.nav-sm li li span.fa {
    display: inline-block
}
.nav_menu {
    float: left;
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
   /* margin-bottom: 10px; */
    width: 100%;
    position: relative
}
@media (min-width: 480px) {
    .nav_menu {
        position: static
    }
}
.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}
.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed
}
body .container.body .right_col {
    /*background: #F7F7F7;*/
	clear:both;
}
.nav-md .container.body .right_col {
    /* padding: 0 20px 0; */
	padding: 0 15px;
    margin-left: 230px;
    clear:both;
}
.nav_title {
    width: 230px;
    float: left;
    background: #94c22e;
    border-radius: 0;
    height: 57px
}
@media (max-width: 991px) {
    .nav-md .container.body .right_col,
    .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0
    }
    .nav-md .container.body .col-md-3.left_col {
        display: none
    }
    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0
    }
    .right_col {
        padding: 0 15px !important
    }
}
@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px
    }
    .tile,
    .graph {
        zoom: 85%;
        height: inherit
    }
}
@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}
.left_col .mCSB_scrollTools {
    width: 6px
}
.left_col .mCSB_dragger {
    max-height: 400px !important
}

.container {
    width: 100%;
    padding: 0
}
.navbar-nav>li>a,
.navbar-brand,
.navbar-nav>li>a {
    color: #fff !important
}
.top_nav .nav>li>a:focus,
.top_nav .nav>li>a:hover,
.top_nav .nav .open>a,
.top_nav .nav .open>a:focus,
.top_nav .nav .open>a:hover {
    background: #D9DEE4
}
.main_container .top_nav {
    display: block;
    margin-left: 230px
}
.no-padding {
    padding: 0 !important
}
.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0
}
.page-title .title_left {
    width: 45%;
    float: left;
    display: block
}
.page-title .title_left h3 {
    margin: 9px 0
}
.page-title .title_right {
    width: 55%;
    float: left;
    display: block
}
.page-title .title_right .pull-right {
    margin: 10px 0
}
.fixed_height_320 {
    height: 320px
}
.fixed_height_390 {
    height: 390px
}
.fixed_height_200 {
    height: 200px
}
.overflow_hidden {
    overflow: hidden
}
.progress-bar-dark {
    background-color: #34495E !important
}
.progress-bar-gray {
    background-color: #BDC3C7 !important
}
table.no-margin .progress {
    margin-bottom: 0
}
.main_content {
    padding: 10px 20px
}
.col-md-55 {
    width: 50%;
    margin-bottom: 10px
}
@media (min-width: 768px) {
    .col-md-55 {
        width: 20%
    }
}
@media (min-width: 992px) {
    .col-md-55 {
        width: 20%
    }
}
@media (min-width: 1200px) {
    .col-md-55 {
        width: 20%
    }
}
@media (min-width: 192px) and (max-width: 1270px) {
    table.tile_info span.right {
        margin-right: 7px;
        float: left
    }
}
.center-margin {
    margin: 0 auto;
    float: none !important
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px
}
a {
    color: #5A738E;
    text-decoration: none
}
a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0
}
a:hover,
a:focus {
    text-decoration: none
}
.navbar {
    margin-bottom: 0
}
.navbar-header {
    background: #34495E
}
.navbar-right {
    margin-right: 0
}

.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static
}
@media (min-width: 480px) {
    .top_nav .navbar-right li {
        position: relative
    }
}
.top_nav .dropdown-menu li {
    width: 100%
}
.top_nav .dropdown-menu li a {
    width: 110%;
    padding: 7px 20px
}
.top_nav li a i {
    font-size: 15px
}
.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%
}
.sidebar-header {
    border-bottom: 0;
    margin-top: 46px
}
.sidebar-header:first-of-type {
    margin-top: 0
}
.nav.side-menu>li {
    position: relative;
    display: block;
    cursor: pointer;
	border-bottom: 1px solid #2a2a33;
}
.nav.side-menu>li>a {
    /*margin-bottom: 6px*/
}
/*.nav.side-menu>li>a:hover {
    color: #F2F5F7 !important
}*/
.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent
}
.nav.child_menu {
    display: none
}
.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: #2a2a33;
}
.nav.child_menu li {
    padding-left: 36px
}
.nav-md ul.nav.child_menu li:before {
   /*  background: #ccc; */
    bottom: auto;
    /* content: ""; */
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%
}
.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #ccc;
    bottom: 0;
    /* content: ""; */
    left: 27px;
    position: absolute;
    top: 0
}
.nav-md ul.nav.child_menu li:last-child::after {
  bottom: 50%;
}
.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #E7E7E7;
    }
.nav.child_menu li li:hover,
.nav.child_menu li li.active {
    background: none
}
.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
    color: #fff
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 10px;
}
.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-right: 3px solid #94c22e;
}

.side-menu li a i.fa{
	margin-right:4px;
}
.nav li.current-page li a {
    color: #94c22e;
}
.nav li li li.current-page {
    background: none
}
.nav li li.current-page a {
    color: #fff
}
.nav.side-menu>li.active>a {
    /*text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257), #2A3F54;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}
.navbar-brand,
.navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 32px
}
.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #000 !important;
    margin-left: 0 !important;
    line-height: 51px;
    display: block;
    height: 57px;
    margin: 0;
    padding-left: 10px;
}
.nav-sm .site_title{padding-left: 10px;}
.nav-sm .site_title img{margin:16px 10px;}
.site_title:hover,
.site_title:focus {
    text-decoration: none
}
.nav.navbar-nav>li>a {
    color: #515356 !important
}
.nav.top_menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important
}
.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent
}
.top_search {
    padding: 0
}
.top_search .form-control {
    border-right: 0;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    border-radius: 25px 0px 0px 25px;
    padding-left: 20px;
    border: 1px solid rgba(221, 226, 232, 0.49)
}
.top_search .form-control:focus {
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-right: 0
}
.top_search .input-group-btn button {
    border-radius: 0px 25px 25px 0px;
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-left: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #93A2B2;
    margin-bottom: 0 !important
}
.toggle {
    float: left;
    margin: 0;
    padding-top: 16px;
    width: 35px;
}
.toggle a {
    padding: 15px 15px 0 0;
    margin: 0;
    cursor: pointer;
}
.toggle a i {
    font-size: 26px;
}
.nav.child_menu>li>a {
    /*color: rgba(255, 255, 255, 0.75);*/
    font-size: 12px;
    padding: 7px 9px;
}
.panel_toolbox {
    float: right;
    min-width: 70px;
}
.panel_toolbox>li {
    float: left;
    cursor: pointer;
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.panel_toolbox>li>a:hover {
    background: #F5F7FA
}
.line_30 {
    line-height: 30px
}
.main_menu_side {
    padding: 0;
	font-size:13px;
}
.bs-docs-sidebar .nav>li>a {
    display: block;
    padding: 4px 6px
}

.nav-sm footer {
    margin-left: 70px
}
.footer_fixed footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%
}
@media (min-width: 768px) {
    .footer_fixed footer {
        margin-left: 0
    }
	    .footer_fixed .nav-sm footer {
        margin-left: 0
    }
	
}

@media (min-width: 992px) {
    footer {
        margin-left: 230px
    }
}

.tile-stats.sparkline {
    padding: 10px;
    text-align: center
}
.jqstooltip {
    background: #34495E !important;
    width: 30px !important;
    height: 22px !important;
    text-decoration: none
}
.tooltip {
    display: block !important
}


#left,
#right {
    display: table
}
#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}


/* .profile_details:nth-child(3n) {
    clear: both
} */
.profile_details .profile_view {
    display: inline-block;
    padding: 10px 0 0;
    background: #fff
}
.profile_details .profile_view .divider {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 5px
}
.profile_details .profile_view .ratings {
    margin-bottom: 0
}
.profile_details .profile_view .bottom {
    background: #F2F5F7;
    padding: 9px 0;
    border-top: 1px solid #E6E9ED
}
.profile_details .profile_view .left {
    margin-top: 20px
}
.profile_details .profile_view .left p {
    margin-bottom: 3px
}
.profile_details .profile_view .right {
    margin-top: 0px;
    padding: 10px
}
.profile_details .profile_view .img-circle {
    border: 1px solid #E6E9ED;
    padding: 2px
}
.profile_details .profile_view h2 {
    margin: 5px 0
}
.profile_details .profile_view .ratings {
    text-align: left;
    font-size: 16px
}
.profile_details .profile_view .brief {
    margin: 0;
    font-weight: 300
}
.profile_details .profile_left {
    background: white
}
.pagination.pagination-split li {
    display: inline-block;
    margin-right: 3px
}
.pagination.pagination-split li a {
    border-radius: 4px;
    color: #768399;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.sidebar-widget {
    overflow: hidden
}

.dropdown-menu.msg_list span {
    white-space: normal
}
.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.dropdown-menu>li>a {
    color: #5A738E
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 220px
}
.navbar-nav .open .dropdown-menu.msg_list {
    width: 300px
}


.main_menu .label {
    line-height: 11px;
    margin-top: 4px;
}
/*------------form_wizard css start----------------*/
.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden
}
	   .wizard_horizontal .wizard_steps a{
		   text-decoration: none;
	   }
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px
}
.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center
}
.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}
.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto
}
.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px;
}
.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
	   .actionBar a {
    margin: 0 3px;
}
	   .form_wizard .loader, .form_wizard .msgBox{
		   display: none;
	   }
	   
.form-control {
    border-radius: 0;
    width: 100%
}
/* .form-horizontal .control-label {
    padding-top: 8px
} */
.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important
}
legend {
    font-size: 18px;
    color: inherit
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}
.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px
}
.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px
}
.form-control.has-feedback-left {
    padding-left: 45px
}
.form-control.has-feedback-right {
    padding-right: 45px
}

.validate {
    margin-top: 10px
	   }
.back-icon{
	margin:6px 0;
}
.back-icon .fa-arrow-left{
	padding-top: 0;
}

 .fa-arrow-left:hover {
    color:#6482A1 ;
}

a.btn-sm{
	color:#fff;
}

.otp-bx{
	margin-top:24px;
	line-height:1;
	
}

.btn .fa{
	color:#fff;
}

.rightSec input,.rightSec select{
	padding:2px 6px;
	height:auto;
}
.modal-title{
	font-size:15px;
}

.reg_bg{
	background:#fff;
}
.ml0{
	margin-left:0;
}

.registration input[type="radio"]{
	margin-right:5px;
}

/* .tab-content #entity, .tab-content #gstn{
	margin-top:10px;
} */
form#entity,form#gstn{margin-top:10px}
/*-------------------pdf form -------------------*/
	.tblDate-sec{
      width:30%;
    }
   .t-form thead tr th{text-align: center; border-bottom:1px solid;}
   
   
/*-------------------07/06/2017 -------------------*/

.dash-gbox{
	padding:0;
	text-align:right;
}

.dash-gbox li:nth-child(1){
	   border-right: 5px solid #d23a3a;
}
.dash-gbox li:nth-child(2){
	   border-right: 5px solid #e2702f;
}
.dash-gbox li:nth-child(3){
	   border-right: 5px solid #edc53d;
}
.dash-gbox li:nth-child(4){
	   border-right: 5px solid #36a993;
}
.dash-gbox li{
    clear: both;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1;
    text-align: right;
    padding-right: 10px;
	position: relative;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.dash-gbox li:after{
content: "";
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: -8px;
}
.dash-gbox li:nth-child(1) .amount{
    color:#d23a3a;
}
.dash-gbox li:nth-child(2) .amount{
    color:#e2702f;
}

.dash-gbox li:nth-child(3) .amount{
    color:#edc53d;
}
.dash-gbox li:nth-child(4) .amount{
    color:#36a993;
}
.dash-gbox li a{
	text-transform: uppercase;
    text-align: right;
    font-weight: 500;
	color:#454851;
	display: block;
}
.dash-gbox li a .amount{
    display: block;
	font-size: 24px;
	margin-top: 0;
}

.receiver-view select, .receiver-view input{
	border: none!important;
    border-bottom: 1px solid #d9d9d9!important;
    box-shadow: none!important
}
.jtable-no-data-row td{padding:8px}

.jtable-title-text{
	font-size:17px !important;
	font-weight:400 !important;
	color:#000 !important;
}

.widget-box{
	margin-bottom: 0;
	position: relative;
}
.widget-icon{
	position: absolute;
    right: 10px;
    opacity: .7;
}

.widget-icon .fa{
	font-size: 50px;
	color: #fff;
}


.dash-title{
    text-transform: uppercase;
	font-size: 14px;
	margin: 20px -10px -10px -10px;
	background: #744589;
	padding: 5px 10px;
	color: #fff;
	opacity: .6;
	text-align: center;
   }
.dash-box.bg-2 .dash-title {
    background: #52596c;
}
.dash-box.bg-3 .dash-title {
    background: #2c6286;
}
.dash-box.bg-4 .dash-title {
    background: #2b927d;
}
.dash-box.bg-8 .dash-title {
    background: #a0645d;
}

.white-bg .width-20, .white-bg .width-20{
	width:20%;
}
.widget-box.bg-1 .dash-amount{
	color:#744589;
}
.widget-box.bg-2 .dash-amount{
	color:#52596c;
}
.widget-box.bg-3 .dash-amount{
	color:#2c6286;
}
.widget-box.bg-4 .dash-amount{
	color:#2b927d;
}   
#r1ChartSec .widget-box:before, .rbox .widget-box:before {
  content: "\f156" !important;
  font-family: FontAwesome;
  position: absolute;
  font-size: 48px;
  color: rgba(0, 0, 0 , 0.2);
  top: 5px;
  right: 15px;
 }
 
 .rbox .widget-box {
  min-height:106px;
 }
  
  .rbox .widget-box .dash-title {
    position:absolute;
    bottom:0;
    width:100%;
    margin: 0 -10px 0 -10px;
 }
 
 
 #summary_sec .widget-box:before {
  content: "\f1fe";
  font-family: FontAwesome;
  position: absolute;
  font-size: 48px;
  color: rgba(0, 0, 0 , 0.2);
  top: 5px;
  right: 15px;
 }
.dash-amount{
	display: block;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 500;
    }
    
   .graph-head{
   color: #333; 
   /* border-bottom: 1px solid #ddd; 
   padding-bottom: 5px; */
   margin-top:0;
   font-size: 15px
   } 
   .highcharts-credits{display:none}
   .higraphCont,.white-bg{border: 1px solid #d9d9d9}
   .higraphCont{padding:5px;background:#fff}
   .higraph{height:250px}
   .higraphreco{height:270px}
   .higraphCont{margin-bottom:10px}
   .profile_details .profile_view .status-box {
    font-size: 22px;
    font-weight: bold;
    background: #989898;
    color: #fff;
    border-radius: 100%;
    border: 3px solid #ddd;
    padding: 20px 5px;
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
   }

.profile_details .profile_view .status-title{
	display: block;
    text-align: center;
    margin: 5px 0 10px 0;
}
li.current-page a{color:#94c22e !important}
.child_menu {
    background: #2a2a33;
}    
.highcharts-menu hr {margin:0}
/* .btn,.btn:hover, .btn:focus, .btn:active{background:#94c22e!important;border-color:#94c22e!important} */
.pl0{padding-left:0!important}
.mb5{margin-bottom:5px!important}
.ph15{padding-left:15px!important;padding-right:15px!important;}
.ph5{padding-left:5px!important;padding-right:5px!important;}
iframe{
	border:none;
}
iframe .right_col{
	margin-left:0 !important;
} 

.icon-list{
	text-align:right;
	padding:8px 0;
	margin:0;
}

.icon-list .fa{
	font-size:16px !important;
}

.icon-list .fa.cloud-icon{
	font-size:15px !important;
}
.login-time{font-size: 85%; left: -60px; line-height:1; bottom: -10px; color:#797979;}
.csv-icon{width: 12px;
height: auto;
margin-top: -4px;
}

.panel-group{
	  margin-bottom:0;
	}
	#accordion .panel {
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #efefef
}
#accordion .panel-heading {
    background: #F2F5F7;
    padding: 10px 13px;
    width: 100%;
    display: block;

}
#accordion .panel-title {
	position:relative;
	font-size:14px;
}
#accordion .panel-title .more-less{
  position:absolute;
  right:0;
  font-size:12px;
}
#accordion .panel:hover {
    background: #F2F5F7;
}
 #accordion .panel-body {
    border-top:0;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.active:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.inactive:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #94c22e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.text-white
{
	color: #fff;
}
#tf_regDate img{
	position:absolute;
	right:20px;
	top:26px;
   }

#tf_regDate input[type="text"]{
	width:100% !important;
}




/* css for progress bar */
.progress-bar {
	    border-radius: 10px;
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  font-weight:bold;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15) !important;
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15) !important;
  -webkit-transition: width .6s ease !important;
       -o-transition: width .6s ease !important;
          transition: width .6s ease !important;
} 
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c !important;
  color: #fff  !important;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de !important;
  color: #fff  !important;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e !important;
  color: #fff  !important;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f !important;
  color: #fff  !important;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

  
@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

 

.progress-striped .progress-bar,
.progress-bar-striped {
  #gradient > .striped();
  background-size: 40px 40px;
}


.progress.active .progress-bar,
.progress-bar.active {
  .animation(progress-bar-stripes 2s linear infinite);
}

#progress_center
{
	position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    color: #389dbb;
    font-size: 10px;		
       
}


 

.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    padding: 10px 0;
    background: #FFF;
    }
.tile-stats .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 1;
}
.tile-stats .icon i {
    margin: 0;
    font-size: 28px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}
.tile-stats .count {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.65857;
    font-weight: 400;
}
.tile-stats .count,.tile-stats h3 {
    position: relative;
    margin: 0 0 0 10px;
    z-index: 5;
    padding: 0
}

.fa-file-pdf-o{
	font-size:20px;
}

.closeAll{
	display:none;
}
/*11Aug17*/
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin:auto
}
.modal .close,.modal .close:hover,.modal .close:focus{color:#fff;opacity:.5}
#searchFileStatus{position:relative;top:-2px}
.taxpay-prof h1{border-bottom:1px solid #d9d9d9}
.receiver-view select, .receiver-view input{border:1px solid #d9d9d9!important;height:24px}
.receiver-view .btn{border:1px solid transparent!important;}
.gstin-detl, .gstin-users{max-width:164px}
header .usr-detail{border:1px solid #d9d9d9;}
header .usr-detail ul li{border-bottom:1px solid #eee}
header .usr-detail ul li:hover{background:#d9d9d9}
.jtable-page-size-change{margin-left:0}
label.switch{margin-bottom:0}
h4{font-weight:400;}
/* .white-bg{padding:10px 15px} */
.icon-list .fa,.panel-title .fa-cloud-download,.receiver-view .fa{color:#337ab7}
.tile-stats .count{text-align:center;margin:0;padding:13px 0}
.tile-stats{padding:0;border:none;margin-bottom:0}
.tile-stats h4{padding-left:10px}
#CHART_TAXLIABILITYR8 hr,#CHART_TAXLIABILITY hr, #CHART_FILEUPLOADSTATUSINWARDSUPP hr, #CHART_RECONINVOICECOUNTS hr{margin-top:5px;margin-bottom:5px}
#CHART_RECONINVOICECOUNTS_EWB hr{margin-top:5px;margin-bottom:5px}
.jtable-title-text{font-size:15px!important;font-weight:400!important;color:#333!important;line-height:1.5!important}
.nodata{display:table;width:100%;height:275px;}
.nodata h5{display:table-cell;vertical-align:middle;text-align:center;font-size:12px;font-weight:bold;color:#666}
.btn{text-transform:uppercase;}
div.jtable-main-container > table.jtable > thead, table.jtable>thead>tr>th, table.table > thead, table.table>thead>tr>th{font-size:12px!important;border:1px solid #ddd}
.dashboard-topSec select.form-control, .dashboard-topSec input.form-control, .receiver-view select.form-control, .receiver-view input.form-control{padding:1px 6px!important}
.pr15{padding-right:15px!important}
.form-min-h-bg{background: #e7ecef; min-height: 570px; padding-bottom: 10px;}
@media (max-width: 767px){
	.form-min-h-bg{min-height: auto;}
	
}

.higraphCont.white-bg{
	padding:10px !important;
}

#uploadBtn .switch{
	vertical-align: bottom;
	width: 60px;
	height: 18px;
}

#uploadBtn .slider.inactive::before, #uploadBtn .slider.active::before {
    height: 14px;
    width: 14px;
}

#uptgstn .fa-cloud-upload{
	font-size:22px;
}

.transparent_text
{
	color: transparent;
}

.btn-blue{
	background: #337ab7 !important;
    padding: 5px 5px;
    color: #fff;
    outline: 0;
    border: 1px solid #337ab7 !important;
}

.amtr {
    text-align: right;
   /*  background: #fff url("../images/rupee.png") 5px 8px no-repeat; */
    padding-left:20px
} 

.Iagree .c-box #editClick{
	top:-10px;
}

.disabledAnchor {
   cursor: not-allowed;
    
}
.disabledAnchor a {pointer-events: none;}
.openall3B{float: right;  margin: -4px 20px 0 0px; padding: 1px 6px;}
.collapse.in{height: auto !important}
.modal-dialog.pBox{
	width:500px;
}


.expandAll{float: right;  margin: -4px 20px 0 0px; padding: 1px 6px;}
.collapse.in{height: auto !important}


.expandAll{float: right;  margin: -4px 20px 0 0px; padding: 1px 6px;}
.collapse.in{height: auto !important}


/* Vertical menu css */

.vertical-menu {
    width: 100%; /* Set a width if you like */
}

.vertical-menu a {
    background-color: #eee; /* Grey background color */
    color: black; /* Black text color */
    display: inline-block; /* Make the links appear below each other */
    padding: 5px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
        border-bottom: 3px solid #d8d8d8;
}

.vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color: #94c22e; /* Add a green color to the "active/current" link */
    color: white;
}
.new_drag
{
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd; 
        display: inline-block;
}
/* Vertical menu css end  */


 
.bg-yellow {background:#f2bc00!important; color: #fff !important; }
.bg-pink    {background:#f7879b!important; color: #fff !important; }
.bg-red    {background:#f36d6d!important; color: #fff !important; }
.bg-blue   {background:#148ea4!important; color: #fff !important; }
.bg-white  {background:#dfdfdf!important; color: #fff !important; }
.bg-orange {background:#ffa45a!important; color: #fff !important; }
.bg-green  {background:#8dc100!important; color: #fff !important; }

.txt-yellow {color:#f2bc00!important;  }
.txt-pink    {color:#f7879b!important;  }
.txt-red    {color:#f36d6d!important;  }
.txt-blue   {color:#148ea4!important;  }
.txt-white  {color:#fff!important;  }
.txt-orange {color:#ffa45a!important;  }
.txt-green  {color:#8dc100!important;  }

.palette-blue  {background:#86a4f9!important; color: #fff !important; }
.palette-purpal  {background:#a18cf5!important; color: #fff !important; }
.palette-green  {background:#7ee59f!important; color: #fff !important; }
.palette-yellow  {background:#effb8c!important; color: #555 !important; }
.palette-yellow1  {background:#fbd191!important; color: #fff !important; }
.palette-pink  {background:#fbae91!important; color: #fff !important; }
.palette-red  {background:#fd8f8f!important; color: #fff !important; }
.palette-green1 { background: #78cbde!important;color: #fff !important;}

.form-check-inline {
    display: inline-block;
}

#secFilterReco input
{
	        border: 1px solid #d9d9d9!important;
    height: 24px;
    padding: 12px 5px;
}
#btnFilterReco
{
    padding: 4px 10px;
    margin-top: -4px;
}
.clearfix
{
	clear: both;
}

.jlink
{
	font-size: 14px;
    font-weight: bold;
       color: #45828d !important;
    text-decoration: underline;
}
.jlink:HOVER
{
	
    color: #13afcc;
   
}

table.tbmismched {
       border: none !important;
    border-top: 1px solid #eaeaea !important;
    margin-top: 5px;
}

.tbmismched>thead>tr>th, .tbmismched>tbody>tr>th, .tbmismched>tfoot>tr>th, .tbmismched>thead>tr>td, .tbmismched>tbody>tr>td, .tbmismched>tfoot>tr>td
{
	border: none !important;
}

table.tbmismched > tbody > tr {
    background-color: #f9f9f9!important;
}

.mismatchedBucket
{
	background: #fff;
    overflow: hidden;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td, table.table > tbody > tr.jtable-data-row > td {
    background: #f9f9f9;
    font-size: 12px;
    padding: 8px!important;
}
.bg-mismatched
{
	 background: #f9f9f9!important;
}

.cursor_pointer
{
	cursor: pointer;
}
.nopadding
{
	padding: 0;
}
.nomargin
{
	margin: 0;
}

.fn-space, .hn-space{
	margin-left:0 !important;
}
.mt-10{
	margin-top:10px;
	}
.panel.panel-primary{
	border-color: #94c22e;
	border-radius: 0;
}
.panel-primary > .panel-heading{
	background-color: #94c22e;
    border-color: #94c22e;
    border-radius: 0;
}
.no_border_tab
{
	    border: none !important;
    background: transparent !important;
}

.no_border_tab>a
{
	    border: none !important;
    background: transparent !important;
}
.ReconCategoryTab>li>a
{ 
	      padding: 5px 7px !important;
    font-size: 11px;
}

.tblRow-dsbl{
	  cursor: not-allowed;

}

#myModal{word-wrap: break-word;}

.fa-download {
    color: #7a7b7f;
    font-size: 18px!important;
    margin-top: 4px;
}
.download-icon{float:right;margin-right:20px}
table.tab5 > thead > tr > th{white-space:normal!important}

.col-16-p
{
	width: 16.66%;
	    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
    float: left;
}
.col-14-p
{
	width: 14.27%;
	    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
    float: left;
}
.col-20-p
{
	width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}
.dash_counts .panel-body h1
{
	    font-weight: 400;
    font-size: 30px;
    color: #a1a1a2;
}
.dash_counts .panel-heading .panel-title
{
	      font-size: 12px;
}
.dash_counts1 .panel-heading .panel-title
{
	      font-size: 12px;
}
.dash_counts .panel-body h1
{
	    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.dash_counts1 .panel-body h1
{
	    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.dash_counts .panel-body
{
	 padding: 1px;
}
.dash_counts1 .panel-body
{
	 padding: 1px;
}

.dash_outer
{
	background: #fff;
    padding: 0 10px;
    border: 1px solid #eee;
    margin-bottom: 14px;
}
.gstin-number-dash
{
	display: block;
    text-align: center;
    font-size: 40px;
}
#TokenExpiryTime
{
	padding: 4px 0px;
    color: #000;
    font-size: 12px;
    display: inline-block;
    float: left;
    margin-top: 3px;
}
input[disabled], input[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.btn-trans
{
	background: transparent;
	border: none;
	cursor: pointer;
}

.xfsStatusRed
{
color: #f55555;
    font-size: 12px;
}
.xfsStatusyellow
{
color: #eae306;
    font-size: 12px;
}
.xfsStatusGreen
{
color: green;
    font-size: 12px;
} 
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.btnRadio
{
  padding: 0 10px;
  margin: 0 !important;
} 
.btnRadio.active
{
    background: #555!important;
    border: #555;
    font-size: 14px;
}

.divtbl
{
   width: 100px;
    color:#000!important;
    aligh:center;
    text-align: center;
}

.divtblin
{
   width: 100px;
    color:#000!important;
    text-align: center
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
}

.control, fieldset {
  margin: 6px 0;
}

.required {
  color: red;
}

.wrap{
	  word-wrap: break-word;
}

.text-red
{
	color:red;
}

.ui-datepicker .ui-datepicker-title select
{
	color: #000;
}
#licese_expire_sec
		{
	color: white;
   font-weight: bold;
   padding: 7px;
    }