html {
	position: relative;
	min-height: 100%;
}
html, body {
	/*font-family: Century Gothic;*/
}
.container {
	width: 90%;
}
/** common classes **/

.pad0 {
	padding: 0;
}
.pad-l2 {
	padding-left: 2px !important;
}
.pad-r2 {
	padding-right: 2px !important;
}
.pad5 {
	padding: 5px !important;
}
.pad10 {
	padding: 10px !important;
}
.pad30 {
	padding: 30px;
}
.pad_lr5 {
	padding-left: 5px;
	padding-right: 5px;
}
.pad_lr10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pad_lr20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.pad_lr30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.pad_t20 {
	padding-top: 20px;
}
.pad_tb3 {
	padding-top: 3px;
	padding-bottom: 3px;
}
.pad_tb5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.pad_tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.add_button.pad_tb10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.pad_tb20 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.awe p {
	margin: 0 0 5px;
}
.pad_l0 {
	padding-left: 0 !important;
}
.pad_l20 {
	padding-left: 20px;
}
.pad_l10 {
	padding-left: 10px;
}
.pad_r0 {
	padding-right: 0 !important;
}
.pad_r10 {
	padding-right: 10px;
}
.pad_r20 {
	padding-right: 20px;
}
.pad_lr25 {
	padding: 0 20px 0 5px;
}
.mar0 {
	margin: 0 !important;
}
.mar_r5 {
	margin-right: 5px;
}
.mar_r15 {
	margin-right: 15px;
}
.mar_l0 {
	margin-left: 0;
}
.mar_l10 {
	margin-left: 10px;
}
.mar_l15 {
	margin-left: 15px;
}
.mar_l20 {
	margin-left: 20px;
}
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t50 {
	margin-top: 50px;
}
.mar_t70 {
	margin-top: 70px;
}
.mar_b0 {
	margin-bottom: 0;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px;
}
.mar_b15 {
	margin-bottom: 15px;
}
.mar_b20 {
	margin-bottom: 20px;
}
.mar_b40 {
	margin-bottom: 40px;
}
.mar_tb10 {
	margin: 10px 0 !important;
}
.mar_tb15 {
	margin: 15px 0;
}
.mar_tb30 {
	margin: 30px 0;
}
.mar_tb40 {
	margin: 40px 0;
}
.equal_mt {
	margin-top: 90px;
}
.hour_mt {
	margin-top: 50px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
.no-border {
	border: 0 !important;
}
.no-shadow {
	box-shadow: none !important;
}
.wid100 {
	width: 100% !important;
}
button {
	outline: 0;
	cursor: pointer;
}
.ele_bl {
	display: block;
	position: relative;
}
.top0 {
	top: 0 !important;
}
.system_center {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.mnb {
	float: left;
	margin-right: 10px;
	width: 33%
}
.jkl input {
	width: 50px;
	padding: 5px 5px;
	border-color: #ececec;
	font-size: 14px;
	height: auto !important;
	box-shadow: none;
	outline: 0;
	line-height: 18px;
	border: 0;
	background: #fff;
}
.int_graph {
	height: 350px;
	width: 50%;
	float: left;
}
.legends {
	height: 275px;
	position: relative;
	/*overflow:hidden;*/
	width: 50%;
	margin-top: 75px;
	float: left;
}
.dark_bluebg_new {
	background: #226391 !important;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
.darkgrey_bg_new {
	background: #949494 !important;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
.green_bg_new {
	background: #5cb85c !important;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
/*
.footer-btu-new {
    position: fixed;
    width: 22.5%;
    bottom: 0;
    z-index: 999;
    padding: 15px 15px 0 15px;
}
*/


/*awesomplete*/

.awesomplete {
	display: block !important;
}
.awesomplete>input {
	width: 98.5% !important;
}
/*border*/

.border {
	border: 1px solid #ccc;
}
/*** text color **/

.text_white {
	color: #fff;
}
.text_blue {
	color: #284fa3;
}
.text_orange {
	color: #f0ad4e;
}
.text_green {
	color: #5cb85c;
}
.text_light_red {
	color: #d9534f;
}
.text_red {
	color: #fe4738;
}
.text_grey {
	color: #d1d1d1;
}
.text_darkgrey {
	color: #949494;
}
.text_black {
	color: #000;
}
.text_white {
	color: #fff;
}
.text_light_blue {
	color: #34a8fa
}
.panel-bg {
	background: #80858B;
}
/*** fonts ***/

@font-face {
	font-family: Century Gothic;
	src: url(../fonts/GOTHIC.TTF);
}
/** background color **/

.no_bg {
	background: none;
}
.dark_bluebg {
	background: #226391 !important;
}
.dark_bluebg1 {
	background: #25272B !important;
}
/* .pink_bg{background:#f35893;} */

.skyblue_bg {
	background: #199eb7;
}
.tourquise_bg {
	background: #44a17a;
}
.ivary_bg {
	background: #626e7b;
}
.blue_bg {
	background: #284fa3;
}
.yellow_bg {
	background: #FFE100 !important;
}
.grey_bg {
	background: #f7f7f7 !important;
}
.darkgrey_bg {
	background: #949494 !important;
}
.blue_bg_lighten-1 {
	background: #242cba;
}
.blue_bg_lighten-2 {
	background: #4683af;
}
.blue_bg_lighten-3 {
	background: #8DB2C0;
}
.green_bg {
	background: #5cb85c !important;
}
.light_greenbg {
	background: #00dc92;
}
.pink_bg {
	background: #fd3774;
}
.red_bg {
	background: #d9534f !important;
}
/** button **/

.button {
	padding: 5px 10px;
	background: #284fa3;
	z-index: 4;
	color: #fff;
	border-radius: 3px !important;
	border-color: transparent;
	font-size: 18px;
}
.button:hover {
	background: #284fa3;
	color: #fff;
	border-color: transparent;
}
/** font size **/

.ft_11 {
	font-size: 11px;
}
.ft_12 {
	font-size: 12px;
}
.ft_14 {
	font-size: 14px;
}
.ft_15 {
	font-size: 15px;
}
.ft_16 {
	font-size: 16px;
}
.ft_17 {
	font-size: 17px;
}
.ft_18 {
	font-size: 18px !important;
}
.ft_20 {
	font-size: 20px;
}
.ft_24 {
	font-size: 24px;
}
.ft_40 {
	font-size: 40px;
}
.ft_70 {
	font-size: 70px;
}
.ft_20_new {
	font-size: 20px;
	color: #fff
}
.qwe {
	padding-right: 20px;
}
.font_roboto {
	font-family: 'Roboto', sans-serif;
}
label, .label {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.fb_500 {
	font-weight: 500;
}
.fb_300 {
	font-weight: 300 !important;
}
.custom-icon {
	display: inline-block;
	position: relative;
	background: url(../images/sprite.png) no-repeat;
}
.custom-blockquote {
	border-left: 5px solid #284fa3;
	padding: 15px 10px;
	background: #C4D7FF;
}
.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
	position: fixed;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

::-webkit-input-placeholder {
 color: #909090;
 font-size: 15px;
}

::-moz-placeholder {
 color: #909090;
 font-size: 15px;
}

:-ms-input-placeholder {
 color: #909090;
 font-size: 15px;
}

:-moz-placeholder {
 color: #909090;
 font-size: 15px;
}
 input:focus::-webkit-input-placeholder {
 color: #39414c;
}
 input:focus::-moz-placeholder {
 color: #39414c;
}
 input:focus:-ms-input-placeholder {
 color: #39414c;
}
 input:focus:-moz-placeholder {
 color: #39414c;
}
 .login-form input::-webkit-input-placeholder, .login-form textarea::-webkit-input-placeholder {
 color: #111;
 font-size: 15px;
}
 .login-form input::-moz-placeholder, .login-form textarea::-webkit-input-placeholder {
 color: #111;
 font-size: 15px;
}
 .login-form input:-ms-input-placeholder, .login-form textarea::-webkit-input-placeholder {
 color: #111;
 font-size: 15px;
}
 .login-form input:-moz-placeholder, .login-form textarea::-webkit-input-placeholder {
 color: #111;
 font-size: 15px;
}
.banner {
	position: relative;
	width: 100%;
	height: 100%;
}
.home-form {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	height: 100%;
	width: 100%;
}
.homeform-content h2 {
	font-size: 18px;
	margin: 20px 0;
	color: #111;
	font-weight: 500;
}
.homeform-content h2 span {
	text-transform: capitalize;
	color: #284fa3;
}
.form-area {
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	position: fixed;
	right: 6%;
	padding: 30px 40px;
	border-left: 3px solid rgba(255, 255, 255, 0.4);
	border-right: 3px solid rgba(255, 255, 255, 0.4);
	overflow-y: auto;
	overflow-x: hidden;
}
.form-area-new {
    background: #fff;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
}
.logo {
	margin-bottom: 5%;/*margin-top:5%;*/
}
.homeform-content .input-group-addon {
	border: 0;
	border-right: 1px solid #284fa3;
	border-radius: 0;
	background: none;
	position: relative;
}
.homeform-content input, .homeform-content select, .homeform-content textarea {
	border: 0;
	padding: 10px 0 10px 15px;
	height: auto;
	font-size: 17px;
	color: #111;
	border-radius: 0;
	font-weight: normal;
	background: none;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #ccc
}
.homeform-content input:focus {
	color: #39414c;
	outline: 0;
	box-shadow: none;
}
.homeform-content i {
	width: 30px;
	color: #284fa3;
	position: relative;
	z-index: 2;
	transition: all 0.5s linear;
}
.homeform-content .input-group {
	/*border-bottom:1px solid #284fa3;*/
	width: 100%;
}
.homeform-content .input-group-addon:before {
	content: "";
	transition: all 0.5s linear;
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 100%;
	background: #284fa3;
}
.homeform-content .input-group-addon:after {
	content: "";
	transition: all 0.5s linear;
	position: absolute;
	right: -10px;
	top: 0;
	border-left: 10px solid #284fa3;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.homeform-content .input-focus i {
	color: #fff;
}
.homeform-content .input-focus:after {
	top: 35%;
}
.homeform-content .input-focus:before {
	width: 100%;
	z-index: 1;
}
.homeform-content .input-group:hover .input-group-addon:after {
	top: 35%;
}
.homeform-content .input-group:hover .input-group-addon:before {
	width: 100%;
	z-index: 1;
}
.homeform-content .input-group:hover i {
	color: #fff;
}
/*.login_btn {
	background: #0f72ed;
	border-radius: 5px;
	border: 0;
	padding: 10px 16px;
	color: #fff;
	width: 100%;
	font-size: 16px;
}*/
.create_btn_new {
	border-radius: 5px;
	border: 0;
	padding: 8px 16px;
	color: #3d3d3d;
	border: 1px solid #3d3d3d;
	font-size: 16px;
	margin-bottom: 10px;
	background: transparent;
	width: 60%;
}
label input[type="checkbox"], label input[type="radio"] {
	display: none;
}
label span.checkbox-icon {
	width: 15px;
	height: 16px;
	background-position: -9px -8px;
	top: 2px;
	margin-right: 5px;
}
label span.radio-icon {
	width: 20px;
	height: 20px;
	background-position: -73px -216px;
	top: 5px;
	margin-right: 5px;
}
label input[type="checkbox"]:checked+span.checkbox-icon {
	background-position: -9px -27px;
}
label input[type="radio"]:checked+span.radio-icon {
	background-position: -73px -240px;
}
.homeform-content label {
	font-weight: normal;
}
.forget-pwd {
	color: #000;
	text-decoration: underline;
}
.join-now {
	margin-top: 15%;
}
.join-now h1 {
	font-size: 38px;
	margin: 0;
	line-height: 1;
}
.join-now a {
	text-decoration: none;
	font-size: 32px;
	position: relative;
	margin-top: 3px;
}
.join-now a:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #284fa3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.join-now img {
	width: 100%;
	margin-top: 15%;
}
.join-now .gaspa_logo {
	position: relative;
	top: 10px;
}
/*** dashboard ***/

.page-title {
	font-weight: 300;
	color: #284fa3;
	padding-bottom: 10px;
	font-size: 30px;
	text-transform: capitalize;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.implementation .page-title {
	font-weight: 300;
	color: #284fa3;
	padding-bottom: 10px;
	font-size: 30px;
	text-transform: capitalize;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	display: inline-block;
	width: 100%;
}
.join-now1 {
	margin-top: 8%;
	text-align: center;
}
.join-now1 img {
	/* width: 100%; */
	margin-top: 15%;
	text-align: center;
	display: inline-block;
}
.join-now1 h1 {
	font-size: 18px;
	margin-bottom: 7%;
	line-height: 1;
}
.join-now1 h2 {
	font-size: 38px;
	margin-bottom: 7%;
	line-height: 1;
	color: #848484
}
.join-now1 a {
	text-decoration: none;
	font-size: 32px;
	/*position:relative;*/
	margin-top: 3px;
}
.join-now1 a:after {
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
}
.join-now1 .gaspa_logo {
	position: relative;
	top: 10px;
}
.page-title+p {
	font-size: 18px;
	font-weight: 300;
	margin-top: 25px;
}
.page-title img {
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.page-title span {
	position: relative;
	top: 10px;
}
.info-badge {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute !important;
	top: -10px !important;
	cursor: pointer;
	background: #fff;
	border: 2px solid #3b3b3b;
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
}
.info-badge1 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute !important;
	top: 0px;
	cursor: pointer;
	background: #fff;
	border: 2px solid #3b3b3b;
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
}
.info-badge2 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute !important;
	top: -10px;
	right: -10px;
	cursor: pointer;
	background: #fff;
	border: 2px solid #3b3b3b;
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
}
select.form-control {
	line-height: 35px;
	/*height:45px !important;*/
	height: 42px !important;
}
.proflilname_icon {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	top: 10px;
	float: right;
}
.db-box {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 10px 0;
	margin-top: 15px;
	min-height: 210px;
	margin-bottom: 20px;
}
.db-box i {
	color: #284fa3;
	margin-right: 10px;
}
.ribbon_green {
	background: #5cb85c;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	padding: 3px 0;
}
.db-value {
	font-size: 75px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.value-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.box-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.weather_info {
	font-size: 18px;
	font-weight: 300;
}
.quick-links p i {
	width: 25px;
}
.quick-links p {
	margin: 10px 0;
}
.dashboard-search .form-control {
	padding: 8px 5px;
	border-color: #ececec;
	font-size: 18px;
	height: auto !important;
	box-shadow: none;
	outline: 0;
}
.form-control {
	padding: 12px 5px;
	border-color: #ececec;
	font-size: 14px;
	height: auto !important;
	box-shadow: none;
	outline: 0;
	line-height: 19px;
}
.form-control:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.select2-container .select2-selection--single {
	padding: 9px 5px !important;
	border-color: #ececec !important;
	font-size: 14px !important;
	height: auto !important;
	box-shadow: none !important;
	outline: 0;
	line-height: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px !important;
}
.dashboard-search .form-control:focus {
	border-color: #ececec;
}
.dashboard-search button {
	padding: 8px 60px;
	background: #284fa3;
	z-index: 4;
	color: #fff;
	border-radius: 3px !important;
	border-color: transparent;
	margin-left: -3px !important;
	font-size: 18px;
	margin-top: 0;
}
.dashboard-search button:hover {
	background: #284fa3;
	color: #fff;
	border-color: transparent;
}
.dashboard-search .input-group-btn {
	z-index: 10;
}
.list-title {
	background: #f5f5f5;
	margin-top: 10px;
	border-bottom: 4px solid #e5e5e5;
}
.list-title p {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #284fa3;
	margin: 10px 0 !important;
}
.panel {
	margin-top: 0;
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
 font-family:
}
.panel-group .panel+.panel {
	margin-top: 0;
}
.panel .panel-title {
	display: inline-block;
	width: 100%;
}
.panel-heading {
	margin-bottom: 0;
	background: #fcfbfb;
	line-height: 0 !important;
	padding: 14px 0 10px;
}
.panel .active {
	background: #fff;
}
.panel p {
	margin: 0;
	font-weight: 300;
	font-size: 18px;
}
.down_arrow {
	font-size: 26px !important;
	width: 30px;
	position: relative;
	top: 3px;
	line-height: 0 !important;
	color: #b5b5b5;
}
.tta_search {
	color: #b5b5b5;
	font-size: 15px !important;
	line-height: 0 !important;
	position: relative;
	top: 0;
	width: 30px;
}
.comment-icon {
	color: #ff0000;
	cursor: pointer;
}
.edit-icon {
	color: #d9534f;
	font-size: 22px !important;
}
.agency-name {
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.panel .label {
	padding: 4px 4px;
	font-weight: 500;
	font-size: 11px;
	min-width: 60px !important;
	display: inline-block;
}
#accordion1 .panel {
	border-radius: 0;
	border: 0 solid transparent
}
#accordion1 .panel-heading {
	background: /*#f5f5f5 */
 #80858B!important;
	border-bottom: 1px solid #fff;
}
#accordion1 .down_arrow1 {
	font-size: 22px !important;
	width: 30px;
	position: relative;
	top: 2px;
	line-height: 0 !important;
	color: #fff;
}
#accordion1 .form-title {
	font-weight: 500;
	color: #fff;
}
#accordion1 .panel-body {
	background: #f7f7f7;
}
.pagination .active a {
	background: #111111 !important;
	border-color: #111111 !important;
}
#accordion1 label {
	font-size: 17px;
}
.form button, .form .button {
	padding: 7px 0;
	margin-top: 15px;
	width: 100px;
	background: #284fa3;
	z-index: 4;
	color: #fff;
	border-radius: 3px !important;
	border-color: transparent;
	font-size: 18px;
	outline: 0;
}
.form .cancel_btn {
	background: #bdbdbd;
}
.form .form-group>label {
	color: #000;
	font-size: 17px;
}
.contract_details label {
	font-weight: 400;
	margin-bottom: 16px;
	font-size: 13px;
}
.contract_details ul li {
	margin-bottom: 14px;
}
.contract_details ul li span:first-child {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.contract_details ul li span:nth-child(2) {
	font-weight: 500;
	display: inline-block;
	width: 53%;
	word-wrap: break-word;
}
.contract_details .form-group {
	display: block;
}
.details-box {
	border-right: 1px solid #edecec;
	padding: 5px;
	height: auto;
	font-size: 13px;
}
.details-help-box {
	border-right: 1px solid #edecec;
	padding: 5px;
	background: #d4d4d7;
	min-height: 290px;
	font-size: 13px;
	margin-bottom: 10px;
}
.download-files h4 {
	padding-left: 8px;
	font-size: 15px;
	margin-bottom: 17px;
}
.slimScrollBar {
	background: #fff !important;
	opacity: 1 !important;
}
.location_details li {
	padding-left: 32px;
	font-size: 13px;
	word-wrap: break-word;
}
.location_details .user_icon {
	background: url(../images/user.png) no-repeat 5px 0px;
	background-size: 12px;
}
.location_details .mobile_icon {
	background: url(../images/mobile.png) no-repeat 6px 0px;
	background-size: 9px;
}
.location_details .location_icon {
	background: url(../images/location.png) no-repeat 5px 3px;
	background-size: 12px;
}
.attachment_list li {
	padding-left: 32px;
	font-size: 13px;
	background: url(../images/download.png) no-repeat 5px 3px;
	background-size: 14px;
}
.resource_list li {
	margin-bottom: 5px;
	color: #284fa3;
}
.resource_list small {
	padding: 4px 6px !important;
	display: inline;
	margin-bottom: 6px;
}
.resource_list .label {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	white-space: pre-line !important;
}
.resource_list small i {
	margin-right: 10px;
}
.custom-fileupload label {
	padding: 10px 25px;
	background: #284fa3;
	color: #fff !important;
	border-radius: 3px;
	cursor: pointer;
}
.custom-fileupload label i {
	margin-right: 10px;
}
.attachment-list ul li {
	border: 1px dashed #e1e1e1;
	padding: 6px 10px;
	margin-bottom: 10px;
	background: #fff;
}
.attachment-list ul li i {
	float: right;
	font-size: 16px;
	position: relative;
	top: 2px;
	cursor: pointer;
}
.modality_list ul li label {
	margin-bottom: 5px !important;
	margin-bottom: 5px !important;
	font-weight: 500;
	font-size: 14px !important;
}
.assign-box {
	background: #f8f8f8;
	box-shadow: 0 0 0.5px 0.7px rgba(179, 179, 179, 0.7);
	border-radius: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #ececec;
}
.assign-title {
	padding: 10px;
	border-bottom: 1px solid #b3b3b3;
}
.assign-title h5 {
	font-size: 16px;
	padding: 5px 0;
	text-indent: 5px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item_info {
	padding: 15px 15px 165px 15px;
	/*border-bottom: 1px solid #b3b3b3;*/
}
.item_info ul li {
	padding-left: 30px;
	margin-bottom: 18px;
	font-weight: 500;
}
.main-box1 .item_info ul li {
	padding-left: 0px;
	margin-bottom: 18px;
	font-weight: 500;
	position: relative;
}
.item_info ul li span:first-child {
	font-size: 15px;
	/*width:60%;*/
	display: inline-block;
	vertical-align: top;
}
.item_info ul li span:nth-child(2) {
	width: 36%;
	font-size: 13px;
	display: inline-block;
	word-break: break-word;
}
.item_info ul li span ul li {
	width: 55px;
	font-size: 11px;
	margin-bottom: 8px;
	margin-right: 0px;
	padding: 2px;
	/*border-radius:2px;*/
	background: #5cb85c;
	color: #fff;
	text-align: left;
	font-weight: 300;
	display: inline-block;
}
.item_info ul li span ul li a {
	color: #fff;
	margin-right: 3px;
}
.item_info ul li.update_icon {
	background: url(../images/update_icon.png) no-repeat 0;
	background-size: 16px;
}
.item_info ul li.list_icon {
	background: url(../images/list_icon.png) no-repeat 0;
	background-size: 16px;
}
.item_info ul li.item_icon {
	background: url(../images/file_text.png) no-repeat 0 0;
	background-size: 16px;
}
.item_info ul li.flag_icon {
	background: url(../images/flag_icon.png) no-repeat 0 0;
	background-size: 18px;
}
.item_info ul li span.item_strategieslist {
	width: 100%;
}
.item_info ul li span.item_strategieslist ul li {
	width: auto;
	border-radius: 0;
	font-size: 14px;
	position: relative;
	padding: 15px 6px;
	display: block;
	background: #4e525b;
	border-bottom: 1px solid #666972;
	color: #fff
}
/*width:45%;font-size:14px;position:relative;padding:13px 0;*/

.item_info ul li span.item_strategieslist ul li a {
	color: #fff
}
.item_info ul li span.item_strategieslist ul li i {
	right: 2px;
	bottom: 2px;
	cursor: pointer;
}
/*position:absolute;*/

.item_info ul li span.item_strategieslist ul.strategy-box-list {
	width: 100%;
	float: left;
	display: block;
}
.item_info .strategy-box-list li {
	/*width: 80px !important; white-space: nowrap;*/
	width: 100%;
	float: left;
}
.report_info {
	padding: 15px;
	border-bottom: 1px solid #b3b3b3;
}
.report_info ul li {
	padding-left: 30px;
	margin-bottom: 18px;
	font-weight: 500;
}
.report_info ul li span:first-child {
	font-size: 15px;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.report_info ul li span:nth-child(2) {
	width: 65%;
	font-size: 13px;
	display: inline-block;
	word-break: break-word;
}
.report_info ul li span ul li {
	width: 55px;
	font-size: 12px;
	margin-bottom: 8px;
	margin-right: 5px;
	padding: 2px 0 3px 0;
	border-radius: 2px;
	background: #5cb85c;
	color: #fff;
	text-align: center;
	font-weight: 300;
	display: inline-block;
}
.report_info ul li span ul li a, .ebp_uploads li a {
	color: #fff;
}
.report_info ul li.update_icon {
	background: url(../images/update_icon.png) no-repeat 0;
	background-size: 16px;
}
.report_info ul li.list_icon {
	background: url(../images/list_icon.png) no-repeat 0;
	background-size: 16px;
}
.report_info ul li.item_icon {
	background: url(../images/file_text.png) no-repeat 0 0;
	background-size: 16px;
}
.report_info ul li.flag_icon {
	background: url(../images/flag_icon.png) no-repeat 0 0;
	background-size: 18px;
}
.ebp_uploads li {
	background: #5cb85c none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 8px;
	margin-right: 5px;
	padding: 2px 0 3px;
	text-align: center;
	width: 80px;
}
.ebp_uploads li i {
	cursor: pointer;
}
.upload-item {
	display: inline-block;
	width: 100%;
}
.upload-item button {
	outline: 0;
}
.upload-item button span {
	width: 120px;
	display: inline-block;
}
.upload-item button.upload_button, .upload-item .upload_button {
	background: #f0ad4e;
	font-weight: 500;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 1px;
	display: inline-block;
}
.main-box1 .assign-box .upload_button.pad10 {
	width: 95%;
}
.upload-item button i {
	padding: 13px 0px;
	width: 35px;
	background: #fff;
	color: #284fa3;
	font-size: 15px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: inline-block;
	line-height: 18px;
	font-style: normal;
}
.upload-item button.comment_button {
	background: #d9534f;
	font-weight: 500;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 1px;
	margin-right: 22px;
}
/** comment box **/

#reports-quickview .report-quick-box {
	z-index: 1090;
	background: rgba(0, 0, 0, 0.5);
}
#reports-quickview .report-quick-box .modal-dialog {
	height: 80%;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff !important;
}
#reports-quickview .report-quick-box.right .modal-dialog {
	right: auto !important;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
#reports-quickview .report-quick-box.right.in .modal-dialog {
	right: auto !important;
}
#reports-quickview .report-quick-box .modal-content {
	background: #fff !important;
}
.report-quick-box h3 {
	border-bottom: 1px solid #e1e1e1;
	text-indent: 20px;
}
.comment-box {
	z-index: 1080 !important;
}
.comment-box_new {
	z-index: 1080 !important;
}
.comment-box .modal-dialog {
	height: 100%;
	width: 600px;
	position: fixed;
	top: 0;
	right: 0;
	margin: auto;
	overflow-y: scroll;
}
.comment-box.right .modal-dialog {
	right: -300px;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.comment-box.right.in .modal-dialog {
	right: 0;
}
.comment-box .modal-title {
	font-size: 30px;
}
.comment-box .modal-body {
	box-shadow: 0px 5px 10px 0.1px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}
.comment-box .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0;
	border-left: 5px solid rgba(12, 24, 48, 0.7);
	box-shadow: none;
	border-top: 0;
	border-bottom: 0;
}
.modal-header, .comment-box .modal-body, .comment-box .modal-footer {
	padding-left: 25px;
	padding-right: 25px;
}
/*.modal-header button.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 8px;
	opacity: 1 !important;
	background: #000;
	color: #fff;
	font-weight: 300;
}*/
.comment-box .comment-button {
	border-radius: 3px;
	border: 0;
	width: 100%;
	padding: 8px 0;
	font-size: 25px;
	text-align: center;
	background: rgba(15, 53, 134, 1);
	background: -moz-linear-gradient(top, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 53, 134, 1)), color-stop(100%, rgba(40, 78, 161, 1)));
	background: -webkit-linear-gradient(top, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
	background: -o-linear-gradient(top, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
	background: -ms-linear-gradient(top, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
	background: linear-gradient(to bottom, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0f3586', endColorstr='#284ea1', GradientType=0);
	color: #fff;
}
.comment-box_new .modal-dialog {
	height: 100%;
	width: 600px;
	position: fixed;
	top: 0;
	right: 0;
	margin: auto;
	overflow-y: scroll;
}
.comment-box_new.right .modal-dialog {
	right: -300px;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.comment-box_new.right.in .modal-dialog {
	right: 0;
}
.comment-box_new .modal-title {
	font-size: 30px;
}
.comment-box_new .modal-body {
	box-shadow: 0px 5px 10px 0.1px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}
.comment-box_new .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0;
	border-left: 5px solid rgba(12, 24, 48, 0.7);
	box-shadow: none;
	border-top: 0;
	border-bottom: 0;
}
.modal-header, .comment-box_new .modal-body, .comment-box_new .modal-footer {
	padding-left: 25px;
	padding-right: 25px;
}
/*.modal-header button.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 8px;
	opacity: 1 !important;
	background: #000;
	color: #fff;
	font-weight: 300;
}*/
.comment-box_new .comment-button {
	border-radius: 3px;
	border: 0;
	width: 100%;
	padding: 8px 0;
	font-size: 25px;
	text-align: center;
	background: rgba(15, 53, 134, 1);
	background: -moz-linear-gradient(top, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 53, 134, 1)), color-stop(100%, rgba(40, 78, 161, 1)));
	background: -webkit-linear-gradient(top, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
	background: -o-linear-gradient(top, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
	background: -ms-linear-gradient(top, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
	background: linear-gradient(to bottom, rgba(15, 53, 134, 1) 0%, rgba(40, 78, 161, 1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0f3586', endColorstr='#284ea1', GradientType=0);
	color: #fff;
}
.comment-form .form-control {
	background: #f9f9f9;
	border-color: #e6e6e6;
	margin: 20px 0;
}
.comment-form textarea {
	height: 120px;
}
.comment-form .button {
	width: auto !important;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
	cursor: pointer;
}
.comment-form .button i {
	width: 20px;
	text-align: right;
}
.left-comment .profile-image, .right-comment .profile-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #d3dced;
}
.comment-info {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
	margin-bottom: 20px;
}
.comment-info p:first-child {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
}
.comment-info .chat-username {
	font-weight: 500;
	font-size: 15px;
	color: #284fa3;
}
.comment-info .chat-datelocation {
	font-weight: 500;
	font-size: 11px;
	color: #707070;
	float: right;
	position: relative;
	bottom: -3px;
}
.comment-info .chat-content {
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #111111 !important;
	word-wrap: break-word !important;
}
.left-comment .comment-info:after, .left-comment .comment-info:before {
	content: "";
	border-right: 16px solid #e8e8e8;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: -16px;
	top: 10px;
}
.left-comment .comment-info:before {
	border-right: 18px solid #fff;
	left: -15px;
	z-index: 1;
}
.right-comment .comment-info {
	background: #f1f1f1;
}
.right-comment .comment-info:after, .right-comment .comment-info:before {
	content: "";
	border-left: 16px solid #e8e8e8;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -16px;
	top: 10px;
}
.right-comment .comment-info:before {
	border-left: 18px solid #f1f1f1;
	right: -15px;
	z-index: 1;
}
/** small popup **/

.sm_pop {
	position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}
.over_overlay {
	position: relative;
	z-index: 9999;
}
.small_popupbox {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	display: none;
	border: 1px solid #f1f1f1;
	box-shadow: -1px -4px 10px -3px rgba(0, 0, 0, 0.5);
}
.small_popupbox:before {
	content: '';
	border-top: 18px solid #f1f1f1;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	bottom: -18px;
	left: 48.5%;
}
.small_popupbox:after {
	content: '';
	border-top: 16px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -16px;
	left: 49%;
}
.small_popupbox i {
	font-size: 25px;
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
	color: #fd1d1d;
}
/** modal over modal **/

.modal_over_modal .modal-content {
	background: #fff !important;
}
.modal_over_modal .modal-header {
	position: static !important;
	width: 100% !important;
	height: auto !important;
	background: none !important;
	border-right: 0 !important;
}
.modal_over_modal .modal-body {
	padding: 0 25px !important;
}
/*** messages / chat box ***/

.search_chatlistbox {
	border: 1px solid #ececec;
	box-shadow: 6px 0px 4px -2px rgba(230, 230, 230, 0.8);
	margin-top: 7px;
	position: relative;
	z-index: 4;
}
.user_searchbox {
	width: 100%;
	border-bottom: 1px solid #ececec;
}
.user_searchbox .form-control {
	padding: 10px 10px;
	border: 1px solid transparent;
}
.user_searchbox button {
	padding: 10px 10px;
	background: #284fa3;
	z-index: 4;
	color: #fff;
	border-radius: 0px !important;
	border: 0;
	margin-left: 0px;
	font-size: 18px;
}
.user_searchbox button i {
	font-size: 26px;
}
.user_searchbox button:hover {
	background: #284fa3;
	color: #fff;
	border-color: transparent;
}
.user_searchbox .input-group-btn {
	z-index: 10;
}
.search_chatlistbox .slimScrollDiv {
	overflow: visible !important;
}
.search_chatlistbox ul {
	height: 420px;
	overflow: hidden;
}
.search_chatlistbox ul li {
	padding: 7px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.search_chatlistbox ul li span:first-child {
	width: 18%;
	display: inline-block;
	vertical-align: top;
}
.search_chatlistbox ul li span:nth-child(2) {
	width: 80%;
	display: inline-block;
	padding-top: 10px;
	font-weight: 300;
	font-size: 16px;
	vertical-align: middle;
	color: #284fa3;
}
.search_chatlistbox ul li span i {
	/*position: absolute; right: 20px; top:17px;*/
	position: absolute;
	right: 0;
	margin-right: 20px;
	color: #284FA3;
	font-size: 23px;
	z-index: 999;
}
.user_status div span {
	display: block;
}
.user_status div small {
	position: relative;
	top: -4px;
}
.search_chatlistbox ul li img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #d4dced;
}
.search_chatlistbox .chatuser_sortinfo {
	display: none;
	font-family: 'Roboto', sans-serif;
	width: 210px;
	height: auto;
	position: absolute;
	transition: all 0.3s linear;
	z-index: 999;
	top: -15px;
	right: 120%;
	background: #f0f0f0;
	color: #111;
	border-radius: 5px;
	border-right: 4px solid #284FA3;
}
.search_chatlistbox .chatuser_sortinfo img {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 0;
	border: 0;
	position: relative;
}
.search_chatlistbox .chatuser_sortinfo p {
	font-size: 12px;
	margin: 0;
	line-height: 18px;
}
.search_chatlistbox .chatuser_sortinfo span {
	width: 100% !important;
	color: #111;
	font-weight: 700;
}
.search_chatlistbox .chatuser_sortinfo:after {
	content: "";
	position: absolute;
	border-left: 8px solid #284FA3;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	right: -8px;
	top: 16%;
}
.search_chatlistbox ul li span i:hover .chatuser_sortinfo {
	display: block;
}
.user_status button {
	border: 0;
	background: #284fa3;
	padding: 8px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.user_status button i {
	margin-right: 10px;
}
.chat_window {
	overflow: hidden;
}
.chat_box {
	border: 1px solid #ececec;
}
.chat_area {
	padding: 20px 20px 0 20px;
}
.date_divider {
	line-height: 0px;
	border-bottom: 1px solid #e1e1e1;
	margin: 15px 0 30px;
	text-align: center;
}
.date_divider span {
	background: #fff;
	padding: 2px 6px;
}
.chat_area .left-comment .profile-image, .chat_area .right-comment .profile-image {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 3px solid #d3dced;
}
.chat_area .comment-info {
	border-radius: 0;
}
.chat_box .comment-box {
	background: #f4f4f4;
}
.chat_box .comment-box .custom-fileupload label {
	padding: 0;
	background: none;
	color: #284fa3;
	border-radius: 3px;
	margin-bottom: 0;
}
.chat_box .comment-box_new {
	background: #f4f4f4;
}
.chat_box .comment-box_new .custom-fileupload label {
	padding: 0;
	background: none;
	color: #284fa3;
	border-radius: 3px;
	margin-bottom: 0;
}
.chat_box .slimScrollDiv {
	width: 100% !important;
}
.chat_area .chat-datelocation i.fa {
	font-size: 16px;
	margin-right: 15px;
	cursor: pointer;
}
.chat_area .chat-datelocation i.fa:first-child {
	position: relative;
	bottom: -1px;
}
.chat_area .file-attachment {
	color: #a5a5a5;
	font-size: 13px;
}
.chat_box .comment-box .form-group {
	padding: 10px 12px;
}
.chat_box .comment-box .form-control {
	height: 60px !important;
}
.chat_box .comment-box .button {
	width: 100%;
	padding: 17px 0;
	border-radius: 0 !important;
	font-size: 30px;
	color: #fff;
}
.chat_box .comment-box i {
	margin-left: 6px;
	font-size: 25px;
	cursor: pointer;
}
.chat_box .comment-box_new .form-group {
	padding: 10px 12px;
}
.chat_box .comment-box_new .form-control {
	height: 60px !important;
}
.chat_box .comment-box_new .button {
	width: 100%;
	padding: 17px 0;
	border-radius: 0 !important;
	font-size: 30px;
	color: #fff;
}
.chat_box .comment-box_new i {
	margin-left: 6px;
	font-size: 25px;
	cursor: pointer;
}
.group_chat {
	position: relative;
}
.group_details {
	padding: 10px 20px;
	background: #d4dced;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 3;
}
.group_chat .group-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 15px;
}
.group_chat .group_name {
	font-size: 18px;
	font-weight: 500;
	color: #284fa3;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chatuser_list {
	position: absolute;
	right: 0;
	top: 68px;
	z-index: 2;
	width: 300px;
	background: #fff;
	box-shadow: -1px 0 8px 1px rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 20px 20px 0 20px;
	text-align: center;
}
.chatuser_list button {
	width: 100px;
}
.chatuser_list .cancel_btn {
	background: #bdbdbd;
	color: #fff;
	margin-left: 15px;
}
.add_participant_icon {
	display: inline-block;
	cursor: pointer;
}
.group_participant_list {
	background: #fff;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 30px;
	border-radius: 6px;
}
.group_participant_list .participant_title {
	cursor: pointer;
	font-size: 18px;
	color: #284fa3;
	font-weight: 500;
}
.group_participant_list .participant_title i {
	margin-left: 15px;
}
.group_participant_list ul {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	text-align: left;
	padding-top: 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
}
.group_participant_list ul li {
	padding: 5px 8px;
	border-bottom: 1px solid #e1e1e1;
}
.group_participant_list ul li:last-child {
	border-bottom: 0;
}
.group_participant_list ul li i {
	float: right;
	position: relative;
	bottom: -3px;
}
.select2-container {
	width: 100% !important;
	display: block !important;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ececec !important;
	padding: 6px 5px!important;
	border-radius: 4px;
}
/** announcement **/

.announcement_msgbox .chat_window {
	border-top: 5px solid #ececec;
}
.announcement_chatbox {
	border: 1px solid #ececec;
	padding: 0;
	margin: 0;
}
.announcement_chatbox .chat_box {
	border: 0;
}
.announcement_chatbox .chat_userlist {
	background: #ececec;
	position: relative;
	height: 380px;
}
.announcement_chatbox .chat_userlist h3 {
	text-align: center;
	background: #284fa3;
	color: #fff;
	padding: 10px 0;
}
.announcement_chatbox .chat_userlist p {
	width: 300px;
	text-align: left;
	padding: 10px 10px;
	/* line-height: 35px; */
	font-size: 14px;
	height: 270px;
	display: table-cell;
	vertical-align: top;
	/* font-weight: 400; */
}
.announcement_button button {
	font-size: 15px !important;
}
.announcement_button button:first-child {
	background: #284fa3;
}
.announcement_button button:nth-child(2) {
	background: #d9534f;
	margin-top: 15px;
}
/** users list **/

.vcenter {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.search_user {
	padding: 15px 0px;
}
.search_user label {
	font-size: 17px;
	color: #000;
}
.search_user .button {
	font-size: 18px;
	background: #000;
	padding: 5px;
}
.search_user .button i {
	margin-right: 10px;
}
.site_tabs .nav-tabs li a {
	background: #f6f6f6;
	padding: 10px 20px;
	border: 0;
	border-radius: 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
.site_tabs .nav-tabs li.active a {
	background: #284fa3;
	color: #fff;
	border: 0;
}
.site_tabs .nav-tabs li a:hover {
	border: 0;
}
.tab_title {
	text-align: center;
	color: #284fa3;
	margin: 30px 0 30px;
	font-size: 35px;
	font-weight: 400;
}
.site-table thead {
	background: #f5f5f5;
	font-size: 17px;
	color: #284fa3;
	border-bottom: 4px solid #e5e5e5;
}
.site-table thead tr th {
	padding: 10px 0;
	text-align: center;
}
.site-table .left_align {
	text-align: left !important;
	text-indent: 10px;
}
.site-table tbody tr {
	background: #fcfbfb !important;
	border-bottom: 1px solid #e5e5e5;
}
.site-table tbody tr td {
	vertical-align: middle !important;
	font-weight: 500;
}
.site-table .user_profileicon {
	border-radius: 50%;
	border: 1px solid #d7deee;
	margin-right: 6px;
}
.site-table .badge {
	border-radius: 3px;
	background: #f0ad4e;
	/* padding:4px 6px; */
	color: #000;
	width: 22px;
	height: 22px;
	line-height: 16px;
}
.site-table label.label {
	display: inline-block;
	font-size: 11px;
	width: 40px;
	padding: 3px 0 5px 0;
	font-weight: 300;
	margin: 0;
	color: #fff;
}
.site-table .badge1 {
	border-radius: 50%;
	color: #fff;
	padding: 2px 8px;
	font-weight: 300;
}
.site-table .badge_red {
	background: #f00000;
}
.site-table .badge_grey {
	background: #bebebe;
}
.site-table .badge_blue {
	background: #0071f0;
}
.site-table tbody tr td i {
	font-size: 18px;
	color: #d9534f;
}
.site-table tbody tr td i:first-child {
	position: relative;
	bottom: -1px;
}
.search_user .user_searchbox {
	background: #f6f6f6;
	height: 50px !important;
	padding-left: 15px;
}
.pagelength {
	text-align: right;
}
.email-notification textarea {
	height: 140px !important;
}
label.checkbox_normal {
	font-weight: 400;
	font-size: 14px !important;
}
.modal-content label {
	font-size: 16px;
	color: #000;
}
.modal-content textarea {
	height: 110px !important;
}
/** notifications **/

.notify_actions {
	margin: 30px 0 60px;
	padding: 7px 10px;
}
.notify_buttons button {
	margin-left: 10px;
	padding: 5px 13px !important;
	font-size: 16px !important;
}
.notify_buttons button i {
	margin-right: 10px;
}
.notify_buttons button:nth-child(3) {
	background: #d9534f;
	width: 110px;
	text-align: left !important;
}
.notify_buttons button:nth-child(4) {
	background: #5cb85c;
}
.notification_table thead tr th {
	text-align: left;
	padding: 10px 0 !important;
	text-indent: 6px;
}
.notification_table thead tr th:first-child {
	text-align: center;
	text-indent: 0;
}
.notification_table thead tr th:last-child {
	text-align: center;
	text-indent: 0;
}
.notification_table tbody tr td:first-child, .notification_table tbody tr td:last-child {
	text-align: center;
}
.notification_table thead tr th.sorting:first-child, .notification_table thead tr th.sorting_desc:first-child, .notification_table thead tr th.sorting_asc:first-child {
	background: none !important;
}
/** bootstrap table style **/

table.dataTable {
	border-collapse: collapse !important;
}
table.dataTable thead .sorting {
	background: url(../images/table_arrow.png) no-repeat center right 7px !important;
}
table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
	background: url(../images/table_arrow.png) no-repeat center right 7px !important;
}
table.dataTable thead th.sorting:last-child {
	background-position: center right 20px !important;
}
.dataTables_length, .dataTables_filter {
	display: none !important;
}
.dataTables_info {
	float: right !important;
	margin-top: 30px !important;
	color: #000;
}
.dataTables_paginate {
	float: left !important;/* margin-top:30px !important; */
}
table.dataTable thead .sorting_asc:after {
	content: "" !important;
}
table.dataTable thead .sorting_desc:after {
	content: "" !important;
}
table.dataTable thead .sorting:after {
	content: "" !important;
}
/** form msg box ***/

.form_msgbox {
	margin-top: 22%;
	text-align: center;
}
.form_msgbox .msg_title {
	font-size: 45px;
}
.form_msgbox .msg_title i {
	font-size: 60px;
}
.form_msgbox .button {
	font-size: 28px;
	padding: 10px 40px;
	margin-top: 20px;
}
.form_msgbox .button i {
	margin-right: 10px;
}
.form_msgbox .form_btn {
	font-size: 22px;
	padding: 6px 0px;
	width: 40%;
	margin-top: 10px;
	background: #BDBDBD;
	color: #000;
}
/** assignment list ***/

.notify_actions_buttons {
	text-align: right;
}
.assignment_list .assign-box {
	padding: 10px;
}
.assignment_list .assign-title {
	padding: 0 0 5px 0;
}
.assignment_list .assign-title h5 {
	text-indent: 0;
}
.assignment_list .assign_user_list {
	padding: 0px;
}
.assign_user_list figure {
	width: 32.33%;
	text-align: center;
	display: inline-block;
	margin: 20px 0;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.assign_user_list figure img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 2px solid #d4dced;
	position: relative;
}
.assign_user_list figure figcaption {
	margin-top: 10px;
}
.assign_user_list li {
	border-bottom: 1px solid #e8e7e7;
}
.assign_user_list li:last-child {
	border: 0;
}
.assign_user_list li figure i {
	display: none;
}
.assign_user_list li figure span {
	display: inline-block;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.assign_user_list li figure.selected span:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.assign_user_list li figure.selected i {
	display: block;
	position: absolute;
	top: 18px;
	left: 18px;
	font-size: 50px;
	color: #fff;
	z-index: 1;
}
.assign-buttons {
	border-top: 1px solid #e8e7e7;
	padding: 10px 0 0 0;
}
.assign-buttons .button {
	font-size: 16px;
	width: 120px;
	font-weight: 500;
}
/*** help page **/

.gethelp h4 {
	margin: 20px 0;
	color: #284fa3;
}
.qq-upload-button {
	background: #284fa3 none repeat scroll 0 0 !important;
	border-radius: 5px;
	box-shadow: none;
	font-weight: bold;
	padding: 10px 0;
}
.procedure_list {
	padding-left: 30px;
}
.procedure_list li {
	list-style-type: decimal;
	margin: 10px 0;
}
.help_box {
	padding: 15px;
	background: #f0f0f0 !important;
	border-radius: 5px;
}
.help_box label input[type="checkbox"], label input[type="radio"] {
	display: none;
}
.help_box label span.radio-icon {
	width: auto !important;
	height: 20px;
	background-position: -73px -216px;
	top: 5px;
	margin-right: 5px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 500;
}
.help_box label input[type="radio"]:checked+span.radio-icon {
	background-position: -73px -240px;
	color: #284fa3;
}
/** implementation dashboard **/

.ip_dash .panel-body {
	background: #fff !important;
}
.ip_dash .site_tabs .nav-tabs {
	margin-bottom: 20px;
}
.impbox {
	border: 1px solid #eee;
}
.impbox h3 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #284fa3;
	padding: 15px 0;
	margin: 0;
}
.impbox1 {
	border: 0px solid #eee;
	background: #373b42;
	padding-bottom: 10px;
}
.impbox1 h3 {
	text-align: left;
	color: #fff;
	font-size: 18px;
	background: #25272b;
	padding: 15px 10px;
	margin: 0;
	border-bottom: 0px solid #eee;
}
.impbox1:hover {
	border-color: #284fa3;
}
.impbox1:hover h3 {
	background: #25272b;
	color: #fff !important;
}
.impbox1 svg {
	width: 100% !important;
}
.impbox1 .button {
	padding: 5px 10px;
	background: transparent;
	z-index: 4;
	color: #fff;
	border-radius: 3px !important;
	border: 1px solid #FFF !important;
	font-size: 18px;
}
.plist li {
	padding: 18px 20px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #fff;
}
.inmax {
	border-right: 1px solid #eee;
}
.inmax ul li, .inlist li {
	margin: 20px 15px;
}
.inlist li {
	font-weight: 500;
	font-size: 14px;
}
.inmax ul li span:first-child {
	width: 80%;
	float: left;
	font-weight: 500;
}
.inmax ul li span:nth-child(2) {
	float: right;
}
.highcharts-credits {
	display: none;
}
.imp_graphs {
	background: #373B42;
}
#reports-quickview .modal-header .form-group {
	margin: 0 !important;
}
#reports-quickview .modal-header {
	padding: 5px 10px !important;
	position: fixed;
	width: 25%;
	height: 100%;
	top: 0;
	z-index: 100;
	background: #284fa3;
	border-right: 5px solid rgba(12, 24, 48, 0.7);
}
#reports-quickview .modal-header .rep_title {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#reports-quickview .modal-dialog {
	width: 96%;
}
#reports-quickview button.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 8px;
	opacity: 1 !important;
	background: #000;
	color: #fff;
	font-weight: 300;
	z-index: 10;
	margin:0;
}
#reports-quickview .modal-header h4 {
	font-size: 14px;
	margin: 13px 0;
	color: #fff;
	font-weight: 400;
}
#reports-quickview .modal-header .form-group label {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-top: 5px;
}
#reports-quickview .modal-header .form-group .form-control {
	width: 60%;
	margin: 0 auto;
	padding: 5px;
}
#reports-quickview .modal-body {
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
}
#reports-quickview .right_tab {
	height: 1193px;
	margin-top: -15px;
	margin-bottom: -30px;
	border-left: 1px solid #e5e5e5;
	background: #f0f0f0;
}
#reports-quickview .modal-content {
	border: 0;
}
#reports-quickview .button {
}
/*#reports-quickview .reports-btn { text-align: center; margin-top: 20px; padding: 15px 0; background: #f8f8f8; }*/

