MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/dev/impactify/css/style.css
    /*
Author - Imenso Software
font-family: 'Open Sans', sans-serif;
font-family: 'Pacifico', cursive;
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/*=================Bootstrap Overrides=======================*/
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #EFF5F5;
    font-size: 14px;
    line-height: 24px;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
}
.navbar-brand {
   font-family: 'Pacifico', cursive;
   color: #EC5548 !important;
   font-size: 24px;
   padding: 2px 0px;
   text-transform: lowercase;
}
.navbar-default {
	background-color: #FFF;
	border-radius: 0;
    min-height: 65px;
    border: none !important;
    border-bottom: 1px solid #DDD !important;
}
.navbar-default .navbar-nav > li > a {
	font-weight: 600;
	color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #00A9EE;
}
.navbar-nav > .active > a{
   cursor: default;
   pointer-events: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.navbar-nav {
	margin-top: 7px;
}
.modal {
	z-index: 9999;
}
.modal-content {
	border-radius: 0;
}
.modal-dialog {
	width: 450px;
}
.media {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
.media:last-child {
	border-bottom: none;
}
.media-object {
	border-radius: 100%;
	background-color: #EFF5F5;
	padding: 3px;
}
.modal-dialog {
	width: 700px;
}
.modal-title {
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.modal-body {
	padding: 30px 50px;
}
.form-group {
	margin-bottom: 20px;
}
label {
	font-weight: 600;
    font-size: 13px;
}
.form-control {
	box-shadow: none;
	border:1px solid #DDD;
	border-radius: 3px;
	height: 40px;
}
.form-control:focus {
	background-color: #F5F5F5;
	border:1px solid #DDD;
	box-shadow: none;
}
.modal-open {
    margin-right: 17px;
    overflow: hidden;
}
.modal {
	background: #EFF5F5;
}
.modal-content {
	box-shadow: none;
    border:1px solid #DDD;
}
.modal-footer {
    padding: 20px 35px 20px;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.modal-backdrop {
    background:#EFF5F5;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
.dropdown-menu:before {
    border-bottom: 10px solid rgba(190, 190, 190, 0.4);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 80%;
    margin-left: -9px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.dropdown-menu:after {
    border-bottom: 9px solid #fff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 80%;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 501;
    border:none;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    cursor: pointer;
}
.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #000;
}
#home .panel {
    color: #000;
    border: 1px solid #DDD;
    border-radius: 10px;
    margin: 50px;
}
#home .panel-body {
    padding: 50px;
}
#home .panel-body h5 {
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.panel-footer {
    border-top: none;
    background-color: #00ABEE;
}
.panel-footer a {
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}
.panel-footer i {
    font-size:18px;
    line-height: 23px;
}
/*=================Generalize=======================*/
.burger {
	padding: 50px 0;
}
.gutter {
	padding: 0 100px;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
.btn-alpha {
    background-color: #00a9ef;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 35px;
    text-transform: uppercase;
    transition:all 0.3s;
    border:none;
    text-align: center;
}
.btn-alpha-2 {
    background-color: #0078D7;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 35px;
    transition:all 0.3s;
    border:none;
    text-align: center;
}
.btn-green {
    background-color: #70AD47;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 35px;
    text-transform: uppercase;
    transition:all 0.3s;
    border:none;
    text-align: center;
    cursor: pointer;
}
.btn-green:hover {
	background-color: #00BB27;
	color: #FFF;
	text-decoration: none;
}
.btn-shadow, .dt-buttons span, .btn-green, .btn-beta, .btn-alpha {  box-shadow: 0 5px 10px #ccc; -webkit-box-shadow: 0 5px 10px #ccc; -moz-box-shadow: 0 5px 10px #ccc; -o-box-shadow: 0 5px 10px #ccc;}
.btn-beta {
    background-color: #EFF5F5;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 35px;
    text-transform: uppercase;
    transition:all 0.3s;
    border:none;
}
.btn-alpha:hover {
	color: #FFF;
	/*background-color: #014B94;*/ background:#026289;
	text-decoration: none;
}
.btn-alpha:focus {
	box-shadow: none;
	text-decoration: none;
	color: #FFF;
	outline: none;
}
.btn-alpha-2:hover {
    color: #FFF;
    background-color: #014B94;
    text-decoration: none;
}
.btn-alpha-2:focus {
    box-shadow: none;
    text-decoration: none;
    color: #FFF;
    outline: none;
}
.mb1 {
    margin-bottom: 10px;
}
.mb2 {
    margin-bottom: 20px;
}
.mt2 {
    margin-top: 20px;
}
.mt3 {
	margin-top: 30px;
}
.mt5 {
    margin-top: 50px;
}
.b-b-0 {
    border-bottom: 0 !important;
}
.f11 {
    font-size: 11px;
    font-weight: 600;
}
.dividerh {
    border-bottom: 5px solid #ddd;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px !important;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.big-p {
    font-size: 16px;
    color: #777;
    line-height: 26px;
}
.green-l {
    background-color: #016C38;
}
.green-d {
    background-color: #005E31;
}
.orange-l {
    background-color: #D57500;
}
.orange-d {
    background-color: #C76D00;
}
.blue-l {
    background-color: #14648A;
}
.blue-d {
    background-color: #10587A;
}
.red-l {
    background-color: #C50017;
}
.red-d {
    background-color: #B50014;
}
/*=================Customize=======================*/
.logo h1 {
    font-family: 'Pacifico', cursive;
    color: #EC5548;
}
.header {
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	min-height: 100px
}
.banner {
    margin: 30px 50px 50px;
    /*position: fixed;
    width: 500px;*/
}
.banner .logo{ overflow: hidden; text-align: center; vertical-align: middle; }
.banner .logo h1{ text-align: center; }
.banner .logo img{ vertical-align: middle; max-height: 300px; margin: 0 auto }
.branding {
	min-height: 80px;
	text-align: center;
}
.img-menu-item {
	padding: 7px !important;
}
.box {
	background-color: #FFF;
	padding: 50px;
	min-height: 200px;
	position: relative;
	text-align: center;
	margin: 50px 0;
	box-shadow: 0 2px 4px #DDD;
	border-radius: 4px;
}
.box-icon i {
	color: #666;
	font-size: 50px;
}
.box-text {
	font-size: 30px;
	
}
.ph-icon {
	background: #00A9EE;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    width: 50px;
    box-shadow: 0 5px 10px #DDD;
}
.ph-text {
	margin-left: 20px;
    position: relative;
}
.ph-text h4 {
	margin-top: 3px;
	margin-bottom: 4px;
}
.wrapper {
	
}
#example {
	background-color: #FFF;
}
#example td, #example th {
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
#example_wrapper label {
	font-size: 0;
}
#example_filter {
	float: right;
	    margin-top: 12px;
}
.dt-buttons {
	float: left;
        margin-bottom: 20px;
}
.dt-buttons span {
	/*background: #999;*/ background: #465258;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 17px;
    padding: 5px 19px;
    text-transform: uppercase;
}
#example_wrapper input {
	background-color: #fff;
    background-image: url("../images/search.png");
    background-position: 270px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    font-size: 12px;
    height: auto;
    padding: 5px 10px;
    width: 300px; border: 1px solid transparent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
#example thead th {
    position: relative;
    background-image: none !important;
    cursor: pointer;
}
#example thead th.sorting:after,
#example thead th.sorting_asc:after,
#example thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
#example thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
#example thead th.sorting_asc:after {
    content: "\f0de";
}
#example thead th.sorting_desc:after {
    content: "\f0dd";
}
#example_info {
	float: left;
	margin-top: 25px;
}
#example_paginate {
	float: right;
	margin-top: 25px;
}
.paginate_button {
    background: #fff none repeat scroll 0 0;
    color: #000;
    margin-left: 10px;
    padding: 7px 15px;
    cursor: pointer;
    border: 1px solid transparent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0,0,0,.05); 
}
.first_sec {
	padding-top: 20px;
	padding-bottom: 25px;
}
.login .panel {
	width: 450px;
	margin: 0 auto;
	padding: 20px;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.table .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox, .radio {
  padding-left: 0;
  line-height: 18px;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #CCC;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    float: left;
    margin-right: .5em;
    padding-left: 0;
    color: #0078D7;
}
.table .checkbox .cr {
  margin-top: 0;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.caps {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.login_as {
	padding: 60px;
}
.sidebar-nav ul li {
    border-bottom: 1px solid #fff;
}
.sidebar-nav ul li:last-child {
    border-bottom: medium none;
}
.sidebar-nav ul li a {
    color: #333;
    font-weight: 400;
    line-height: 16px;
    padding: 8px 10px;
}
.sidebar-nav ul li a i {
    margin-right: 8px;
}
.sidebar-nav ul li a:hover {
    background-color: #fafcfd;
    color: #000;
}
.sidebar-nav ul li.active {
    border-bottom: medium none;
}
.sidebar-nav ul li.active a {
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    color: #0078d7;
    margin-left: -2px;
}
.content-wrapper {
    background-color: #FFF;
    padding: 30px;
}
.stats {
    font-size: 52px;
    text-align: center;
}
.btn-boxed {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    min-height: 150px;
    padding: 50px 10px;
    text-align: center;
    box-shadow: 0 2px 4px #DDD;
    border-radius: 4px;
    margin-bottom: 30px;
}
.btn-boxed:hover {
    text-decoration: none;
    box-shadow: 0 5px 10px #DDD;
}
.btn-boxed i {
    border: 1px solid #000;
    border-radius: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 18px;
    width: 40px;
}
.sb-item {
    border: 3px solid #00A9EE;
    border-radius: 100%;
    height: 120px;
    margin-bottom: 30px;
    padding-top: 13%;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sb-item span {
    display: block;
}
.sb-score {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.sb-label {
    font-size: 14px;
}
.highcharts-credits {
    display: none;
}
.sml-text {
    font-size: 12px;
}
#contents {
    min-height: 400px
}
.im-card {
    /*border-radius: 10px;*/
    background-color: #FFF;
    position: relative;
    margin-bottom: 30px;
}
.im-card-name {
    padding: 0;
    border-bottom: 1px solid #DDD;
    /*background-image: url('../images/bg-ngo1.jpg');*/
    position: relative;
    /*border-radius: 10px 10px 0 0;*/
    overflow: hidden;
}
.overlay-ngo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9); display: none;
}
.pr-ngo {
    position: relative;
    z-index: 99;
}
.pr-ngo p {
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}
.im-card-pts {
    padding: 0;
}
.im-card-team {
    padding: 20px;
    padding-bottom: 0;
}
.im-big-text {
    font-size: 20px;
    font-weight: 600;
}
.im-sml-text {
    font-size: 13px;
}
.im-card ul {
    margin: 0;
    padding: 0;
}
.im-card ul li {
    list-style: none;
    border-bottom: 1px solid #DDD;
    padding: 8px 0;
}
.im-card ul li:last-child {
    border-bottom: none;
}
.im-card-cta {
    padding: 10px; overflow: hidden; position: relative; /*text-align: center; */ text-align: right; background: #e0e2e2; border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; position: relative; min-height: 70px
}
.im-card-team .media-heading {
    font-size: 14px;
    margin-bottom: 0;
}
.btn-circled {
    height: 30px;
    width: 30px;
    background-color: #00D664;
    display: inline-block;
    /*text-align: center;
    border-radius: 100%;*/  border-radius: 6px; text-align: center;   
    line-height: 27px;
    transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease;
}
.btn-circled img {
 width: 50%;
}
.btn-circled:hover {transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);}
.im-actions {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
}
.dropdown-dot button {
    /*background: #dbe4e4;*/ background: #eff5f5;
    border: medium none;
    border-radius: 100%;
    color: #63ade5;
    font-size: 18px;
    height: 40px;
    letter-spacing: -3px;
    margin: 0;
    width: 40px;
}
.dropdown-dot .dropdown-menu::before {
    left:15%;
}
.dropdown-dot .dropdown-menu::after {
    left:15%;
}
.dropdown-dot li {
    padding: 3px 0 !important;
}
.typic {
    color: #777;
    font-size: 12px;
    line-height: 16px;
}
.progress{
  overflow:visible;
  height: 10px;
  box-shadow: none;
  border-radius: 0;
}
.progress-bar{  
   box-shadow: none;
   transition:all 1.5s;
}
.pb-orange {
    background:#f05a28; 
}
.pb-green {
    background:#70AD47; 
}
.progress .pb-orange {background:#F2C602}
.progress .pb-green { background:#B1CC02; }
.ph-a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.ph-a:hover {
    text-decoration: none;
}
.dd-check .dropdown dd,
.dd-check .dropdown dt {
  margin: 0px;
  padding: 0px;
}
.dd-check .dropdown ul {
  margin: -1px 0 0 0;
}
.dd-check .dropdown dd {
  position: relative;
}
.dd-check .dropdown a,
.dd-check .dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.dd-check .dropdown dt a {
  background-color: #FFF;
  display: block;
  border:1px solid #DDD;
  border-radius:3px;
  overflow: hidden;
  padding: 6px 12px;
  font-size: 14px;
  height: 40px;
  background-image: url('../images/drop-arrow.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 3%;
}
.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 3px 3px 2px 0;
  color: #484848;
  font-weight: normal;
}
.dd-check dl {
    margin-bottom: 0;
}
.dd-check .dropdown dd ul {
  background-color: #FFF;
  border: 1px solid #DDD;
  padding: 10px
  display: none;
  left: 0px;
  position: absolute;
  top: -1px;
  width: 100%;
  list-style: none;
  height: 200px;
  overflow: auto;
  padding-left: 15px;
  z-index: 99;
}
.dd-check .dropdown span.value {
  display: none;
}
.dd-check .dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dd-check .dropdown dd ul li a:hover {
  background-color: #fff;
}
.tmarg {
    margin-top: 50px;
}
#example_paginate .current {
    /*background-color: #666; background: #13597d;*/ background-color: #465258;
    color: #FFF; 
}
.btn-sml {
    padding: 6px 24px !important;
}
.ticked {
    color: #00D664;
}
.help-block {
    color: red;
    font-size: 13px;
    font-weight: normal;
} 
.error-text {
    color: red;
    font-size: 13px;
    font-weight: normal;
} 
.error {background:red;}
/** BEGIN LOADER **/
#link {color: #E45635;display:block;font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;text-align:center; text-decoration: none;}
#link:hover {color: #CCCCCC}
#link, #link:hover {-webkit-transition: color 0.5s ease-out;-moz-transition: color 0.5s ease-out;-ms-transition: color 0.5s ease-out;-o-transition: color 0.5s ease-out;transition: color 0.5s ease-out;}
@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%; left: 50%;
top: 50%; margin: -50px 0 0 -50px;
}
.modal-backdrop.in {
    opacity: 1;
}
.loading-container { position: fixed; left: 0; top: 0; width: 100%; height: 100%; text-align: center; background: rgba(0,0,0,.2); z-index: 9999; }
.loading {
    border: 2px solid transparent;black
    //border-color: transparent #fff transparent #FFF;
    border-color: transparent black transparent black;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}
.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    //color: #ffffff;
    color: black;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 40x;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40px;
    width: 100px;
}
/** END BEGIN LOADER **/
.alert {
    border-radius: 4px;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 50px;
    position: fixed;
    right: 20px;
    width: 25%;
    z-index: 999;
}
.error-bg {
    background-color:#FE5B5C;
}
.success {
    background-color: #00D664;
}
/*.ac-circle {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    line-height: 15px;
    text-indent: -999px;
    }*/
    .green-bg {
        background-color: #70AD47; color: #fff
    }
    .amber-bg
    {
        background-color: #f05a28; color: #fff 
    }
    .ph-a {
        display: inline-block;
        margin-top: 5px;
    }
    .page-heading .dropdown-menu {
        width: 288px;
        top: 62px;
    }
    .tab-wall {
        padding: 20px;
        background: #FFF;
        min-height: 400px;
    }
    .nav-tabs li a {
        border:1px solid #DDD;
        border-radius: 0;
        margin-right: 0;
        background-color: #E4EDED;
        font-weight: 600;
        color: #333;
        text-align: center;
        min-width: 130px;
    }
    .nav-tabs li a span {
        display: block;
        font-size: 13px;
        font-weight: normal;
        color: #777;
    }
    .nav-tabs > li.active > a{
     background-color: #FFF;
 }
 .mt1 {
    margin-top: 10px;
}
strong {
    font-weight: 600;
}
.side-bg {
    border:1px solid #DDD;
    padding: 20px;
}
.lined {
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}
.btn-sml {
    padding: 6px 24px !important;
    font-size: 11px;
}
.t-border {
    border-top: 1px solid #DDD;
}
.no-record {
    color: #777;
    font-size: 16px;
    margin-top: 10%;
    text-align: center;
}
.msdd .btn-group {
    display: block;
    width: 100%;
}
.msdd .btn-default {
    width: 100%;
    height: 42px;
    border-color: #DDD;
    text-align: left;
}
.msdd .btn-default:hover {
    background-color: #FFF;
}
.msdd .btn-default:focus {
    box-shadow: none;
    background: #F5f5f5;
    border-color: #DDD;
}
.multiselect-container > li > a > label {
    padding: 0;
}
.msdd .btn-group:hover {
    background-color: #FFF;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #FFF;
    color: #484848;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #FFF;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    float: none;
}
.msdd .caret {
    border:none;
}
.msdd .caret:after {
    content:"\f107";
    position: absolute;
    right: 17px;
    top: 5px;
    font-family: FontAwesome;
    color: #BBB;
    font-size: 22px;
}
.msdd .dropdown-menu > li > a {
    padding: 5px 20px;
}
.msdd .dropdown-menu {
    height: 200px;
    overflow: auto;
    box-shadow: none;
    border-radius: 0 0 4px 4px !important;
    top: 40px;
    border:1px solid #DDD;
}
.sub-logo {
    border-left: 2px solid #ccc;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 5px;
    margin-top: 13px;
    padding-bottom: 2px;
    padding-left: 7px;
    text-transform: capitalize;
    color: #333;
}
.sub-logo .navbar-brand{ margin-top: 0; margin-left: 0 !important; line-height: 60px }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* gant chart css */
.navbar {
    margin-bottom: 0;
}
.white-bg {
    background-color: #fff;
}
.table-gantt input {
    border: none;
    background-color: transparent;
    color: #000;
    width: 82%;
}
/*.table-gantt .padded-l input { width: 93% !important; margin-left: -10%}*/
.table-gantt .padded-l input { width: 80% !important; margin-left: 0%}
.table-gantt input.field_gant1{ width: 100% }
.table-gantt input:focus {
    background: transparent;
    border: none;
}
.table-gantt th {
    text-align: left;
}
.table-gantt th.text-center{ text-align: center; }
.table-gantt > thead > tr > th {
 border-top: 1px solid #DDD !important;
 border-bottom:1px solid #DDD !important;
 border-right: 1px solid #DDD;
}
.month-block th:last-child, .month-block td:last-child{ border-right: 0 !important }
.unpadded {
    padding: 0 !important;
}
.table-gantt td {
 border-top: none !important;
 border-right: 1px solid #DDD;
}
.padded-l {
    /*padding-left: 35px !important;*/
}
.padded-l-s {
    padding-left: 15px !important;
}
.table-gantt i {
    color: rgba(0,0,0,.8);
    font-size: 16px; vertical-align: middle;
}
.table {
    margin-bottom: 0;
}
.table-gantt a {
    color: #000;
}
.table-gantt .dropdown-menu {
    padding: 2px;
    top: 18px;left: -22px;
}
.g-actions .dropdown-menu:before,.g-actions .dropdown-menu:after{ border: none; background: no-repeat; }
.table-gantt .dropdown-menu::before {
    left: 20%;
}
.table-gantt .dropdown-menu::after {
    left: 20%;
}
.g-actions {
 opacity: 0;
}
.g-actions i {
    color: #666
}
.g-actions .dropdown-menu > li > a {
    font-size: 12px;
    padding: 6px 10px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td >.g-actions {
    opacity: 1;
}
.table-hover > thead > tr:hover > th >.g-actions {
    opacity: 1;
}
.table-gantt{
  width: 100%;
  overflow-x:auto;
  border-bottom: 1px solid #DDD;
}
.sn {
    position: absolute;
    width: 90px;
    left: 0;
}
.tasks {
    position: absolute;
    left: 90px;
    width: 300px;
}
.duration {
    position: absolute;
    left: 390px;
    width: 100px;
}
.owner {
    width: 100px;
    position: absolute;
    right: 0;
}
.deliverable {
    width: 100px;
    right: 100px;
    position: absolute;
}
.bor-left {
    border-left: 1px solid #DDD;
}
.tableStyle{
  width: auto;
  max-width: 0px; 
  overflow-x:auto;
}
.tbodyClass{
    max-height: 80px;
    overflow-y: auto;
    /* position:absolute;*/
}
.gantt-inner{
  max-width: 700px; 
  overflow-x:auto;
  margin-left: 490px;
}
.month-block td {
    font-size: 12px;
    border-top: 1px solid #DDD !important;
    padding: 4px !important;
}
.month-block th {
    font-size: 11px; font-weight: 600;
    border-top: none !important;
    padding: 0;
    text-align: center;
    border-right: 1px solid #DDD;
}
.no-right-border {
    border-right: 0 !important;
}
.mnt-scroll-left {
    font-size: 15px !important;
    left: 0px;
    position: absolute;
    top: 10px; background: rgba(255,255,255,.5); padding:0 3px;
}
.mnt-scroll-right {
    font-size: 15px !important;
    right: 0px;
    position: absolute;
    top: 10px; background: rgba(255,255,255,.5); padding:0 3px;
}
.pr {
    position: relative;
}
.starrr td {
    border-top: 1px solid #DDD;
}
.wt75 {
    width: 75px !important;
}
.grouped td {
    font-weight: bold;
}
#gantt-chart {
    min-height: 500px;
}
.duration_week{
    display: flex; 
}
.duration_week input{
    text-align: center;
}
.table-gantt > thead > tr > th, .table-gantt td {
    border-left: 1px solid #DDD !important;
}
.unpadded td {
    border-right: 1px solid #DDD !important;
    border-left: none !important;
    vertical-align: middle !important;
}
.table-gantt .chosen-single {
    height: 23px !important;
    font-size: 12px !important;
    line-height: 23px !important;
    border: none !important;
    background: transparent !important; 
}
.chosen-container-single .chosen-single span{margin-right: 18px !important;}
td .chosen-container-single .chosen-single{ padding: 0 !important }
.table-gantt .chosen-single:focus {
    border: 1px solid #DDD !important;
}
.table-gantt .chosen-search {
    display: none !important;
}
.table-gantt .chosen-results li {
    font-weight: normal !important;
    padding: 3px 4px !important;
    font-size: 11px !important;
}
.table-gantt .chosen-single div b::before {
    right: 4px !important;
    top: 1px !important;
    font-size: 16px !important;
}
.month-block {
    background: #FFF !important;
}
.g-top-block {
    background: #E4EDED;
    border: 1px solid #EEE;
    position: relative;
    margin-bottom: 50px;
}
.pad20 {
    padding: 20px;
}
/*.slide-down {
    bottom: -30px;
    left: 50%;
    position: absolute; margin-left: -25px;
}*/
.g-top-block_1 .slide-down { bottom: -36px !important;}
.g-top-block .slide-down { bottom: -43px;}
.slide-down { left: 50%; position: absolute; margin-left: -100px; background:#fff; width: 200px; border-radius: 0 0 25px 25px; -webkit-border-radius: 0 0 25px 25px; -moz-border-radius: 0 0 25px 25px; -o-border-radius: 0 0 25px 25px; color: #999 !important; text-align: center; padding: 10px 0; font-weight: 600; font-size: 13px; z-index: 1}
.dborder {
    border: 1px solid #DDD;
}
.b-details label {
    margin-top: 10px;
}
.b-details h5, .g-top-block h5  {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.gutter-r {
    padding-right: 100px;
}
/*.slide-down i {height: 50px; width: 50px; border-radius: 100%; border:1px solid #FFF; color: rgba(0,0,0,.5); display: inline-block; margin-right: 10px; line-height: 50px; font-size: 16px; text-align: center; background: #FFF; }*/
.slide-down i {border-radius: 100%; border:1px solid #FFF; color: #999; display: inline-block; margin-right: 5px; font-size: 16px; text-align: center; background: #FFF; }
.table-gantt {table-layout:fixed; width:100%; font-size: 12px;}/*Setting the table width is important!*/
.table-gantt td, .table-gantt th {vertical-align: middle !important;}/*Hide text outside the cell.*/
.table-gantt td:nth-of-type(1), .table-gantt th:nth-of-type(1) {width:40px;}/*Setting the width of column 1.*/
.table-gantt td:nth-of-type(2), .table-gantt th:nth-of-type(2) {width:330px;}/*Setting the width of column 2.*/
.table-gantt td:nth-of-type(3), .table-gantt th:nth-of-type(3) {width:40px; text-align: center;}/*Setting the width of column 3.*/
.table-gantt td:nth-of-type(4), .table-gantt th:nth-of-type(4) {width:*;}
.table-gantt td:nth-of-type(5), .table-gantt th:nth-of-type(5) {width:70px;}
.table-gantt td:nth-of-type(6), .table-gantt th:nth-of-type(6) {width:95px;}
.table-gantt td:nth-of-type(7), .table-gantt th:nth-of-type(7) {width:90px;}
.unpadded {table-layout:fixed;}
.unpadded th, .unpadded td {
    overflow:hidden;
    /*max-width: 34.375px !important;
    min-width: 34.375px !important;
    width: 34.375px !important;*/ width: auto !important; min-width: 5px; max-width: 100px;
    vertical-align: middle !important;
}
.unpadded table {
    width: 100%;
}
.table-gantt th {
    overflow: hidden;
}
.month-block th {
    overflow: hidden;
    white-space: nowrap;
}
.month-block td  {
    overflow:hidden;
    /*max-width: 34.375px !important;
    min-width: 34.375px !important;
    width: 34.375px !important;*/
}
.stars td {
    border: none !important;
    text-align: center;
}
.g-week {
   background: #eae8e8 none repeat scroll 0 0;
   height: 16px;
   border-radius: 2px;
   display: inline-block;
   width: 32px;
   cursor: pointer;
}
.g-week-title {
    border-radius: 20px;
    cursor: pointer;
    font-size: 10px;
    height: 18px;
    margin: 0 4px;
    text-align: center;
    width: 26px; font-weight: 600
}
.g-week-filled {
    border: 1px solid #999;
    background:transparent; box-sizing: border-box;
}
.g-table th {
    border-top: 1px solid #DDD !important;
    border-bottom:1px solid #DDD !important;
}
.add-more {
    padding: 8px;
    border:1px solid #DDD;
    background: #FFF;
    border-top: none;
}
.add-more a {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.add-more i {
    background: rgba(0,0,0,.5);
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 21px;
    text-align: center;
    width: 20px;
    margin-right: 4px;
}
.g-act-btn {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border:2px solid #000;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    line-height: 37px;
    font-size: 20px;
    text-align: center;
}
.g-act-btn:hover {
    background: #00BC28;
    border-color: #00BC28;
    color: #FFF;
}
.border-rgt {
    border-right: 1px solid #DDD;
}
.table-detailed {
    border-top: 1px solid #DDD;
    border-bottom: none;
}
.table-detailed td {
    border-right: 1px solid #DDD;
    padding: 8px 20px !important
}
.table-detailed td:last-child {
    border-right: none;
}
.table-detailed .chosen-single {
  background: transparent !important;
  border: none !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 0 !important;
}
.table-detailed .chosen-choices {
 background: transparent !important;
 border: none !important;
 color: #000 !important;
 font-weight: 600 !important;
 padding: 0 !important;
}
.big-text {
    font-size: 20px;
}
.normal-text {
    font-weight: normal !important;
}
.g-top-block label {
    font-weight: 600;
}
.g-top-block h4 {
    font-size: 20px; margin-top: 0
}
.p-details {
    width: 100%;
    margin:0;
    padding: 0;
    border: 1px solid #DDD;
    background: #FFF;
}
.mt0 {
    margin-top: 0;
}
#rowId p {
    font-weight: 600;
}
.padded-row {
    padding: 10px 0;
    
}
.addmore {font-size: 12px; color: #000; font-weight: 600; margin-top: 10px; display: inline-block; }
.addmore i{ display: inline-block; height: 20px; line-height: 21px; text-align: center; width: 20px; margin-right: 4px; background: rgba(0,0,0,.5); border-radius: 100%; color: #fff;} .addmore:hover, .addmore:focus {color: #333; } .g-top-block .no-record {
    margin-top: 3%;}
input[type="number"] {
    -moz-appearance: textfield;
}
.wdt-loading-screen {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}
.wdt-loading-phrases {
    width: 300px;
    margin: 0 auto;
    height: 106px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.wdt-loading-phrases:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.wdt-loading-phrase {
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    transform: translateY(30px);
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}
.wdt-loading-phrase:before {
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.wdt-loading-phrase:after {
    opacity: 0;
    height: 11px;
    width: 7px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 3px solid #2EB150;
    border-top: 3px solid #2EB150;
    border-radius: 2.5px !important;
    content: '';
    left: 3px;
    top: 16px;
    position: absolute;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
}
.wdt-loading-phrase.wdt-checked:after {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 7px;
        opacity: 1;
    }
    20% {
        height: 2px;
        width: 7px;
        opacity: 1;
    }
    40% {
        height: 5px;
        width: 7px;
        opacity: 1;
    }
    100% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
}
@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 7px;
        opacity: 1;
    }
    20% {
        height: 2px;
        width: 7px;
        opacity: 1;
    }
    40% {
        height: 5px;
        width: 7px;
        opacity: 1;
    }
    100% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
}
@keyframes checkmark {
    0% {
        height: 0;
        width: 7px;
        opacity: 1;
    }
    20% {
        height: 2px;
        width: 7px;
        opacity: 1;
    }
    40% {
        height: 5px;
        width: 7px;
        opacity: 1;
    }
    100% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
}
.current-week { position: relative;}
.current-week::after {
    border: 1px dashed red;
    content: "";
    height: 40px;
    margin-left: -1px; left: 50%;
    position: absolute;
    width: 2px;
}
.user-note {
    background: #00A9EE;
    padding: 5px 0;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
}
.user-note a {
    color: #FFF;
    border-bottom: 2px solid #FFF;
}
.barWrapper {
    display: none;
}
.im-card-team {
    display: none;
}
#main-wrap {
    min-height: 600px;
}
.indicators {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.indicators li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.bubble {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 100%;
}
.price-box {
    margin: 0 auto;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 40px 15px;
    width: 500px;
}
.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #e1e1e1;
    color: #222222;
    margin-top: 4px;
}
.ui-slider .ui-slider-handle {
    position: absolute !important;
    z-index: 2 !important;
    width: 3.2em !important;
    height: 2.2em !important;
    cursor: default !important;
    margin: 0 -20px auto !important;
    text-align: center !important;  
    line-height: 30px !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
}
.ui-corner-all {
    /*border-radius: 20px;*/
}
.ui-slider-horizontal .ui-slider-handle {
    top: -3em !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #393a40 !important;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em !important;
}
.ui-slider .ui-slider-handle {
    cursor: pointer;
}
.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}
.price, .lead p {
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
    line-height: 60px;
}
h4.great {
    background: #00ac98;
    margin: 0 0 55px -60px;
    padding: 7px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -moz-box-shadow:    2px 4px 5px 0 #ccc;
    -webkit-box-shadow: 2px 4px 5px 0 #ccc;
    box-shadow:         2px 4px 5px 0 #ccc;
}
.price-slider {
    margin-bottom: 70px;
}
.form-pricing {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
}
.price-form {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.form-group span.price {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 14px;
}
.help-text {
    display: block;
    margin-top: 32px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    font-weight: 200;
    text-align: right;
    width: 188px;
}
.price-form label {
    font-weight: 200;
    font-size: 21px;
}
.ui-slider-range-min {
    background: #2980b9;
}
.ui-slider-label-inner {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #393a40;
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.panel-heading {
    border-bottom-color: #EFF5F5;
}
#report .panel-heading {
	background: #465258;
	color: #FFF;
}
#report .panel-heading h4 {
    color: #FFF;
}
#report label {
	color: #000;
	font-size: 14px;
}
.r-marg {
	margin-left: 50px;
}
.panel-heading {
    cursor: pointer;
}
.mce-menubar {
    display:none !important;
}
#report .container-fluid {
    margin-left: 0;
    margin-right: 0;
}
.com_pad_50 {
    padding: 50px;
}
.side-scroll {
    background: #E4EDED;
    bottom: 0;
    position: fixed;
    left: 0;
    top: 65px;
    width: 25%;
}
.content-wrapper h4 {
    margin-bottom: 10px;
}
.content-wrapper p {
    color: #000;
}
.w75 {
    width: 75%;
}
.w100 {
    width: 100%;
}
.table-report th {
    vertical-align: middle !important;
}
.table-report input {
    border:none !important;
    background: transparent;
}
#report h4 {
    color: #000;
}
.pr {
    position: relative;
}
.remove_img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.doc-box {
    position: relative;
    background: #EEE;
    padding: 5px;
    margin: 20px 0;
}
.sub-title {
    font-size: 0.7em;
    color: #465258;
}
.doc-upload {
    border:4px dashed #666;
    position: relative;
    padding: 10px;
    position: relative;
    text-align: center;
}
.newftype {
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.slider.slider-horizontal {
    padding: 25px 0;
    width: 80%;
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    left: 0;
    margin-top: -5px;
    top: 50%;
    width: 100%;
}
.slider.slider-horizontal .slider-selection {
    bottom: 0;
    height: 100%;
    top: 0;
}
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
    border-bottom-color: #0480be;
    border-width: 0 10px 10px;
    height: 0;
    margin-top: 0;
    width: 0;
}
.slider.slider-vertical {
    height: 210px;
    width: 20px;
}
.slider.slider-vertical .slider-track {
    height: 100%;
    left: 50%;
    margin-left: -5px;
    top: 0;
    width: 10px;
}
.slider.slider-vertical .slider-selection {
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
    border-left-color: #0480be;
    border-width: 10px 0 10px 10px;
    height: 1px;
    margin-left: 0;
    width: 1px;
}
.slider.slider-disabled .slider-handle {
    background-image: linear-gradient(to bottom, #dfdfdf 0px, #bebebe 100%);
    background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
    background-image: linear-gradient(to bottom, #e5e5e5 0px, #e9e9e9 100%);
    background-repeat: repeat-x;
    cursor: not-allowed;
}
.slider input {
    display: none;
}
.slider .tooltip.top {
    margin-top: -36px;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider .hide {
    display: none;
}
.slider-track {
    background: #DDD;    
    cursor: pointer;
    position: absolute;
}
.slider-selection {
    background: #00D664;
    border-radius: 0;
    box-sizing: border-box;
    position: absolute;
}
.button-slider-2 .slider-selection {
    background: orange !important;
}
.slider-handle {
    background-color: #666;
    border: 0 solid transparent;
    height: 20px;
    opacity: 1;
    position: absolute;
    width: 20px;
}
.slider-handle.round {
    border-radius: 50%;
}
.slider-handle.triangle {
    background: transparent none repeat scroll 0 0;
}
.slider-handle.custom {
    background: transparent none repeat scroll 0 0;
}
.slider-handle.custom::before {
    color: #726204;
    content: "★";
    font-size: 20px;
    line-height: 20px;
}
.slider {
    display: block;
    float: left;
    margin-left: 5px;
}
.valueLabel {
    display: block;
    float: left;
    margin-left: 15px;
}
.pr {
    position: relative;
}
.t-left {
    float: left;
    width: 80%;
}
.t-right {
    float: right;
    width: 18%;
}
.t-bar {
    background: #01A7AD;
    padding: 5px 0;
    width: 100%;
    margin: 10px 0;
}
.sm-text {
    font-size: 0.65em;
}
.table-bgt {
    vertical-align: middle;
}
.table-bgt input {
   border: none;
   background: transparent;
   text-align: right;
}
.table-bgt .date {
    text-align: left;
}
.table-bgt td, .table-bgt th {
    font-weight: 600;
    vertical-align: middle !important;
}
.table-dbgt input {
   border: none;
   background: transparent;
   text-align: right;
}
.table-dbgt .date {
    text-align: left;
}
.table-dbgt td, .table-dbgt th {
    font-weight: 600;
    vertical-align: middle !important;
}
.table-bgt th {
    font-size: 20px;
}
.thick {
    font-weight: 600;
}
.posi {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
}
.posi .posi-left {
   padding-right: 65px;
}
.darkbg {
    background: #EFF5F5;
}
#fix-act {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    padding-right: 65px;
    border-top: 1px solid #DDD;
    background: #FFF;
    z-index: 999;
}
.nb-inpt {
    background: #EEE;
    width: auto;
    border:none;
    text-align:left;
    padding: 5px; max-width: 100%
}
.mce-panel {
    background: #FFF !important;
}
.mce-edit-area {
 min-height: 300px !important;
}
.mce-edit-area iframe {
    min-height: 300px !important;
}
.mce-btn {
    background: transparent !important;
}
.mce-statusbar {
    display: none !important;
}
.mce-container-body {
   font-family: 'Open Sans', sans-serif !important;
}
.b-rcd {
    border: none;
    width: 115px;
    font-weight: 600;
    font-size: 16px;
}
.f16 {
    font-size: 16px !important;
}
#sponsor_id{ margin: 30px 0 0 30px; padding: 5px; min-width: 200px; border: 1px solid #DDD }
.navbar-brand{ max-height: 60px; margin-top: 5px; margin-left: 0 !important; }
.navbar-brand .img-responsive{ width: auto !important; max-height: 100% }
#app{ min-height: 550px }
.table-gantt tr td:first-child, .table-gantt tr th:first-child{ min-width: 40px !important; }
tr td:first-child, tr th:first-child{ min-width: 60px }
.highcharts-menu hr{ margin: 10px 0 }
.edit{ margin-right: 5px }
input[type="file"]{ background: #f1f1f1; padding: 5px; position: relative; }
.pr-ngo h3{ text-align: left; margin: 0 35px 10px 0px; font-size: 18px; }
.pr-ngo{ padding: 10px }
.pr-ngo .para{ display: none; }
.pr-ngo .date{ font-size: 12px; color: #666; text-align: left; }
.pr-ngo .date i{ margin-right: 5px }
.im-card-cta .desc{ float: left; margin: 0; line-height: 170%; font-size: 13px; text-align: left;max-height: 50px; overflow: hidden}
.im-card-cta .btn-green, .im-card{ -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s;}
.im-card-cta .btn-green{ -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; line-height: 50px; padding: 10px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: right; opacity: 1; background: #00A9EE; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; font-weight: normal; }
/*.im-card:hover .btn-green{ top: 0; opacity: 1; }*/
/*.im-card:hover{ box-shadow: 0 0 8px 0 rgba(0,0,0,.2 )}*/
.barchart{ padding: 0 10px 0 10px; text-align: center; margin: 0; height: 125px }
.barchart{ padding: 0; text-align: center; margin: 0; height: 125px }
.barchart .chart{ width: 200px; height: 120px; margin: 0 auto }
.barchart .chart rect {  fill: steelblue;}
.barchart .chart text {  fill: white;  font: 10px sans-serif;  text-anchor: end;}
#head_project_name{ border: 1px solid #f1f1f1; padding: 5px }
.col-md-4 .mt1{ margin-top: 18px }
.fainvest {background: url("../images/investor.png") center 4px no-repeat; background-size: 100%; width: 28px; height: 28px; position: relative; top: 2px}
.month-block th:first-child .gntmnt{ font-size: 10px; width: 30px; display: block; float: left;
    margin-left: 10px;}
    .month-block th:last-child .gntmnt{ font-size: 10px; width: 30px; display: block; float: left;}
    .canvasjs-chart-credit, #chartContainer{ color: rgba(255,255,255,0)  !important; border-color:rgba(255,255,255,0)  !important; text-align: center;}
/*.canvasjs-chart-credit, .amcharts-export-menu, .amcharts-main-div a, .highcharts-title{ visibility: hidden;}
.tspan{ text-shadow: none; }
.highcharts-contextmenu ,.highcharts-button-symbol{ display: none; }*/
.highcharts-title,.highcharts-contextmenu ,.highcharts-button-symbol{ visibility: hidden;}
.im-card-pts { padding: 0; margin-top: 0px; position: relative; z-index: 1; width: 100%; border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; }
.project_modal input[type="checkbox"] { margin-right: 6px;}
.area_blue_parent, .panel{position: relative;}
.area_blue_parent{ display: none !important}
.area_blur{-webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px);}
.area_blue_popup {background: rgba(0,0,0, 0.03) none repeat scroll 0 0;border: 2px solid #0078d7;color: #000;font-size: 20px; margin-left: 10%;padding: 10px;position: absolute;text-align: center;width: 80%;top:50%; transform: translate(0, -50%); -webkit-transform:  translate(0, -50%); -moz-transform:  translate(0, -50%); -o-transform:  translate(0, -50%); z-index: 1}
.dommy_cnt{-webkit-filter: blur(.1px); -moz-filter: blur(.1px); -o-filter: blur(.1px); -ms-filter: blur(.1px); filter: blur(.1px);}
select.filter{ padding: 8px; min-width: 250px; border: 1px solid #ccc  }
select.filter option{ padding: 5px; line-height: 180% }
.project_notstarted, .project_started, .project_completed, .project_notstarted a, .project_started a, .project_completed a{ /*color: #fff*/ }
.im-card-cta{ min-height: 40px !important; padding: 10px 0 0 ; background: none;  }
.new_formate h4,.new_formate h5{ text-align: left; border:none; padding: 5px 0;margin: 0; font-size: 14px; color: #999; }
.pr-ngo{ margin-bottom: 20px }
.project_completed .im-card-cta .btn-green, .project_started .im-card-cta .btn-green, .project_notstarted .im-card-cta .btn-green { position: relative; display: inline-block; text-align: center;line-height: 180%; width: auto; margin: 0 auto; float: none; height: auto; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px;}
.im-card-cta .btn-green span{ margin: 0 5px }
.project_notstarted .im-card-cta, .project_started .im-card-cta, .project_completed .im-card-cta{ text-align: center; }
.project_completed .im-card-name .pr-ngo{ background: #A5A5A5 !important }
.project_completed .im-card-cta .btn-green, .new_formate .project_completed  .badge { background: #A5A5A5 !important }
/*.project_completed .im-card-cta .btn-green:hover, .new_formate .project_completed .badge:hover{ background: #C64813 !important }*/
.project_completed .dropdown-dot button { color: #A5A5A5 !important }
.project_started .im-card-name .pr-ngo{background: #D8E2F3 !important; color: #333 !important}
.project_started .im-card-cta .btn-green, .new_formate .project_started .badge{background: #D8E2F3 !important; color: #333 !important}
/*.project_started .im-card-cta .btn-green:hover, .new_formate .project_started .badge:hover{background: #888 !important}*/
.project_started .dropdown-dot button { color: #D8E2F3 !important;}
.project_notstarted .im-card-name .pr-ngo{background: #C00000 !important}
.project_notstarted .im-card-cta .btn-green, .new_formate .project_notstarted .badge{background: #C00000 !important}
/*.project_notstarted .im-card-cta .btn-green:hover, .new_formate .project_notstarted .badge:hover{background: #CA9800 !important}*/
.project_notstarted .dropdown-dot button { color: #C00000 !important }
.project_track .im-card-name .pr-ngo{background: #70AD47 !important}
.project_track .im-card-cta .btn-green, .new_formate .project_track .badge{background: #70AD47 !important}
/*.project_track .im-card-cta .btn-green:hover, .new_formate .project_track .badge:hover{background: #70AD47 !important}*/
.project_track .dropdown-dot button { color: #70AD47 !important }
.project_delayed .im-card-name .pr-ngo{background: #f05a28 !important}
.project_delayed .im-card-cta .btn-green, .new_formate .project_delayed .badge{background: #f05a28 !important}
/*.project_notstarted .im-card-cta .btn-green:hover, .new_formate .project_notstarted .badge:hover{background: #f05a28 !important}*/
.project_delayed .dropdown-dot button { color: #f05a28 !important }
.project_published .im-card-name .pr-ngo{background: #00B0F0 !important}
.project_published .im-card-cta .btn-green, .new_formate .project_published .badge{background: #00B0F0 !important}
/*.project_published .im-card-cta .btn-green:hover, .new_formate .project_published .badge:hover{background: #00B0F0 !important}*/
.project_published .dropdown-dot button { color: #00B0F0 !important }
/* .new_formate */
.new_formate .im-card{ display: inline-block; width: 100%; background: #fff; padding: 20px 20px 20px 30px; position: relative; overflow: hidden; border: 1px solid transparent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0,0,0,.05);  }
.new_formate .im-card-name{ float: left; width: 100%; overflow: visible; padding-left: 17px; margin-bottom: 5px; min-height: 95px }
.new_formate .im-card-pts{ float: right; width: 100%; text-align: center; min-width: 80px }
.new_formate .pr-ngo { margin: 0 }
.new_formate .im-card-cta{ margin-top: 10px }
.new_formate .project_completed .im-card-name .pr-ngo, .new_formate .project_started .im-card-name .pr-ngo, .new_formate .project_notstarted .im-card-name .pr-ngo, .new_formate .project_notstarted .im-card-name .pr-ngo, .new_formate .project_track .im-card-name .pr-ngo, .new_formate .project_delayed .im-card-name .pr-ngo, .new_formate .project_published .im-card-name .pr-ngo{ background: none !important; color: #333 !important; padding: 0 }
.new_formate .barchart { height: auto;}
/*.new_formate .pr-ngo { position: relative; overflow: visible !important; padding-left: 0px !important; padding-top: 0px !important  }
.new_formate .badge{ position: absolute; left:-2px; top:-15px; opacity: .8 }*/
.project_completed .im-card-cta .btn-green, .project_started .im-card-cta .btn-green, .project_notstarted .im-card-cta .btn-green{background: #0078d7 !important}
.project_completed .im-card-cta .btn-green:hover, .project_started .im-card-cta .btn-green:hover, .project_notstarted .im-card-cta .btn-green:hover{background: #026289 !important}
.filter_select a{ border-right: 1px solid #999; padding: 0 5px; color: #444; font-size: 11px; line-height: 0 }
.filter_select a:last-child{ border:none; }
.filter_select a:hover,.filter_select a.active{ color: #111  }
.filter_select a.active{ font-weight: bold; }
.new_formate .badge{ font-weight: 600; font-size: 10px; transform: rotate(270deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); position: absolute; width:350px; left: -163px; top: 50%; height: 25px; line-height: 17px; margin-left:0;margin-top: -13px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; z-index: 1 }
.new_formate .im-card-cta{ overflow: visible; }
.new_formate .im-card-cta{margin: 0 auto;text-align: center;}
.new_formate .im-actions{ right: 20px; top: 10px; }
.new_formate .im-actions a{ color: #333; opacity: .5; cursor: pointer; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; }
.new_formate .im-actions a:hover{ opacity: 1 }
form .row_1{ position: relative; overflow: hidden; border:1px solid #eee; padding: 20px;width: 100%; display: inline-block; }
.ac-circle{ position: absolute; left: 0; top: 50%; margin-left:-138px; margin-top: -13px; width: 300px; height: 25px; text-align: center; transform: rotate(270deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); font-size: 10px; font-weight: 600}
.g-top-block_1{ border:none; }
.g-top-block_1 .pad20{ padding: 0 }
.p-details.pad20{ padding: 20px }
.g-top-block_1 .project_started { background-color:#D8E2F3; color:#333;}
.g-top-block_1 .project_completed { background-color:#A5A5A5; color:#fff;}
.g-top-block_1 .project_notstarted, .No-progress, .g-top-block_1 .project_notstarted:hover, .No-progress:hover { background-color:#C00000 !important; color:#fff; background-image: none !important;  border-color: #C00000 !important}
.g-top-block_1 .project_published, .g-top-block_1 .project_published:hover { background-color:#00B0F0 !important; color:#fff; border-color: #00B0F0 !important }
.g-top-block_1 .project_delayed ,.Delayed, .g-top-block_1 .project_delayed:hover ,.Delayed:hover { background-color:#f05a28 !important; color:#fff; background-image: none !important; border-color: #f05a28 !important}
.g-top-block_1 .project_track ,.On-track, .g-top-block_1 .project_track:hover ,.On-track:hover{ background-color:#70AD47 !important; color:#fff; background-image: none !important; border-color: #70AD47 !important}
.g-top-block_1 .project_completed ,.Complete, .g-top-block_1 .project_completed:hover ,.Complete:hover{ background-color:#00A9EE !important; color:#fff; background-image: none !important; border-color: #00A9EE !important }
.extended { background: url("../images/weekblank.png") #bcbbc0; background-size: 42px auto; }
.No-progress_blank, .No-progress_blank:hover{ background-color:#C00000 !important; color:#fff; background-image: url("../images/weekblank.png"); background-size: 42px auto;}
.Delayed_blank, .Delayed_blank:hover{ background-color:#f05a28 !important; color:#fff; background-image: url("../images/weekblank.png"); background-size: 42px auto; }
.On-track_blank, .On-track_blank:hover{ background-color:#70AD47 !important; color:#fff; background-image: url("../images/weekblank.png"); background-size: 42px auto;}
.Complete_blank, .Complete_blank:hover{ background-color: #00A9EE !important;color: #fff;background-size: 42px auto; background-image: url("../images/weekblank.png");}
._blank{ background:#ddd; color:#fff; background-image: url("../images/weekblank.png");   background-size: 42px auto; }
.horizontal-scroll .On-track, .horizontal-scroll .Delayed, .horizontal-scroll .No-progress{ border: none !important }
.Extended{background: black; border-color: black;}
.g-top-block_1 h4{ margin-bottom: 0 !important }
.g-top-block_1 .head_project_name{ border: none !important; display: inline-block; /*height: 60px;*/overflow: hidden; vertical-align: middle; padding: 20px 0 20px 10px !important;}
.gotoproject { bottom: 0; left: 0; right: 0; position: absolute; z-index: 0; padding: 4px 20px; text-align: right; /*background-color: #FFF; box-shadow: 0 7px 25px #ddd;*/ opacity: 0; background: rgba(0,0,0,.03)}
.highlight-price span{ background: #e5eded; color: #636b6f; padding: 5px 13px 5px 10px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; text-align: center; }
.brd_left{border-left: 1px solid #ddd !important;}
.p_tb20{ padding: 20px 0 }
.im-card:hover > .gotoproject {
    opacity: 1;
    transition: all 0.3s;
}
/*.g-week.yes{
        background-image: url("../images/weekblank.png");
    background-size: 42px auto; background-color: #ddd
 
    }*/
    .im-card-pts {display: none;}
    .btn-goto {
       color: #999;
       text-align: right;
       font-size: 20px;
   }
   .filtertype {
    color: black;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
/**************** Chart Code ************************/
.highcharts-yaxis-grid .highcharts-grid-line { display: none;}
.m_b30{ margin-bottom: 30px }
.chart_bdr{border: 1px solid #ebeced; border-radius: 4px; box-shadow:0 2px 10px 2px rgba(0,0,0,.05); }
.chart_bdr .p_20{ padding: 30px }
.bueget-chart1{width: 100% !important; height: 250px;}
.bueget-chart2{width: 100% !important; height: 380px;}
.bueget-chart{width:100% !important; height: 450px;}
/*.bueget-chart canvas{ width: !important; height: auto; }*/
.chart_bdr .nav{ border-bottom: 2px solid #ccc }
.chart_bdr .nav-pills>li{border-radius: 0 !important }
.chart_bdr .nav-pills>li>a{ color: #999; border-radius: 0 !important; border-bottom: 2px solid transparent; margin-bottom: -2px; font-weight: 600; font-size: 13px }
.chart_bdr .nav-pills>li:first-child>a{ padding-left: 0 }
.chart_bdr .nav-pills>li.active>a, .chart_bdr .nav>li>a:focus, .chart_bdr .nav>li>a:hover{ background: none !important; color: rgba(240,90,40,1)}
.chart_bdr .nav-pills>li.active>a{border-bottom: 2px solid rgba(240,90,40,1); color: rgba(240,90,40,1)  }
.chart_bdr .nav-pills>li.active>a:after{}
.chart_bdr h3{width: 100%; text-align: center; font-size: 16px; color: #555; margin: 0 0 20px !important; position: relative;  z-index: 1}
/*.chart-heading h3{ bottom: -20px }
.bueget-chart, .Project_status1, .spend_area, .project-chart{ background: #333; color: #fff }
.highcharts-background{ fill: #333; color: #fff }*/
.bg_white{ background-color: #fff }
.highcharts-button-box{ display: none }
/**************** Chart Code ************************/
.table-responsive_1{ overflow-x: visible !important; }
.row{ position: relative; }
.viewall{ position: absolute;left: -20px; top:0; }
.viewall a{ padding-right: 5px;border-right: 1px solid #999;}
.table > tbody.task_row > tr > td, .table > tbody.task_row > tr > th, .table > tfoot > tr > td, .table.table-gantt > thead > tr > th{ padding: 8px 5px }
.task_row .padded-l-s{ padding-left: 10px !important }
.dashboard_filter{  position: relative; z-index: 1;padding: 10px 0 10px 10px }
.dashboard_filter select{ line-height: 180%; height: 30px; margin-left: 10px; border: 1px solid #ddd; background: rgba(255,255,255,.5); box-shadow: none; max-width: 100px; font-size: 12px }
.dashboard_filter select:hover, .dashboard_filter select:focus{ outline: none }
.horizontal-scroll{ width: 100%; overflow-x: auto; }
td.unpadded, td.unpadded td{ vertical-align: middle !important; }
/*.table > tbody.task_row > tr td.padded-l {padding-left:35px !important;}*/
.table > tbody.task_row > tr > td{ padding: 2px 5px }
.g-week{box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  vertical-align: middle; display: inline-block; margin: 0px auto 0;}
.quater-year .g-week, .half-year .g-week{ margin: 0 auto 0; }
.quater-year .g-week, .half-year .g-week{ height: 10px; width: 88%;}
.full-year .g-week, .full-year-1 .g-week{ height: 10px; width: 82%;}
.quater-year td, .half-year td, .full-year td, .full-year-1 td{ text-align: center !important; min-width: .5% !important }
.full-year-1 td:hover, .full-year td:hover, .half-year td:hover, .quater-year td:hover{ overflow-x: visible; }
.full-year-1 td:hover .g-week{ transform: scaleX(1.2); -webkit-transform: scaleX(1.2); -moz-transform: scaleX(1.2); -o-transform: scaleX(1.2); position: relative; z-index: 1;}
.full-year-1 td:hover .g-week, .full-year td:hover .g-week, .half-year td:hover .g-week, .quater-year td:hover .g-week{ background-color: #d8d8d8 }
.quater-year td, .quater-year.month-block td{width:6% !important;}
.half-year td, .half-year.month-block td{width:3% !important;}
.full-year td, .full-year.month-block td{ width: 1.5% !important; }
.full-year-1 td, .full-year-1.month-block td{ width: .75% !important; }
.table.full-year > tbody > tr > th{ width: 1.5% !important; text-align: center !important; }
/*.full-year.month-block td{ width: 1.5% !important; }*/
.table-gantt .horizontal-scroll td:first-child, .table-gantt .horizontal-scroll th:first-child, .table-gantt .month-block td, .table-gantt .month-block td:first-child{ min-width: .5% !important; padding: 0 !important }
form{ display: inline-block; width: 100% }
.quater-year.month-block .g-week-title, .half-year.month-block .g-week-title, .full-year.month-block .g-week-title{ margin: 0 !important; width: 100% !important }  
.full-year.month-block .g-week-title{ font-size: 10px !important; font-weight: 600 }
.table-gantt .full-year.month-block td{  }
.table-gantt .half-year.month-block td{}
.table-gantt .quater-year.month-block td{}
.form_subSection{ background:rgba(0,0,0,.02); display: inline-block; width: 100%; min-height: 380px; padding: 20px; margin-bottom: 30px; box-sizing: border-box; border: 1px solid #e5edee}
.form_subSection p{ font-size: 12px; line-height: 130%; margin-top: 0px; margin-bottom: 0 }
.form_subSection h4{ /*border-bottom: 1px solid #e5edee; padding-bottom: 5px;*/ margin-top: 0; position: relative;}
.form_subSection h4:before{ content: ''; height: 100%; width: 5px; border-left: 10px solid #ec5826; left: -20px; position: absolute; }
.height_130{ height: 130px !important }
.height_105{ height: 105px !important }
.chosen-disabled.chosen-container-single .chosen-single, input[disabled], .chosen-container-multi.chosen-disabled .chosen-choices{ background: #eee !important; opacity: 1 }
.m_b0{ margin-bottom: 0 !important }
.m_b10{ margin-bottom: 10px !important }
.table-gantt td.unpadded{ padding: 0 !important }
.circle {border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%;}
.zoom-level{ display: inline-block; background: #e5eded; border:3px solid #e5eded; margin-bottom: 10px; padding: 6px 15px 10px; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -o-border-radius: 35px; }
.zoom-level a{ color: #666; /*background: #fff; padding:3px 8px; border: 2px solid #d1dfdf;*/ margin: 0 10px; display: inline-block;  transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; vertical-align: middle;}
.zoom-level a span{ display: none; }
.zoom-level i{ font-weight: normal; font-size: 18px; cursor: pointer; }
.zoom-level i:hover, .zoom-level i.active{ color: #f05a28 }
.zoom-level a.active, .zoom-level a:hover{ /*background: #fff !important;*/ color: #f05a28 }
.table-gantt .table.month-block th:first-child { min-width: 1% !important; width: auto !important; }
.table-gantt .table.month-block th[colspan="1"]:first-child{ width: 20px !important }
.table-gantt .table.month-block th[colspan="2"]:first-child{ width: 20px !important }
.table-gantt .table.month-block th[colspan="3"]:first-child{ width: 20px !important }
.table-gantt .table.month-block th[colspan="4"]:first-child{ width: 20px !important }
.table-gantt .table.month-block th[colspan="5"]:first-child{ width: 20px !important }
.full-year .invisible,.full-year .gntmnt{display: none !important;}
.half-year .invisible,.half-year .gntmnt{display: none !important;}
.g-actions a{ padding: 0 1px }
.received_gent_column{width:5.5%}
.excess_budget{ color: #70AD47 }
.lack_budget{ color: #f05a28 }
.sufficient_budget{ color: #636b6f }
.warning_text{ color: #C00000 }
.date_allocation.pull-left.text-left{ text-align: left !important; margin-left: -10px  }
th.zoom_filed_activity, td.zoom_filed_activity{ width: 140px !important }
th.zoom_filed_owner, td.zoom_filed_owner{ width: 60px !important }
.g-top-block .t-right h4{ text-align: right; margin-top: 0 }
.g-top-block .t-right h4 .sm-text i{ font-size: 20px; vertical-align: middle; margin-left: 5px }
.g-top-block .t-right h4 .allocated_show, .g-top-block .t-right h4 .recived_payment, .g-top-block .t-right h4 .utilized { min-width: 120px; display: inline-block; vertical-align: middle; }
.table-dbgt.table>thead>tr>th, .table-bgt.table>thead>tr>th{ border-bottom: none; }
.unstyled line_h220{ line-height: 220% }
.borderless td, .borderless th {border: none !important;}
tr.grouped{background:#f5f5f5}
.width_50{ width: 50px}
.width_70{ width: 70px}
input[type="file"].form-control{height: auto !important;}
.comment_list{ position: relative !important; }
table.header-fixed{height:300px; display: -moz-groupbox; display: -webkit-groupbox; display: -0-groupbox; width: 100%; position: relative; }
.header-fixed tr {width: 100%; display: inline-table; table-layout: fixed; } 
.header-fixed tbody{overflow-y: scroll; height: 200px; width: 100%; position: absolute; margin-right: 30px; }
.g-top-block h4 .fa-inr{ vertical-align: -2px; font-size: 20px; }
#comment_modal_box a{ color: #333 }
tbody a{ color: #666 }
#comment_modal_box input[type="file"]{padding: 9px;}
.gant_amount, .gant_received{ padding:0 3px; width: 100% !important; box-sizing: border-box; }
.dborder .table-bgt th {font-size: 14px; font-weight: 600}
#slidecontainer {width: 80%; display: inline-block; vertical-align: middle; position: relative; position: relative; left: -5px; top:-3px } 
.slider {-webkit-appearance: none; width: 100%; height: 5px; background: #d3d3d3; outline: none; -webkit-transition: .2s; transition: opacity .2s; } 
.slider:hover {opacity: 1; } 
.slider::-webkit-slider-thumb {-webkit-appearance: none; appearance: none; width: 15px; height: 15px; border-radius: 50%; background: #f05a28; cursor: pointer; } 
.slider::-moz-range-thumb {width: 15px; height: 15px; border-radius: 50%; background: #f05a28; cursor: pointer; }
#slidecontainer p{ position: absolute; right: 0; top: 3px; font-size: 12px; display: none; }
.m_t0{ margin-top: 0 !important }
.b_b0{ margin-bottom: 0 !important }
.big-text i{ top: 0px; position: relative; font-size: 18px;}
/*.g-top-block_1 .orange-text{ background: #fff; color: #f05a28; padding: 3px 5px 3px 4px; border-radius: 15px; min-height: 15px; min-width: 15px; border: 2px solid #f05a28; box-sizing: border-box;}*/
@-moz-document url-prefix() { 
  .header-fixed tbody{ width: 86% !important }
}
.addmorebox{ padding: 10px; border: 1px solid #ccc; margin-top: 10px; background: rgba(0,0,0,.01) }
.office_location td .chosen-container-single .chosen-single{ padding: 0 5px !important; min-width: 200px }
.office_location td .chosen-container-single .chosen-single div b:before{ right: 4px !important;}
.office_location td .chosen-container .chosen-results{ font-size: 13px }
.office_location td .chosen-search input{ border: 1px solid #ddd !important }
.detail_trash_location,.detail_trash{ position: absolute; right: 7px; top: 0; z-index: 1 }
.detail_trash_location a,.detail_trash a{ padding:0 10px; color: #666; display: inline-block; }
/*Dashboard*/
.p_20{ padding:20px;  }
.p_t20 { padding-top: 20px }
.p_b0{ padding-bottom: 0px !important }
.p_relative{ position: relative; }
.trial-version{ position: absolute; left: 0; bottom: 0; width: 100%; height: 20px; background: #fff; display: inline-block;  /*display: none;*/}
.trial-version.b9{ bottom: -10px }
.trial-version.b17{ bottom: 17px }
.trial-version.b13{ bottom: 21px }
.trial-version.b6{ bottom: -10px }
#dashboard h2{font-size: 20px; margin-bottom: 20px}
#dashboard .project-chart, #dashboard .project-chart1{ display: inline-block; overflow: hidden; }
#dashboard .project-chart1{ height: 360px; margin-bottom: -40px;}
.chart_bdr.p_20.p_0{ padding-bottom: 0 !important }
.chart-date .form-control{  height: 30px; font-size: 13px; margin-top: -5px; border: none;  background: rgba(0,0,0,.03); border-radius: 0 }
.chart-date h3.text-left{ text-align: left; }
.fix_tab{ position: fixed; left: 0; top: 170px; font-weight: 600; z-index: 1; }
.fix_tab1{ background: /*rgba(0,0,0,.07)*/#dbdcdc; padding: 5px 10px; border-radius:0 5px 5px 0 ; color: #636b6f; margin: 5px 5px 5px 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; position: relative;/*left:  -50%;*/ cursor: pointer; }
.fix_tab1.active, .fix_tab1:hover{background: #00A9EE; color: #fff; left:  0px}
#utilization-tab, #progress-tab{ background: rgba(0,0,0,.05); padding-top: 10px }
#utilization-tab .dividerh,  #progress-tab .dividerh{border-bottom: 5px solid #bbbec0;}
.success h2{ font-size: 18px; padding: 10px; color: #fff; font-weight: 600; }
/*Dashboard*/
.page-heading .ph-icon{ display: none; }
.page-heading .ph-text{margin-left: 0px;}
/*.full-year.month-block td:first-child {width: .9% !important;}*/
.full-year.month-block td.week-2{width: 1.3% !important;}
.full-year.month-block td.week-4{width:2.6% !important;}
.full-year.month-block td.week-5{width: 3.3% !important;}
.full-year-1.month-block td.week-2{width: 1.3% !important;}
.full-year-1.month-block td.week-4{width:2.6% !important;}
.full-year-1.month-block td.week-5{width: 3.3% !important;}
.full-year-1.month-block td .g-week-title{ margin: 0 !important; font-size: 9px !important }
.chart-date .dashboard_filter{ padding-top: 0 }
.chart-date h3{ margin-bottom: 0 !important; margin-top: 5px !important; }
.project_tab{ margin: 10px 0 0 }
.project_tab span:first-child{ margin-right: 20px; vertical-align: middle; }
.project_tab span input{ vertical-align: -3px; }
#total{ margin-bottom: 20px }
#publish_submit_button{ display: inline-block; margin-right: 10px }
.resizing-input .form-control{ display: inline-block; }
.mt4 .form-control{ display: inline-block; }
.mt5 .form-control{ display: inline-block; }
.EngagementModel{position:relative}
.EngagementModel h3{color:#FE5E1B; font-weight:600}
.EngagementModel>ul{list-style:none; width: 80%; margin: 20px 0; position: relative;}
.EngagementModel>ul:after{ content: ''; border-right: 2px solid #FE5E1B; position: absolute; right: 0; width: 2px; height: 95%; top: 20px }
.EngagementModel li{margin-bottom:15px; padding-right: 10%; position:relative}
.EngagementModel>ul ul{list-style:none; margin-left: 30px;}
.EngagementModel>ul ul li{ padding-right:15%;}
.EngagementModel .step{color:#FE5E1B; left:0px; top:0; font-size:18px;}
.EngagementModel .hed{margin-left:10px; margin-top:10px; font-size:18px}
.EngagementModel .desc{margin-left:70px; font-size:13px; line-height:130%}
.EngagementModel>ul ul .desc{margin-left:40px;}
.EngagementModel .icon_img{ right:-4%; top: 20px;}
.EngagementModel .icon_img1{right: -28%; top: 20px; }
.EngagementModel .icon_img, .EngagementModel .icon_img1 {text-align:right; display:inline-block; position: absolute; z-index: 1  }
.EngagementModel .icon_img img, .EngagementModel .icon_img1 img{ height: 50px }
.EngagementModel>ul li:first-child .icon_img{ }
.EngagementModel>ul li:last-child .icon_img{}
.disabled  td,.disabled a{   background: #dadada !important; cursor: no-drop !important;}
.disabled .g-week {cursor: no-drop !important;}
.disabled .dropdown{ display: none !important }
/*.custom_form{ background: rgba(255,255,255,.2); }
.bg_theme{background:#d3dada;}
.bg_white{ background: #fff; color: #333 }
.fld{ padding: 5px 0; text-align: center; display: block; color: #333; padding: 5px; margin:2px auto 5px }
.fld:hover{ background: rgba(255,255,255,.2); color: #666 }
.fld:hover .svg{ opacity: .7 }
.fld span{ font-size: 12px }
.svg{ height: 30px; }
.svg path{ fill: #fff }
.fld span{ display: block; }
.formatecreate_area{ border: 2px dashed #ccc; height:955px; overflow: auto; position: relative;}
.referesh{ position: absolute; right: 10px; top: 10px; height: 20px; opacity: .7 }
.msg{ position: absolute; left: 0; width: 100%; text-align: center; margin: auto; top: 50%; height: 20px }
.p_t10{ padding-top: 10px }
.p_b10{ padding-bottom: 10px }
.custom_form h5{ border-bottom: 1px solid #999 }
.custom_form .ui-widget-content{ background: none; border: none }*/
.f_popup{ position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); background: #fff; border: 1px solid #ccc; z-index: 2; box-shadow:0 0 50px 5px #ccc; -webkit-box-shadow:0 0 50px 5px #ccc; -moz-box-shadow:0 0 50px 5px #ccc; -o-box-shadow:0 0 50px 5px #ccc; -ms-box-shadow:0 0 50px 5px #ccc; min-width: 220px }
ul{ margin: 0; padding: 0 }
.f_popup ul{  margin: 20px 10px; min-width: 180px; max-width: 250px; display: inline-block; vertical-align: top;  }
.f_popup ul:last-child{ border-left: 1px solid #ccc !important; padding-left: 10px; margin-left: 0; border-right: none !important }
.f_popup li{ list-style: none; position: relative; padding:0 10px; margin-bottom: 5px; border-bottom: 1px solid #fff }
.f_popup li:last-child{ border-bottom: none !important}
.f_popup li span{ position: absolute; right:-10px; top: 50%; margin-top: -16px; background: #fff; padding: 5px; cursor: pointer; }
.f_popup li span:hover{ opacity: .5 }
.f_popup a{ display: block; color: #333}
.f_popup li:hover{ background: rgba(0,0,0,.05) }
.f_popup h4{ margin: 0; background:#f7f7f7; color: #333; padding:10px 20px; border-bottom: 1px solid #ccc }
.upload_editorimg{max-width: 100px;min-height: 50px;margin: 20px 0 0;border-radius: 10px; display: block;}
.textarea-field .field-label,.textarea-field .required-asterisk,.textarea-field .fld-label { display: none !important;}
.main_section{background-color: #666 !important; color: #fff;}
.utilization_view_12_current_financial{color:#000;}
.utilization_view_12_current_financial.active{color:red;} 
.btn-link-blue{padding: 10px;font-size: 14px;text-transform: uppercase;}