﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body, html {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
.img-responsive {
	width: 100%;
	display: block;
}
img {
	vertical-align: middle;
	line-height: none;
}
.wrapper {
	display: block;
	min-width: 1343px;
	max-width: 1400px;
	margin: 0 auto;
}
ul, li, a, p, h1, h2, h3, h4, h5 {
	list-style: none;
	color: #333333;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
a {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}
.container {
	display: block;
	width: 96%;
	margin: 0 auto;
}
.footer {
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.notification {
    background-color:#29a34d;
    color:#fff;
}

.page-top-margin {
	padding-top: 40px !important;
}
.main-page {
	min-height: 100%;
}
.main-container-wrapper {
	position: relative;
	display: block;
	width: 100%;
	background: url(../images/main-bg-1366x1344.jpg) no-repeat;
	background-size: cover;
	min-height: 100%;
}
.left-nav {
	display: block;
	height: 100%;
	width: 200px;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.09);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.09);
	position: fixed;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
}
.left-nav::-webkit-scrollbar {
    width: 2px;
}
.left-nav::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
.left-nav::-webkit-scrollbar-thumb {
    background-color: #4986a5;
}
.left-nav::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
.workspace-right {
	display: block;
	width: auto;
	margin-left: 200px;
	padding-top: 2%;
	padding-bottom: 2%;
	min-height: 460px;
}
.workspace-right:before{
	content:'';
	display:block;
	clear:both;
}
.workspace {
	display: table;
	width: 100%;
	padding-top: 2%;
	min-height: 486px;
}
.white-box {
	background: #fff;
	margin: 0% 2% 2% 2%;
	box-sizing: border-box;
	border: 0;
	padding: 10px;
}
input, textarea, select, * {
	font-family: 'Open Sans', sans-serif;
}
input[type="button"], a, li {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.txt-bold {
	font-weight: 600;
}
/*=======================================
   HEADER STYLES
=======================================*/
header {
	width: 100%;
	display: block;
	background: #f8f7f7;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3000;
}
.logo-header {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 12px 0;
}
.logo {
	display: table-cell;
	vertical-align: middle;
}
.logo:last-child {
	text-align: right;
}
.nav-left {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.nav-right {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.top-nav {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
nav {
	background: #fff;
	border-bottom: 8px solid #4986a5;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.navigation {
	display: block;
	width: 100%;
}
.nav-list {
	color: #333333;
	display: inline-block;
	position: relative;
	padding-top: 18px;
	padding-bottom: 17px;
}
.nav-list>a {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #e1e1e1;
}
.nav-list:hover.nav-list>a {
	color: #3C6C84;
}
.nav-list:first-child a {
}
.nav-list:last-child {
	border-right: 0;
}
li.active a {
	position: relative;
}
.active>a:before {
	display: block;
	content: url(../images/nav-active-15x10.png);
	position: absolute;
	width: 15px;
	height: 10px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
}
.user-nav-list img {
	margin-right: 10px;
	border: 1px solid #e2e2e2;
}
li.user-nav-list {
	max-width: 225px;
	cursor: pointer;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.user-nav-sub {
	right: 0;
	text-align: right;
	width: 130% !important;
	top: 100% !important;
	left: auto !important;
}
.sub-nav {
	position: absolute;
	left: 0;
	width: 150%;
	z-index: 100000;
	top: 100%;
	display: none;
}
.sub-nav>li {
	padding: 10px 10px;
	background: #4986a5;
	text-align: left;
}
.sub-nav a {
	display: block;
	width: 100%;
}
.sub-nav>li:hover {
	background: #387290;
	border-right: 3px solid #254f65;
	transition: none;
}
.sub-nav>li>a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
}
.nav-list:hover .sub-nav, .user-nav-list:hover .sub-nav {
	display: block;
}
.user-nav-sub>li {
	padding-right: 20px;
}
/*=======================================
   page directory
=======================================*/
.page-directory {
	width: 100%;
}
.page-directory>li {
	display: inline-block;
	padding-right: 22px;
	position: relative;
}
.page-directory>li:before {
	content: url(../images/arrow-icon-4x7.png);
	display: block;
	position: absolute;
	right: 5px;
}
.page-directory>li:last-child:before {
	content: '';
}
.page-directory>li>a {
	font-size: 14px;
	color: #474747;
}
.home-icon {
	padding-left: 20px;
	background: url(../images/home-icon-15x13.png) no-repeat;
	background-position: left center;
}
/*=======================================
   page commonstyles
=======================================*/
.page-head {
	font-size: 24px;
	font-weight: 600;
	padding-left: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #edeff0;
	margin-bottom: 10px;
}
.user-icon {
	background: url(../images/user-icon-16x17.png) no-repeat;
	background-position: left 9px;
}

.msgtemplate-icon {
	background: url(../images/msg-temp-icon-16x17.png) no-repeat;
	background-position: left 9px;
}

.request-icon {
	background: url(../images/request-type-icon-16x17.png) no-repeat;
	background-position: left 9px;
}

.writemsg-icon {
	background: url(../images/write-icon-16x17.png) no-repeat;
	background-position: left 9px;
}
.config-icon {
	background: url(../images/config-icon-17x17.png) no-repeat;
	background-position: left 9px;
}
/*=======================================
   LOGIN PAGE
=======================================*/
.login-wrapper {
	background: url(../images/login-bg-2x768.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	display: block;
	height: 100%;
}
.login-wrapper::before {
	clear: both;
	content: "";
	display: table;
	margin-top: -1px;
	height: 0;
}
.login-box-wrapp {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.login-box {
	background: #fff;
	padding: 30px 45px;
	box-sizing: border-box;
	width: 88%;
	margin: 95px auto;
	display: table;
	table-layout: fixed;
	border-radius: 3px;
	position: relative;
}
.login-box::before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: -26px;
	background: url(../images/box-shadow-1195x23.png) no-repeat;
	left: 0;
	background-size: contain;
}
.login-box-left {
	display: table-cell;
	vertical-align: middle;
}
.login-box-right {
	display: table-cell;
}
.login-form {
	width: 395px;
	display: block;
	float: right;
}
.login-from-row {
	margin: 15px 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.form-label {
	display: table-cell;
	font-size: 14px;
	color: #444444;
	box-sizing: border-box;
}
.login-from-input {
	display: table-cell;
	width: auto;
}
.form-control {
	border: 1px solid #ccc;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.login-from-input .form-control {
	width: 254px;
}
.login-form-head {
	margin-bottom: 35px;
}
.login-from-row .form-label {
	width: 140px;
}
.login-button {
	background: #3498ec;
	font-size: 16px;
	width: 254px;
	box-sizing: border-box;
	padding: 5px 0;
	border: 0;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.login-button:hover {
	background: #2886d6;
}
.login-bottom-img {
	display: block;
	width: 90%;
	margin: 30px auto;
	text-align: right;
}
/*=======================================
   HOME PAGE
=======================================*/
.home-wrapper {
	background: url(../images/home-bg-1366x707.jpg) no-repeat;

	background-size: cover;
}
.home-page-container {
	position: relative;
	display: block;
	background: url(../images/creative-574x450.png) no-repeat !important;
	background-position: right bottom !important;
	min-height: 505px;
}
.quick-links-box {
	padding: 20px 0 0 0;
}
.quick-link {
	display: inline-block;
	background: #fff;
	width: 176px;
	box-sizing: border-box;
	position: relative;
	height: 204px;
	margin-right: 15px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.13);
	cursor: pointer;
}
.quick-link a {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: normal;
	left: 0;
	top: 0;
	text-align: center;
	transition: all 0.5s;
}
.quick-link a:hover {
	opacity: 0.5;
}
.quick-link>a>img {
	margin: 20px auto 15px auto;
	display: block;
}
.quick-link-btn {
	text-transform: uppercase;
	background: #4986a5;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	border-radius: 15px;
	margin-top: 20px;
	cursor: pointer;
	outline: 0;
}
/*=======================================
   GRID DESIGN
=======================================*/
.normal-grid {
	width: 100%;
	table-layout: fixed;
}
.normal-grid {
	border: 1px solid #dfdede;
	border-collapse: collapse;
}
.grid-head {
	border-bottom: 3px solid #4986a5 !important;
}
.normal-grid th {
	background: #f1f1f1;
	font-size: 12px;
	color: #222222;
	border-bottom: 0;
	height: 43px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: left;
	font-weight: 600;
	border-collapse: collapse;
	padding-left: 5px;
	box-sizing: border-box;
}
.normal-grid td {
	font-size: 12px;
	padding: 7px 3px 7px 3px;
	vertical-align: middle;
}
.normal-grid tr, .normal-grid td {
	border: 1px solid #eeeeee;
}
.normal-grid tr:nth-child(odd) {
	background: #f7f7f7;
}
.normal-grid tr:nth-child(even) {
	background: #FFF
}
.date-time-wrap span:last-child {
	margin-left: 3px;
}
.grid-btn {
	width: 78px;
	height: 25px;
	display: block;
	line-height: 25px;
	margin: 0 auto;
}
.grid-btn-wrapp {
	text-align: center;
	margin: 0 5px;
}
.grid-view-head {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #edeff0;
	margin-bottom: 26px;
}
.grid-view-container {
	padding-bottom: 20px;
	position: relative;
}
.grid-paging > td > table > tbody > tr > td {
	text-indent: 0;
	padding-left: 0;
	border: 0;
}
.grid-paging > td > table > tbody > tr > td > span {
	background: #3C6C84;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	padding: 3px 8px;
}
.grid-paging > td > table > tbody > tr > td > a {
	background: #4986a5;
	padding: 3px 8px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
}
.grid-paging {
	border: 0 !important;
	background: #fff !important;
}
.grid-paging>td {
	border: 1px solid #fff;
}
.grid-paging > td > table {
	float: right;
}
.grid-data {
	word-wrap: break-word;
	overflow: hidden;
	-ms-word-break: break-all;
	word-break: break-word;
}
.text-wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sub-grid {
	background: #fff !important;
}
.sub-grid>td {
	border: none !important;
}
/*===================================
				customcheckbox-radio
====================================*/
.style-check-box {
	line-height: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	padding: 0 6px 0 0px;
	display: inline-block;
}
.grid-data .style-check-box {
	padding: 0;
}
.style-check-box + .style-check-box {
	border-top: 1px solid #f0f2f3;
}
.check-box-cb {
	display: none;
}
.style-check-box-tick {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background: #fff;
}
.style-check-box-tick:before {
	content: '';
	display: none;
	position: absolute;
	top: 40%;
	left: 25%;
	margin: -2px 0 0 -2px;
	height: 2px;
	width: 7px;
	border: solid #a5a5a5;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.style-check-box>input[type="checkbox"]:checked ~ .style-check-box-tick {
	border-color: #a5a5a5;
}
.style-check-box>input[type="checkbox"]:checked ~ .style-check-box-tick:before {
	display: block;
}
/*=======================================
   POPUP
=======================================*/
.popup-wrapper {
	width: 550px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.33);
}
.popup-head {
	background-color: #eff1f0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.popup-head-small {
	height: 47px;
	width: 100%;
	line-height: 47px;
	display: block;
	border-bottom: 1px solid #ffffff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
	background: #4986a5;
}
.popup-head-sm {
	font-size: 18px;
	color: #222;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	padding: 15px 0;
	background: #fff;
	-webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.04);
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.04);
}
.pop-up-logo {
	width: 120px;
	float: right;
	vertical-align: middle;
	padding: 10px 15px;
	background: #e6e5e5;
	border-left: 3px solid #26546b;
}
.popup-head-text {
	float: left;
	margin-left: 12px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.file-attachement {
    display: block;
    margin-left: 140px;
    text-align: left;
    font-size: 14px;
    color: #39718e;
}
.popup-container {
	padding: 20px 15px 15px 15px;
	box-sizing: border-box;
}
.msg-input {
	resize: vertical;
}
.msg-label {
	vertical-align: middle;
}
.popup-form .btn-send {
	background-image: url(../images/send-icon-12x11.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.popup-wrapper .style-check-box {
	padding: 0 6px 0 0px;
	display: inline-block;
}
.style-check-box>input[type="checkbox"] {
	display: none;
}
.popup-form .btn-attach {
	background-image: url(../images/attach-icon-14x13.png);
	background-repeat: no-repeat;
	background-position: 12% 50%;
}
.popup-form .btn-delete {
	background-image: url(../images/delete-icon-14x13.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.popup-form .btn-select-img {
	background-image: url(../images/img-ico-12x12.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.popup-form .btn-select-pdf {
	background-image: url(../images/pdf-ico-12x12.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.popup-form .btn-select-img, .popup-form .btn-select-pdf, .popup-form .btn-delete {
	background-repeat: no-repeat;
	background-position: 12% 50%;
	width: 100%;
}
.popup-label {
	color: #3d3d3d;
	font-size: 12px;
	margin: 10px 0;
}
.select-area {
	border: 1px solid #ccc;
}
.popup-btn-container {
	padding: 0 15px 15px 15px;
}
.popup-btn-row {
	text-align: right;
}
.popup-btn-row span {
	margin-left: 10px;
}

.pop-up-preview {
    /*border: 1px solid #d0d0d0;*/
    /*padding: 1px 3px;*/
    /* background: #eaedef; */
    font-size: 11px;
    color: #909090;
    border-radius: 2px;
    outline:0;
    }

.pop-up-preview:before {
    content:url(../images/preview-icon-10x7.png);
    margin-right: 4px;
    }

.ajax__fileupload_selectFileButton {
    background: #828282 !important;
    height: 16px !important;
    font-size: 12px !important;
    color: #fff !important;
    line-height: 18px !important;
    padding: 5px 1px;
    border-radius: 3px;
}

.ajax__fileupload_selectFileContainer {
   
height: 30px !important;
   
width: 116px !important;
}

.ajax__fileupload_fileItemInfo {
    height: 29px !important;
    line-height: 29px !important;
    font-size: 14px;
}

.removeButton {
    padding: 5px 8px !important;
    font-size: 12px;
    height: 18px !important;
    line-height: 18px !important;
    width: 44px !important;
    background-color: #E80C0C !important;
    border-radius: 3px;
}

.ajax__fileupload_uploadbutton {
    height: 18px !important;
    line-height: 18px !important;
    padding: 5px 8px !important;
    width: 45px !important;
    font-size: 12px;
    background-color: #4B7999 !important;
    border-radius: 3px;
}

.ajax__fileupload_footer {
    height: 25px !important;
    line-height: 25px !important;
    margin: 5px !important;
}   
.ajax_fileupload_cancelbutton{
    height: 30px !important;
    line-height: 30px !important;
    font-size: 16px;
	padding:5px 3px;
    background-color: #4B7999 !important;
    border-radius: 3px;text-align: center !important;
	text-indent: 0;
    text-align:center !important;
}
   

/*=======================================
   FORM STYLE
=======================================*/
.inline-form-row {
	display: inline-block;
	margin-left: 18px;
	vertical-align: top;
}
.inline-form-row:first-child {
	margin-left: 0;
}
.date-filter-row label {
	font-size: 14px;
	color: #222222;
}
.date-picker {
	background: url(../images/calender-icon-30x30.png) no-repeat;
	background-position: right center;
	padding-right: 30px !important;
	width: 235px;
}
.data-filter-sm .date-picker {
	width: 309px;
}
.data-filter-sm select {
	width: 215px;
}
.data-filter .date-picker {
	width: 339px;
}
.data-filter select {
	width: 340px;
}
.form-control {
	padding: 6px 10px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	position: relative;
	margin-left: 5px;
	border-radius: 2px;
}
.inline-form-row select {
	/* width: 342px; */
}
.btn {
	background: #4986a5;
	border: 0;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
}
.btn:hover {
	background-color: #3C6C84;
}
.btn-go {
	height: 34px;
	width: 60px;
	background-image: url(../images/go-icon-14x13.png);
	background-repeat: no-repeat;
	background-position: 80% 50%;
	text-align: left;
	text-indent: 8px;
}

.btn-download {
	height: 30px;
	width: 125px;
	background-image: url(../images/download-icon-16x16.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	text-align: left;
	text-indent: 8px;
}

.normal-btn {
	padding: 5px 15px;
	font-size: 14px;
}
.filter-bar {
	display: table;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 10px 0;
}
.filter-bar-left {
	display: table-cell;
	vertical-align:  middle;
}
.filter-bar-right {
	display: table-cell;
	border: 0;
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
.inline-control {
	display: inline-block;
	width: 12%;
	margin-left: 1%;
    	vertical-align: top;
}
.filter-contol {
	width: 100% !important;
	padding: 4px 10px !important;
	margin-left: 0;
}
.filter-bar-right select.form-control {
    padding: 3px 10px !important;
}
.new-filter .filter-contol {
    padding: 0px 10px !important;
    height: 25px;
    line-height: 25px;
    min-height: inherit;
}
.filter-btn {
	padding: 5px 10px;
}
.new-filter .filter-btn {
    padding: 3.5px 10px;
}
.filter-label {
	font-size: 12px;
	color: #222222;
	margin-left: 5px;
}
.row-label {
	font-size: 14px;
	color: #222222;
	width: 140px;
	display: table-cell;
	border: 0;
	vertical-align: middle;
}
.box-contolrs .row-label {
	width: 205px;
}
.form-row {
	display: table;
	border: 0;
	width: 100%;
	padding: 6px 0;
}
.row-control {
	display: table-cell;
	border: 0;
	vertical-align: middle;
}
.form {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}
.row-control .form-control {
	width: 100%;
	margin: 0;
}
.box-group-controls {
	background: #f2f1f1;
	padding: 15px;
	border-radius: 2px;
	width: 100%;
	box-sizing: border-box;
	margin: 6px 0;
}
.box-form-row {
	position: relative;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
}
.box-group-normal .box-form-row {
	margin-top: 20px;
}
.box-form-head {
	position: absolute;
	top: -14px;
	left: 3px;
	padding: 3px 5px;
	background: #f2f1f1;
	font-size: 14px;
}
.box-contolrs {
	font-size: 14px;
	padding: 20px 0;
	box-sizing: border-box;
	border: 0;
}
.box-contolrs .style-check-box {
	padding-left: 10px;
}
.box-group-normal .box-contolrs {
	padding: 20px 10px;
}
.form-btn-row {
	text-align: right;
	margin-top: 15px;
}
.form-btn {
	padding: 6px 10px 6px 30px;
	font-size: 15px;
}
.form-btn-row>span {
	margin-left: 10px;
	display: inline-block;
}
.btn-new {
	background-image: url(../images/user-icon-14x13.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.btn-save {
	background-image: url(../images/save-icon-14x13.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
}

.btn-cancel {
	background-image: url(../images/cancel-icon-14x13.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.btn-assign {
	background-image: url(../images/assign-icon-14x13.png);
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.box-group-normal {
	background: #f2f1f1;
	padding: 20px;
}
.box-group-head {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 6px;
	border: 1px solid #b8b4b4;
	border-width: 0 0 1px 0;
	margin-bottom: 10px;
}
.btn-message {
	background-image: url(../images/message-icon-20x14.png);
	background-repeat: no-repeat;
	background-position: 6% 50%;
	padding: 6px 10px 6px 35px;
	text-indent: 5px;
}
.text-box-value-list {
	width: 70px;
	display: table;
}
.text-control {
	width: 48px;
	display: table-cell;
}
.text-box-value-list .form-control {
	border-radius: 2px 0 0 2px;
	outline: 0;
	height: 34px;
}
.btn-control {
	display: table-cell;
	vertical-align: top;
}
.btn-control>span {
	vertical-align: top;
	height: auto;
	display: flex;
}
.text-list-btn {
	width: 100%;
	height: 17px;
	vertical-align: top;
	background: #d9d9d9;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.btn-decrease {
	background-image: url(../images/arrow-down-icon-12x7.png);
	background-repeat: no-repeat;
	background-position: 50% 33%;
}
.btn-increase {
	background-image: url(../images/arrow-up-icon-12x7.png);
	background-repeat: no-repeat;
	background-position: 50% 73%;
}
.sm-text {
	color: #636262;
	font-size: 12px;
}
label.row-label span {
	display: block;
}
/* ==========================================================================
  Top Navigation
   ========================================================================== */

.home-page-container>.container>.error-msg {
    margin-bottom: -20px !important;
}

.error-msg {
	width: 100%;
	height: 38px;
	padding: 0 0 0 74px;
	box-sizing: border-box;
    margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #222222;
	font-weight: 400;
	line-height: 38px;
}
.success {
	background-image: url(../images/success-57x45.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #49bd67;
	background-color: rgba(73, 189, 103, 0.4);
}
.critical {
	background-image: url(../images/critical-57x45.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #ffbebe;
	border: 1px solid #ff4e4e;
}
.warning {
	background-image: url(../images/warning-57x45.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: rgba(252, 151, 0, 0.36);
	border: 1px solid #fc9700;
}

/*=======================================
   LOWER VIEW STYLE
=======================================*/
@media screen and (min-width: 100px) and (max-width: 1023px) {
header {
	position: relative;
}
.footer {
	position: relative;
}
.main-page {
	background: url(../images/main-bg-1366x1344.jpg) no-repeat;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	height: auto !important;
}
.left-nav {
	position: relative;
	display: table-cell;
	vertical-align: top;
	top: 0 !important;
}
.workspace-right {
	display: table-cell;
	margin: 0 !important;
	width: auto !important;
}
.main-container-wrapper {
	display: table;
}
}
.login-from-input .style-check-box {
	padding-left: 0;
	margin-bottom: 2px;
}
/*-------------------------------------------------------------------------------------
		Loader
---------------------------------------------------------------------------------------*/

.loader {
	width: 400px;
	text-align: center;
	position: relative;
	padding: 35px 20px;
	-webkit-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.33);
	border-radius: 5px 5px 0 0;
	border-bottom: 4px solid #1b84db;
	box-sizing: border-box;
	background-color: #fff;
}
.loader p {
	margin: 0;
	font-size: 14px;
	margin-top: 20px;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
}
#loader {
	position: absolute;
	width: 400px;
	height: 164px;
	border: 0;
	display: none;
}
.mask {
	position: absolute;
	background-color: #333333;
	display: none;
}
/*-------------------------------------------------------------------------------------
		Panel Menu
---------------------------------------------------------------------------------------*/
.pnl-menu-head {
	background: #4986a5;
	margin-top: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0 4px 26px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.btn-refresh {
	background-color: #4986a5;
	border: 0;
	width: 18px;
	height: 18px;
	background-image: url(../images/refresh-icon-24x24.png) !important;
	cursor: pointer;
	outline: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.refresh-btn-block {
	float: right;
	margin-right: 9px;
	margin-top: 1px;
}
.dxWeb_tvColBtn {
	background: url(../images/minus-icon-15x15.png) no-repeat !important;
}
.dxWeb_tvExpBtn {
	background: url(../images/add-icon-15x15.png) no-repeat !important;
}
.dxtv-ndHov {
	border: 1px solid #ccc;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.dxtv-nd {
	width: 159px;
	border-width: 0 3px 1px 0 !important;
	border-color: #fff !important;
	border: solid;
	box-sizing: border-box;
	font-size: 12px;
	height: 27px;
	font-weight: 600;
	line-height: 24px;
	text-indent: 4px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.dxtv-subnd .dxtv-nd {
	width: 140px;
}
.dxtv-ndSel {
	border-width: 0 3px 1px 0 !important;
	border-right-color: #ccc !important;
	background: #fff !important;
	border-bottom-color: #f1f1f1 !important;
}
.dxtvControl .dxtv-ndHov {
	border-right-color: #4986a5 !important;
	border-bottom-color: #c2cfd6 !important;
	color: #000 !important;
}
.dxtvControl .dxtv-ndHov {
	border-width: 0 3px 1px 0 !important;
	background: #fff !important;
}
.dxtv-ndTxt {
	padding: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 115px;
}
.dxtv-subnd .dxtv-ndTxt {
	width: 97px;
}
.dxtvControl ul {
	margin-left: 15px;
}
.pagination-text {
	display: block;

	width: 100%;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}
.dxtvControl .dxtv-subnd {
	margin-left: 4px !important;
}

.browser-alert {
	font-size:24px;
	text-align:center;
	margin: 10px 10px 20px 10px;
	}

/*=======================================
  info - tooltip 
=======================================*/

.tooltip {
	display: inline;
	position: relative;
	font-size: 12px;
    vertical-align: text-top;
    padding: 0 12px 0 0;
}
.tooltip:hover:after {
	border-radius: 2px;





	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: 0;
	padding: 6px 10px;
	position: absolute;
	z-index: 98;
	width: 340px;
	background-color: rgba(73, 134, 165, 0.9);
}
.tooltip:hover:before {
	border: solid;
	border-color: #5a91ad transparent;
	border-width: 8px 8px 0px 7px;
	bottom: 18px;
	content: "";
	left: 50%;

	position: absolute;
	z-index: 99;
	transform: skew(-40deg);
}
/*=====================================================
					Style 2018
=====================================================*/
.user-type-icon {
	background: url(../images/user-type-ico-23x17.png) no-repeat;
	background-position: left 9px;
}
.btn-left{
	background-image: url(../images/arrow-left-25x25.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 50px;
	background-size: 18px;
}
.btn-right{
	background-image: url(../images/arrow-right-25x25.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 50px;
	background-size: 18px;
}
.multi-select-form .form-btn {
    padding: 0.5rem;
}
.multi-select-add{
	min-height: 250px;
	width: 360px !important;
}
.form-error-msg {
    font-size: 11px;
    color: #F11B1F;
    line-height: initial;
    text-align: left;
}
.login-wrapper .form-error-msg {
    padding-left:5px;
}
.invalid {
    border-bottom: 2px solid #dd1d10;
}

.valid {
    border-bottom: 2px solid #2a9a0e;
}
.filter-bar-left label.style-check-box {
    display: inline-table;
    width: 8%;
}

.filter-bar-left div {
    display:  inline-block;
    margin-right: 0.5rem;
    vertical-align: middle !important;
}
/*====================================================
Date Filter
======================================================*/
.date-filter-row .inline-form-row {
    margin-left:  15px;
}
.input-error-width{
	max-width: 235px;
}
.input-error-width input{
	margin-left: 0;
}
.inline-form-row .form-error-msg {
    margin-left: 5px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #4986a5;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow-y: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: 32px;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;

  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;

	max-width: 100%;
	border-radius: 3px;
	background-color: #eeeeee;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
	font-size: 11px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;

}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */


ul.chosen-choices {
	border: 1px solid #d9d9d9 !important;
	background-image: none!important;
	box-shadow: none!important;
	height: 35px!important;
	cursor: pointer!important;
	display: inline-flex;
}
.chosen-container.chosen-container-multi::before {
	width: 19px;
	z-index: 1;
	right: 0;
}
.chosen-container.chosen-container-multi::after {
	content: "";
	background-image: url(../images/choosen-arrow.png)!important;
	background-position: center right!important;
	background-repeat: no-repeat;
	width: 11px;
	right: 4px;
	z-index: 2;
}
.chosen-container.chosen-container-multi::before, .chosen-container.chosen-container-multi::after {
	background-size: contain;
	position: absolute;
	transition: all .5s;
	float: right;
	margin-right: 1px;
	background-color: #fff;
	height: 33px;
	display: table;
	content: "";
	top: 1px;
	cursor: pointer;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin-bottom: 0 !important;
	cursor: pointer;
	width: 100% !important;
	padding: 0 !important;
	height: 30px !important;
}
.chosen-container-multi .chosen-choices li.search-field {
	width: 100%!important;
	height: 33px!important;
}
.chosen-with-drop ul.chosen-choices::after {
	transform: rotate(-180deg);
	transition: all .5s;
}
.chosen-container-multi .chosen-choices li.search-choice {
	padding: 1px 20px 1px 3px;
	margin: 5px 5px 2px 0;
	height: 18px;
	background-image: none;
	display: inline-table;
}

.chosen-choices::-webkit-scrollbar-track {
background-color:#F5F5F5;
	cursor: pointer
}
.chosen-choices::-webkit-scrollbar {
height:4px;
background-color:#F5F5F5;
	cursor: pointer
}
.chosen-choices::-webkit-scrollbar-thumb {
background-color:#4986a5;
	cursor: pointer
}

.chosen-results::-webkit-scrollbar-track {
background-color:#F5F5F5;
	cursor: pointer
}
.chosen-results::-webkit-scrollbar {
width:4px;
background-color:#F5F5F5;
	cursor: pointer
}
.chosen-results::-webkit-scrollbar-thumb {
background-color:#4986a5;
	cursor: pointer
}
.custom-msg-filter .inline-control {
    width: 13%;
}
.form-error-msg.popup-resize-error {
    display:  inline-block;
}
.btn.invalid{
	border: none;
}
/*Pager - Pagination*/

.pager {
    margin:  1rem 0;
    display: inline-block;
    text-align:  right;
    float:  right;
}

.pager ul {
    display: inline-flex;

}
.pager li a {
    float: left;
    margin-left: 0.5rem;
    padding: 0 0.6rem;
    height: 24px;
    text-align:  center;
    background-color:  #fff;
    border-left: 1px solid #ddd;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-top: 1px solid #ddd;
    vertical-align:  middle;
    font-size: 12px;
    display:  table-cell;
    line-height: 25px;
}
.pager li a.aspNetDisabled, .pager li a:hover {
    background-color: #4986a5;
    color: #fff;
    border-left: 1px solid #2b5b73;
    border-bottom: 2px solid #2b5b73;
    border-right: 2px solid #2b5b73;
    border-top: 1px solid #2b5b73;
    transition:0.5s;
}
.pager li a:hover {
	transform:scale(1.1);
}
.pager li a.aspNetDisabled:hover {
	transform:none;
}

/*Counter*/
.counter {
    text-align: right;
    color: #777;
    font-size:  14px;
    font-weight: 600;
    margin: 1rem 0;
    display:  inline-block;
}

.lg-table>tbody>tr>th{
	padding: 0 !important;
}
.preview-btn{
	background-image: url(/images/preview-btn.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-position: center;
}
.lg-table td {
    border-collapse: collapse;
    padding: 0 3px;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #ddd;
}

.lg-table table {
    border-collapse: collapse;
}
.lg-table>tbody>tr>td {
    padding: 0;
}

.pop-header {display: inline-block;width: 100%;text-align: center;border-bottom: 1px solid #edeff0;}

.name-campaign div, .date-campaign div {background-color: #4986a5;text-align: right;font-size: 14px;color: #fff;padding: 5px 10px;margin-bottom: 10px;}
.name-campaign {
    float: left;
}
.date-campaign {
    float: right;
}
.name-campaign span, .date-campaign span {
    float: left;
    padding: 5px 10px;
    background-color: #e6e5e5;
    border-right: 2px solid #26546b;
    color: #565656;
    font-size: 14px;
}
.okay-btn {
    background-image: url(/images/okay-btn-14x14.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.calendar-ico {
    background-image: url(/images/calendar-14x14.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}
.clear-fix{
	clear: both;
}
.grid-center {
    text-align: center;
}
.search-ico{
	background-image: url(/images/search-12x12.png);
	background-position: 10% center;
    background-repeat: no-repeat;
	padding-left: 25px !important;
}
.lg-table tr:nth-child(even) table tr {
	background: #fff;
}
.lg-table tr:nth-child(even) {
	background: transparent !important;
}

.icon-active>span>i {
    color: #00a542;
}
.icon-inactive>span>i {
    color: #dd1d10;
}

.icon-active, .icon-inactive {
    text-align: center;
}