#reports-quickview .reports-btn {
	text-align: center;
	padding: 15px 0;
	background: #f1f1f1;
	bottom: 0;
	left: auto;
	right: auto;
}
#reports-quickview .modal-content {
	background: #284fa3;
}
#reports-quickview .site_tabs {
	background: #fff;
	padding: 20px 15px;
	min-height: 672px;
}
.report_graphs ul {
	margin: 0;
	padding: 0;
}
.report_graphs ul li {
	padding: 0;
	margin-top: 0;
	border: 1px solid #e1e1e1;
}
.report_graphs ul li h2 {
	font-size: 15px;
	padding: 10px 20px;
	background: #eee;
	margin: 0;
}
.report_graphs .enlarge-ic {
	position: absolute;
	bottom: 5%;
	transition: all 0.5s linear;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 5px;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	cursor: pointer;
}
.report_graphs .enlarge-ic:hover {
	background: #f2f2f2;
}
.report_graphs .enlarge-ic img {
	width: 100%;
}
/** footer **/

.footer {
	position: absolute;
	z-index: 0 !important;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	z-index: 1;
	padding-top: 10px;
}
.footer p {
	position: relative;
	top: 6px;
}
/*** home page ***/

.navbar-fixed-top {
	box-shadow: 0 0 5px 1px rgba(226, 226, 226, 0.7);
}
.header_logo img {
	padding: 15px 0;
}
.header-date-time {
	color: #fff;
}
.header-date-time p {
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 0;
	font-weight: 100;
}
.header-date-time p span:first-child {
	font-size: 50px;
}
.profile-icon {
	padding: 9.5px 12px;
	margin-left: 30px;
}
.profile-icon img {
	width: 60px;
	height: 60px;
}
.main-content {
	padding-top: 77px;
	padding-bottom: 60px;
}
header .dropdown-menu {
	padding-top: 5px;
	padding-bottom: 0;
	box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
	border: 0;
}
header .dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 15px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
header .dropdown-menu:after {
	position: absolute;
	top: -6px;
	right: 16px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
header .dropdown-menu a {
	padding: 6px 12px !important;
	margin-bottom: 5px;
	color: #626262 !important;
	transition: all 0.2s ease-in;
}
header .dropdown-menu a:hover {
	color: #333 !important;
}
header .dropdown-menu li:hover a {
	background: none;
}
header .dropdown-menu li {
	position: relative;
}
header .dropdown-menu li:last-child a {
	background: #f0f0f0;
	margin-bottom: 0;
}
header .dropdown-menu li:last-child a i {
	position: absolute;
	top: 10px;
	right: 0;
}
header .dropdown-menu a i {
	margin-right: 10px;
	color: #284fa3;
}
.workbundle-list .dropdown-menu {
	left: -100px;
}
.workbundle-list .dropdown-menu a {
	padding: 8px 12px !important;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 0px;
	color: #626262 !important;
	transition: all 0.2s ease-in;
}
.workbundle-list .dropdown-menu a:hover {
	color: #333 !important;
}
.workbundle-list .dropdown-menu li:hover a {
	background: #f1f1f1;
}
.workbundle-list .dropdown-menu a i {
	margin-right: 10px;
	color: #284fa3;
	width: 25px;
	text-align: center;
	font-size: 13px;
}
.estimate-time-box span {
	padding-left: 0 !important;
}
.estimate-time-box span label {
	font-size: 11px !important;
	font-weight: 400;
}
/** side menu **/

.side-menu {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
	height: 89%;
	left: 0;
	position: fixed;
	top: 78px;
	transition: all 0.3s linear 0s;
	z-index: 999;
	overflow: hidden;
	padding-bottom: 50px;
}
.expand-menu {
	overflow-y: auto;
}
.side-menu ul li {
	position: relative;
}
.side-menu ul li.active, .side-menu ul li a.active {
	background-color: #D4DCED;
}
.side-menu ul li a {
	padding: 12px 0px;
	position: relative;
	width: 250px;
	border-bottom: 1px solid #dadada;
	display: block;
}
.side-menu ul li>span {
	width: 45px;
	overflow: hidden;
	display: block;
	transition: all 0.3s linear;
}
.side-menu ul li .notification {
	position: absolute;
	background: #FF1402;
	padding: 0 5px 0 10px;
	width: auto;
	height: 13px;
	top: 0;
	right: 0;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.side-menu ul li .notification:before {
	content: "";
	border-left: 6px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 0;
}
.side-menu ul li .empty-notification {
	position: absolute;
	box-shadow: 0px 0px 0px 1px #FF1402 inset;
	padding: 0 5px 0 10px;
	width: auto;
	height: 13px;
	top: 0;
	right: 0;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}
.side-menu ul li .empty-notification:before {
	content: "";
	position: absolute;
	left: -6px;
	top: 2px;
	box-shadow: 0 0 0px 1px #FF1402;
	width: 10px;
	background: #fff;
	height: 10px;
	transform: rotate;
	transform: rotate(45deg);
}
.side-menu ul li.active .notification:before {
	border-left: 6px solid #D4DCED;
}
.side-menu ul li.active .empty-notification:before {
	background: #D4DCED;
}
#sidemenus li a>i {
	font-size: 23px;
	color: #284fa3;
}
.reporticon {
	top: -2px !important;
}
.nav-icon {
	position: fixed;
	top: 30px;
	z-index: 1031;
	width: 50px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.expand-menu ul li>span {
	width: 250px;
}
.menu_list i {
	width: 45px;
	text-align: center;
	position: relative;
	top: 2px;
	display: inline-block;
}
.home-icon {
	width: 21px;
	height: 17px;
	background-position: -6px -51px;
}
.ast-icon {
	width: 21px;
	height: 21px;
	background-position: -6px -77px;
}
.report-icon {
	width: 16px;
	height: 23px;
	background-position: -6px -152px;
}
.msg-icon {
	width: 27px;
	height: 19px;
	background-position: -9px -248px;
}
.bcase-icon {
	width: 21px;
	height: 18px;
	background-position: -7px -108px;
}
.qlink-icon {
	width: 19px;
	height: 19px;
	background-position: -7px -185px;
}
.admin-icon {
	width: 19px;
	height: 23px;
	background-position: -7px -214px;
}
.strategy-icon {
	width: 21px;
	height: 22px;
	background-position: -9px -279px;
}
.submenu-icon {
	width: 20px !important;
	height: 20px;
	background-position: -47px -217px;
	position: absolute !important;
	top: 17px !important;
	right: 0px;
	transition: all 0.1s linear;
}
.rotate-arrowicon {
	width: 16px;
	height: 8px;
	background-position: -45px -241px;
	top: 24px !important;
	position: absolute !important;
}
ul.submenu li a {
	padding-left: 20px;
}
ul.submenu i {
	font-size: 20px;
}
.submenu {
	display: none;
}
.submenu-toggle {
	display: block;
}
.dash-center {
	position: absolute;
	width: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	left: 50%;
	top: 54.3%;
	top: -webkit-calc(50% + 30px);
	top: calc(50% + 30px);
}
.menubox {
	width: 100%;
	height: 210px;
	color: #fff;
	border: 0;
	padding-top: 40px;
	margin-bottom: 8px;
	float: left;
}
.menubox11 {
	width: 100%;
	height: 210px;
	color: #fff;
	border: 0;
	padding-top: 40px;
	margin-bottom: 8px;
	float: left;
}
.menubox11 p {
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	background: #4d72af;
	margin-top: 15px !important;
	padding: 5px 0;
}
.menubox11 span {
	height: 85px;
	display: block;
}
/* .menubox p{font-size:18px;font-weight:100;position:absolute;bottom:-10px;background:rgba(255,255,255,0.2);width:100%;padding:15px 0;text-align:left;text-indent:20px;box-shadow:0 -1px 0 0px rgba(0,0,0,0.2)}
 */

.menubox p {
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	background: #4d72af;
	margin-top: 15px !important;
	padding: 5px 0;
}
.menubox span {
	height: 85px;
	display: block;
}
.tech-icon {
	width: 72px;
	height: 70px;
	background-position: -42px -8px;
}
.evaluation-icon {
	width: 76px;
	height: 77px;
	background-position: -135px -96px;
	top: 0px;
}
.breifcase-icon {
	width: 71px;
	height: 61px;
	background-position: -135px -14px;
	top: 8px;
}
.report-lg-icon {
	width: 59px;
	height: 85px;
	background-position: -49px -95px;
	top: 0px;
}
.footer-logo {
	text-align: right;
}
/** stratergy **/

.workbundle textarea {
	height: 160px !important;
}
.workbundle button {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	border: 0;
}
.workbundle button i {
	position: absolute;
	left: 10px;
	font-size: 25px;
}
.workbundle .search_btn {
	padding: 5px 0px;
	width: 100%;
	margin: 0;
	font-weight: 400;
}
.fa-shadow {
	text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.2);
}
.workbundle_box {
	background: #ddd;
	padding: 12px 0 8px 0;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	box-shadow: 1px 1px 40px 1px #ccc inset;
}
.workbundle_box i {
	font-size: 35px;
	margin-bottom: 10px;
	height: 35px;
}
.workbundle_box p {
	font-size: 16px;
	line-height: auto;
	color: #3d3d3d;
}
.demo_icon i {
	font-size: 47px;
	line-height: 0.8;
}
.notes_icon i {
	font-size: 40px;
	line-height: 0.9;
}
.workbundle_detailsbox {
	padding: 15px 0;
	background: #eeeff0;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	float: left;
	width: 100%;
}
.workbundle_detailsbox p {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #226391;
}
.workbundle_detailsbox label {
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
}
.workbundle_detailsbox .time-iconbg, .workbundle_detailsbox .time-icon {
	position: absolute;
	background: #eeeff0;
	right: -45px;
	top: 25%;
	text-align: center;
	border-radius: 50%;
}
.workbundle_detailsbox .time-icon {
	z-index: 2;
	width: 60px;
	height: 60px;
	border: 10px solid #eeeff0;
}
.workbundle_detailsbox .time-icon i {
	font-size: 40px;
	color: #226391;
}
.workbundle_detailsbox .time-iconbg {
	width: 60px;
	height: 60px;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1);
	z-index: -1;
	border: 10px solid #eeeff0;
}
/** work node dashboard **/

