@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}
/*
Template Name: HRMS-Pioneer E Solutions
Template Version: 1.0
Author: Mukhpal Singh
Website: http://pioneeresolutions.in
*/

/* Import fonts */
/*@import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);*/
/*dashboard css*/
.panel-green {
    border-color: #82cf33;
}
.panel-green > .panel-heading {
    border-color: #82cf33;
    color: white;
    background-color: #82cf33;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}
/*dashboard css*/
.investtd tr td{
    padding: 0px 4px;
}
#localConveyance .problem td{
    text-align: center;
}
.odd td, .even td{
border: 1px solid #ccc;
}
div#ascrail2000 {
    width: 10px !important;
}
div#ascrail2000 > div{
    width: 10px !important;
    background-color: #82cf33 !important;
}

div#ascrail2001 {
    width: 10px !important;
}
div#ascrail2001 > div{
    width: 10px !important;
    background-color: #82cf33 !important;
}
/* BASIC THEME CONFIGURATION */
body {
    color: #797979;
	background: #f2f5f7;
    font-family: 'Roboto', sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size:15px !important;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {

    background: #68dff0;
    color: #fff;
}
::-moz-selection {
    background: #68dff0;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/* Bootstrap Modifications */
.modal-header {
	background: #68dff0;
}

.modal-title {
	color: white;
}

.btn-round {
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	border-top: 1px solid #F5F5F5;
	padding: 5px 0px;
	line-height: 28.75px;
	text-transform: uppercase;
	color: #1a1a1a;
	background-color: #ffffff;
	outline: none !important;
	text-decoration: none;
}


button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled) {
    box-shadow: inset 1px 1px 3px #82cf33 !important;
    background-color: #82cf33 !important;
    background-image: -webkit-linear-gradient(top, #82cf33 0%, #82cf33 100%) !important;
    background-image: -moz-linear-gradient(top, #82cf33 0%, #82cf33 100%) !important;
    background-image: -ms-linear-gradient(top, #82cf33 0%, #82cf33 100%) !important;
    background-image: -o-linear-gradient(top, #82cf33 0%, #82cf33 100%) !important;
    background-image: linear-gradient(to bottom, #82cf33 0%, #82cf33 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
}


button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled) {
    box-shadow: inset 1px 1px 3px #82cf33;
     background-color: #82cf33;
    background-image: -webkit-linear-gradient(top, #82cf33 0%, #82cf33 100%) !important;
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #ccc 100%) !important;
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #ccc 100%) !important;
    background-image: -o-linear-gradient(top, #eaeaea 0%, #ccc 100%) !important;
    background-image: linear-gradient(to bottom, #82cf33 0%, #82cf33 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
}

/*Theme Backgrounds*/

.bg-theme {
	background-color: #68dff0;
}

.bg-theme02 {
	background-color: #ac92ec;
}

.bg-theme03 {
  background-color: #48cfad;
}

.bg-theme04 {
  background-color: #ed5565;
}
/*Theme Buttons*/

.btn-theme {
  color: #fff;
  background-color: #68dff0;
  border-color: #48bcb4;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #48bcb4;
  border-color: #48bcb4;
}

.btn-theme02 {
  color: #fff;
  background-color: #ac92ec;
  border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}

.btn-theme03 {
  color: #fff;
  background-color: #48cfad;
  border-color: #37bc9b;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.active,
.open .dropdown-toggle.btn-theme03 {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}

.btn-theme04 {
  color: #fff;
  background-color: #ed5565;
  border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.btn-theme04.active,
.open .dropdown-toggle.btn-theme04 {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
}

.btn-clear-g {
	color: #48bcb4;
	background: transparent;
	border-color: #48bcb4;
}

.btn-clear-g:hover {
	color: white;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #797979;
}



/*Helpers*/

.centered {
	text-align: center;
}

.goleft {
	text-align: left;
}

.goright {
	text-align: right;
}

.mt {
	margin-top: 25px;
}

.mb {
	margin-bottom: 25px;
}

.ml {
	margin-left: 5px;
	}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/*Exclusive Theme Colors Configuration*/

.label-theme {
	background-color: #68dff0;
}

.bg-theme {
	background-color: #68dff0;
}

ul.top-menu > li > .logout {
	color: #f2f2f2;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #64c3c2 !important;
	padding: 5px 15px;
	margin-right: 15px;
	background:#428bca;
	margin-top: 23px;
}


/*sidebar navigation*/

/*#sidebar {
    width: 218px;
    height: 100%;
    position: fixed;
}
*/
#sidebar h5 {color: #fff;font-weight: 700;font-size: 16px;cursor: default;}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li {
    padding-left: 19px;
    /* background: #2f3570de; */
    font-size: 12px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background: url("../img/nav-expand.png") no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
}
.active .dcjq-icon {
    background: url("../img/nav-expand.png") no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: 0px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 50px; padding-top: 10px;
    margin-bottom: 20px; border-right: 1px solid #e1e1e1;background: #262949; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.12), 0 4px 20px 0 rgba(0,0,0,0.1)
}

ul.sidebar-menu .img-circle{ border-radius: 50% !important; margin-top: 20px}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background: #121217
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}
ul.sidebar-menu li ul.sub li a {  font-size: 12px; padding: 10px 5px;  height: 35px;  -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease;  transition: all 0.3s ease;  border: none; margin: 0px 0 0 0;}
ul.sidebar-menu li ul.sub li a:hover {
color: white;background: #82cf33 !important;
}
ul.sidebar-menu li ul.sub li.active a {
    color: #68dff0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 0px;
    margin-left:0px;
    margin-right:0px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}
ul.sidebar-menu li a span.caret{
       /* float: right; */
    margin-top: 5px;
    margin-right: 14px;
    position: absolute;
    right: 0px;
    top: 14px;
}
ul.sidebar-menu li a span.colour{width: auto;border-radius: 0px !important;  padding: 0 5px;}

ul.sidebar-menu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active{ box-shadow: 0 1px 10px 0 rgba(0,0,0,0.10)}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #82cf33;
    color: #fff;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 12px !important;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li a.active i {
    color: #fff;
}

ul.sidebar-menu li a:hover i {
    color: #fff;
}


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 247px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}
.black-bg { background: #fff; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),    0 2px 4px 0 rgba(0,0,0,0.08); padding: 0px;height: 61px;}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}
.tplogo_container{ background: none;  width: 330px;  padding: 0px 0 0px; height: 61px;}
.tplogo_container a.logo {  font-size: 20px;  color: #ffffff; float: left;  margin: 0 0 0 17px; text-transform: uppercase;}

a.logo b {
    font-weight: 900;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #68dff0;
}


/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {float: left;  }

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #666666 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #b6b6b6 !important;
    background-color: #797979 !important;
    border-color: #b6b6b6 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
   // color: #b6b6b6 !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #68dff0;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #68dff0;
    border-bottom-color: #68dff0 !important;
    border-top-color: #68dff0 !important;
}



/*--sidebar toggle---*/
.toggle_tphead{    width: 10px;  background: none;  height: 61px; padding-left: 25px;}
.sidebar-toggle-box {  float: left; padding-right: 0px;  margin-top: 20px;}
.sidebar-toggle-box .fa-bars {  cursor: pointer;  display: inline-block;  font-size: 20px;}
.sidebar-toggle-box .fa-navicon:before, .sidebar-toggle-box .fa-reorder:before, .sidebar-toggle-box .fa-bars:before{ color: #82cf33}
.sidebar-closed > #sidebar > ul {display: none}
.sidebar-closed #main-content {  margin-left: 0px;}

/*.sidebar-closed #sidebar {
    margin-left: -180px;
}*/


/* Dash Side */



.ds {
	background: #f2f5f7; margin-top: 67px;
}

.ds h4 {
	font-size: 14px;
	font-weight: 700;
}

.ds h3 {
	color: black;
	font-size: 20px;
	padding: 0 10px;
	line-height: 28px;
	/*height: 60px;*/
	margin: 0;
	background: #82CF33;
	text-align: center;
        font-family:bold;
}

.ds i {
	font-size: 12px;
	line-height: 16px;
}



.ds .thumb {
	width: 30px;
	margin: 0 10px 0 20px;
	display: block;
	float: left;
}

.ds .details {
	width: 170px;
	float: left;
}

.ds > .desc p {
	font-size: 11px;
}

.ds p > muted {
	font-size: 9px;
	text-transform: uppercase;
	font-style: italic;
	color: #666666
}

.ds a {
	color: #68dff0;
}

/* LINE ICONS CONFIGURATION */

.mtbox {
	margin-top: 7px;
	margin-bottom: 10px;
}
.dashb_heading_H1{ font-size: 22px;color: #313131;  margin: 10px 0 10px 0;}
.marquee_blk_dashboard{border: 1px solid #e1e1e1;  background: #fff; padding: 10px; height: 60px;  margin-bottom: 30px;}
.marquee_blk_dashboard .marquee-row{ color: #313131;  font-size: 18px;  display: inline-block;  width: 100%;position: relative;top:-30px; z-index: 1}
.quote_lable{ background: #82cf33;color: #fff; z-index: 2; position: relative;font-size: 14px;  border-radius: 20px !important;  padding: 8px 20px 7px 20px;display: inline-block;}

.dash-col_blks{ position:relative; border: 1px solid #e1e1e1; margin-bottom: 20px;background: rgba(255,255,255,1); box-shadow: 0 1px 10px 0 rgba(0,0,0,0.10);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(244,249,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(244,249,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(244,249,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(244,249,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(244,249,242,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(244,249,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f9f2', GradientType=1 );}
.dash-col_blks .tp-dis_dash{ height: 3px;width: 100%;  background:transparent; float: left;display: none;}
.dash-col_blks:hover{ background: #fff}
.dash-col_blks:hover .tp-dis_dash{ display: block; background: #82cf33}
.dash-col_blks:hover .panel-heading{display:block;}
.dash-col_inner{ padding: 10px;}
.dash-col_inner .dash-head_col{    color: #424242; font-size: 15px;}
.dash-col_inner .huge{font-size: 46px;color: #313131;  display: inline-block;}
.dash-col_inner .dash-col_icon{ float:right;}
.detail_dashUsr_blk{cursor: pointer;display: block;width: 100%;height: 40px;}
.detail_dashUsr_blk .pull-right{z-index: 11;padding: 10px 0px;display: inline-block; text-align:center;position: relative;top: 2px; color: #78909c; cursor: pointer; font-size: 13px}
.detail_dashUsr_blk .pull-right:hover{ background: #82cf33; color: #fff}
.detail_dashUsr_blk .panel-heading{margin: 10px; position: absolute;top: 3px;background: #fff;  width: 90%; height: auto;   font-size:11px; padding: 0px; display: none; color:#f07575;line-height: 14px;   word-break: break-all; cursor: default; float: right;}
.detail_dashUsr_blk .row{ margin: 0px}

.report_lst_blk{padding: 10px;}
.report_lst_blk ul{ margin: 0px; padding: 0px;}
.report_lst_blk ul li{ display: inline-block; width: 48%;font-size: 16px;color: #424242; padding: 5px 0;  margin: 4px 0;}
.report_lst_blk ul li:last-child{ border-bottom: none}
.report_lst_blk ul li a.reptli_a{cursor: pointer; display: block;}
.report_lst_blk ul li a i{width: 25px;height: 25px;display: inline-block;     margin-right: 5px;  vertical-align: middle;  position: relative;top: -3px;}
.report_lst_blk ul li a label{cursor: pointer;  display: inline-block; font-size: 14px;  vertical-align: middle;}
.report_lst_blk ul li a.kralink{background: #82cf33;  color: #fff;font-size: 14px;border-radius: 20px !important;  padding: 7px 15px;
    margin: 5px 0 0 0;  display: inline-block;  text-align: center;}


.box1 {background: #fafbfc;  border: 1px solid #e1e1e1; padding: 10px; margin-bottom: 20px; height: 115px; cursor:pointer;     box-shadow: 0 1px 10px 0 rgba(0,0,0,0.10); }
.box1 p { display: none;}
.box1:hover p { display: block; color: #f07575;  font-size: 11px;text-align: left;  margin: 10px 0;width: 100%;  text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;}
.box1:hover {background: #ffffff;}
.dsh_tiles-SP-left{display: inline-block;  width: 60%; height: 70px;  position: relative;}
.dsh_tiles-SP-left h4{ color: #78909c; font-size: 18px;  font-weight: normal; margin: 0;}
.dsh_tiles-SP-left h3{ text-align: left;  font-size: 34px;  margin: 0;  color: #313131; position: absolute;  bottom: 0px; line-height: 26px;}
.dsh_tiles-SP-right{float: right;background: #82cf33;  height: 70px;  width: 70px;  border-radius: 10px !important;}
.dsh_tiles-SP-right i{    display: inline-block;  width: 70px;  height: 70px; vertical-align: middle; text-align: center;}
.dsh_tiles-SP-right i img{    margin: 10px 0;}

.user-panelblocks{ height: 300px; overflow:hidden;}
#portfolio{padding: 0 10px;}
#portfolio ul{ margin: 0px; padding: 0px;}
#portfolio ul li{ color: #909090;font-weight: 300;  font-size: 12px;  border-bottom: 1px solid #e1e1e1; padding: 10px 0;}
#portfolio ul li:last-child{ border-bottom: 0px}
#portfolio ul li span{color: #82cf33; display: block;  font-weight: 500;  font-size: 14px;}

#piechart{ max-height: 240px; height: 220px}
#piechart img{margin: 0 auto;  height: 200px;  position: relative;  top: 10px;}
.notice_count{ background: #8ca0aa;border-radius: 50% !important;  color: #fff;  padding: 5px 9px; font-size: 15px;  float: right;  position: relative;  top: -3px;}

.main-boxx_cont{ background: #fff; border: 1px solid #e1e1e1; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.12), 0 4px 20px 0 rgba(0,0,0,0.1); display: inline-block; width: 100%; min-height: 500px}

.ur-rep_HD{}
.ur-rep_HD h4{ font-weight: normal; font-size: 16px; color: #313131; margin: 10px 0; text-decoration: none;}
.ur-rep_col{ border: 1px solid #e1e1e1; background: #fafbfc;    padding: 8px 8px;  height: 50px;  margin-bottom: 15px;}
.ur-rep_col a{color: #313131;}
.ur-rep_col a span{ font-size: 14px; color: #313131; line-height: 34px; display: inline-block;}
.ur-rep_col a .btn.b-inverse{ background: #63d723;  border-radius: 3px !important;color: #fff;font-size: 12px;  font-weight: 400;  padding: 6px 20px;  text-transform: uppercase;letter-spacing: 1px;float: right;  line-height: 18px;}



.hrreport_container{ display: inline-block; width: 100%}
.hrreport_container h4{ font-size: 18px;text-decoration: none;font-weight: normal; color: #313131;}
.hrreport_container .hrreport_col{max-height: 340px;  height: 340px;  overflow: auto; background: #fff;  border: 1px solid #e1e1e1; padding: 10px;  margin: 0 0 30px 0;}
.hrreport_container .hrreport_col ul{ margin: 0px; padding: 0px;}
.hrreport_container .hrreport_col ul li{ /*background:url(../../uploads/report-lst_icon.png);*/ background-repeat: no-repeat; background-position:10px 13px;font-size: 14px; color: #8ca0aa; padding: 14px 10px 14px 50px;  border-bottom: 1px solid #e1e1e1; border-left: 1px solid #fff;}
.hrreport_container .hrreport_col ul li:last-child{ border-bottom: none}
.hrreport_container .hrreport_col ul li:hover{ border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;/* background:#fafbfc url(../../uploads/report-lst_icon.png);*/ background-repeat: no-repeat; background-position:10px 13px; }
.hrreport_container .hrreport_col ul li a{ color: #8ca0aa;}
.hrreport_container .hrreport_col ul li:hover a{ color: #313131}
.hrreport_container .hrreport_col ul li:hover:first-child{border: 1px solid #e1e1e1;}
.hrreport_container .hrreport_col ul li:first-child{border-top: 1px solid #fff;}
.hrreport_container .hrreport_col ul li ul.prnt_reportlist{ margin: 10px 20px;}
.hrreport_container .hrreport_col ul li ul.prnt_reportlist li{ list-style:disc;  padding: 0;background: none;  border: none !important;}
.hrreport_container .hrreport_col ul li ul.prnt_reportlist li:hover{ background: none !important; border: none !important}
.hrreport_container .hrreport_col ul li:hover:last-child{ border-bottom: 1px solid #e1e1e1 }
.hrreport_container .hrreport_col ul li .btn.b-inverse{ position: relative; top: -6px;background: #63d723;  border-radius: 3px !important;color: #fff;font-size: 12px;  font-weight: 400;  padding: 6px 20px;  text-transform: uppercase;letter-spacing: 1px;float: right;  line-height: 18px;}


.boxx_wrap{ width: 100%; min-height: 250px; display: inline-block;border: 1px solid #e1e1e1; position:relative; background: #fff; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.10); padding: 15px; margin-bottom: 30px; }
.boxx_tprow{border-bottom: 1px solid #e1e1e1; display:block; margin-bottom: 15px}
.boxx-h4{ color: #313131;  font-size: 20px; padding: 10px 0 20px 0; margin:0; display: inline-block; font-weight: 700;}
.boxx_tprow .table-toolbarbtns{ float:right;}
.boxx_tprow .table-toolbarbtns .btn-info{background: #eaeef0;border: none;  border-radius: 3px !important;padding: 6px 15px; margin: 5px 5px; color: #424242}
.boxx_tprow .table-toolbarbtns .btn-primary{border-radius: 3px !important; background: #82cf33; font-size: 13px; border: none; padding: 7px 15px; margin: 5px 5px;}
.boxx_bdinnerrow{ margin: 20px 0}
.boxx_bdinnerrow h4.boxx-h4{font-size: 16px;}
.boxx_tprow .resign-right{       margin-top:10px;  display: inline-block;  margin-left: 10px;}
.boxx_bdyrow .h5blks{background: #f2f5f7;padding: 15px;margin: 20px 0 15px 0;color: #313131; }
.h5blks-btns{float: right;}
.h5blks-btns .btn-primary{ border-radius: 3px !important;  background: #82cf33;font-size: 13px; border: none;  padding: 7px 15px; }

.form-group.inp_control{ width: 100%; display:inline-block}
.form-group.inp_control .control-label{
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
.form-group.inp_control .form-control{ font-weight: normal;box-shadow: none; border: 1px solid #e1e1e1; border-radius: 4px !important; color: #313131; height: 41px;  margin-top: 3px; font-size: 12px; padding-left: 10px;}
.form-group.inp_control .form-control[disabled], .form-group.inp_control .form-control[readonly], fieldset[disabled] .form-group.inp_control .form-control{background-color: #f8f9fc;}
.form-group.inp_control .form-control.btn-primary {line-height: 28px;background: #82cf33;color: #fff;border: none;margin: 25px 0 0 0;height: 40px;}
.form-group.inp_control .form-control.btn-danger {line-height: 28px;background: #d9534f;color: #fff;border: none;margin: 25px 0 0 0;height: 40px;  font-size: 12px;}
.form-group.inp_control .form-control.btn-common {line-height: 28px;background: #e1e1e1;color: #313131;border: none;margin: 25px 0 0 0;height: 40px;}
.form-group.inp_control textarea.form-control{ height: 80px; width: 100%;}
.form-group.inp_control .form-control.btn-primary.add{ text-align:center; font-size: 12px;}
.form-group.inp_control  .form-control-check{text-align: left;  padding: 0 5px; display: inline-block; font-size: 12px; color: #313131}



.form-group.inp_control .chosen-select{}
.form-group.inp_control .input{font-size: 12px;}
.form-group.inp_control .checklist_li{width: 100%; padding: 0; border: 2px solid #e1e1e1;  border-radius: 5px !important;  min-height: 43px;  margin: 3px 0 0 0;}
.form-group.inp_control .checklist_li li {text-align: left;  padding: 0 5px; display: inline-block; font-size: 12px; color: #313131}
.form-group.inp_control .checklist_li li .local_mode{    position: relative;  top: 2px;    border: 1px solid #313131;  width: 15px;  height: 15px;  display: inline-block;}
.form-group.inp_control .checklist_li li .travel_out_mode{   position: relative;  top: 2px;   border: 1px solid #313131;  width: 15px;  height: 15px;  display: inline-block;}
.form-group.inp_control .checklist_li li .dom_travel_mode{  position: relative;  top: 2px;    border: 1px solid #313131;  width: 15px;  height: 15px;  display: inline-block;}
.form-group.inp_control .checklist_li li #local_number_box{    margin: 3px 0 4px 0;  width: 100%;  background: #f7f7f7;  border: none;height: 26px;  border: 1px solid #e1e1e1;}

.Table_Basic-BGW {  margin-top: 55px;}
.Table_Basic-BGW.joined_lmt{  margin-top: 55px;}
.Table_Basic-BGW .dataTable{ border:none; margin: 0px; width: 100% !important}
.Table_Basic-BGW .dataTable tr{}

.Table_Basic-BGW .dataTable tr th{ background: #f4f8f9; color:#313131; font-size: 14px; border: none;   vertical-align: middle;}

.Table_Basic-BGW .dataTable tr td{ vertical-align: middle;background: #fff !important;border-color:#e1e1e1 !important;  border-top: 1px solid #e1e1e1 !important;  border-right: 1px solid #e1e1e1 !important;  border-left:none !important; line-height: 16px; border-bottom:none !important;font-size: 12px;font-weight: normal;color: #424242;}
.Table_Basic-BGW .dataTable tr td:first-child{   border-left: none; }
.Table_Basic-BGW .dataTable tr td:last-child{   border-right: none !important; }
.Table_Basic-BGW .dataTable tr td .btn.btn-primary{border-radius: 3px !important; background: #82cf33; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-BGW .dataTable tr td .btn.btn-primary.approve_od{border-radius: 3px !important; background: #82cf33; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-BGW .dataTable tr td .btn.btn-danger.decline_od{border-radius: 3px !important; background: #d9534f; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-BGW .dataTable tr td .btn.delete_notice{border-radius: 3px !important; background: #d9534f; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-BGW .dataTable tr td .edit-btn.btn{border-radius: 3px !important; background: #82cf33; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-BGW .dataTable tr td .btn.approve_req_prod{border-radius: 3px !important; background: #82cf33; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-BGW .dataTable tr td .btn.btn-danger.approve_req_prod {border-radius: 3px !important; background: #d9534f; font-size: 13px; border: none; padding: 7px 15px;}


.Table_Basic-BGW .dataTables_wrapper .dataTables_scroll{border-top: 5px solid #f4f8f9; border-bottom: 10px solid #f4f8f9; border-left: 10px solid #f4f8f9; border-right: 10px solid #f4f8f9;}
.Table_Basic-BGW .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner{ width: 100% !important}
.Table_Basic-BGW .dataTables_filter{ position:absolute; left: 0px;  top: -45px;}
.Table_Basic-BGW .dataTables_filter .wf2_isBlank{ box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 32px;  margin-top: 3px;}
.Table_Basic-BGW .dataTables_wrapper .dataTables_filter  input[type="search"]{ width:170px;box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 32px;  margin-top: 3px;}
.Table_Basic-BGW .dataTables_info {
    color: #666 !important;
    margin-top: 0px;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_info{
    clear: both;
    float: left;
    padding-top: 0.455em;
}
.Table_Basic-BGW .dataTables_paginate a{ padding: 0 6px; margin: 0 3px}
.Table_Basic-BGW .dataTables_paginate a:hover{background: #60a41b;border-radius: 3px !important;  border:none;padding: 2px 6px; color: #fff !important}
.Table_Basic-BGW .dataTables_paginate a.previous{color: #78909c;}
.Table_Basic-BGW .dataTables_paginate .paginate_button{background: #fff;border-radius: 3px !important;  border-color: #e1e1e1;padding: 2px 6px !important;font-size: 14px;}
.Table_Basic-BGW .dataTables_paginate a.paginate_button.current{background: #82cf33;border-radius: 3px !important;  border:none;padding: 2px 6px;font-size: 14px; color: #fff !important}
.Table_Basic-BGW .dataTables_paginate a.paginate_button.current:hover{background: #60a41b;border-radius: 3px !important;  border:none;padding: 2px 6px;font-size: 14px; color: #fff !important}
.Table_Basic-BGW .dt-buttons{  position: absolute;  top: -40px;  right:0px;}
.Table_Basic-BGW .dt-buttons .dt-button{background: #eaeef0;border: 1px solid #e1e1e1;  border-radius: 3px !important;padding: 6px 15px; margin: 0 10px;}
.Table_Basic-BGW .dt-buttons .dt-button:hover{ background:#82cf33; color: #fff; border-color:#82cf33 }
.Table_Basic-BGW .dataTables_scrollHead{background: #F4F7F9;}
.Table_Basic-BGW .dataTables_wrapper.no-footer .dataTables_scrollBody{ border-bottom: none !important}
.Table_Basic-BGW .dataTables_wrapper .dataTables_paginate .paginate_button:hover{ background: #F4F7F9; border: 1px solid #e1e1e1; border-radius: 3px !important;  color: #424242 !important}
.Table_Basic-BGW .dataTable tr td .btn.approve_hr{border-radius: 3px !important; background: #82cf33; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-BGW .dataTable tr td .btn.decline_leave_by_hr{border-radius: 3px !important; background: #ef3737; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-BGW .dataTables_wrapper .dataTables_length{ position: absolute; top: -35px; right: 0px;}
.Table_Basic-BGW .dataTables_wrapper .dataTables_length label{    color: #78909c !important;font-size: 13px;  font-weight: normal;}
.Table_Basic-BGW .dataTables_wrapper .dataTables_length select{    border: 1px solid #e1e1e1; height: 26px; width:60px; color: #424242;}
.Table_Basic-BGW .T-BGW{border-top: 5px solid #f4f8f9; width: 100% !important; border-bottom: 10px solid #f4f8f9 !important; margin: 0px; border-left: 10px solid #f4f8f9; border-right: 10px solid #f4f8f9;}
.Table_Basic-BGW .T-BGW tbody tr td.sorting_1  i.fa-pencil-square-o{ font-size: 16px !important;     color: #0972d8 !important; }
.Table_Basic-BGW .T-BGW tbody tr td.sorting_1  i.fa-trash-o{ont-size: 16px !important;     color: #b80000 !important;}
.Table_Basic-BGW .dataTable tbody tr td .form-control{ width: 100%;box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131;   padding: 4px; font-size: 12px;}
.Table_Basic-BGW .dataTable tr td.infohead{border: none;  color: #fff;  background: #78909c !important;  padding: 15px 15px;  font-size: 15px;}
.Table_Basic-BGW .dataTable tbody tr td .red_submit.btn-primary{    background: #82cf33; color: #fff;  border: none;  height: 36px; border-radius: 3px !important}
.Table_Basic-BGW .dataTable tbody tr td .open_submit.btn-primary{    background: #82cf33; color: #fff;  border: none;  height: 36px; border-radius: 3px !important}


.Table_Basic-FRT{ overflow:auto; width: 100%; margin-bottom: 20px}
.Table_Basic-FRT .table{border: 5px solid #f4f8f9;  background: #f4f8f9; margin-bottom: 0px;}
.Table_Basic-FRT .table thead tr th{ padding: 12px;vertical-align: middle;background: #f4f8f9; border-bottom: 1px solid #e1e1e1;border: none;font-size: 13px;color: #313131;}
.Table_Basic-FRT .table tbody tr th{ padding: 12px; vertical-align: middle; background: #f4f8f9;  border-bottom: 1px solid #e1e1e1;border: none;font-size: 13px;color: #313131;}
.Table_Basic-FRT .table tbody tr td{ vertical-align: middle;background: #fff;border: none;border-top: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;font-weight: normal;  font-size: 12px;padding-top: 10px;padding-bottom: 10px; color:#424242;}
.Table_Basic-FRT .table tbody tr td:last-child{border-right: none;}
.Table_Basic-FRT .table tbody tr td .btn.approve_claim{border-radius: 3px !important; background: #82cf33; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-FRT .table tbody tr td .btn.onhold{border-radius: 3px !important; background: #ef3737; font-size: 13px; border: none; padding: 7px 15px;}
.Table_Basic-FRT .table tbody tr td .form-control{ width: 80%;box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 34px;}
.Table_Basic-FRT .table tbody tr td .form-control.disable{background-color: #f8f9fc;}
.Table_Basic-FRT .table tbody tr td .btn-primary
{
    background: white;
    font-size: 14px;
    border: none;
    padding: 7px 15px;
    color: #333;
    border: 1px solid #82cf33;
    border-radius: 20px !important;
    height: 39px;
    font-weight: 500;

}
.Table_Basic-FRT .csmtbtn{float: right;  margin: 0 0 20px 0;  background: #eaeef0;  border: 1px solid #e1e1e1;  border-radius: 3px !important;  padding: 6px 22px;}
.Table_Basic-FRT .table tr th.htprent{ background: #fff; border-top: 1px solid #e1e1e1}

.cmpylogo_tbl{margin-bottom: 10px;}
.cmpylogo_tbl .tablelogo{ width: 100%}
.common-btn{float: right;      margin: 14px 0 0px 0;  background: #eaeef0;  border: 1px solid #e1e1e1;  border-radius: 3px !important;  padding: 6px 22px;}

.boxx-search{ float:right;}
.boxx-search .form-control{ box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 42px;  margin-top: 3px;}
.page-btm_marquee{}
.page-btm_marquee marquee{font-size: 16px; color: #f00000; font-weight: normal;}

.custome-tabs.ui-widget.ui-widget-content{ border: none}
.custome-tabs.ui-tabs .ui-tabs-panel{ padding: 10px}
.custome-tabs .ui-widget-header{ background: #fff; border-bottom: 2px solid #e1e1e1 !important; border:none;  width: 99%;}
.custome-tabs .ui-state-active a, .custome-tabs .ui-state-active a:link, .custome-tabs .ui-state-active a:visited{ color: #82cf33}
.custome-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active{border-bottom: 2px solid #82cf33 !important; background: transparent; border: none;}
.custome-tabs.ui-tabs .ui-tabs-nav li{background:transparent; border: none;  border-bottom: 2px solid #fff !important;}
.custome-tabs .ui-tabs-panel h6{ font-size: 16px; color: #313131; margin: 10px 0 15px 0}

.custome-tabs .nav.nav-pills{ background: #fff; border-bottom: 2px solid #e1e1e1 !important; border:none;  width: 99%; margin-top: 20px;}
.custome-tabs .nav.nav-pills li.active{border-bottom: 2px solid #82cf33 !important; background: transparent; border: none; }
.custome-tabs .nav.nav-pills li a{ color: #313131;}
.custome-tabs .nav.nav-pills li a:hover{ color: #313131; background: #fff}
.custome-tabs .tab-pane h6{ font-size: 16px; color: #313131; margin: 30px 0 15px 0}
.custome-tabs .nav-pills>li.active>a, .custome-tabs .nav-pills>li.active>a:focus, .custome-tabs .nav-pills>li.active>a:hover{ background: transparent; color: #313131}

.custome-tabs .nav.nav-tabs{ background: #fff; border-bottom: 2px solid #e1e1e1 !important; border:none;  width: 99%; margin-top: 20px;}
.custome-tabs .nav.nav-tabs li.active{border-bottom: 2px solid #82cf33 !important; background: transparent; border: none; }
.custome-tabs .nav.nav-tabs li a{ color: #313131;}
.custome-tabs .nav.nav-tabs li a:hover{ color: #313131; background: #fff; border-color: #fff}
.custome-tabs .nav-tabs>li.active>a, .custome-tabs .nav-tabs>li.active>a:focus, .custome-tabs .nav-tabs>li.active>a:hover{     background: #f7f7f7;
    color: #313131;
    border: none;}

.enq-btns .btn-primary{background: #82cf33;border: none;  border-radius: 3px !important;  margin: 4px 0 0 0;display: inline-block;  position: relative;  left: 15px;}
.joined_selt_rw{border-bottom: 1px solid #e1e1e1;  padding-bottom: 20px;}
.joined_selt_rw .tright{ text-align:right;}
.joined_selt_rw .tright .control-label{color: #78909c; font-weight: normal; font-size: 16px; padding-top: 12px;}
.joined_selt_rw .form-control{box-shadow: none; border: 2px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 42px;  margin-top: 3px;}
.joined_selt_rw .form-control.btn-primary {background: #82cf33;color: #fff;border: none;margin: 4px 0 0 0;height: 40px;}

.customTP_uplcol{ position: relative;left: 240px;float: left;border-left: 1px solid #e1e1e1;padding-left: 10px;top: -2px;}
.customTP_uplcol .control-label{ font-size: 14px; color: #313131; display: inline-block;}
.customTP_uplcol .form-control{box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131; font-size: 12px;      display: inline-block;  width: 200px; }
.customTP_uplcol .btn.btn-info{border-radius: 3px !important;background: #82cf33;font-size: 13px;border: none;  padding: 7px 15px;  margin: 1px 5px;}

.toggleCollapse-btn{ width: 100%;border: 2px solid #e1e1e1; margin-top: 30px; background: #f2f5f7;  color: #313131;  text-align: left;  font-size: 16px;  height: 44px;  box-shadow: none;}
.toggleCollapse-btn:hover{background: #262949}
.toggleCollapse-btn:active{background: #262949}
.toggleCollapse-btn:active i{transform: rotateZ(0deg);}
.toggleopnd{    border: 2px solid #e1e1e1;border-top: none;margin: 0;padding: 15px;}
.toggleopnd h4{ font-size: 16px;  font-weight: normal;text-transform: uppercase;}
.toggleCollapse-btn.active.focus, .toggleCollapse-btn.active:focus, .toggleCollapse-btn.active:hover, .toggleCollapse-btn:active.focus, .toggleCollapse-btn:active:focus, .toggleCollapse-btn:active:hover, .open>.dropdown-toggle.toggleCollapse-btn.focus, .open>.dropdown-toggle.toggleCollapse-btn:focus, .open>.dropdown-toggle.toggleCollapse-btn:hover{background: #262949}
.toggleCollapse-btn i {  font-size: 20px; float: right;transition: all 0.4s ease; padding-top: 2px;}
.toggleCollapse-btn:hover i {transform: rotateZ(90deg);}


.docs-up_boxxes{border: 1px solid #e1e1e1; padding: 10px; background: #fafbfc; margin-top: 15px !important;}
.docs-up_boxxes i{background: #78909c;  width: 28px;  height: 28px;  display: inline-block;  text-align: center;  vertical-align: middle;line-height: 30px;  font-style: normal;  color: #fff;  border-radius: 5px !important;  cursor: default;  font-size: 12px;}
.docs-up_boxxes .control-label{border: 1px solid #e1e1e1;  background: #fff;  height: 28px;  width: 50px;  border-radius: 5px !important;}
.docs-up_boxxes label{     font-size: 12px;  margin: 0px;  padding: 0px 0 0 5px;  line-height: 30px;}

.KRA-actiontable{}
.KRA-actiontable .headingtd{ background: #f2f5f7;  padding: 15px;margin: 20px 0 15px 0;  color: #313131;}
.KRA-actiontable tr th{ background: #fff;font-size: 14px;color: #424242;  font-weight: normal;  padding: 7px 15px;  width: 25%;  text-align: right;  border-bottom: 1px solid #e1e1e1;}
.KRA-actiontable tr td{ border-bottom: 1px solid #e1e1e1; padding: 5px 15px;}
.kra-totaltable{    margin: 20px 0 0 0;  font-weight: normal;  color: #424242;}
.KRA-actiontable tr td .form-control{font-weight: normal;box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 34px;  margin-top: 3px;}


.Nom_table_container{ padding: 15px;}
.Nom_table_container .table .Nom_table_head{border: none !important; font-weight: bold;  color: #82cf33;   padding: 30px 0 10px 0;  font-size: 18px;}
.Nom_table_container .table tr th{ background: #f4f8f9; color:#313131; font-size: 12px; border: none;  padding: 10px 8px;  vertical-align: middle;}
.Nom_table_container .table tr td{ border-left: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; vertical-align: middle;}
.Nom_table_container .table tr td:last-child{ border-right: 1px solid #e1e1e1}
.Nom_table_container .table tr td input{ width:100%;box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 34px;}
.Nom_table_container .table tr td textarea{width:100%;box-shadow: none; border: 1px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 50px;}
.Nom_table_container .table tr td.Nom-sbmt-btn{ padding: 0px; border: none}
.Nom_table_container .table tr td.Nom-sbmt-btn .form-control{background: #82cf33; float: right; width: 20%;color: #fff;  border: none;  margin: 25px 0 0 0;  height: 40px;}


.PN-customModal .modal-body .form-control.btn-primary {background: #82cf33;color: #fff;border: none;margin: 4px 0 0 0;height: 40px;     word-break: break-all;
    white-space: normal;  line-height: 14px; font-size: 12px;}
.PN-customModal.Table_Basic-BGW{   margin-top: 0px;}
.PN-customModal.Table_Basic-BGW .bootbox-body{ margin-top: 40px;}
.PN-customModal.Table_Basic-BGW .modal-dialog .modal-footer .btn.btn-primary{  margin-left: 20px; background: #82cf33;  border: #82cf33;  border-radius: 3px !important;  padding: 6px 30px;}
.PN-customModal.Table_Basic-BGW .modal-dialog .modal-footer .btn.btn-default{  margin-left: 20px;   background: #eaeef0;  border: 1px solid #e1e1e1;  padding: 6px 30px;}
.PN-customModal .modal-body{ overflow: auto}
.PN-customModal .Table-MODAL{ border: none;}
.PN-customModal .Table-MODAL .tble-M_header{text-align: center;  background: #262949;  color: #fff;  font-weight: normal;  border: none;}
.PN-customModal .Table-MODAL .table-tr-cstmpoints td{ border:none; padding: 10px 0; font-weight: normal;}
.PN-customModal .Table-MODAL .table-tr-cstmpoints-th th{ background: #f4f8f9; color:#313131; font-size: 12px; border: none;  padding: 10px 18px;  vertical-align: middle;}
.PN-customModal .Table-MODAL .need_to_remove td{ border-left: 1px solid #e1e1e1;padding-left: 5px; padding-right: 5px;vertical-align: middle;background: #fff;border: none;border-top: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;font-weight: normal;  font-size: 12px;padding-top: 10px;padding-bottom: 10px; color:#424242;}
.PN-customModal .modal-footer .btn.btn-primary{ width: auto; float: right; background: #82cf33;  border: #82cf33;  border-radius: 3px !important;  padding: 6px 30px;}
.PN-customModal .Table-MODAL .table-tr-cstmpoints-total td{background: #f4f8f9;  padding: 10px;  border-bottom: 1px solid #e1e1e1;  border-top: 1px solid #e1e1e1;}
.PN-customModal .Table-MODAL .table-tr-cstmpoints-total td:last-child{ border-right: 1px solid #e1e1e1}

.role-permit_content{}
.role-permit_content .roletable{}
.role-permit_content .roletable tr td h4{ font-size: 16px; color: #313131;}
.role-permit_content .roletable tr td .container-fluid.k{}
.role-permit_content .roletable tr td .col-md-12.k{padding:0px;}
.role-permit_content .roletable tr td .col-lg-12.k{ padding: 0px;}
.role-permit_content .roletable tr td .panel.k{display: inline-block;font-size: 14px !important;  margin-bottom: 18px;  border: none;  box-shadow: none;  background: #fff;}
.role-permit_content .roletable tr td .click.k{}

.rowaddtable{}
.rowaddtable tr td{ border-top: 0px !important; border-bottom: 1px solid #e1e1e1}
.rowaddtable tr td .btn.btn-success{ border-radius: 3px !important; margin-top: 3px}
.rowaddtable tr td .btn.btn-danger{ border-radius: 3px !important; margin-top: 3px;}
.form-group.inp_control .rowaddtable tr td textarea.form-control{ font-weight: normal;box-shadow: none; border: 2px solid #e1e1e1; border-radius: 5px !important; color: #313131; height: 42px;  margin-top: 3px;}

.FormCustm_Cont{ margin: 25px 0; display: inline-block; width: 100%;}
.FormCustm_Cont .tableslips{     border: 1px solid #b3b3b3;}
.FormCustm_Cont .tableslips tr{}
.FormCustm_Cont .tableslips tr td{ padding: 3px; font-weight:normal; color: #313131; font-size: 13px;}
.FormCustm_Cont .tableslips tr td input{ border: none; background: #f7f7f7;  padding: 5px;  outline: none;}
.FormCustm_Cont .tableslips tr td select{     height: 28px; border: none; background: #f7f7f7;  padding: 5px;  outline: none;}
.FormCustm_Cont .tableslips tr td input[type=radio], .FormCustm_Cont .tableslips tr td input[type=checkbox]{ margin-right: 4px;}
.FormCustm_Cont .tableslips tr td textarea{ border: none; background: #f7f7f7;  padding: 5px;  outline: none;}
.FormCustm_Cont .tableslips tr th{     background: #f4f8f9; padding: 3px; font-weight:bold; color: #313131; font-size: 13px; background: }
.FormCustm_Cont .btn.btn-primary{line-height: 28px;background: #82cf33;color: #fff;border: none;margin: 25px 0 20px 0;height: 40px;     padding: 0 30px;  border-radius: 3px !important;}
.FormCustm_Cont .add.btn.btn-primary{height: auto;  margin: 0;line-height: 28px;background: #82cf33;color: #fff;border: none;    padding: 0 30px;  border-radius: 3px !important;}
.FormCustm_Cont .btn.btn-danger{height: auto;  margin: 0;line-height: 28px;background: #d9534f;color: #fff;border: none;    padding: 0 30px;  border-radius: 3px !important;}

.role-module_cont table tr td .container-fluid{ padding-left: 0px; padding-right: 0px}
.role-module_cont table tr td .container-fluid .col-md-12.k{ padding-left: 0px; padding-right: 0px}
.role-module_cont table tr td .container-fluid .col-lg-12.k{ padding-left: 0px; padding-right: 0px}
.role-module_cont table tr td .container-fluid .panel.k{    border: 1px solid #e1e1e1;  background: #fafbfc; margin: 10px !important;     width: 30%;  padding: 10px;}
.role-module_cont table tr td .container-fluid .panel.k .parent.k{ width: auto;  margin-right: 10px; display: inline-block;}
.role-module_cont table tr td .container-fluid .panel.k .click.k{ display: inline-block; width: auto;}
.role-module_cont table tr td .container-fluid .panel.k .click.k a{ color: #313131;}
.role-module_cont table tr td .container-fluid .panel.k .click.k a:hover{ color: #82cf33}
.role-module_cont table tr td .container-fluid .panel.k .click.k a span{     font-family: 'Roboto', sans-serif !important;  font-weight: normal !important;}
.role-module_cont table tr td .container-fluid .panel.k .k.tryhi{top: 40px; left: 0px; background: #fff !important; border: 1px solid #e1e1e1 !important; box-shadow: none !important}
.role-module_cont table tr td .container-fluid .panel.k .k.tryhi .k.chi{padding: 10px;border-bottom: 1px solid #e1e1e1;cursor: default;}
.role-module_cont table tr td .container-fluid .panel.k .k.tryhi .k.chi:last-child{border-bottom:none;}
.role-module_cont table tr td .container-fluid .panel.k .k.tryhi .k.chi span{font-size: 13px;  position: relative;  left: -10px;}

.table-divblks{     width: 100%; display:inline-block;margin-top: 20px;  background: #f4f8f9; margin-bottom: 0px;}
.table-divblks .p-name.text-color{ padding: 12px;vertical-align: middle;background: #f4f8f9; border-bottom: 1px solid #e1e1e1;border: none;font-size: 13px;color: #313131; font-weight: bold;}
.table-divblks .p-name{vertical-align: middle;background: #fff;border: none;border-top: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;font-weight: normal;  font-size: 12px;padding-top: 10px;padding-bottom: 10px; color:#424242;}
.table-divblks .p-name span.pare{ color: #82cf33}
.profilepdteblk h3{ color:#424242; font-size: 16px;}


.salry_sheet{ height: 500px}
.salry_sheet .tabledetails{margin: 10px 0; }
.salry_sheet .tabledetails tr td{ color: #313131}
.salry_sheet .tabledetails tr td .dt-button{    background: #eaeef0;   border: 1px solid #e1e1e1;  border-radius: 3px !important;  padding: 6px 15px;  margin: 0 10px; float: right;}
.salry_sheet .tabledetails tr td .dt-button:hover{ background:#82cf33; color: #fff; border-color:#82cf33 }
.salry_sheet .tablelist{     border: 5px solid #f4f8f9; background: #f4f8f9; margin-bottom: 0px;}
.salry_sheet .tablelist tr th{    background: #f4f8f9;color: #313131;  font-size: 12px;  border: none;  padding: 10px 18px; vertical-align: middle;}
.salry_sheet .tablelist tr td{padding: 12px;  vertical-align: middle;  background: #fff;  border-bottom: 1px solid #e1e1e1;  border-color: #e1e1e1; font-size: 13px;  color: #313131;}
.salry_sheet .tablelist tr td div{padding: 0px 0 5px 0;     height: auto !important;}



.custombirthday_block{  
    height: auto;
    position: fixed;
    width: 81%;
    z-index: 9999;
    background: rgba(97,97,97,.9);
    padding: 15px;
    overflow: hidden;
    top: -1px;
}
.birthimg{background-image: url(https://pioneeresolutions.in/hrms/assets/img/pioneer.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    width: 100%;
    height: auto; }
  .thankbtn{position: absolute;
    bottom: 30px;
    right: 30px;
    background: #82cf33;
    color: white !important;
    font-weight: 700;}
  .thankbtn button{ width: auto; color:#313131; float: right; background: #fff;  border: #fff;  border-radius: 3px !important;  padding: 6px 30px;}
.bredcrum-links{background: #f7f7f7;  padding: 10px 0px;  margin-bottom: 20px;}
.bredcrum-links a{ margin-right: 10px; margin-left:10px }
/* MAIN CHART CONFIGURATION */
.main-chart { margin: 10px 0 0 0;}

.mleft {
}

.border-head h3 {
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 15px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #989898;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 6%;
    margin: 0px 4%;
    float: left;
    text-align: center;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #ff865c;
    color: #68dff0;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #2f2f2f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: left;
    width: 100%;
    font-size: 11px;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -60px;
    padding: 0 10px;
    width: 40px;
}


/*Donut Chart Main Page Conf*/
.donut-main {
	display: block;
	text-align: center;
}

.donut-main h4 {
	font-weight: 700;
	font-size: 16px;
}

/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */

/*Grey Panel*/

.grey-panel {
	text-align: center;
	background: #dfdfe1;
}
.grey-panel .grey-header {
	background: #ccd1d9;
	padding: 3px;
	margin-bottom: 15px;
}
.grey-panel h5 {
	font-weight: 200;
	margin-top: 10px;
}
.grey-panel p {
	margin-left: 5px;
}
/* Specific Conf for Donut Charts*/
.donut-chart p {
	margin-top: 5px;
	font-weight: 700;
	margin-left: 15px;
}
.donut-chart h2 {
	font-weight: 900;
	color: #FF6B6B;
	font-size: 38px;
}

/* Dark Blue*/

.darkblue-panel { background:#fff; border:1px solid #e1e1e1;   box-shadow: 0 1px 10px 0 rgba(0,0,0,0.10); }
.darkblue-panel .darkblue-header {padding: 8px 10px; border-bottom: 1px solid #e1e1e1; height: 50px;}
.darkblue-panel h1 {color: #f2f2f2;}
.darkblue-panel h5 {color: #313131;font-size: 16px;cursor: default;}
.boxtp_header{padding: 8px 10px; border-bottom: 1px solid #e1e1e1; height: 50px;}
.boxtp_header h6{    color: #313131;  font-size: 16px;  text-transform: uppercase;  text-align: left;}
.darkblue-panel footer {color: white;}
.darkblue-panel footer h5 {	margin-left:10px;margin-right: 10px;font-weight: 700;}


.bx_blksss{ margin-top: 20px}
.container_marq{position: relative;width: 97%; height: 300px !important;overflow: hidden;background-color: #fff;padding: 10px;}
.container_marq ul{ margin: 0px; padding: 0px;}
.container_marq ul li{ border-bottom: 1px solid #e1e1e1;padding:10px 0}
.container_marq ul li:last-child{ border-bottom:none}
.container_marq ul li span.hr_sp{  display:block;  }
.container_marq ul li span.hr_sp font{background: #ecf8e1;padding: 3px 10px;  border-radius: 10px !important;  display: inline-block;  text-transform: uppercase;color: #57ab01;  font-size: 13px;}
.container_marq ul li span.mrq-cont_sp{ font-size: 13px; color:#909090; padding:3px 0; margin: 0px}
.container_marq ul li span.dated_sp{ color: #e93923; font-size: 13px;}

.bx_blksss .desc{ padding: 10px; display:inline-block; width: 100%}
.bx_blksss .desc .left-details{ float: left;  background: #e1e1e1; width: 50px;  height: 50px;border-radius: 50% !important;  margin: 0 15px 0 0;}
.bx_blksss .desc .left-details img{ border-radius: 50% !important;}
.bx_blksss .desc .right-details{ float:left; margin-top: 5px;}
.bx_blksss .desc .right-details p .desc-name{ text-transform: uppercase; color: #313131; font-size: 14px; font-weight: 500; display:block}
.bx_blksss .desc .right-details p .desc-name a{ color: #313131}
.bx_blksss .desc .right-details p .desc-desina{ font-size: 11px; color: #8ca0aa; display: block;}
/*Green Panel*/
.green-panel {
	text-align: center;
	background: #82cf33;
}
.green-panel .green-header {
	background: #43b1a9;
	padding: 3px;
	margin-bottom: 15px;
}
.green-panel h5 {
	color: white;
	font-weight: 200;
	margin-top: 10px;
}
.green-panel h3 {
	color: white;
	font-weight: 100;
}
.green-panel p {
	color: white;
}

/*White Panel */
.white-panel {
	text-align: center;
	background: #ffffff;
	color: #ccd1d9;
}

.white-panel p {
	margin-top: 5px;
	font-weight: 700;
	margin-left: 15px;
}
.white-panel .white-header {
	background: #f4f4f4;
	padding: 3px;
	margin-bottom: 15px;
	color: #c6c6c6;
}
.white-panel .small {
	font-size: 10px;
	color: #ccd1d9;
}

.white-panel i {
	color: #68dff0;
	padding-right: 4px;
	font-size: 14px;
}

/*STOCK CARD Panel*/
.card {
  background: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  height: 250px;
}
.stock .stock-chart {
  background: #00c5de;
}
.stock .stock-chart #chart {
    height: 10.7em;
    background: url(http://i.imgbox.com/abmuNQx2) center bottom no-repeat;
}
.stock .current-price {
  background: #1d2122;
  padding: 10px;
}
.stock .current-price .info abbr {
    display: block;
    color: #f8f8f8;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.18em;
}
.stock .current-price .changes {
    text-align: right;
}
.stock .changes .up {
	color: #4fd98b
}
.stock .current-price .changes .value {
      font-size: 1.8em;
      font-weight: 700;
}
.stock .summary {
    color: #2f2f2f;
    display: block;
    background: #f2f2f2;
    padding: 10px;
	text-align: center;
}
.stock .summary strong {
	font-weight: 900;
	font-size: 14px;
}

/*Content Panel*/
.content-panel {
	background: #ffffff;
	box-shadow: 0px 3px 2px #aab2bd;
	padding-top: 15px;
	padding-bottom: 5px;
}
.content-panel h4 {
	margin-left: 10px;
}

/*WEATHER PANELS*/

/* Weather 1 */
.weather {
	background: url(../img/weather.jpg) no-repeat center top;
	text-align: center;
	background-position: center center;
}
.weather i {
	color: white;
	margin-top: 45px;
}
.weather h2 {
	color: white;
	font-weight: 900;
}
.weather h4 {
	color: white;
	font-weight: 900;
	letter-spacing: 1px;
}

/* Weather 2 */
.weather-2 {
	background: #e9f0f4;
}
.weather-2 .weather-2-header {
	background: #54bae6;
	padding-top: 5px;
	margin-bottom: 5px;
}
.weather-2 .weather-2-header p {
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}
.weather-2 .weather-2-header p small {
	font-size: 10px;
}
.weather-2 .data {
	margin-right: 10px;
	margin-left: 10px;
	color: #272b34;
}
.weather-2 .data h5 {
	margin-top: 0px;
	font-weight: lighter;
}
.weather-2 .data h1{
	margin-top: 2px;
}

/* Weather 3 */
.weather-3 {
	background: #ffcf00;
}

.weather-3 i {
	color: white;
	margin-top: 30px;
	font-size: 70px;
}
.weather-3 h1 {
	margin-top: 10px;
	color: white;
	font-weight: 900;
}
.weather-3 .info {
	background: #f2f2f2;
}
.weather-3 .info i {
	font-size: 15px;
	color: #c2c2c2;
	margin-bottom: 0px;
	margin-top: 10px;
}
.weather-3 .info h3 {
	font-weight: 900;
	margin-bottom: 0px;
}
.weather-3 .info p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 16px;
	color: #c2c2c2;
	font-size: 15px;
	font-weight: 700;
}


/*Twitter Panel*/
.twitter-panel {
	background: #4fc1e9;
	text-align: center;
}
.twitter-panel i {
	color: white;
	margin-top: 40px;
}
.twitter-panel p {
	color: #f5f5f5;
	margin: 10px;
}
.twitter-panel .user {
	color: white;
	font-weight: 900;
}


/* Instagram Panel*/
.instagram-panel {
	background: url(../img/instagram.jpg) no-repeat center top;
	text-align: center;
	background-position: center center;
}
.instagram-panel i {
	color: white;
	margin-top: 35px;
}
.instagram-panel p {
	margin: 5px;
	color: white;
}

/* Product Panel */
.product-panel {
	background: #dadad2;
	text-align: center;
	padding-top: 50px;
	height: 100%;
}

/* Product Panel 2*/
.product-panel-2 {
	background: #dadad2;
	text-align: center;
}
.product-panel-2 .badge {
	position: absolute;
	top: 20px;
	left: 35px;
}
.badge-hot {
	background: #ed5565;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}

/* Soptify Panel */
#spotify {
	background: url(../img/lorde.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 220px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#spotify .btn-clear-g {
	top: 15%;
	right: 10px;
	position: absolute;
	margin-top: 5px;
}
#spotify .sp-title {
	bottom: 15%;
	left: 25px;
	position: absolute;
	color: #efefef;
}
#spotify .sp-title h3 {
	font-weight: 900;
}
#spotify .play{
	bottom: 18%;
	right: 25px;
	position: absolute;
	color: #efefef;
	font-size: 20px
}
.followers {
	margin-left: 5px;
	margin-top: 5px;
}

/* BLOG PANEL */
#blog-bg {
	background: url(../img/blog-bg.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#blog-bg .badge {
	position: absolute;
	top: 20px;
	left: 35px;
}
.badge-popular {
	background: #3498db;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.blog-title {
	background: rgba(0,0,0,0.5);
	bottom: 100px;
	padding: 6px;
	color: white;
	font-weight: 700;
	position: absolute;
	display: block;
	width: 120px;
}
.blog-text {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 15px;
	font-size: 12px;
}

/* Calendar Configuration */
#calendar {color: #313131;padding: 0px !important;margin: 0px 0 0 0;border: 1px solid #e1e1e1; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.10)}
.calendar-month-header {
	background: #fff;
}

/* TODO PANEL */
.steps{
  display: block;
}
.steps input[type=checkbox] {
  display: none;
}
.steps input[type=submit]{
  background: #f1783c;
  border: none;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  height: 55px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.5s ease
}
.steps input[type=submit]:hover{
  background: #8fde9c;
}
.steps label{
  background: #393D40;
  height: 65px;
  line-height: 65px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #44494e;
  color: #889199;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  text-indent: 52px;
  cursor: pointer;
  transition: all 0.7s ease;
  margin: 0px;
}
.steps label:before{
  content:"";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  margin: 26px 0px 0px 18px;
  border-radius: 100%;
  transition: border 0.7s ease
}
.steps label:hover{
  background: #2B2E30;
  color: #46b7e5
}
.steps label:hover:before{
  border: 1px solid #46b7e5;
}
#op1:checked ~ label[for=op1]:before,
#op2:checked ~ label[for=op2]:before,
#op3:checked ~ label[for=op3]:before{
  border: 2px solid #96c93c;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpinHLMhgEHKADia0xQThIQs6JJ9gPxZhYQAcS6QHwDiI8hSYJAC0gBPxDLAvFcIJ6JJJkDxFNBVtgBcQ8Qa6BLghgwN4A4a9ElQYAFSj8C4mwg3o8sCQIAAQYA78QTYqnPZuEAAAAASUVORK5CYII=') no-repeat center center;
}

/* PROFILE PANELS */
/* Profile 01*/
#profile-01 {
	background: url(../img/profile-01.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-01 h3 {
	color: white;
	padding-top: 50px;
	margin: 0px;
	text-align: center;
}
#profile-01 h6 {
	color: white;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 900;
}
.profile-01 {
	background: #68dff0;
	height: 50px;
}
.profile-01:hover {
	background: #2f2f2f;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  cursor: pointer;
}
.profile-01 p {
	color: white;
	padding-top: 15px;
	font-weight: 400;
	font-size: 15px;
}

/* Profile 02*/
#profile-02 {
	background: url(../img/profile-02.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-02 .user {
	padding-top: 40px;
	text-align: center;
}
#profile-02 h4 {
	color: white;
	margin:0px;
	padding-top: 8px;
}
.pr2-social a {
	color: #cdcdcd;
}
.pr2-social a:hover {
	color: #68dff0;
}
.pr2-social i {
	margin-top: 15px;
	margin-right: 12px;
	font-size: 20px;
}


/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#barchart {
    margin-bottom: -15px;
    display: inline-block;
}
.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}
.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}
.panel.terques-chart {
    background: transparent;
    color: #797979;
}
.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}
.panel.terques-chart .chart-tittle .value a {
    color: #2f2f2f;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #68dff0;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.inline-block {
    display: inline-block;
}

/* showcase background */
.showback {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 3px 2px #aab2bd;
}



/* Calendar Events - Calendar.html*/
.external-event {
	cursor: move;
	display: inline-block !important;
	margin-bottom: 7px !important;
	margin-right: 7px !important;
	padding: 10px;
}

.drop-after {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

.fc-state-default, .fc-state-default .fc-button-inner {
	background: #f2f2f2;
}

.fc-state-active .fc-button-inner {
	background: #FFFFFF;
}

/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #68dff0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;

}

.project:hover .photo-wrapper {
  background-color: #68dff0;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}



/* EZ Checklist */
.ez-checkbox {
	margin-right: 5px;
}

.ez-checkbox, .ez-radio {
	height: 20px;
	width: 20px;
}

.brand-highlight {
background: #fffbcc !important;
}


/* FORMS CONFIGURATION */
.form-panel {
	background: #ffffff;
	margin: 10px;
	padding: 0px 0px 57px 18px;
	box-shadow: 0px 3px 2px #aab2bd;
	/*text-align: left;*/
    /*overflow:auto;*/
    margin-bottom: 60px;
}

label {
	font-weight: 400;
}

.form-horizontal.style-form .form-group { margin: 0px; width: 100%;
}

.round-form {
	border-radius: 500px;
	-webkit-border-radius: 500px;
}

@media (min-width: 768px) {
		.form-horizontal .control-label {
		text-align: left;
	}
}

#focusedInput {
	border: 1px solid #ed5565;
	box-shadow: none;
}

.add-on {
	float: right;
	margin-top: -37px;
	padding: 3px;
	text-align: center;
}

.add-on .btn {
	height: 34px;
}

/* TOGGLE CONFIGURATION */
.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}



/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 330px;
	margin: 100px auto 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background:#82CF33;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.login-wrap {
	padding: 20px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}


/*LOCK SCREEN CONF*/
#showtime {
	width: 100%;
	color: #fff;
	font-size: 90px;
	margin-bottom: 30px;
	margin-top: 250px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}

.lock-screen {
	text-align: center;
}

.lock-screen a {
	color: white;
}

.lock-screen a:hover {
	color: #48cfad
}

.lock-screen i {
	font-size: 60px;
}

.lock-screen .modal-content {
	position: relative;
	background-color: #f2f2f2;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 5px;
}


.btn-facebook {
  color: #fff;
  background-color: #5193ea;
  border-color: #2775e2;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2775e2;
  border-color: #2775e2;
}

.btn-twitter {
  color: #fff;
  background-color: #44ccfe;
  border-color: #2bb4e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2bb4e8;
  border-color: #2bb4e8;
}


/*badge*/
.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    };
    }


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}


/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}

/*todolist*/
#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*footer*/
.site-footer {
    background: #262949;
    color: #fff;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}


.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    min-height: 900px;
}

/****css****/
/** {
    border-radius: 0px !important;
}*/
/****cssadi****/

.logo-img{
	height:60px;
	width:280px;
	margin-top: -15px;
}
/****cssadi 30-MAy-17****/
.grade-1{
	background-color:#4caf50 !important; border-radius: 50% !important;  color: #fff;
}
.grade-2{
	background-color:yellow !important; border-radius: 50% !important;  color: #fff;
}
.grade-3{
	background-color:orange !important; border-radius: 50% !important;  color: #fff;
}
.grade-4{
	background-color:mediumvioletred !important; border-radius: 50% !important;  color: #fff;
}
.grade-5{
	background-color:blue !important; border-radius: 50% !important;  color: #fff;
}
.grade-6{
	background-color:red !important; border-radius: 50% !important;  color: #fff;
}
.grade-7{
	    background-color: red; border-radius: 50% !important;  color: #fff;
}
.grade-8{
	    background-color: Pink; border-radius: 50% !important;  color: #fff;
}
.grade-9{
    background-color: #188290 !important; border-radius: 50% !important;  color: #fff;
}
/***1-jan-18***/
.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 6px;
    margin-bottom: 0px;
}
.portlet {
    clear: both;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0px;
}
.portlet.box.light-grey > .portlet-title {
    background-color: #aaa;
}
.portlet.box.light-grey {
    border: 1px solid #bbb;
    border-top: 0;
}
.portlet.light-grey {
    background-color: #eee !important;
}
.portlet.box > .portlet-title {
    padding: 0px 10px 2px 10px;
    border-bottom: 1px solid #eee;
    color: #fff !important;
    font-weight: 600;
}
.portlet.box.light-grey > .portlet-title {
    background-color: #aaa;
}
.error {
    font-size: 11px;
    font-weight: 500;
    color: #f00;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0 !important;
}
.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 6px;
    margin-bottom: 0px;
}
.table-toolbar {
    margin-bottom: 5px;
}
.portlet > .portlet-title:after {
    clear: both;
}
.portlet > .portlet-title:after, .portlet > .portlet-title:before {
    content: "";
    display: table;
    line-height: 0;
}
.nav-tabs>li>a{
    margin-right: 0px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px !important;
    right: -21px;
    color: inherit;
}
/***1-jan-18 Aditya***/
/****cssadi 30-MAy-17****/
@media only screen and (max-width: 768px){
.upload_btn {
     float: right; 
}
.wrapper{
    padding-left: 15px;
}
.form_mob{
    margin-bottom: 10px;
}
.report_btn{
    float: right;
}
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 9px !important;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.accordion1 {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: 500;
}

.accordion1.active, .accordion1:hover {
  background-color: #fff;
}

.accordion1:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion1.active:after {
  content: "\2212";
}

.panel_dash {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.close{
    position: absolute !important;
    right: -5px !important;
    top: -7px !important;
    background: white !important;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 50px !important;
    color: #7c7878;
    box-shadow: -2px 2px 2px #ddd !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close:hover, .close:focus {
    color: #7c7878 !important;
    text-decoration: none;
    cursor: pointer;
    opacity: 1 !important;
}

.PN-customModal .modal-header .close{
    position: absolute !important;
    right: -5px !important;
    top: -7px !important;
    background: white !important;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 50px !important;
    color: #7c7878;
    box-shadow: -2px 2px 2px #ddd !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 41px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    margin-top: 3px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 20px;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
}
 .upload_btn[disabled]{
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    background-color: white !important;
    color: #333333 !important;
    /* background: #82cf33 !important; */
    border: 2px solid #82cf33 !important;
    border-radius: 20px !important;
 }
 .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: unset !important;
    outline-offset: -2px;
}
.tooltip_team {
    position: relative;
    display: inline-block;
   
  }
  .tooltip_team i{
      font-size: 12px !important;
      margin-left:4px;
      color:blue;
  }
  
  .tooltip_team .tooltiptext {
    visibility: hidden;
    width: 279px;
    background-color: #f1f1f1;
    color: #333;
    text-align: center;
    border-radius: 6px !important;
    padding: 5px 0;
    position: absolute;
    z-index: 3;
    bottom: 150%;
    left: 50%;
    margin-left: -115px;
    padding: 10px;
    word-break: break-all;
  
  }
  
  .tooltip_team .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 41%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent transparent;
  }
  
  .tooltip_team:hover .tooltiptext {
    visibility: visible;
  }
  a.upload_btn1{
    line-height: 23px !important;
}
 textarea {
    height: 41px !important;
}