.filter-box {
	line-height: 32px;
	margin-bottom: 15px;
}
.filter-box .fw_selectbox {
	width: 209px;
}
.filter-box .form-inline label {
	margin-right: 6px;
	color: #3b3b3b !important;
}
.filter-box .form-inline .form-group {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
}
.filter-box .form-inline .form-group .form-control {
	padding: 5px 5px;
}
.sidemenu-title {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background: #284fa3;
	padding: 12px 0;
	border-bottom: 1px solid #658794;
	margin-top: 3%;
	margin-bottom: 0;
}
.month-list li {
	font-size: 16px;
	color: #111;
	padding: 14px 0;
	border-bottom: 1px solid #ededed;
}
.month-list li:hover {
	background: #f3f7f9;
	color: #fff;
	cursor: pointer;
}
.month-list li a {
	color: #111;
}
.month-list li.active {
	background: #f3f7f9;
	color: #fff;
}
.month-list li a:before {
	content: "\003e" !important;
	padding: 0 10px;
	font-size: 12px;
	color: #226391;
}
.wb_head tr th {
	text-align: center;
	color: #284fa3;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0 !important;
}
.wb_head tr th i {
	font-size: 24px;
}
.wb_head tr th, tr td {
	border-top: 0 !important;
}
.wb_head tr th:first-child {
	width: 15%;
}
.wb-desc {
	height: 108px !important;
}
/* .act-box-list li{ float: left;margin-bottom: 15px; width: calc(33.33% - 10px); } 
.act-box-list li:not(:nth-child(3n+1)){ margin-left: 15px; }
.act-box{ border: 1px solid #ececec; border-radius: 3px; float:left; width: 100%; position: relative;} .act-box:hover{ border-color:#226391 ; }
.activity_list li{background:none;box-shadow:none;margin:0;}
.activity_list .cus_cb span{ width:20px; height:20px; background:#fff; float:left; margin-right: 10px; margin-top:5.5%;}
.activity_list .cus_cb input[type="checkbox"]:checked + span { background:#fff url(../images/tick.png) no-repeat 1px 1px; background-size:18px; }
.activity_list .form-control{ width: 77.66%; padding: 7.5px 5px; border-radius: 0;} */

.act-box-list li {
	float: left;
	margin-bottom: 15px;
	width: calc(33.33% - 10px);
	width: -webkit-calc(33.33% - 10px);
}
 .act-box-list li:not(:nth-child(3n+1)) {
 margin-left: 15px;
}
.act-box {
	border: 2px solid #ececec;
	border-radius: 3px;
	background: #cccccc;
	float: left;
	width: 100%;
	position: relative;
}
.act-box:hover {
	border-color: #226391;
}
.activity_list li {
	background: none;
	box-shadow: none;
	margin: 0;
}
.act-box-list li .act-box .add-icon {
	position: absolute;
	right: -9px;
	top: -9px;
	font-size: 20px;
	/*background:#fff;*/
	cursor: pointer;
}
.act-actions {
	height: 60px;
	float: left;
}
.act-actions .checkbox {
	text-align: center;
	margin-bottom: 0;
}
.act-actions {
	width: 30px;
	padding: 5px;
	border-right: 1px solid #ececec;
}
.act-actions>span {
	display: block;
	text-align: center;
}
.act-actions .cus_cb {
	padding: 0 !important;
	min-height: 15px;
}
.act-actions .cus_cb input[type="checkbox"] {
	padding-left: 0 !important;
}
.act-actions .cus_cb span {
	width: 15px;
	height: 15px;
	border: 2px solid #226391;
	float: left;
}
.act-actions .cus_cb input[type="checkbox"]:checked+span {
	background: #226391 url(../images/act-tick.png) no-repeat 1px 1.4px;/* background-size:18px; */
}
.act-text textarea.form-control {
	height: 60px !important;
	resize: none;
	border-radius: 0;
}
.act-text {
	/* width: calc(100% - 30px);*/
	width: 81%;
	display: inline-block;
	float: left;
}
.activity_list .form-control {
	width: 77.66%;
	padding: 7.5px 5px;
	border-radius: 0;
}
.workbundle-list {
	display: block;
}
.workbundle-list .wrap-workbundle>li {
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 96%;
	background: #fcfcfc;
	/* box-shadow:0px -1px 5px 0.5px rgba(0, 0, 0, 0.1); */
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 15px 0 0;
}
.workbundle-list .wrap-workbundle>li:hover {
	background: #f2efef;
}
.workbundle-title {
	background: #284FA3;
	color: #fff;
	border-bottom: 1px solid #e5f1f7;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 16px;
}
.workbundle-list ul li .page-title {
	font-size: 18px;
	padding: 0;
	margin: 0 0 13px 0;
}
.workbundle-list button {
	font-size: 15px;
}
.workbundle-list button i {
	font-size: 20px;
}
.workbundle-list .workbundle_box {
	cursor: pointer;
}
.workbundle-list .workbundle_box p {
	font-size: 12px;
}
.workbundle-list .workbundle_box i {
	font-size: 25px;
	height: 25px;
}
.workbundle-list textarea {
	height: 75px !important;
}
/*131*/

.workbundle-list .workbundle_detailsbox p {
	font-size: 16px;
}
.workbundle-list .workbundle_detailsbox label {
	font-size: 16px;
}
.workbundle-list button {
	text-align: left;
}
.workbundle-list button i {
	position: static !important;
	margin-right: 10px;
}
.workbundle_btns {
	margin-top: 20px;
}
.workbundle_btns button, .workbundle_btns .button {
	border-radius: 0px;
}
.workbundle_btns button, .workbundle_btns .button {
	border-radius: 0px;
	cursor: pointer;
	background: #3d3d3d;
	font-weight: 100;
	font-size: 14px;
	margin-bottom: 4px;
	padding: 7px 10px;
}
.workbundle_btns button:hover, .workbundle_btns .button:hover {
	color: #FFF;
	background: #226391;
}
.workbundle_btns button i, .workbundle_btns .button i {
	font-size: 14px !important;
}
.workbundle_btns .button i {
	position: static !important;
	margin-right: 10px;
}
.workbundle-list .panel {
	margin-top: 0;
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0 !important;
}
.workbundle-list .panel-body {
	border-top: 2px solid #cccccc !important;
	background: #f3f3f3;
	padding: 10px 0;
}
.workbundle-list .panel-group .panel {
	border-radius: 0 !important;
}
.workbundle-list .panel-group .panel+.panel {
	margin-top: 0;
}
.workbundle-list .panel .panel-title {
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 15px;
	color: #000;
}
.workbundle-list .panel-title a {
	margin-left: 25px;
}
.workbundle-list .panel-title a i {
	margin-right: 10px;
	color: #284FA3;
}
.workbundle-list .panel-heading {
	margin-bottom: 0;
	background: #dedede !important;
	line-height: 0 !important;
	padding: 9px 0 9px 0px;
	position: relative;
	border-radius: 0 !important;
	text-align: left;
}
.workbundle-list .close_panel {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	background: #284FA3;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.workbundle-list .close_panel i {
	width: 100%;
	position: absolute;
	top: 26%;
	left: 0;
}
.workbundle-list .activity_list li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.workbundle-list .activity_list li:nth-child(3n) {
/*  padding-right: 0; */
}
.workbundle-list .activity_box {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #284FA3;
	padding: 12px 35px 12px 14px;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
}
.workbundle-list .activity_box i {
	position: absolute;
	right: 30px;
	top: 30%;
	font-size: 20px;
}
.workbundle-list .activity_box:hover {
	background: #000;
}
.workbundle-list .panel .active {
	background: #f3f3f3;
}
.workbundle-list .panel p {
	margin: 0;
	font-weight: 300;
	font-size: 14px;
}
.workbundle-list .down_arrow {
	font-size: 26px !important;
	width: 30px;
	position: relative;
	top: 3px;
	line-height: 0 !important;
	color: #b5b5b5;
}
.workbundle-list .comment-icon {
	color: #ff0000;
}
.workbundle-list .edit-icon {
	color: #d9534f;
	font-size: 22px !important;
}
.workbundle-list .agency-name {
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}
.workbundle-list .panel .label {
	padding: 4px 4px;
	font-weight: 500;
	font-size: 11px;
	min-width: 60px !important;
	display: inline-block;
}
.workbundle .page-title {
	font-weight: 300;
	color: #284fa3;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 30px;
	text-transform: capitalize;
	border-bottom: 1px solid #e1e1e1;
}
.workbundle .page-title+p {
	font-size: 18px;
	font-weight: 300;
	margin-top: 25px;
}
.workbundle .page-title img {
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.workbundle .page-title span {
	position: relative;
	top: 10px;
}
.flr {
	float: right;
}
.wb_head div {
	text-align: center;
	padding: 15px 0;
}
.wb_head div:last-child {
	border-right: 0 !important;
}
.wb_head {
	background: #f5f5f5;
	margin-top: 10px;
	border-bottom: 4px solid #e5e5e5;
	padding: 0px 0;
	width: 100%;
}
.wb_head label {
	margin-bottom: 0;
	color: #284fa3;
	font-size: 18px;
}
#WBform tbody tr td:last-child {
	max-width: 650px;
}
.workbundle-list {
	overflow: hidden;
}
.workbundle-list>div {
	border-bottom: 1px solid #DEDEDE;
	width: 100%;
	float: left;
	padding: 15px 0 0;
}
.workbundle_list.activate {
	background: #F9F9F9;
}
.workbundle_list:hover {
	background: #fafafa;
}
.act-box button {
	border: medium none;
	padding: 0 !important;
}
.workbundle-list .form-control {
	font-size: 13px !important;
}
.wb_details {
	padding: 15px 0 0 0;
	background: #fafafa;
	width: 100%;
	float: left;
}
.wb_details .panel-group {
	padding-bottom: 15px !important;
}
.res_wb {
	width: 100% !important;
	overflow-x: auto !important;
}
.wb_headfix {
	width: 767px;
}
.wb_listfix {
	width: 767px !important;
}
.form_date_alone+.tooltip {
	white-space: nowrap;
}
.wbhead_fix {
	position: fixed;
	top: 78px;
	width: 87.6%;
	z-index: 5;
}
/** stratergy portfolio **/

.portfolio-agency-info-box {
	background: #f3f3f3;
	box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1) inset;
	padding: 12px 5px;
	margin-bottom: 40px;
	text-align: left;
}
.portfolio-title-text label {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.portfolio-title-text p {
	font-size: 16px !important;
	color: #226391;
	margin: 0;
}
.strategy-collapse .panel {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-bottom: 1px solid #e5e5e5 !important;
	border: 0;
}
.strategy-collapse .panel-title a {
	font-weight: 600;
	font-size: 18px;
	text-indent: 15px;
}
.strategy-collapse .panel-title i {
	margin-right: 13px;
}
.strategy-collapse .panel-title span {
	color: #226391;
	margin-left: 20px;
	font-size: 18px !important;
	font-weight: 600;
}
.strategy-collapse .panel-body {
	background: #fff;
	padding: 25px 5px;
	border: 0;
}
.strategy-collapse .portfolio-title-text label {
	font-weight: 400;
	font-size: 18px;
}
.separator {
	width: 100%;
	height: 1px;
	background: #d0d0d0;
	margin: 30px 0;
	display: block;
}
.strategy-collapse p.inner-title {
	font-size: 18px;
	color: #0b0b0b;
}
.strategy-collapse .panel-body {
	border-top: 0px solid #cccccc !important;
}
.communities-box h3 {
	background: #bfdae4;
	color: #226391;
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
	font-weight: 600;
	width: 100%;
	display: inline-block;
	position: relative;
}
.communities-box h3 span {
	background: #8db2c0;
	padding: 18px 13px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.communities-box-info {
	padding: 10px;
	background: #f3f3f3;
	box-shadow: 0px -4px 9px rgba(0, 0, 0, 0.1) inset;
	margin-top: -10px;
}
.communities-box-info p:first-child {
	margin-bottom: 10px;
	font-size: 16px;
}
.communities-box-info p:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
	color: #226391;
}
.communities-box-info p span:first-child {
	margin-right: 25px;
}
.communities-box-info p span strong {
	color: #111;
	margin-right: 10px;
}
.label-title {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
}
.add_button {
	border-radius: 3px !important;
	padding: 7px 15px !important;
	width: auto !important;
	background: #226391 !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
}
.add_button i {
	margin-right: 10px;
}
.report-box {
	background: #f3f3f3;
	padding: 15px;
	position: relative;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1) inset;
	margin-bottom: 30px;
	transition: all 0.4s ease-in
}
.report-box:hover {
	background: #226391;
	color: #fff;
}
.report-box:hover i {
	color: #fff;
}
.report-box:hover strong a {
	color: white;
}
.report-box span {
	font-size: 18px;
	font-weight: 600;
}
.report-box i {
	position: absolute;
	right: 15px;
	color: #111;
	font-size: 18px;
}
.report-box p {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px !important;
}
.add_button1 {
	background: #699ab6 !important;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) inset;
	margin-left: 15px !important;
}
.cf_close_btn {
	font-size: 25px;
	cursor: pointer;
}
.cf_close_btn i:hover {
	color: #e02f2f;
}
.close_cover .close i:hover {
	color: #e02f2f;
}
.strategy_list {
	padding: 0;
}
.strategy_list .active {
	background: #226391;
	color: #fff;
	border: 1px solid #dedede;
}
.strategy-box {
	border: 1px solid #dedede;
	padding: 15px 0px;
	width: 100%;
	margin: 8px 0;
	transition: all 0.4s ease-in;
	float: left;
	position: relative;
}
.strategy-box span.inter_btns {
	margin-top: 10px;
	float: left;
}
.strategy-box:hover {
	background: #226391;
}
.strategy-box span.del_inter {
	position: absolute;
	right: -14px;
	top: -22px;
	color: #000 !important;
}
.strategy-box:hover h3 {
	color: #fff;
	cursor: pointer;
}
.strategy-box:hover i {
	color: #000;
	cursor: pointer;
}
.strategy-box:hover span a, .strategy-box:hover a i {
	color: #fff;
}
.strategy-box.active span a, .strategy-box.active a i {
	color: #fff;
}
.strategy-box.active .del_inter {
	color: #000;
}
.strategy-box.active .del_inter {
	color: #000;
}
.close_cover {
	position: relative;
}
/*.close_cover span.close {color: #000;position: absolute;right: -13px;top: -13px; opacity:1;}*/

.close_cover span.close {
	color: #000;
	position: absolute;
	right: -6px;
	top: -6px;
	opacity: 1;
	z-index: 9999999;
}
.close_cover span.close i {
	font-size: 25px;
	color: #000;
}
/*.strategy-box h3{position:relative;margin:0;font-size:18px;font-weight:600;}
 .strategy-box h3 i{position:absolute;right:5px;top:2px;}*/

.strategy-box i {
	font-size: 20px;
	line-height: 30px;
}
textarea.recruitment_textarea {
	height: 194px !important;
}
.portfolio_workbundle {
	border: 1px solid #f1f1f1;
	margin: 20px 0 0;
	border-top-width: 4px;
}
.portfolio_workbundle h3 {
	background: #c5e7f4;
	margin: 0;
	padding: 10px;
	color: #111;
	margin-bottom: 30px;
}
.action_steps {
	padding: 10px;
	background: #f1f1f1;
}
.cf_box {
	background: #f9f9f9;
	border: 1px solid #f3f3f3;
	width: 100%;
	padding-top: 20px;
}
.loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 105;
}
.loading img {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
/***  Vinothini ****/

.button.add_keyword_btn {
	cursor: pointer;
	float: right;
	font-size: 14px;
	padding: 0 7px;
}
.filters-main {
	float: left;
	width: 33%;
	margin-bottom: 15px;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	margin-right: 0 !important;
}
.modal {
	overflow-y: auto !important;
}
.act_date_div {
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 25%
}
.act_date_input {
	width: 65%;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.act_date_div1 {
	display: none;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 25%;
}
.act_date_input1 {
	width: 65%;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
/*highchart bar start*/

.main-box {
	background: #73787e;
	padding: 20px;
	height: auto;
	width: 100%;
}
/* .main-box1{ background:#73787e; padding:10px 20px 10px 15px; height:auto; width:97.3%; margin:0 15px; overflow:hidden;} */

.main-box1 {
	background: #73787e;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.bar-heading {
	background: #26272b;
	font-size: 17px;
	color: #FFF;
	font-family: roboto;
	padding: 10px;
}
.clearfix {
	clear: both
}
.bar-bg {
	background: #373c42;
	height: 320px;
	padding-top: 20px;
}
.bar-bg1 {
	background: #373c42;
	height: 320px;
	padding-top: 20px;
}
.pad-b30 {
	padding-bottom: 30px
}
.pad-ba30 {
	padding-bottom: 0px
}
.bar-chart {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
.bar-chart1 {
	width: 100%;
	height: 250px;
	margin: 0 auto;
}
.main-box1 .assign-box {
	background: #373c42;
	box-shadow: 0 0 0.5px 0.7px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0px solid #ececec !important;
}
.main-box1 .assign-title {
	padding: 10px;
	border-bottom: 0px solid #b3b3b3;
	background: #282b30;
	border-radius: 5px 5px 0px 0;
}
.main-box1.implement_items .list_icon {
	background: url(../images/list_icon_white.png) no-repeat 0 3px;
	background-size: auto auto;
	background-size: 16px;
	padding-left: 25px;
}
.main-box1.implement_items .update_icon {
	background: url(../images/update_icon_white.png) no-repeat 0;
	background-size: auto auto;
	background-size: 16px;
	padding-left: 25px;
	/*width: 25%;*/
	color: #FFF;
	margin-left: 0;
}
.main-box1.implement_items .item_info ul li span.item_strategieslist ul li {
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	position: relative;
	padding: 15px 6px;
	display: block;
	background: #4e525b;
	border-bottom: 1px solid #666972;
	color: #fff;
	margin-bottom: 0;
}
.main-top-box {
	max-width: 600px;
	margin: 0px auto;
	padding: 25px;
	overflow: hidden;
}
.top-bar-hor {
	width: 400px;
	margin: 20px;
	padding: 25px;
	float: left;
	overflow: hidden;
}
.right-lable {
	float: left;
	width: 105px;
	position: relative;
	height: 185px;
}
.right-lable ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}
.right-lable ul li {
	list-style: none;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	border: none;
}
.color-male {
	padding: 6px;
	background: #05D1E3;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.color-female {
	padding: 6px;
	background: #eb3e76;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.color-other {
	padding: 6px;
	background: #959595;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.horizontal .progress-bar-new {
	float: left;
	height: 37px;
	width: 100%;
	padding: 5px;
	margin-bottom: 8px;
}
.horizontal .progress-track {
	position: relative;
	width: 100%;
	height: 25px;/* background: #ebebeb;*/
}
.horizontal .progress-fill {
	position: relative;
	background: #05d1e3;
	height: 25px;
	width: 50%;
	color: #fff;
	text-align: center;
	font-family: "Lato", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e1e1e1;
}
.horizontal .progress-fill-2 {
	position: relative;
	background: #eb3e76;
	height: 25px;
	width: 50%;
	color: #fff;
	text-align: center;
	font-family: "Lato", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e1e1e1;
}
.horizontal .progress-fill-3 {
	position: relative;
	background: #959595;
	height: 25px;
	width: 50%;
	color: #fff;
	text-align: center;
	font-family: "Lato", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e1e1e1;
}
.progress-bar-new {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	border: 1px solid #e1e1e1;
}
.main-box1.implement_items .assign-box .upload_button.pad10 {
	width: 95%;
}
.awe-left {
	width: 50%;
	float: left;
	height: auto
}
.awe-right {
	width: 50%;
	float: right;
	height: auto
}
.impbox1 .slimScrollDiv {
	margin-bottom: 10px;
}
.file-text {
	float: right;
	margin-right: 0px;
	background: #00adef;
	padding: 5px 10px 5px;
	border-radius: 0px 5px 5px 0px;
	border-left: 1px solid #fff;
	width: 24%;
	text-align: center;
}
.bar-char {
	border-left: 1px solid #fff;
	margin-right: 0 !important;
	float: right;
	background: #00adef;
	padding: 5px 8px 5px;
	width: 24%;
	text-align: center;
}
.bell-a {
	border-left: 1px solid #fff;
	margin-right: 0 !important;
	float: right;
	background: #00adef;
	padding: 5px 8px 5px;
	width: 24%;
	text-align: center;
}
.check-circle {
	float: right;
	margin-right: 0px !important;
	background: #00adef;
	padding: 5px 10px 5px;
	border-radius: 5px 0px 0px 5px;
	width: 24%;
	text-align: center;
}
.bell-a span {
	width: 0 !important;
	padding-right: 8px;
	padding-left: 4px;
}
.bundle_main .portfolio_workbundle {
	border: 1px solid #f1f1f1;
	margin: 20px 0 0;
	/* border-top-width: 4px; */
	background: #e3e3e5;
}
.bundle_main .add_button {
	border-radius: 5px !important;
	padding: 10px 15px !important;
	width: auto !important;
	background: #373C42 !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
}
.bundle_main .add_blue {
	border-radius: 5px !important;
	padding: 7px 15px !important;
	width: auto !important;
	background: #1866c8 !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
}
.bundle_main .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff;
	border: 1px solid #acacac;
	opacity: 1;
}
.bundle_main .select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #fff;
	cursor: default;
	border: 1px solid #acacac !important;
}
.bundle_main .form .form-group>label {
	color: #4d4d4d;
	font-size: 17px;
}
.bundle_main .text_black {
	color: #4d4d4d;
}
.bundle_main .text_white {
	color: #ffffff;
}
.bundle_main .label {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 17px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.bundle_main .dark_bluebg {
	background: #373c42 !important;
}
.bundle_main .custom-icon {
	display: inline-block;
	position: relative;
	background: url(../images/sprite2.png) no-repeat;
}
.bundle_main label input[type="radio"]:checked+span.radio-icon {
	background-position: -73px -240px;
}
.bundle_main label span.radio-icon {
	width: 20px;
	height: 20px;
	background-position: -73px -216px;
	top: 5px;
	margin-right: 5px;
}
.bundle_main .action_steps {
	padding: 10px;
	background: #75757F;
	float: left;
	border-radius: 5px;
	width: 100%;
}
.add_blue i {
	margin-right: 10px;
}
.wb_head_new {
	background: #999da1;
	margin-top: 10px;
	border-bottom: 4px solid #62676c;
	padding: 0px 0;
	width: 100%;
}
.wb_head_new tr th {
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 20px 0 !important;
}
.workbundle_list_new {
	background: #898c92;
}
.details-box {
	background: #d4d4d7;
	height: 0;/*border-top:2px solid #fff;*/
}
.detail-inear-box {
	background: #373b42;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px;
}
.details-box td {
	padding: 0 !important;
}
.detail-btu {
	color: #fff !important;
	padding-left: 10px;
	padding-top: 45px;
	float: left;
}
.detail-btu:hover {
	color: #fff !important;
}
.workbundle_list_new .act-actions {
	width: 19%;
	padding: 5px;
	border-right: 1px solid #ececec;
	background: #fff;
}
.detail-inear-box .workbundle_detailsbox {
	padding: 15px 0;
	background: transparent !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
	border-radius: 0px !important;
	margin-bottom: 10px !important;
	position: relative;
	float: left;
	width: 100%;
}
.zxc {
	width: 30%;
	float: left;
	text-align: center;
}
.ghj {
	width: 70%;
	float: left;
	text-align: left;
}
.detail-inear-box .workbundle_detailsbox p {
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}
.detail-inear-box .workbundle_detailsbox label {
	font-family: 'Raleway', sans-serif !important;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0px;
	color: #fff
}
.interven-new {
	background: #d2d2d5;
	/* float:left;*/
	padding: 20px;
}
.interven-new .strategy-box {
	border: 1px solid #434957;
	background: #434957;
	border-radius: 0px;
	padding: 15px 0 0px 0px;
	width: 100%;
	margin: 8px 0;
	transition: all 0.4s ease-in;
	float: left;
	position: relative;
	
}
.interven-new .strategy-box:hover {
	background: #434957;	
}
.interven-new .strategy_list .active {
	background: #999ca1;
}
.interven-new .strategy_list .strategy-box:hover {
	background: #999ca1;
}
.interven-new .add_blue {
	border-radius: 5px !important;
	padding: 7px 15px !important;
	width: auto !important;
	background: #1866c8 !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
}
.ip-bottom-icon {
	cursor: pointer;
	background: #00ADEF;
	padding: 4px 0;
	border-radius: 0px;
	display: inline-block;
	margin-top: 5px;
}
.interven-new .close_circle {
	background: url(../images/close-icon.png) no-repeat;
	padding: 12px;
}
.interven-new .strategy-box span.del_inter {
	position: absolute;
	right: -14px;
	top: -3px;
	color: #000 !important;
}
.ip-bottom-icon li {
	border-right: 1px solid #fff;
	float: left;
	text-align: center;
	padding: 0 0px;
	width: 25%;
}
.ip-bottom-icon li:last-child {
	border-right: 0px solid #fff;
	float: left;
	text-align: center;
	padding: 0 0px;
	width: 25%;
}
.interven-new .save_profile {
	background: url(../images/save_down.png) no-repeat;
	padding: 0px 14px;
}
/*.interven-new .save_profile:hover{ background:url(../images/save_profile_icon.png) no-repeat; padding: 0px 15px; margin-right: 10px;}*/

.interven-new .edit_profile {
	background: url(../images/edit-label.png) no-repeat;
	padding: 0px 12px;
}
/*.interven-new .edit_profile:hover{ background:url(../images/edit_profile_icon.png) no-repeat; padding: 0px 15px; margin-right: 5px;}*/

.interven-new .view_profile {
	background: url(../images/view-edit.png) no-repeat;
	padding: 0px 10px;
}
/*.interven-new .view_profile:hover{ background:url(../images/view_profile_icon.png) no-repeat; padding: 0px 15px;}*/

.interven-new .duplicate_icon {
	background: url(../images/duplicatea_icon.png) no-repeat;
	padding: 0px 12px;
}
.quickview .view_profile {
	background: url(../images/view-edit1.png) no-repeat;
	padding:  0px 12px 2px 12px; 
}
.quickview .duplicate_icon {
	background: url(../images/dupli_icon.png) no-repeat;
	padding: 0px 12px 2px 12px;
}
/*.interven-new .duplicate_icon:hover{ background:url(../images/duplicate_icon.png) no-repeat; padding: 0px 15px;}*/

.interven-top.workbundle {
	margin-bottom: 30px;
}
.interven-new .strategy-box span {
	margin-top: 4px;
}
.interven-top .portfolio-agency-info-box {
	background: #efefef;
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1) inset !important;
	padding: 40px 0 0 0px;
	margin-bottom: 40px;
	text-align: left;
}
.interven-top .parpal_border {
	border-bottom: 10px solid #de4b84;
	height: 105px;/*width: 94%;position: absolute;bottom: -50px;*/
}
.interven-top .orange_border {
	border-bottom: 10px solid #d48f2d;
	height: 105px;/*width: 94%;position: absolute;bottom: -52px;*/
}
.interven-top .info_border {
	border-bottom: 10px solid #1898cd;
	height: 105px;/*width: 94%;position: absolute;bottom: -51px;*/
}
.interven-top .icon_agency {
	width: 25%;
	float: left;
	height: auto;
	text-align: center;
}
.interven-top .agency_text {
	width: 75%;
	float: left;
	height: auto;
}
.interven-top .agency_text label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #434957;
}
.interven-top .agency_text p {
	font-size: 14px !important;
	font-weight: 300;
	margin-bottom: 5px;
	color: #84868c;
}
.text_black {
	color: #000
}
.actual_atart_icon {
	background: url(../images/actual_atart_icon.png) no-repeat;
	padding: 0px 14px;
}
.actual_end_icon {
	background: url(../images/actual_end_icon.png) no-repeat;
	padding: 0px 14px;
}
.action_steps_icon {
	background: url(../images/action_steps_icon.png) no-repeat;
	padding: 0px 14px;
}
.details_icon {
	background: url(../images/details_icon.png) no-repeat;
	padding: 4px 14px;
}
.edit_icon {
	background: url(../images/edit_icon.png) no-repeat;
	padding: 3px 14px;
}
.profile_save {
	background: url(../images/save_profile_icon.png) no-repeat;
	padding: 6px 14px;
}
.fa.fa-bell-o.fa-2x {
	font-size: 26px;
	color: #fff;
}
.fa.fa-edit.fa-2x.text_black.editWBbutton {
	font-size: 28px !important;
	color: orange;
}
.plus-circle {
	background: url(../images/plus_icon.png) no-repeat;
	padding: 6px 14px !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -8px;
	top: -6px;
}
.test-actual {
	text-align: left !important
}
.switchs {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 18px;
}
.switchs input {
	display: none;
}
.sliders {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #50b948;
	-webkit-transition: .4s;
	transition: .4s;
}
.sliders:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 0px;
	bottom: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked+.sliders {
	background-color: #000000;
}
input:focus+.sliders {
	box-shadow: 0 0 1px #000000;
}
input:checked+.sliders:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}
/* Rounded sliders */

.sliders.round {
	border-radius: 34px;
}
.sliders.round:before {
	border-radius: 50%;
}
.wactual_date {
	padding: 7px;
	margin-bottom: 12px;
}
.act_date {
	margit-left: 5px;
	margin-bottom: 4px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
	background: #f1f1f1 !important;
	width: 100% !important;
}
.wend_date {
	padding: 7px;
	margin-bottom: 12px;
}
.comment_bell {
	position: relative;
}
.count {
	position: absolute;
	background: #f00;
	padding: 3px 4px;
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
	left: 15px;
	top: -11px;
}
.col-md-12.form {
	float: left;
}
/*highchart bar end*/

.addpopbth, .addiccbtn, .addpopbth1 {
	background: #00adef none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	margin-right: 0;
	padding: 4px 12px;
}
tfoot tr {
	background: #f5f5f5;
	color: #284fa3;
	font-weight: bold;
}
.d-inblock {
	display: inline-block;
}
#add_hours .modal-header {
	padding-right: 40px;
}
#add_hours .modal-dialog {
	width: 80%;
}
#add_hours_nc .modal-header {
	padding-right: 40px;
}
#add_hours_nc .modal-dialog {
	width: 80%;
}
#icc_box .modal-dialog {
	width: 80%;
}
/*.icc-new-items{ background: #f1f1f1; display: inline-block; padding: 10px 0; border:1px solid transparent; margin-bottom: 15px}*/

.icc-new-items {
	background: #f1f1f1;
	display: inline-block;
	padding: 10px 0;
	border: 1px solid transparent;
	margin-bottom: 15px;
	position: relative;
	float: left;
	width: 100%;
}
.icc-new-items:hover {
	border: 1px solid #e8e8e8;
	box-shadow: 1px 1px 5px 0.3px rgba(0, 0, 0, 0.2)
}
.icc-new-items .input-group-addon {
	cursor: pointer;
}
.icc-new-items .icc_sub_btn {
	display: none;
}
.main-box2 {
	background: #73787e;
	padding: 10px 25px 10px 20px;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.main-box2 .assign-box {
	background: #373c42;
	box-shadow: 0 0 0.5px 0.7px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0px solid #ececec !important;
}
.main-box2 .assign-title {
	padding: 10px;
	border-bottom: 0px solid #b3b3b3;
	background: #282b30;
	border-radius: 5px 5px 0px 0;
}
.main-box2 .item_info ul li.update_icon {
	background: url(../images/update_icon_white.png) no-repeat 0 3px;
	background-size: 16px;
	color: #DDDDDD;
	padding-left: 30px;
}
.main-box2 .item_info ul li.list_icon {
	background: url(../images/list_icon_white.png) no-repeat 0 3px;
	background-size: 16px;
	color: #DDDDDD;
	padding-left: 30px;
}
.main-box2 .item_info .item_icon {
	background: url(../images/file_text_white.png) no-repeat 0 0;
	background-size: 16px;
	color: #DDDDDD;
	padding-left: 30px;
}
.main-box2 .item_icon span:first-child {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
}
.main-box2 .item_icon span:nth-child(2) {
	width: 38%;
	font-size: 13px;
	display: inline-block;
	word-break: break-word;
}
.wid-box1 {
	background: #4E525B;
	border: 1px solid #656d78;
	padding: 15px;
	min-height: 100px;
	float: left;
	width: 100%;
	margin: 15px 0px;
}
.main-box2 .item_info {
	padding: 15px;
	border-bottom: 1px solid #b3b3b3;
	float: left;
	width: 100%;
}
.main-box2 .item_info ul li span:first-child {
	font-size: 13px;
	/* width: 60%; */
	display: inline-block;
	vertical-align: top;
}
.wid-box1 li {
	background: #00ADEF;
	float: left;
	padding: 3px 10px !important;
	margin-right: 5px;
	margin-bottom: 5px !important;
	margin-left: 5px;
	color: #fff !important;
	font-size: 12px;
	border-radius: 3px;
}
.wid-box1 li a {
	color: #fff !important;
	font-weight: 300;
}
.wid-box1 .remove {
	margin-left: 5px;
}
.main-box2 .upload-item .upload_button {
	background: #f0ad4e;
	font-weight: 500;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 1px;
	display: inline-block;
	width: 94%;
}
.main-box2 .upload-item button i {
	padding: 13px 0px;
	width: auto !important;
	background: transparent !important;
	color: #fff;
	font-size: 15px;
	/* border-top-left-radius: 3px; */
    /* border-bottom-left-radius: 3px; */
	display: inline-block;
	line-height: 18px;
	font-style: normal;
}
/*dashbord 18-8-2017*/

.main-dashb {
	background: #73777e;
	width: 100%;
	padding: 20px;
}
.main-dashb .db-box {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	padding: 10px 0;
	margin-top: 0px;
	min-height: 210px;
	margin-bottom: 0px;
	background: #373b42;
}
.main-dashb .value-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fff;
}
.main-dashb .db-box i {
	color: #a8abaf;
	margin-right: 10px;
}
.main-dashb .box-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	margin-top: 8px;
	margin-bottom: 15px;
	color: #fff;
}
.main-dashb .quick-links a {
	color: #fff;
}
.main-dashb .weather_info {
	font-size: 50px;
	font-weight: 300;
}
#accordion_ta1 .list-title {
	background: #282b30;
	margin-top: 10px;
	border-bottom: 4px solid #7c7c7c;
	color: #fff;
	padding: 10px 0;
}
#accordion_ta1 .list-title p {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #fff;
	margin: 10px 0 !important;
}
#accordion_ta1 .panel-heading {
	margin-bottom: 5px;
	background: #373b42;
	line-height: 0 !important;
	padding: 14px 0 10px;
}
#accordion_ta1 .panel p {
	margin: 0;
	font-weight: 300;
	font-size: 17px;
	color: #fff;
}
#accordion_ta1 .panel-title a {
	color: #fff;
}
#accordion_ta1 .panel {
	margin-bottom: 0px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#accordion_ta1 .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#accordion_ta1 .comment-icon {
	color: #a8abaf;
	cursor: pointer;
}
#accordion_ta1 .down_arrow1 {
	color: #a8abaf;
	padding-right: 10px;
}
#accordion_ta1 .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0px solid #ddd;
}
#accordion_ta1 .info-badge1 {
	top: 5px;
}
.text_blue_new {
	color: #0cc3f8;
}
.text-gray {
	color: #73777e;
}
.bg_color {
	background: #324a5e;
	border-radius: 0px;
	padding: 0px;
}
.box-sys {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.checkbox[type="checkbox"] {
	display: none;
}
.checkbox[type="checkbox"]+label {
	color: #f2f2f2;
}
.checkbox[type="checkbox"]+label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 2px 10px 0 0;
	vertical-align: middle;
	background: url(../images/check_radio_sheet1.png) left top no-repeat;
	cursor: pointer;
}
.checkbox[type="checkbox"]:checked+label span {
	background: url(../images/check_radio_sheet1.png) -19px top no-repeat;
}
.toggal-check input[type="checkbox"], input[type="radio"] {
	display: none;
}
.toggal-check {
	list-style: none;
	margin: 0;
	padding: 0;
}
.toggal-check input[type=checkbox].check2 + label.label2 {
	padding-left: 35px;
	display: inline-block;
	line-height: 19px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: 400 !important;
	font-family: 'Roboto';
	font-size: 14px;
	color: #666;
}
.toggal-check li {
	padding: 3px 0;
	color: #666;
	font-family: 'Roboto';
	font-size: 14px;
}
.toggal-check input[type=checkbox].check2:checked + label.label2 {
	background-position: 0 -19px;
}
.toggal-check label.label2 {
	background-image: url('../images/check2.png');
}
/*.checkbox[type="radio"] {
    display:none;
}

.checkbox[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
}

.checkbox[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:2px 10px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

.checkbox[type="radio"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -57px top no-repeat;
}*/

.das-top {
	width: 95%;
	margin: 50px auto auto;
}
#input_data {
	margin-bottom: 37px;
}
.weather_text {
	font-size: 18px;
}
.das-top table ul li {
	display: block;
	width: 100%;
}
.chk {
	float: left;
	display: block !important;
}
.sys-cont .chk-desc {
	background: none !important;
	width: 208px !important;
	display: block !important;
	float: left;
	margin: 0 !important;
	line-height: 18px;
	height: auto !important;
	color: #fff;
}
.text-white {
	color: #fff;
}
.text-das {
	font-size: 14px;
	text-align: left
}
.pad_t10 { padding-top:10px;}
#intervention_pdf_quickview .modal-dialog {
	width: 80%;
}
.has-error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-success {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.sect-load {
	background-color: #ebebeb !important;
	background-image: url("../../assets/images/sel-load.gif") !important;
	background-size: 25px 25px;
	background-position: center center !important;
	cursor: no-drop;
	background-repeat: no-repeat;
}
.btn-bs-file {
	position: relative;
	width: 150px;
	font-size: 15px !important;
	color: #fff !important;
	background: #284fa3;
	border: 1px solid #284fa3;
	vertical-align: top;
	border-radius: 3px;
	padding: 4px !important;
}
#synar_dashboard .form1 button {
	padding: 0px 4px;
	margin-top: 15px;
	width: 150px;
	background: #284fa3;
	z-index: 4;
	color: #fff;
	border-radius: 3px !important;
	border-color: transparent;
	font-size: 16px;
	outline: 0;
}
#synar_dashboard .form2 button {
	padding: 7px 10px;
	margin-top: 15px;
	width: 100px;
	background: #284fa3;
	z-index: 4;
	color: #fff;
	border-radius: 3px !important;
	border-color: transparent;
	font-size: 20px;
	outline: 0;
	font-weight: 600;
}
#synar_dashboard .grey_bg {
	background: #f7f7f7 !important;
	overflow: hidden;
}
.report_info ul li span:first-child {
	font-size: 15px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.report_info ul li span:nth-child(2) {
	width: 50%;
	font-size: 13px;
	display: inline-block;
	word-break: break-word;
}
.save_profiles {
	background: url(../images/save_profile_icon.png) no-repeat;
	padding: 0px 16px;
	font-size: 20px;
}
.edit_profiles {
	background: url(../images/edit_profile_icon.png) no-repeat;
	padding: 0px 16px;
	font-size: 20px;
}
.view_profiles {
	background: url(../images/view_profile_icon.png) no-repeat;
	padding: 0px 16px;
	font-size: 20px;
}
.duplicate_icons {
	background: url(../images/duplicate_icon.png) no-repeat;
	padding: 0px 16px;
	font-size: 20px;
}
.main-box2 .report_info ul li.update_icon {
	background: url(../images/update_icon_white.png) no-repeat 0 3px;
	background-size: 16px;
	color: #DDDDDD;
	padding-left: 30px;
}
.main-box2 .report_info ul li.flag_icon {
	background: url(../images/ha_icon.png) no-repeat -4px 0;
	background-size: 25px;
	color: #DDDDDD;
	padding-left: 30px;
}
.main-box2 .view_profiles {
	background: url(../images/document_search.png)center no-repeat;
	background-size: 25px;
	color: #DDDDDD;
	padding-left: 30px;
}
.main-box2 .pdf_dwn {
	background: url(../images/documents-outline.png)center no-repeat;
	background-size: 25px;
	color: #DDDDDD;
	padding-left: 30px;
	line-height: 28px;
}
.main-box2 .item_icon {
	background: url(../images/file_text_white.png) no-repeat 0 0;
	background-size: 16px;
	color: #DDDDDD;
	padding-left: 30px;
}
.main-box2 .report_info {
	padding: 15px;
	border-bottom: 1px solid #b3b3b3;
	float: left;
	width: 100%;
}
.synar_form {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #ccc;
	position: relative;
}
.qw-main {
	width: 100%;
	float: left;
	height: auto;
	border-bottom: 1px solid #ccc;
	position: relative;
	background: #c0c0c0;
}

.qw {
	width: 3%;
	float: left;
	height: auto;
	/* margin-left: 5px; */
	border-right: 1px solid #ccc;
	height: 245px;
	padding-right: 5px;
	padding-top: 20px;
	/*background: #ddd;*/
	padding-left: 5px;
	text-align: center;
}
.qw1 {
	width: 25%;
	float: left;
	height: 245px;
	margin-right: 5px;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
.qw2 {
	width: 25%;
	float: left;
	height: auto;
	border-right: 1px solid #ccc;
	height: 245px;
	padding-right: 5px;
	padding-top: 10px;
}
.qw3 {
	width: 12%;
	float: left;
	height: auto;
	margin-right: 5px;
	border-right: 1px solid #ccc;
	height: 245px;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
	/*background: #ddd;*/
}
.qw4 {
	width: 33%;
	float: left;
	height: auto;
	padding-top: 10px;
}
.qw4 label {
	float: left;
	margin-right: 10px;
	width: 100%;
	font-size: 14px;
	padding-left: 3px;
}
.form-control-new {
	padding: 12px 5px;
	border-color: #ececec;
	font-size: 14px;
	height: auto !important;
	box-shadow: none;
	outline: 0;
	line-height: 19px;
	width: 100%;
	color: #555;
	float: left;
	border: 1px solid #ececec;
	border-radius: 3px;
}
.qw3 label {
	font-size: 14px;
}
.qw2 label {
	font-size: 14px;
	padding-left: 6px;
}
.qw1 label {
	font-size: 14px;
	padding-left: 2px;
}
.form-control-new.awe {
	height: 150px !important;
}
.form-control-new.awe1 {
	height: 80px !important;
}
.merchant1 {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.merchant {
	width: 100%;
	float: left;
}
.accord {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
.accord .panel-title {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #ddd;
}
.accord .panel-heading {
	padding-top: 0px;
	padding-bottom: 0;
}
.plus-circlee {
	background: url(/new/images/plus_icon.png) no-repeat;
	padding: 6px 14px !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -18px;
	bottom: -6px;
	border: 0px;
}
#synar_dashboard .close_cover span.close {
	color: #000;
	position: absolute;
	left: -10px;
	top: -13px;
	opacity: 1;
	z-index: 9999999;
	width: 25px;
}
#synar_dashboard .close_cover span.circle_plused {
	color: #000;
	position: absolute;
	right: -9px;
	bottom: -15px;
	opacity: 1;
	z-index: 9999999;
	font-size: 25px;
	cursor: pointer;
}
#synar_dashboard .modal-dialog {
	width: 90% !important;
}
#WBform .abc {
	padding: 0 10px 0 30px;
}
#WBform .info-icon {
	position: relative;
}
.ml-10 {
	margin: 0 0 0px 36px;
}
.awe-right ul li {
	list-style: none;
	float: left !important;
	border-bottom: 0 !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 15px !important;
}
.awe-right ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#tray_accordion1 .panel-heading {
	background: #80858B !important;
	border-bottom: 1px solid #fff;
	border-radius: 0 !important;
}
#tray_accordion1 .form-title {
	font-weight: 500;
	color: #fff;
}
#report_form .tab-content {
	margin-top: 15px;
}
#report_form .form-group {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.close-btn {
	display: none
}
.main-box1.implement_items .item_info ul li .reporting-box-list li .accordion-wrapper {
	position: relative;
}
.main-box1.implement_items .item_info ul li .reporting-box-list li .accordion-wrapper .empty-notification {
	position: absolute;
	box-shadow: 0px 0px 0px 1px #FF1402 inset;
	padding: 0px 9px 0 5px;
	width: auto;
	height: 13px;
	top: 0;
	left: 0;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	background: #FF1402;
	z-index: 99;
}
.main-box1.implement_items .item_info ul li .reporting-box-list li .accordion-wrapper .empty-notification:before {
	content: "";
	position: absolute;
	right: -6px;
	top: 2px;
	box-shadow: 0 0 0px 1px #FF1402;
	width: 10px;
	background: #4E525B;
	height: 10px;
	transform: rotate;
	transform: rotate(45deg);
	z-index: 99;
}
.main-box1.implement_items .item_info ul li .reporting-box-list li .accordion-wrapper .quickview .bell-l span {
	width: auto;
}
.multiselect-native-select .open {
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: 250px;
}
span.multiselect-native-select {
	position: relative
}
span.multiselect-native-select select {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px -1px -1px -3px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	left: 50%;
	top: 30px
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: -40px 0 0 14px;
	padding: 0;
	width: 95%;
	z-index: 999;
}
.multiselect-container .input-group {
	margin: 5px
}
.multiselect-container>li {
	padding: 0
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}
.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0;
}
.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px;
	display: block;
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}
.reporting-box-list li {
	margin-bottom: 0 !important;
	position: static !important;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
   .reporting-box-list li {
		margin-bottom: -10px !important;
		}
}
*/

/* Cost workbook new and edit form */
.info-badge_marker {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	background: #fff;
	border: 2px solid #3b3b3b;
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
}
.custom-blockquote_marker {
	border-left: 5px solid #000;
	padding: 15px 10px;
	/* background: #C4D7FF; */
	font-size: 14px !important;
	line-height: 17px;
	color: #fff;
	background: #373c42;
	margin-top: 15px;
	display: inline-block;
}
.add-circle {
	background: #090;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	padding: 6px 7px 4px 7px;
	margin-top: 3px;
	line-height: 15px;
	cursor: pointer;
}
.remove-circle {
	background: #f00;
	font-size: 15px;
	color: #fff;
	border-radius: 50%;
	padding: 5px 7px;
	margin-top: 3px;
	cursor: pointer;
}
.cost-footer-btu-new {
	position: fixed;
	width: 98.6%;
	bottom: 0;
	z-index: 999;
	padding: 0px 15px 2px 15px;
}
.cost-footer-btu-new h3 {
	font-size: 20px;
}
#reports-quickview .awe .ft_20 {
	font-size: 17px;
	padding-top: 5px;
}
#report_form .panel-body {
	padding: 15px 0;
}
.number-width {
	width: 100px;
}
.number-width2 {
	width: 95px;
}
.number-width5 {
	width: 85px;
}
.number-width3 {
	width: 70px;
}
.form-group.aqw {
	text-align: left;
	margin: 0;
}
.mar_tb15.save_edit_button {
	/* display: inline-block; */
	margin: 0;
}
.cost-footer-btu-new .dark_bluebg_new {
	background: #226391 !important;
	width: auto;
	float: left;
	text-align: center;
	/* margin-bottom: 5px; */
	margin-right: 8px;
	margin-left: 8px;
	font-size: 15px;
}
.cost-footer-btu-new .darkgrey_bg_new {
	background: #949494 !important;
	width: auto;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	font-size: 15px;
}
.dark_bluebg_new {
	background: #226391 !important;
	width: 100%;
	float: left;
	text-align: center;/* margin-bottom: 5px; 
	margin-right: 8px;
	margin-left: 8px;*/
}
.darkgrey_bg_new {
	background: #949494 !important;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
.bor-right {
	border-right: 1px solid #fff;
}
.bor-left {
	border-left: 1px solid #fff;
}
/* cost workbook dashboard */
.accordion-wrapper {
	color: #fff;
	width: 100%;
}
.accordion-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #4e525b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #666972;
	position: relative;
	width: 100%;
}
.accordion-heading h4 {
	font-size: 14px;
	width: 100%;
	padding: 10px 0px 5px 0;
	margin: 0 0;
	line-height: 20px;
}
.accordion-wrapper a {
	color: #fff;
	font-size: 14px;
}
.arrow {
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
	position: absolute;
	line-height: 20px;
	right: 11px;
}
.accordion-content {
	max-height: 0px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 24px;
	background-color: rgba(0,0,0,0.2);
	transition: 0.5s ease;
}
.content-wrapper {
	max-height: inherit;
	overflow: hidden;
}
.s2019 {
	float: right;
	width: auto;
	margin: 0px 30px 0px 0px;
	text-align: right;
}
.open {
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 250px;
}
 
.reporting-box-list .quickview {
	width: 100%;
	float: left;
	height: auto;
	background: #00ADEF;
	border-radius: 5px;
	display:flex;
}
.reporting-box-list .quickview li {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 0 !important;
	padding: 6px 0 !important;
	color: #fff;
	font-size: 14px;
}
.bell-l {
	border-right: 1px solid #fff;
}
.pdf-l {
	border-right: 1px solid #fff;
}
.reporting-box-list li {
	margin-bottom: 0 !important;
	position: static !important;
}
.dot-color {
	width: 100%;
	height: auto;
	margin: 5px 0;
	padding: 0;
	float: left;
}
.dot-color li {
	width: 25%;
	float: left;
	list-style: none;
	padding: 0px 20px;
	line-height: 0px;
	text-align: left;
}
.intervention_download_title {
	color: #284FA3;
	font-weight: 400;
	font-size: 20px;
	padding-left: 18px;
}
/* Home Dashboard */
.onoffswitch {
	position: relative;
	width: 70px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
	text-align: left;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 25px;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:after {
	content: "ON";
	padding-right: 10px;
	background-color: #1AA9EC;
	color: #fff;
	text-align: right;
}
.onoffswitch-inner:before {
	content: "OFF";
	padding-left: 10px;
	background-color: #f00;
	color: #FFFFFF;
}
.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.cross-filter {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	color: #fff !important;
}
.cross-filter input {
	width: 100%;
	padding: 10px;
	background: #c2d2d8;
	border: 1px solid #6F7E95;
	text-align: center;
	color: #324a5e !important;
}
.cross-filter ::-moz-placeholder {
 color: #324a5e;
 font-size: 15px;
}
.sort-region {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin-bottom: 0px;
}
.sort-region a {
	color: #fff;
	text-align: left;
	text-decoration: none;
	background: #6f7e95;
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
	border: 0px solid #fff;
}
.slimScrollBar {
	background: #6f7e95 !important;
	opacity: 1 !important;
}
.cross-box {
	background: #324A5E;
	padding: 0px 0px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.cross-text {
	font-size: 15px;
	color: #FFF;
}
.cross-bar {
	margin-top: 20px;
	margin-left: 15px;
	display: inline-block;
}
.box-cross {
	width: 99.4%;
	float: left;
	height: auto;
	padding: 10px 10px 10px 15px;
	margin-left: 1.5px;
	box-shadow: inset 0px 0px 0px 1px #6F7E95;
	box-sizing: border-box;
}
/* User page */
.mar_b10.checkbox_normal > input {
	display: none;
}
.active.resp-tab-item.resp-tab-active {
	height: auto;
}
.link_btn {
	background: #bdbdbd none repeat scroll 0 0;
	border-color: transparent;
	border-radius: 3px !important;
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	outline: 0 none;
	padding: 10px 20px;
	width: 100px;
	z-index: 4;
	cursor: pointer;
}
.link_btn:hover {
	color: #fff;
}
.menu_list .active {
	height: auto;
}
.pending {
	background-color: orange;
	padding: 5px;
	border-radius: 3px;
}
.label-success {
	padding: 5px;
	border-radius: 3px;
}
label.error {
	display: block;
	width: 100%;
	color: red !important;
	font-size: 12px!important;
}
/* University Page */
.toggal-check input[type="checkbox"], input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
	display: none;
}
.toggal-check {
	list-style: none;
	margin: 0;
	padding: 0;
}
.toggal-check input[type=checkbox].check21 + label.label2 {
	padding-left: 30px;
	display: inline-block;
	line-height: 19px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: 400 !important;
	font-family: Roboto;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}
.toggal-check {
	padding: 8px 0;
	color: #666;
	font-family: Roboto;
	font-size: 14px
}
.toggal-check input[type=checkbox].check21:checked + label.label2 {
	background-position: 0 -19px;
}
.toggal-check label.label2 {
	background-image: url('/images/admin_check.png');
}
/* User Settings */
/* .file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px; }
.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
input.trigger[type="radio"] {
    display: none !important;
} */

.cont-text {
	text-align: right;
	color: #fff;
	margin: 0;
	padding-top: 13px;
}
.save_edit_button {
	text-align: center;
	padding-bottom: 5px;
}
.save_edit_button a {
	float: none !important;
}
.top-agency-title {
	background: #F3F3F3;
	color: #000;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	width: 100%;
	float: left;
	font-size: 18px;
}
.top-title.title-head {
	font-size: 26px;
	font-weight: 400;
}
.top-title {
	background: #284FA3;
	padding: 10px 15px;
	color: #fff;
	margin: 0;
}
.title-head {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	clear: both;
	text-align: center;
}
.pdf_agency_details td, .pdf_agency_details {
	background: #f3f3f3 none repeat scroll 0 0;
	padding: 10px;
}
.logo_body {
	border: 1px solid #ddd;
	padding: 10px 0;
	width: 99.8%;
}
table {
	border: 1px solid #ddd;
}
.bg-gray {
	background: #F3F3F3;
}
.blue-txt {
	color: #284FA3;
}
.bg-blue {
	background: #284FA3;
}
.white-txt {
	color: #fff;
}
.bb {
	border-bottom: 1px solid #ddd;
}
.bt {
	border-top: 1px solid #ddd;
}
.pad15 {
	padding: 15px;
}
.date-m {
	height: auto !important;
	color: #ccc;
	font-style: italic;
}


.onoffswitch {
	position: relative;
	width: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	float: right;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
	text-align: left;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 11px;
	padding: 0;
	line-height: 11px;
	font-size: 10px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:after {
	content: "ON";
	padding-right: 10px;
	background-color: #1AA9EC;
	color: #fff;
	text-align: right;
	/*padding-top:1px;*/
	font-weight: bold;
}
.onoffswitch-inner:before {
	content: "OFF";
	padding-left: 10px;
	background-color: #851e04;
	color: #FFFFFF;
	/*padding-top:1px;*/
	font-weight: bold;
}
.onoffswitch-switch {
	display: block;
	width: 11px;
	margin: 2px 5px 0px 5px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.onoffswitchq {
	position: relative;
	width: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	float: left;
	margin-right: 5px;
	height: 23px;
}
.onoffswitchq-checkbox {
	display: none;
}
.onoffswitchq-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
	text-align: center;
    padding-left: 8px;
}
.onoffswitchq-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitchq-inner:before, .onoffswitchq-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 11px;
	padding: 0;
	line-height: 11px;
	font-size: 10px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}
.onoffswitchq-inner:after {
	content: "CLEAR";
	padding-right: 10px;
	background-color: #00CC00;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	margin-left: 0;
}
.onoffswitchq-inner:before {
	content: "CLEAR";
	padding-right: 10px;
	background-color: #00CC00;
	color: #FFFFFF;
	padding-top: 0px;
	margin-left: 0;
}
.onoffswitchq-switch {
	display: none;
	width: 2px;
	margin: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	height: 1px;
}
.onoffswitchq-checkbox:checked + .onoffswitchq-label .onoffswitchq-switch {
	right: 0px;
}

.onoffswitch label {
	margin-bottom: -2px;
}
.cross-filter {
	width: 100%;
	float: left;
	margin-bottom: 1px;
	color: #fff !important;
}
.cross-filter input {
	width: 100%;
	padding: 5px;
	background: #c2d2d8;
	border: 1px solid #6F7E95;
	text-align: center;
	color: #324a5e !important;
	border-radius: 0;
}
.cross-filter ::-moz-placeholder {
 color: #324a5e;
 font-size: 15px;
}
.sort-region {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin-bottom: 0px;
}
.sort-region a {
	color: #fff;
	text-align: left;
	text-decoration: none;
	background: #6f7e95;
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
}

.box-sys-text {
	border-bottom: 2px #506372 solid;
	display: inline-block;
	margin-bottom: 2%;
	width: 100%;
	padding-bottom: 5%;
}
.cross-bar {
	/* margin-top: 10px; */
	margin-left: 0;
	display: inline-block;
}
.cross-text {
	font-size: 15px;
	color: #FFF;
}


.hide130 {
	height: 130px;
	overflow: hidden;
}
.vfg{ padding-left:10px; padding-right:0px; text-align:left; font-size:14px;}

.cross-text {
	padding-top: 5px;
	font-size: 15px;
	font-weight: 500;
	background: #4D72AF;
	margin-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	height: 30px;
	padding-left: 7px;
	padding-right: 7px;
}

#single-onload {
	padding: 25px 40px 0px 0px;
}
#single-onclick {
	padding: 25px 40px 0px 0px;
}
.single_cross {
	position: absolute;
	padding-top: 0px;
}
.box-cross ul li {
	list-style: none;
	position: relative;
}

/*Curriculum dashboard page start css*/

 #intervention_parts .button.save_btn {
    background: #9e9e9e;
}
 #intervention_parts .button.cancel_btn {
    background: #373d42;
}

.qq-upload-button {
  background: #284fa3 none repeat scroll 0 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  font-weight: bold;
  padding: 10px 0 !important;
}
#overlay { 
  display:block; 
  position:relative; 
  background:#fff; 
}
#img-load { 
  position:relative; 
}
.note_span{
    float: right;
    padding: 1px 20px 10px 0px;
}
.note_span i.red{
    margin-right: 0px;
    color: red;
}
.strategy-box input[type="checkbox"] {
  display: block;
}
.ms-options ul .ms-reflow > label {
  padding-left: 23px;
}
.strategy-box .ms-options-wrap > button, .strategy-box .ms-options-wrap > button:focus {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
}
.ms-options.ms-active {
  color: #3e3e3e;
}
.ms-options-wrap > .ms-options {
	 
	z-index: 99 !important;
	 
}
.inter_top_box label{ color: #fff }


/*panel-group start tab*/

panel-group .panel {
		border-radius: 0px;
		border-color: #80858B;
        padding:0;
	}

	.panel-default > .panel-heading {
		color: #fff;
		background-color: #80858B ;
		border-color: #80858B;
		padding:0px 10px;
		border-radius:0;
		
	}

	.panel-title {
		font-size: 16px;
	}

	.panel-title > a {
		display: block;
		padding: 15px;
		text-decoration: none;
	}

	.short-full {
		float: right;
		color: #fff;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border: solid 1px #80858B;
        background-color: #d2d2d5;
        
	}
	
.curriculum .page-title {

	position: relative;
	padding-left:15px;

}
.full-container{ padding-left:15px;}
.interven-top.workbundle {
	margin-bottom: 10px;
}
 .strategy-box .tooltip{ z-index: 99; }
 #cover_inner1 .save_edit_button {
 text-align: center;
 padding-bottom: 0px;
}
.save_edit_button {
 text-align: center;
 padding-bottom: 8px;
}

.header-block {
    padding: 0 50px;
}
.top-title {
    background: #7f8184;
    padding: 10px 15px;
    color: #fff;
    margin: 0;
}
.top-agency-title{
    background: #F3F3F3;
    color: #000;
    margin: 0;    
    font-family: "Roboto", sans-serif; 
    font-weight: 600; 
    width: 100%; 
    float: left;
    font-size: 18px;
}
table {
    border: 1px solid #ddd;
}

.title-head {
    font-family: "Roboto", sans-serif;
     font-weight: 600;
     clear: both; 
     text-align: center;
}
.text-center {text-align: center;}
.logo_body {
    border: 1px solid #ddd;
    padding: 10px 0;
    width: 99.8%;
}
.logo_body img {width: 200px;}
.fb_300 {
    font-size: 16px;
    font-weight: 300;
}

.class_cover{background:#c0c0c0; padding-top:20px; border-radius:10px; position:relative; margin: 20px 10px;}
.delate_btn {
	position: absolute;
	left: -5px;
	top: -12px;
	font-size: 22px;
}
.add_btn {
	position: absolute;
	right: -5px;
	bottom: -12px;
	font-size: 22px;
}
.summary{ height:auto; margin:50px 10px;}
.summary h3{ font-family: "Roboto", sans-serif;
     font-weight: 500;
     clear: both; 
     text-align: left; font-size:16px; color:#337ab7;}
.summary_box{background:#ebebeb;margin-top: 10px;}

    .summary_box table {border: 1px solid #ccc;}

.summary_box table td { height:35px; padding:10px;}
.footer-btu-new {
	background: #777;
	position: fixed;
	width: 98.7%;
	bottom: 0;
	z-index: 999;
	padding: 0px 15px 0 0px;
	margin-top: 10px;
	float: left;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*Curriculum dashboard page end css*/
.chat_userlist h3 {
	font-size: 17px;
	font-weight: 400 !important;
}
.icontext {
	line-height: 14px !important;
	display: block !important;
	width: auto !important;
	font-size: 12px !important;
	color:#fff;
}
.university_logo {
	position: absolute;
	right: 0px;
	top: 0px;
}
.university_logo img {
	width: auto;
	height:52px;
}
.main-box1 .assign-box {
	background: #373c42;
	box-shadow: 0 0 0.5px 0.7px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0px solid #ececec !important;
	width: 100%;
	overflow: hidden;
}
.main-box1 .assign-title {
	padding: 10px;
	border-bottom: 0px solid #b3b3b3;
	background: #282b30;
	border-radius: 5px 5px 0px 0;
	/* float: left; */
	width: 100%;
	
}

.mar_b26 {
	margin-bottom: 10px;
}

#reports-quickviewd .form2 button {
	padding: 7px 10px;
	margin-top: 15px;
	width: 100px;
	background: #284fa3;
	z-index: 4;
	color: #fff;
	border-radius: 3px !important;
	border-color: transparent;
	font-size: 20px;
	outline: 0;
	font-weight: 600;
}
#reports-quickviewd .form1 button {
	padding: 0px 4px;
	margin-top: 15px;
	width: 100%;
	background: #284fa3;
	z-index: 4;
	color: #fff;
	border-radius: 3px !important;
	border-color: transparent;
	font-size: 16px;
	outline: 0;
	/* float: right; */
	margin-bottom: 0;
}
#reports-quickviewd .form1 button {
	padding: 4px 15px;
	width: auto !important;
}
.master_curr_list .panel-heading {
	background: #80858B !important;
	border-bottom: 1px solid #fff;
	border-radius: 0 !important;
}
.form-title{
	color: #fff;
}
.form-title:hover{
	color: #fff;
}
.form-title:focus{
	color: #fff;
}
#reports-quickviewd .grey_bg {
	background: #f7f7f7 !important;
	overflow: hidden;
}
.main-box1 .item_info .item_icon {
	color: #DDDDDD;
}
.main-box1 .upload-item .upload_button {
	background: #f0ad4e;
	font-weight: 500;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 1px;
	display: inline-block;
	width: 94%;
}
.main-box1 .upload-item button i {
	padding: 13px 0px;
	width: 35px;
	background: transparent;
	color: #fff;
	font-size: 15px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: inline-block;
	line-height: 18px;
	font-style: normal;
}
.fa.fa-trash.text_black {
	color: #f00;
}
.main-box1 .item_info .item_icon {
	background: url(../images/file_text_white.png) no-repeat 0 0;
	background-size: 16px;
	color: #DDDDDD;
	padding-left: 30px;
}

.acd1.small {
	line-height: 12px;
	color: #fff;
	font-style: italic;
	font-size: 11px;
	padding-top: 5px;
}

.ggg .number-width2 {
    width: 65px !important;
}
.ggg .input-group-addon{display:none !important;}