/* montserrat-regular */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
 	src: local('Montserrat Regular'), local('Montserrat-Regular'), url("fonts/Montserrat/Montserrat-Regular.ttf") format('truetype');
}

/* montserrat-Thin */
@font-face {
  font-family: 'Montserrat Thin';
  font-style: normal;
  font-weight: 100;
    src: local('Montserrat Thin'), local('Montserrat-Thin'), url('fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
}

/* montserrat-Thinitalic */
@font-face {
  font-family: 'Montserrat Thin Italic';
  font-style: italic;
  font-weight: 100;
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url('fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
}

/* montserrat-ExtraLight */
@font-face {
  font-family: 'Montserrat ExtraLight';
  font-style: normal;
  font-weight: 200;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url('fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
}

/* montserrat-ExtraLightitalic */
@font-face {
  font-family: 'Montserrat ExtraLight Italic';
  font-style: italic;
  font-weight: 200;
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url('fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
}

/* montserrat-Light */
@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

/* montserrat-LightItalic */
@font-face {
  font-family: 'Montserrat Light Italic';
  font-style: italic;
  font-weight: 300;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
}

/* montserrat-italic */
@font-face {
  font-family: 'Montserrat Italic';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url('fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
}

/* montserrat-Medium */
@font-face {
  font-family: 'Montserrat Medium';
  font-style: normal;
  font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

/* montserrat-MediumItalic */
@font-face {
  font-family: 'Montserrat Medium Italic';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url('fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
}

/* montserrat-SemiBoldItalic */
@font-face {
  font-family: 'Montserrat SemiBold Italic';
  font-style: italic;
  font-weight: 600;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),url('fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
}

/* montserrat-Bold */
@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

/* montserrat-SemiBold */
@font-face {
  font-family: 'Montserrat SemiBold';
  font-style: normal;
  font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

/* montserrat-BoldItalic */
@font-face {
  font-family: 'Montserrat Bold Italic';
  font-style: italic;
  font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url('fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
}

/* montserrat-ExtraBold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}

/* montserrat-ExtraBoldItalic */
@font-face {


  font-family: 'Montserrat ExtraBold Italic';
  font-style: italic;
  font-weight: 800;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url('fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
}

/* montserrat-Black */
@font-face {
  font-family: 'Montserrat Black';
  font-style: normal;
  font-weight: 900;
    src: local('Montserrat Black'), local('Montserrat-Black'), url('fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
}

/* montserrat-BlackItalic */
@font-face {
  font-family: 'Montserrat Black Italic';
  font-style: italic;
  font-weight: 900;
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url('fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
}
/***** typograpy css ****/
body{
	font-family: "Montserrat";
	font-size: 14px;
	color: #333;
}
a:hover, a:focus{
	color: #2792bf;
}
.btn-primary{
	background-color: #2792bf;
	border-color: #2792bf;
}
.btn-primary:hover,
.btn-primary:focus{
	background-color: #2792bf;
	border-color: #2792bf;
}
small, .small {
    font-size: 7px;
}
.colpadding5{
	padding: 0 5px;
}
.semi-bold{
	font-family: 'Montserrat SemiBold';
}
.light-font{
	font-family: 'Montserrat Light' !important;
}
.marginnone, .media-body .marginnone{
	margin: 0 !important;
}
.margin-topnone{
	margin-top: 0 !important;
}
.margin-top20{
	margin-top: 20px !important;
}
.margin-top10{
	margin-top: 10px !important;
}
.margin-topbottom10{
	margin: 10px 0 !important;
}
.m-b{
	margin-bottom: 0 !important;
}
.m-b5{
	margin-bottom: 5px !important;
}
.m-b20{
	margin-bottom: 20px !important;
}
.paddingnone{
	padding: 0 !important;
}
.padding-rightnone{
	padding-right: 0 !important;
}
.padding-leftnone{
	padding-left: 0 !important;
}
.padding-topnone{
	padding-top: 0 !important;
}
.padding-bottomnone{
	padding-bottom: 0 !important;
}
.padding-left10{
	padding-left: 10px !important;
}
.padding-leftrightnone{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.padding-topbottomnone{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.padding-leftright10{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.padding-topbottom10{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.padding10{
	padding: 10px !important;
}
.padding-right2half{
	padding-right: 2.5px
}
.padding-left2half{
	padding-left: 2.5px
}
.padding-right1half{
	padding-right: 1.5px
}
.padding-left1half{
	padding-left: 1.5px
}
.border-none{
	border:0 none !important;
}
.border-radius {
    border-radius: 4px;
}
.liststylenone {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.margin-right10{
	margin-right: 10px !important;
}
.custom-skyblue-border {
    background-color: transparent;
    color: #93c8df;
    border-radius: 50px;
    line-height: 12px;
    font-size: 12px;
    padding: 4px 6px;
    border-color: #93c8df;
}
.content-vertically-center {
    height: 100%;
    align-items: center;
    display: inline-flex;
}
.font11{
	font-size: 11px !important;
}
.font12{
    font-size: 12px !important;
}
.font15{
    font-size: 15px !important;
}
.font14 {
    font-size: 14px;
    letter-spacing: 0px;
}
.font16 {
    font-size: 16px;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus {
    background-color: #e93434;
    border-color: #e74c3c;
}
.btn-success, .btn-success:hover, .btn-success:focus{
	background-color: #33bc8c;
	border-color: #33bc8c;
}
.btn-xs, .btn-group-xs > .btn {
    min-height: 23px;
    min-width: 54px;
    margin-left: 5px !important;
}
.btn-primary.btn-lg {
    padding: 5px 20px !important;
}
.btn-trans {
    color: #2792bf !important;
    font-size: 12px;
    padding: 0 5px;
	background-color: transparent;
}
.btn-trans .fa {
    padding-right: 5px;
}
.btn-medium {
    font-size: 15px !important;
    padding: 5px 25px !important;
}
.cursor-text{
	cursor: text;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat';
}
h3, .h3 {
    font-size: 21px;
}
.postive-text{
	font-family: "Montserrat" !important;
	color:#33bc8c !important;
}
.nagitive-text, .redtext{
	font-family: "Montserrat" !important;
	color: #e30101 !important;
}
.normal-text{
	font-family: "Montserrat" !important;
	color: #555555 !important;
}
.info-text{
	color: #2792bf !important;
}
.default-text{
	color: #777777 !important;
}
.hover-none:hover{
	opacity: 1 !important;
}
h4, .h4 {
    font-size: 17px;
}
h4 img {
    vertical-align: -2px;
}
.width100{
	width: 100px;
}
.width300{
	width: 300px;
}
input[disabled] {
    background-color: #fff !important;
}
.height35{
	height: 35px;
}
.ver-alignbottom{
	vertical-align: bottom;
}
.small-icon{
	height: 16px;
	vertical-align: -3px;
}
.bordertop {
    border-top: 1px solid #e9e9e9 !important;
}
.cust-res-vertically{
	overflow-y: auto !important;
}
.overflow-inherit{
	overflow: inherit !important;
}
.border-right2{
	border-right: 2px solid #ddd;
}
.gray-blue-bg{
	background-color: #f3f3f3 !important;
}
.height-auto{
	height: auto !important;
}
.decoration-none{
	text-decoration: none !important;
}
.modal-open .modal-backdrop{
	z-index: 0 !important;
}
.modal-open {
    overflow-x: inherit !important;
    overflow-y: visible !important;
	padding-right: 0 !important;
}
.inherit-lineheight{
	line-height: inherit !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.dark-label {
    color: #333 !important;
    font-size: 13px !important;
	margin-top: 8px;
}
.cust-msg{
	text-align: center;
	margin-bottom:20px;	
}
.field_err.help-block {
    color: red;
    text-align: left;
}
.custom-messge{
	text-align:center;
	margin:5px 0 12px !important;	
}
/**** placehoder css ****/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Montserrat';
	font-size:12px;
	color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Montserrat';
	font-size:12px;
	color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Montserrat';
	font-size:12px;
	color: #777;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Montserrat';
	font-size:12px;
	color: #777;
}
textarea::-webkit-input-placeholder {
color: #777;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #777;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #777;  
}

textarea:-ms-input-placeholder {
color: #777;  
}
/**** End placehoder css ****/
#page-container.header-fixed-top {
    padding: 51px 0 0 !important;
}
input, .form-control {
	font-family: 'Montserrat Light';
	font-size:12px;
	color: #777;
}
.gray-bg{
	background-color: #fafafa;
}
.dropdown-menu i {
    opacity: 1;
}
.btn{
	font-size: 12px;
}
.btn:active, .btn.active{
	box-shadow: none;
}
.btn-task-done, .btn-task-undone {
	position: relative;
	padding-right: 35px;
}
.btn-task-done {
    background-color: #33bc8c !important;
	color: #fff !important;
	border-color: #33bc8c !important;
}
.btn-task-undone{
	background-color: transparent !important;
	color: #777 !important;
	border-color: #777 !important;
}
.btn-task-done::after, .btn-task-undone::after{
	content: "";
	width: 18px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 9px;
}
.btn-task-done::after{
	background: url('../img/right-circle-white.png') no-repeat scroll right center;
}
.btn-task-undone::after{
	background: url('../img/right-circle.png') no-repeat scroll right center;
}
.btn-inactive {
    background-color: transparent;
    color: #93c8df !important;
    border-radius: 50px;
    line-height: 12px;
    font-size: 12px;
    padding: 4px 11px;
    border-color: #93c8df;
}
.btn-active {
    background-color: #2792bf;
    color: #fff !important;
    border-radius: 50px;
    line-height: 12px;
    font-size: 12px;
    padding: 4px 11px;
    border-color: #2792bf;
}
.media-list, .media-list p{
	font-family: 'Montserrat Medium' !important;
}
.media-list p{
	margin-bottom: 16px !important;
}
table strong {
    font-family: Montserrat Medium;
}
input.btn {
    border: 0 none !important;
}
/*** To do date: deadline close ***/
.custom-toggle-menu li i.fa{
	top: 8px;
	position:relative;
}
.todo-deadline{
	height: 25px;
	width: 24px;
	position: relative;
}
.todo-deadline::before {
    content: "";
    background: url(../img/timer.png) no-repeat scroll;
    height: 25px;
    width: 24px;
    position: absolute;
    top: 3px;
}
/*** End To do date: deadline close ***/
/*** To do task undone ****/
.todo-undone{
	height: 26px;
	width: 24px;
	position: relative;
}
.todo-undone::before {
    content: "";
    background: url(../img/todo-undone24x26.png) no-repeat scroll;
    height: 26px;
    width: 24px;
    position: absolute;
    top: 4px;
}
/**** End To do task undone ****/
/*** To do task done ***/
.todo-taskdone{
	height: 24px;
	width: 25px;
	position: relative;
}
.todo-taskdone::before {
    content: "";
    background: url(../img/to-do.png) no-repeat scroll;
    height: 24px;
    width: 25px;
    position: absolute;
    top: 3px;
}
/*** End To do task done ***/
/*** To do date: deadline far ***/
.todo-deadline-far{
	height: 25px;
	width: 24px;
	position: relative;
}
.todo-deadline-far::before {
    content: "";
    background: url(../img/todo-deadline24x25.png) no-repeat scroll;
    height: 25px;
    width: 24px;
    position: absolute;
    top: 4px;
}
/*** End To do date: deadline far ***/
/*** To do date: expired, not done ****/
.todo-exp-datenodone{
	height: 25px;
	width: 24px;
	position: relative;
}
.todo-exp-datenodone::before {
    content: "";
    background: url(../img/todo-exp24x25.png) no-repeat scroll;
    height: 25px;
    width: 24px;
    position: absolute;
    top: 3px;
}
/*** End To do date: expired, not done ****/
/**** Date: expired ***/
.todo-date-exp{
	height: 19px;
	width: 24px;
	position: relative;
}
.todo-date-exp::before {
    content: "";
    background: url(../img/date-exp24x19.png) no-repeat scroll;
    height: 19px;
    width: 24px;
    position: absolute;
    top: 6px;
}
/*** End Date: expired ****/
/**** Date: not expired ***/
.todo-date-done{
	height: 18px;
	width: 24px;
	position: relative;
}
.todo-date-done::before {
    content: "";
    background: url(../img/date-notexp24x18.png) no-repeat scroll;
    height: 18px;
    width: 24px;
    position: absolute;
    top: 6px;
}
/*** End Date: not expired ****/
.custom-status-comment .media, .custom-status-comment .media-body {
    overflow: visible;
}
/*** dropdown css ***/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus, .dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, .dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, 
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.cust-header-dropdown .dropdown-menu li:hover, .cust-header-dropdown .dropdown-menu li:focus,
.cust-header-dropdown .dropdown-menu li a:hover, .cust-header-dropdown .dropdown-menu li a:focus ,
.custom-create-status .cust-header-dropdown .dropdown-menu li:hover, .custom-create-status .cust-header-dropdown .dropdown-menu li:focus,
.custom-create-status .cust-header-dropdown .dropdown-menu li a:hover, .custom-create-status .cust-header-dropdown .dropdown-menu li a:focus{
    color: #fff !important;
    background-color: #2792bf;
	width: 100%;
}
/*** end dropdown css ***/
.bgnone {
    background-color: transparent;
}
.padding-top-none{
	padding-top: 0 !important;
}
.btn {
    margin: 0;
}
.btn-primary:hover, .btn:hover, img:hover {
    opacity: 0.75;
}
.dropdown-toggle span {
    font-size: 12px;
}
/***** sidebar section css ******/
.header-fixed-top #sidebar, .header-fixed-bottom #sidebar{
	z-index: 100;
}
#page-container, #sidebar, #sidebar-alt {
    background-color: #f6f6f6 !important;
}
.sidebar-brand {
 	background: #2792bf none repeat scroll 0 0;
  	height:50px;
	/*padding:4px 12px;*/
}
.sidebar-brand img {
    height: 45px;
    vertical-align: baseline;
    padding-left: 5px;
}
.sidebar-brand img:hover{
	opacity: 1;
}
a.sidebar-brand:hover, a.sidebar-brand:focus, a.sidebar-title:hover, a.sidebar-title:focus {
    background-color: #2792bf;
}
.sidebar-nav{
	padding: 24px 0 0;
}
.sidebar-nav a{
	color: #000000;
	font-family: 'Montserrat';
	font-size: 14px;
	padding: 0 20px;
	line-height: 30px;
	letter-spacing: -0.3px;
	min-height: 32px;
}
.sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a.open, .sidebar-nav li > a.active {
    background: transparent;
	border-left: 0 none;
	padding-left: 20px;
	color: #2792bf;
}
.sidebar-nav a  .sidebar-nav-mini-hide {
    position: relative;
    top: 1px;
}
.sidebar-nav li ul a:hover, .sidebar-nav li ul a:focus {
    padding-left: 15px;
}
.sidebar-nav li ul li a.active {
    padding-left: 15px !important;
    border: 0 none !important;
}
.sidebar-nav ul {
    padding: 0 0 0 6px;
    background: rgba(39,146,191,0.2);
}
/***** end sidebar section css ******/

/***** header section css ******/
.nav.navbar-nav-custom > li > a {
    padding: 6px 7px;
    line-height: 38px;
}
.sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-top, 
.sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-bottom, 
.sidebar-partial #sidebar:hover + #main-container #page-content + footer, 
.sidebar-visible-lg.header-fixed-top header.navbar-fixed-top, 
.sidebar-visible-lg.header-fixed-bottom header.navbar-fixed-bottom, 
.sidebar-visible-lg.footer-fixed #main-container #page-content + footer{
	left: 225px;
}
.cust-header-dropdown {
    margin-right: 60px;
	margin-top: 3px;
}
.cust-header-dropdown a{
	background-color: transparent !important;
	border: 0 none !important;
	box-shadow: none !important;
	font-family: 'Montserrat Light';
	font-size: 16px;
	line-height: 14px;
	text-align: left;
}
.dropdown-small {
	font-family: "Montserrat";
    font-size: 10px;
}
.cust-header-dropdown .dropdown-small {
    font-size: 8px;
}
.navbar-nav-custom {
    margin-top: 3px !important;
}
.notify-block {
    margin-right: 0;
}
.custom-header-notification {
    line-height: 33px !important;
}
.nav.navbar-nav-custom > li > a .label-indicator.red-label {
    background: #ff0000;
	height: 16px;
	line-height: 16px;
	right: 8px;
	top: 5px;
	width: 16px;
	padding: 0;
	border-radius: 50px;
	font-size: 10px;
}
.custom-header-notification img{
	height: 26px;
}
.notifications {
    min-width: 400px;
    margin-left: -349px !important;
}
.menu-title {
    color: #ff7788;
    font-size: 1.5rem;
    display: inline-block;
}
.notification-heading, .notification-footer {
    padding: 2px 10px;
}
.notification-item {
    padding: 0px;
    margin: 5px;
    background: #f5f5f5;
    border-radius: 4px;
}
.noti-msg {
    color: #333;
}
.user-image {
    width: 11% !important;
    margin: 5px !important;
    max-height: 40px !important;
}
.notification-item .text-muted.pull-right {
    padding-right: 7px;
}
.notify-content-unread:hover,
.notify-content-unread:focus{
	text-decoration: none;
}
.custom-header-msg a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: right !important;
    margin-top: 4px !important;
	line-height: 30px !important;
}
.user-filter a {
    background: transparent !important;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
.user-filter a h4, .user-filter h4  {
    font-size: 12px;
    margin-top: 20px;
}
.user-filter li {
    margin-top: 0;
}
.user-filter li:hover {
    background-color: #fafafa;
}
.dropdown-menu strong {
    font-weight: 400 !important;
}
.custom-header-user {
    min-height: 30px !important;
}
.custom-header-user a{
	line-height: 30px !important;
	/*margin-top: 2px;*/
}
.custom-header-user a img {
    width: 35px !important;
    height: 35px !important;
}
.custom-acct-search .doc-btn {
	margin-top: 4px;
}
/***** end header section css ******/
/**** login page ****/
.full-bg:hover {
    opacity: 1;
}
/***** content  css ***/
.header-section{
	padding: 12px 10px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 10px;
}
.header-section h1{
	font-family: "Montserrat Medium";
	font-size: 18px;
	color: #000000;
}
#page-content {
    background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
}
.content-header, .content-top, .breadcrumb-top {
    margin: 0 0 10px !important;
	border: 1px solid #e9e9e9;
	border-radius: 7px;
}
.navbar.navbar-default{
	background: #2792bf none repeat scroll 0 0;
	height:51px;
	color: #fff;
}
.nav.navbar-nav-custom > li.open > a, .nav.navbar-nav-custom > li > a:hover, .nav.navbar-nav-custom > li > a:focus,
.nav.navbar-nav-custom > li.open > a, .nav.navbar-nav-custom > li > a{
    background-color: #2792bf;
    color: #ffffff;
}
.cust-change-pass{
	padding-top: 40px;
    height: 66vh;
}
/*** end content css ***/
/**** homepage css ****/
.custom-main-center > .block {
    border-radius: 7px;
}
.custom-status-comment {
    background-color: transparent;
}
.custom-status-comment > div > ul > li {
    margin-bottom: 3px !important;
    border: 0 none !important;
    background-color: #fff;
}
.custom-status-comment > div > ul > li:last-child {
    margin-bottom: 0 !important;
}
.cust-status-search {
    margin-bottom: 19px;
}
.cust-status-search input{
	background: url(../img/add-user.png) no-repeat right;
	padding-right: 30px;
}
.cust-status-search input:hover{
	background: url(../img/add-user-blue.png) no-repeat right;
}
.block .block-title{
	border-bottom: 0 none;
	background-color: #fff;
}
.block .block-title h2{
	padding-left:20px;
}
.block .img-circle,
.img-circle {
    height: 42px;
    margin-right: 20px;
}
.block .block-options {
    line-height: 60px;
	margin-right: 20px;
}

.block-icon-outter {
    background-color: #fafafa;
    padding: 13px 20px 11px;
}
.block-icon{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.block-icon > li{
	display: inline-block;
	border-right: 1px solid #e9e9e9;
	padding: 0 11px;
}
.block-icon > li:first-child{
	padding-left: 0;
}
.block-icon > li:last-child{
	padding-right: 0;
	border-right: 0 none;
}
.block .btn-icon {
    padding-left: 4px;
    padding-right: 4px;
	background-color: transparent;
}
.block .btn-icon:hover .normalimg-tab,
.block .btn-icon:focus .normalimg-tab{
	display: none;
}
.block .btn-icon:hover .hoverimg-tab,
.block .btn-icon:focus .hoverimg-tab{
	display: inline-block;
}
.block .cust-header-dropdown {
    margin-right: 60px;
}
.block .cust-header-dropdown > a{
	background-color: transparent !important;
	border: 0 none !important;
	box-shadow: none !important;
	font-family: 'Montserrat Light';
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #777 !important;
	padding-left: 0;
}
.block .cust-header-dropdown .dropdown-menu  a{
	font-family: 'Montserrat Light';
	font-size: 12px;
	line-height: 14px;
	color: #777;
}
.block .cust-header-dropdown .dropdown-menu  a i{
	padding-right: 5px;
}
.block .cust-header-dropdown .dropdown-menu  a:hover i{
	opacity: 1;
}
.block .cust-header-dropdown .dropdown-menu  a:hover{
	color: #777 !important;
}
.media-list .media-body p{
	font-family: 'Montserrat Light';
	margin-bottom: 20px;
	font-size: 12px;
}
.block .block-sub-title {
    border-bottom: 0 none;
    background-color: transparent;
}
.block-sub-title{
    margin:0 -15px;
    border-bottom: 0 none;
}
.block-sub-title h1, .block-sub-title h2, .block-sub-title h3 {
    padding-left: 15px;
    padding-right: 15px;
}
.block-sub-title h1, .block-sub-title h2, 
.block-sub-title h3, .block-sub-title h4, 
.block-sub-title h5, .block-sub-title h6 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 10px 16px 7px;
    font-weight: normal;
}
.block-sub-title h1 small, .block-sub-title h2 small, 
.block-sub-title h3 small, .block-sub-title h4 small, 
.block-sub-title h5 small, .block-sub-title h6 small {
    font-size: 11px;
    color: #777777;
    font-weight: normal;
}
.block-sub-title i {
    margin-right: 5px;
}
.custom-block-title {
    width: 100%;
}
/*.custom-block-title  h4{
    font-weight: 600;
}*/
.block .custom-block-title {
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat Light';
}
.custom-small {
    font-family: 'Montserrat Light';
    font-size: 11px;
}
.block .custom-block-title .push-bit {
    line-height: 21px;
}
.block-title h1, .block-title h2, .block-title h3, 
.block-title h4, .block-title h5, .block-title h6{
	font-size: 14px;
}
.media-inner-wrapp{
	padding: 15px 20px 0;
	font-family: 'Montserrat Medium';
}
.media-body .comment-title {
    font-size: 12px;
	margin-top: 4px;
}
.comment-name {
    font-family: 'Montserrat SemiBold';
}
.media > .pull-left {
    padding-right: 0;
}
.media-feed > .media{
	border-top: 1px solid #e9e9e9;
}
.custom-right-sidebar .media{
	padding: 0;
}
.custom-right-sidebar .media-body .comment-title {
    margin-top: 0;
}
.rightsidebar-main-block .media-list.media-feed {
    padding-top: 20px;
}
.rightsidebar-main-block > .media-list.media-feed > li {
    padding-top: 16px;
	padding-left: 10px;
	padding-right: 7px;
}
.rightsidebar-main-block > .media-list.media-feed > li:first-child {
    padding-top: 0;
}
.rightsidebar-main-block .media-body p {
    margin-bottom: 0 !important;
}
.custom-status-comment .comment-status {
    display: contents;
}
/*** End Homepage css ****/
/*** account-balance css ***/
.custom-acct-search {
    float: left;
    width: 100%;
    padding: 0 10px 10px;
}
.custom-acct-search .fa.cust-calender {
    margin-top: 8px;
    margin-right: 10px;
}
.custom-acct-search .form-group {
    margin: 0;
}
.custom-acct-search .marginright10 {
    margin: 0 10px 0 0;
}
.custom-acct-search .form-group input,
.custom-formstyle .form-group input,
input[type="text"]{
    height: 35px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
	font-size: 12px;
	font-family: 'Montserrat Light';
	padding: 5px 10px;
}
input:focus , textarea:focus{
    border-color: #1bbae1;
}
textarea{
    border: 1px solid #e9e9e9;
    border-radius: 4px;
	font-size: 12px;
	font-family: 'Montserrat Light';
	padding: 5px 10px;
}
.edit-product-detail-lf {
    padding: 0 8px;
}
.bg-none .dropdown-toggle {
    background-color: transparent !important;
    color: #777777 !important;
    border-color: #e9e9e9 !important;	
	font-family: 'Montserrat Light';
}
.content-header .bg-none .dropdown-toggle {
	height: 36px;
}
.content-header .dropdown-toggle span {
    margin-top: 3px;
}
.bg-none a {
    width: 145px;
}
table .bg-none a {
    width: 100%;
}
.bg-none a span {
    width: 100%;
    text-align: left;
}
.bg-none a .fa {
    text-align: right;
}
ul.month-info{
	padding: 0 0 0 4px;
	margin-top: 5px;
}
ul.month-info li {
    font-size: 12px;
	margin-right: 1px;
	color: #777777;
	display: inline-block;
	vertical-align: top;
	padding: 5px 13px;
	background-color: #f8f8f8;
	border-radius: 50px;
}
.month-info li.active,
.month-info li:hover,
.month-info li:focus {
    background-color: #a9d3e5;
}
.month-info li.active a,
.month-info li:hover a,
.month-info li:focus  a{
    color: #ffffff;
	text-decoration: none;
}
ul.month-info li a {
    color: #777777;
	text-decoration: none;
}
.years-info{
	margin-bottom: 8px;
}
.years-info .bg-none a{
	width: 110px;
}
.custom-table table td{
	background-color: #fff;
}
.custom-table table tr th, .custom-table table tr td{
	font-size: 12px;
	color: #333;
}
.custom-table table tr  th{
	font-family: "Montserrat Medium";
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 2px;
	background-color: #fafafa;
	border-bottom: 0 none;
}
.custom-table table tr td{
	font-family: "Montserrat";
	padding-top: 8px;
	padding-bottom: 4px;
}
.border-none a{
	border: 0 none !important;
	box-shadow: none !important;
	padding: 0;
}
.border-none a span{
	font-weight: bold;
	color:#333333;
}
.tableborder-none{
	background-color: transparent !important;
}
.table-bordered > tbody > tr > td.tableborder-none {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
/***** popup css *****/
.modal-backdrop.in{
	opacity: 0;
}
.custom-model{
	left: 50%;
	padding-top: 200px;
}
.modal-body {
    border: 1px solid #e9e9e9;
    max-width: 558px;
    margin: 10px auto 0;
    border-radius: 6px;
	padding: 0;
}
.modal-header{
	border-bottom: 0 none;
}
.modal-title {
    font-weight: 400;
    font-size: 18px;
	color: #000;
}
.close{
	opacity: 1 !important;
}
.modal-content{
	padding-bottom: 19px;
}
.nav.nav-tabs {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0 !important;
}
.nav.nav-tabs li:last-child a{
	border-right: 0 none !important;
}
.nav-tabs > li a, .nav-tabs > li.active > a,
.nav-tabs > li a:hover, .nav-tabs > li a:focus,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border-bottom-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-left: 0;
	border-top: 0;
	border-radius: 0;
	margin: 0;
}
.nav-tabs li .fa {
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.nav-tabs li.active a , .nav-tabs li a:hover,
.nav-tabs li a:focus{
	background-color: #fafafa;
    color: #2792bf !important;
}
.nav-tabs li a {
    color: #777777;
	padding-left: 10px;
	padding-right: 10px;
}
.hoverimg-tab{
	display: none;
}
.nav-tabs li.active .normalimg-tab , .nav-tabs li a:hover .normalimg-tab,
.nav-tabs li a:focus .normalimg-tab{
	display: none;
}
.nav-tabs li.active .hoverimg-tab , .nav-tabs li a:hover .hoverimg-tab,
.nav-tabs li a:focus .hoverimg-tab{
	display: inline-block;
}
.tab-content {
    padding: 10px;
}
.tab-content label,
.custom-formstyle label {
    font-weight: 400;
    font-size: 10px;
    color: rgba(119,119,119,0.5);
}
.tab-content .form-bordered .form-group,
.custom-formstyle .form-bordered .form-group{
	border-bottom: 0 none;
	padding-bottom: 0;
}
.tab-content .cust-col,
.custom-formstyle .cust-col {
    padding: 0 5px 0 5px;
}
/*.tab-content .cust-col:first-child ,
.custom-formstyle .cust-col:first-child{
    padding-left: 15px;
}
.tab-content .cust-col:last-child,
.custom-formstyle .cust-col:last-child {
    padding-right: 15px;
}*/
.tab-content > .active,
.custom-formstyle .form-outter {
    display: inline-block;
}
.form-group.form-actions {
    background-color: transparent !important;
}
.tab-content .table.table-bordered {
    margin-bottom: 0;
}
.tab-content .input-group .form-control,
.custom-formstyle .input-group .form-control {
    border-right: 0 none !important;
}
.tab-content .input-group .input-group-addon,
.custom-formstyle .input-group .input-group-addon{
    border-color: #e9e9e9 !important;
}
.cust-big-btn {
    width: 242px;
    font-size: 16px;
    line-height: 32px;
}
#positive #Wallet_chosen a.chosen-single span,
#negative #Wallet_chosen a.chosen-single span,
#transfer #fromWallet_chosen a.chosen-single span,
#transfer #toWallet_chosen a.chosen-single span,
#composed #Wallet_chosen a.chosen-single span,
.custom-formstyle #Wallet_chosen a.chosen-single span {
    color: #3498db;
}
.tab-content .input-group-addon {
    min-width: 20px;
}
/**** End popup css ****/
/**** right sidebar css ****/
.fixed-right-sidebar{
	position: fixed;
	right: -4px;
	max-width: 407px;
}
.custom-right-sidebar {
    padding: 0;
	width: 36.333%;
}
.cust-ScrollDiv{
	overflow-y:auto;
	margin-bottom: 20px;
}
.rightsidebar-main-block{
	background-color: #fff;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	position: relative;
	top: -24px;
	right: -5px;
	padding: 20px 10px;
}
.doc_info, .doc_info p {
    color: #333;
	font-family: "Montserrat Medium";
    line-height: 19px;
    font-size: 12px;
}
.doc_info{
	padding: 5px 20px;
	display: inline-block;
	width: 100%;
}
.doc_info p {
    margin-bottom: 10px;
}
.address_info{
	border: 1px solid #e7e7e7;
	border-radius: 4px; 
	background-color: #fafafa;
}
.address_info ul {
    list-style: none;
    margin: 0;
    padding: 16px 10px;
    font-size: 12px;
}
.address_info .fa {
    margin-right: 10px;
    vertical-align: bottom;
}
.payment-table{
	margin-top: 10px;
}
.table .fa {
    vertical-align: text-top;
}
.rightsidebar-main-block .custom-btn-section {
    margin-top: 10px;
}
.custom-btn-section .btn-primary .fa {
    vertical-align: text-top;
    margin-right: 4px;
}
.custom-btn-section .btn-primary {
    padding-left: 7px;
    padding-right: 7px;
	font-size: 12.5px;
	line-height: 20px;
}
.custom-view-comment {
    padding: 0;
    margin: 0;
    list-style: none;
}
.custom-view-comment li{
	margin-bottom: 10px;
}
.custom-view-comment li .media{
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px;
}
.comment-header, .custom-right-sidebar .custom-comment-title-sec {
    display: inline-block;
    width: 100%;
}
.comment-header .comment-img, .custom-right-sidebar .custom-comment-title-sec .comment-img{
    padding-right: 8px;
}
.comment-header .img-circle, .custom-right-sidebar .custom-comment-title-sec .img-circle  {
	height: 36px;
	margin-right: 10px !important;
}
.comment-header .comment-title {
	display: inline-block;
    font-size: 16px;
	font-family: 'Montserrat Medium';
}
.comment-header .comment-name{
	font-family: 'Montserrat';
}
.comment-header .text-muted, .custom-right-sidebar .custom-comment-title-sec .text-muted {
    padding-left: 10px;
}
.custom-right-sidebar .custom-comment-title-sec .custom-small {
    padding-left: 5px;
	font-size: 11px;
}
.custom-right-sidebar .custom-comment-title-sec .comment-title {
    margin-top: 5px;
    display: inline-block;
	font-size:12px;
}
.expire-section .text-danger {
    font-size: 12px;
	padding-right: 5px;
	line-height: 14px;
}
.expire-section .fa {
    vertical-align: sub;
}
.custom-view-comment .media-body p {
    font-size: 12px;
}
.media-body p {
    font-size: 12px;
    color: #333;
	margin-bottom: 0;
}
.media-body .btn-default{
	border-color: #777777;
	color: #777777;
}
.custom-right-sidebar .media-body .btn-default,
.custom-right-sidebar .media-body .btn-success{
	font-size: 12px;
	padding: 6px 12px 3px;
}
.media-body .btn-default:hover,
.media-body .btn-default:focus{
	background-color: #fff;
}
.media-body .btn-success{
	border-color: #33bc8c;
	background-color: #33bc8c !important;
}
.media-body .btn .fa {
    padding-left: 5px;
    vertical-align: text-bottom;
}
.media-body .custom-skyblue-btn {
    background-color: #9dc3e1 !important;
    border-color: #9dc3e1 !important;
    padding: 0;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
	margin-top: 8px;
}
.media-body .custom-blue-btn {
    background-color: #3b88c3 !important;
    border-color: #3b88c3 !important;
    padding: 0 !important;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
	margin-top: 9px;
}
.media-footer {
    border: 1px solid #e9e9e9;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    background-color: #fafafa;	
	padding: 2px 10px;
}
.media-footer a {
    text-decoration: none !important;
}
.custom-view-comment .media-footer a {
    font-size: 12px;
}
.custom-media-notification .comment-title {
    margin-top: 5px !important;
}
/**** end right sidebar css ****/
/**** document-list *****/
.custom-main-center {
    padding-right: 5px;
	width: 64%;
}
.width197{
	width: 197px !important;
}
.open .dropdown-menu.text-left {
    min-width: 100%;
}
#create-document{
	width: 100%;
}
#create-document #page-content{
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 3px 9px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.modal-outter.same-column-height .full-height{
	height:105%;
	top: 0 !important;
}
.block-cust-wrapp.show-arrow-parent::before, .block-cust-wrapp.show-arrow-parent::after {
    content: inherit;
}
.modal-outter.same-column-height .close {
    z-index: 1;
    position: relative;
    left: -12px;
}
#create-customer .modal-dialog {
    width: 500px;
}
.show-border a{
	border: 1px solid #dbe1e8 !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.show-border .chosen-with-drop a,
.show-border a:focus {
    border-color: #1bbae1 !important;
}
.radio-inline {
    margin-bottom: 4px;
    padding-top: 2px;
}
.radio-inline input[type="radio"] {
    height: 100% !important;
    margin-top: 0;
}
.modal-open .child-popup > .cust-arrow::before, .modal-open .child-popup > .cust-arrow::after{
    border-style: solid;
    content: "";
    position: absolute;
	z-index: 100;
    border-color: #fff transparent;
	border-width: 0 10px 10px;
}
/*.modal-open .des-popup{
	position: relative;
}*/
.modal-open .child-popup > .cust-arrow::before, .modal-open .child-popup > .cust-arrow::after{	
	right: 0;
	top: 22px;
}
.des-popup .modal-outter{
	width: 684px;
}
.des-popup .modal-outter .modal-body{
	max-width: 100%;
}
.cust-chosen-wid, span .cust-chosen-wid {
    width: 85px !important;
    display: inline-block;
}
.noborder-dropdown a.chosen-single{
	border: 1px solid rgba(0,0,0,0) !important;
} 
.chosen-with-drop a.chosen-single {
    border-color: #1bbae1 !important;
}
.bottom-bord th{
	border-bottom: 1px solid #eee !important;
}
.payment-total{
	margin:15px 0;
	float: right;
}
.payment-total li {
	display: inline-block;
    padding: 0 7px;
	text-align:right;
}
.payment-total > li {
	width: 100%;
	margin-bottom: 10px;
}
.payment-deadline,
.address-block ul{
	border: 1px solid #eee;
	padding: 0 0;
	background-color: #f5f5f5;
}
.payment-deadline > div:first-child{
    padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 0;
}
.payment-deadline > div:last-child{
    background-color: #efefef;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 11px;
}
.address-block-outter {
    margin-bottom: 0;
}
.address-block ul {
    padding: 10px 0 15px;
}
.address-block-outter .address-block:first-child {
    padding-left: 0;
    padding-right: 10px;
}
.address-block-outter .address-block:last-child {
    padding-left: 10px;
    padding-right: 0;
}
.des-popup .table-responsive {
    overflow: auto !important;
    height: 147px;
}
.custom-simple-select {
    float: left;
    width: 100%;
    max-width: 90%;
}
.custom-simple-select .dropdown-toggle{
	width: 100% !important;
	float: left;
    height: 35px;
    line-height: 23px;
}
.child-popup a > .input-group-addon {
    border: 0 none !important;
}
.child-popup .show-cus-popup {
    float: left;
    padding-top: 7px;
    padding-left: 4px;
}
.child-popup .show-cus-popup .input-group-addon{
	width: auto;
}
.custom-simple-select .dropdown-menu li a {
    padding: 10px;
	width: 100%;
}
.bg-none .dropdown-toggle:hover {
    border-color: #2792bf !important;
}
.modal-open #transport .child-popup > .cust-arrow::before, 
.modal-open #transport .child-popup > .cust-arrow::after {
    right: 28px;
}

/**** document-page css *****/
.border-none .chosen-container-multi .chosen-choices {
    border: 0 none !important;
}
.form-group.border-none {
    position: relative;
}
.global-form {
    list-style: none;
    padding: 0;
    width: 100%;
}
.global-form > li{
	border-bottom: 1px solid #e9e9e9;
	padding: 0;
}
.global-form > li:last-child{
	border-bottom: 0 none;
}
.global-form .form-group {
    margin-bottom: 0;
}
.global-form > li:first-child > div {
    padding-top: 3px;
    font-size: 12px;
	font-family: "Montserrat SemiBold";
	color: #777;
}
.global-form > li .global-list:first-child {
    border-left: 0 none !important;
}
.global-list {
    border-left: 1px solid #e9e9e9;
	padding: 5px 10px 2px;
	font-family: "Montserrat Light";
	font-size: 12px;
}
.border-none .input-group-addon {
    position: absolute;
    right: 0;
	top: 0;
	border: 0 none;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}
.border-none .input-datepicker {
    border: 0 none;
}
.global-form .input-datepicker {
    padding-left: 0;
}
.global-form .chosen-single {
    padding: 0;
}
.chosen-container-single .chosen-single span{
	color: #777;
	font-size: 12px;
	font-family: "Montserrat Light";
	font-weight: 300;
}
.global-tab .tab-content {
    padding-left: 0;
    padding-right: 0;
}
.global-tab .tab-content > div{
	width: 100%;
}
.global-tab .global-nav-tab {
    border: 1px solid #e9e9e9;
    border-radius: 7px;
}
.global-tab .global-nav-tab li,
.global-tab .global-nav-tab li a{
	height: 54px;
}
.global-tab .nav-tabs li {
    padding: 0;
}
.global-tab li a {
    font-size: 12px;
	padding: 18px 5px;
}
.global-tab table{
	height: 100%;
}
.custom-table input{
	padding: 0;
	line-height: 18px;
	height: auto;
}
.custom-table .chosen-container-single .chosen-single{
	height: auto;
	line-height: 18px;
}
.custom-table .chosen-container-single .chosen-single span{
	height: 34px;
	line-height: 34px;
}
.modal-outter .chosen-height .chosen-container-single .chosen-single span{
	height: 34px !important;
	line-height: 34px !important;
}
.custom-table .chosen-container-single .chosen-single div{
	top: -8px;
}
.custom-formstyle .chosen-container-single .chosen-single div{
	top: 0;
}
.modal-outter .custom-formstyle .chosen-container-single .chosen-single div{
	top: 0 !important;
}
.custom-customer-search {
    padding-bottom: 18px;
}
.custom-customer-search .block-title {
    background-color: #fff;
    border-bottom: 0 none;
}
.custom-customer-search form .form-group > div {
    padding: 0 4px;
}
.custom-customer-search .custom-filter {
    left: 9px;
    right: inherit;
    top: 9px;
}
.custom-customer-search  input[name="customer-search"]{
	text-align: center;
}
/**** End document page css ****/
/**** footer *****/
#page-content + footer {
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
/***** end footer *****/

.cust-title{
	font-size:12px;
	display:inline-block;
	margin-right: 15px;
}
.cust-title i{
	margin-right:5px;
	vertical-align:text-bottom;	
}
.cust-list-block {
    padding: 10px !important;
}
.cust-list-block ul.breadcrumb{
	padding:0 !important;	
}




/*** table css start ***/
.table-bordered.table-hover > tbody > tr:hover > td{
	border-color: #ddd;
}
.table-bordered.table-hover tr:hover > td{
	background-color:#eaedf1;
	border-color: #ddd;
}
.table .table{
	margin-bottom: 0 ;
}
table tr td table tr:first-child td {
    border-top: 0 none !important;
}
table tr td table tr td:last-child {
	border-right: 0 none;
}
table tr td table tr td {
    border-right: 1px solid #ddd;
}
.table-bordered.table-hover > tbody > tr.current-date > td{
	background-color: #fcf8e3;
}
.current-date td:first-child::after {
    content: "Today";
    background-color: orange;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}
.custom-expiry-table .custom-btn-section > * {
    font-size: 12px;
}
.custom-expiry-table .custom-btn-section a.btn img{
	height: 17px;
}
/*** table css end ***/
/** form css ****/
.custom-company-table label {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    font-size: 12px;
}
.field_err{
	text-align:left;
}
.custom-acct-search .form-group .cust-col:first-child {
    padding-left: 0;
}
.custom-acct-search .form-group .cust-col:last-child {
    padding-right: 0;
}
.custom-acct-search .form-group .cust-col {
    padding-left: 5px;
    padding-right: 5px;
}
.custom-acct-search input[type="text"] {
    width: 100% !important;
}
.custom-acct-search .form-group:last-child {
    margin-top: 10px;
}
.custom-acct-search .form-group:first-child {
    margin-top: 0;
}
.custom-acct-search .btn {
    margin: 0;
}
.flo-wid{
	float:left;
	width:100%;
}
.onclick-nav {
    float: left;
    width: 100%;
    list-style: none;
    margin: 6px 0;
    padding: 0;
}
.onclick-nav li {
    display: inline-block;
    color: #2792bf;
    font-size: 11px;
    padding-right: 12px;
}
.onclick-nav li a {
    text-decoration: none;
}
.onclick-nav i {
    vertical-align: 1px;
    margin-right: 6px;
}
.onclick-nav li input {
    padding-top: 1px;
	color:#1bbae1;
}
.onclick-nav li .fa {
    font-size: 20px;
    font-weight: lighter;
    vertical-align: -3px;
}
.onclick-nav li input:hover {
    color: #2792bf;
}
.light-label{
    font-weight: 400;
    font-size: 10px;
    color: rgba(119,119,119,0.5);
}
.full-wid-form .form-group {
    padding-top: 2.5px;
    padding-bottom: 2px !important;
	margin-left: 0;
	margin-right:0;
}
.full-wid-form .cust-col {
    padding-left:0;
	padding-right:0;
}
.fields-parent {
    float: left;
    width: 100%;
}
.fields-parent .fields{
    margin-bottom: 15px;
    margin-top: 10px;
}
.fields-parent .field-outter,
.custom-edit-addmore .fields input[type="text"] {
    width: 100%;
    max-width: 89%;
	float:left;
}
.custom-edit-addmore .fields:first-child{
	margin-top:0;
}
.custom-edit-addmore > .fields {
    margin-bottom: 15px;
	margin-top:10px;
}
.custom-edit-addmore .fields:first-child input[type="text"]{
	width: 100%;
    max-width: 100%;
}
.fields-parent .field-outter input{
	width: 100%;	
}
.fields-parent .removeintent,
.custom-edit-addmore .fields .removeintent {
    width: auto;
    float: left;
    display: inline-block;
	height: 35px;
	padding-left: 13px;
}
.succ-msg {
    color: #27ae60;
}
.err-msg{
	color: red;	
}
.custom-chatui{
	padding-top:15px;
}
.chatui-talk {
    position: relative;
}
.custom-chatui .chatui-talk .chatui-talk-msg {
    width: 80%;
    margin-left: 20%;
	font-size: 11px;
}
.custom-chatui .chatui-talk .chatui-talk-msg.chatui-talk-msg-highlight {
    margin-left: 0;
    margin-right: 20% ;
}
.chatui-talk-msg-avatar{
	margin:0;
}
.paging {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.paging .disabled {
   	padding: 5px 9px;
	margin: 0 5px;
}
.paging .current, .paging a{
    padding: 6px 12px;
    color: #1bbae1;
    margin: 0 5px;
	line-height:1.42857143;
}
.paging a{
	text-decoration:none;
}
.paging .current{
    background-color: #1bbae1;
    border-radius: 25px;
    color: #fff;
}
.paging a:hover{
	background-color: #1bbae1;
    border-radius: 25px;
    color: #fff;
	text-decoration:none;
}
.paging a:focus{
	color:#23527c;
	background-color:#eee;
	border-radius: 25px;
}
.row-link td {
    padding: 0 !important;
}
.row-link .show-link {
    padding: 8px 8px 4px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #333;
}
.checkbox {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100px;
}

input[type="checkbox"] {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
	margin-left: 0 !important;
}
.helper.text-center {
    left: 50%;
}
.checkbox.flo-wid .helper.text-center{
	left: 10px;
}
.helper {
	position: absolute;
	top: -2px;
	left: -6px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	user-select: none;
	color: #e7e7e7;
}
.helper:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 2px;
	margin: 0;
	width: 17px;
	height: 17px;
	transition: transform 0.28s ease;
	border-radius: 0;
	border: 1px solid #ddd;
	background-color: #fff;
}
.helper:after {
  content: '';
	display: block;
	width: 9px;
	height: 5px;
	border-bottom: 2px solid #777;
	border-left: 2px solid #777;
	-webkit-transform: rotate(-45deg) scale(0);
	-moz-transform: rotate(-45deg) scale(0);
	-ms-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
	position: absolute;
	top: 7px;
	left: -6px;
}
input[type="checkbox"]:checked ~ .helper::before {
	color: #e9e9e9;
}

input[type="checkbox"]:checked ~ .helper::after {
	-webkit-transform: rotate(-45deg) scale(1);
	-moz-transform: rotate(-45deg) scale(1);
	-ms-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
.checkbox.flo-wid {
    padding-top: 0;
}
.checkbox.flo-wid label {
    padding-left: 25px;
}
.checkbox label {
	min-height: 20px;
	padding-left: 0;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	vertical-align: sub;
}
input[type="checkbox"]:focus + label::before {
	outline: rgb(59, 153, 252) auto 5px;
}
input[type="file"] {
    border: 0 none;
    height: auto;
	padding:0;
}
.custom-form-group {
    float: left;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.cust-col {
    padding-left: 4.5px;
    padding-right: 4.5px;
}
.custom-form-group .cust-col .field-outter{
	padding-left: 0;
	padding-right: 0;
}
/*** media query start ***/
@media (min-width: 1025px)  {
	.sidebar-partial #sidebar:hover, .sidebar-visible-lg #sidebar, .sidebar-visible-lg.sidebar-partial #sidebar, 
	.sidebar-alt-partial #sidebar-alt:hover, .sidebar-alt-visible-lg #sidebar-alt, .sidebar-alt-visible-lg.sidebar-alt-partial #sidebar-alt,
	.sidebar-content{
		width: 225px;
	}	
	.sidebar-visible-lg #main-container, .sidebar-partial #sidebar:hover + #main-container, .sidebar-visible-lg #main-container {
		margin-left: 225px;
	}
	.navbar-form-custom {
		max-width: 330px;
		width: 100%;
	}
	.navbar-form-custom .form-group {
		margin-top: 7px;
		position: relative;
		margin-bottom: 10px;
	}
	.navbar-form-custom #top-search {
		background-color: #fff;
		border-radius: 4px;
		font-family: 'Montserrat Light';
		font-size: 12px;
		height: 35px;
		width: 100%;
		padding-right: 35px;
	}
	.navbar-form-custom .form-control:focus{
		position: relative;
		font-size: 12px;
		padding: 10px;
	}
	.navbar-form-custom .form-control::-moz-placeholder {
		color: #777777;
		opacity: 1;
	}
	.custom-filter {
		position: absolute;
		right: 9px;
		top: 10px;
		z-index: 10000;
	}
	#page-content {
		padding: 24px 10px 1px;
		position: relative;
		top: 3px;
	}
	.seven-cols .col-md-1, .seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 14.285714285714285714285714285714% !important;
	}
}
@media(min-width: 1500px){
	.custom-main-center {
		padding-right: 5px;
		width: 68.2%;
	}		
	.custom-grid-section .col-sm-2 {
		width: 13.667%;
	}
	.modal-outter.same-column-height .full-height {
		height: 105.1%;
	}
}
@media(min-width: 1700px){
	.custom-main-center {
		padding-right: 5px;
		width: 72.2%;
	}	
	.custom-grid-section .col-sm-2 {
		width: 11.667%;
	}
	.modal-outter.same-column-height .full-height {
		height: 105%;
	}
}
@media(min-width: 1800px){
	.custom-main-center {
		padding-right: 5px;
		width: 74.2%;
	}	
	.custom-grid-section .col-sm-2 {
		width: 10.667%;
	}
}
@media(min-width: 1900px){
	.custom-main-center {
		padding-right: 5px;
		width: 76%;
	}
	.custom-grid-section .col-sm-2 {
		width: 8.667%;
	}
	.modal-outter.same-column-height .full-height {
		height: 129%;
	}
}
@media(min-width: 2000px){
	.custom-main-center {
		padding-right: 5px;
		width: 77.5%;
	}
	.custom-grid-section .col-sm-2 {
		width: 8.667%;
	}
	.modal-outter.same-column-height .full-height {
		height: 115%;
	}
}
@media(min-width: 2200px){
	.navbar.navbar-default{
		height: 52px;
	}
	.custom-main-center {
		padding-right: 5px;
		width: 83.5%;
	}
	.custom-grid-section .col-sm-2 {
		width: 5.667%;
	}
	.modal-outter.same-column-height .full-height {
		height: 152%;
	}
}
/*@media (min-width: 2500px){
	.modal-outter.same-column-height .full-height {
		height: 214%;
	}
}*/
@media(min-width: 4000px){
	.navbar.navbar-default{
		height: 52px;
	}
	.custom-main-center {
		padding-right: 5px;
		width: 89.2%;
	}
	.custom-grid-section .col-sm-2 {
		width: 3.667%;
	}
	.modal-outter.same-column-height .full-height {
		height: 214%;
	}
}
@media(min-width: 4400px){
	.navbar.navbar-default{
		height: 54px;
	}
	.custom-main-center {
		padding-right: 5px;
		width: 90.5%;
	}
	.custom-grid-section .col-sm-2 {
		width: 2.667%;
	}
	.modal-outter.same-column-height .full-height {
		height: 239%;
	}
}
@media(min-width: 5300px){
	.custom-main-center {
		padding-right: 5px;
		width: 92%;
	}
	.modal-outter.same-column-height .full-height {
		height: 225%;
	}
}
@media(max-width: 1280px){
	.custom-model{
		left: 0;
		padding-top: 100px;
	}
	.bg-none a .fa {
		position: relative;
		right: 10px;
	}
	.fixed-right-sidebar{
		max-width: 378px;
	}
}
@media(max-width: 1250px){
	.fixed-right-sidebar{
		max-width: 373px;
	}
}
@media(max-width: 1237px){
	.fixed-right-sidebar{
		max-width: 367px;
	}
}
@media(max-width: 1150px){
	.fixed-right-sidebar {
		max-width: 327px;
	}
	.custom-acct-search .width197 {
		width: 138px !important;
	}
	.custom-acct-search .doc-btn {
		margin-top: 4px;
	}
}
@media(max-width: 1093px){
	.fixed-right-sidebar{
		max-width: 320px;
	}
}
@media(max-width: 1024px){
	.sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-top, 
	.sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-bottom, 
	.sidebar-partial #sidebar:hover + #main-container #page-content + footer, 
	.sidebar-visible-lg.header-fixed-top header.navbar-fixed-top, 
	.sidebar-visible-lg.header-fixed-bottom header.navbar-fixed-bottom, 
	.sidebar-visible-lg.footer-fixed #main-container #page-content + footer{
		left: 200px;
	}
	.fixed-right-sidebar {
		position: relative;
		right: 0;
		max-width: 100%;
	}
	.cust-ScrollDiv{
		height: 100% !important;
		overflow-y: inherit;
		margin-bottom: 0;
	}
	.helper.text-center {
		left: 40px;
	}
	.cust-header-dropdown {
		margin-right: 15px;
	}
	.navbar-form-custom .form-group{
		margin-bottom: 0;
	}
	.navbar-form-custom .form-control{
		height: 66px;
	}
	.custom-filter{
		display: none;
	}
	.navbar-form-custom{
		width: 195px;
	}
	/**** normal placeholder color ****/
	.navbar-form-custom .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #fff;
	}
	.navbar-form-custom .form-control::-moz-placeholder { /* Firefox 19+ */
	  color: #fff;
	}
	.navbar-form-custom .form-control:-ms-input-placeholder { /* IE 10+ */
	  color: #fff;
	}
	.navbar-form-custom .form-control:-moz-placeholder { /* Firefox 18- */
	  color: #fff;
	}
	/**** end normal placeholder color ****/
	/**** hover and focus placeholder color ****/
	.navbar-form-custom .form-control:hover::-webkit-input-placeholder,
	.navbar-form-custom .form-control:focus::-webkit-input-placeholder	{ /* Chrome/Opera/Safari */
	  color: #999;
	}
	.navbar-form-custom .form-control:hover::-moz-placeholder,
	.navbar-form-custom .form-control:focus::-moz-placeholder{ /* Firefox 19+ */
	  color: #999;
	}
	.navbar-form-custom .form-control:hover:-ms-input-placeholder,
	.navbar-form-custom .form-control:focus:-ms-input-placeholder{ /* IE 10+ */
	  color: #999;
	}
	.navbar-form-custom .form-control:hover:-moz-placeholder,
	.navbar-form-custom .form-control:focus:-moz-placeholder { /* Firefox 18- */
	  color: #999;
	}
	/**** end hover and focus placeholder color ****/	
	.tab-content .cust-col {
		padding: 0 15px;
	}

	#page-content.block-cust-wrapp{
		position: relative;
	}
	.doc-footer-outter > * {
		width: 100%;
	}
	.custom-main-center {
		padding-right: 15px;
		width: 100%;
	}
	.custom-right-sidebar {
		padding: 10px 15px;
		width: 100%;
	}
	.rightsidebar-main-block {
		border-top: 1px solid #e7e7e7;
		position: relative;
		top: 0;
		right: 0;
		padding: 20px 10px;
	}
	.cust-change-pass {
		padding-top: 40px;
		height: 100%;	
	}
}
@media(max-width: 991px){
	
	/*** company profile css end ***/
	.sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-top, 
	.sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-bottom, 
	.sidebar-partial #sidebar:hover + #main-container #page-content + footer, 
	.sidebar-visible-lg.header-fixed-top header.navbar-fixed-top, 
	.sidebar-visible-lg.header-fixed-bottom header.navbar-fixed-bottom, 
	.sidebar-visible-lg.footer-fixed #main-container #page-content + footer{
		left: 0px;
	}
	.cust-col > * {
		padding-left: 0;
		padding-right: 0;
	}
	.custom-acct-search .form-group .cust-col {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
		margin-bottom:10px;
	}
	.custom-acct-search .btn {
		margin: 0 !important;
	}
	.custom-acct-search .form-group:last-child {
		margin-top: 0;
	}
}
@media(max-width: 768px){
	.custom-acct-search {
		text-align: center;
	}
	.custom-acct-search  > .col-sm-12{		
		width: auto !important;
	}
	.custom-acct-search  > .col-sm-12, .custom-acct-search .cust-calender, 
	.custom-acct-search form, .custom-acct-search form > div {
		text-align: center;
		display: inline-block;
		float: none !important;
	}
	.btn[data-toggle="modal"] {
		position: relative;
		top: 14px;
	}
	.tab-content .cust-col {
		padding: 0 15px 15px;
	}
	.modal-content .form-group {
		padding-top: 0;
	}
	.modal-content .form-group:first-child {
		padding-top: 20px;
	}
	.modal-content label {
		text-align: left !important;
		float: left !important;
		width: 100%;
	}
	.table-group {
		display: block !important;
	}
	ul.month-info{
		margin-top: 20px;
		text-align: center;
	}
	ul.month-info li{
		margin-bottom: 10px;
	}
	.years-info {
		width: 100%;
		text-align: center;
	}
	.years-info .btn-group {
		width: 100%;
		float: none !important;
		display: inline-block;
		text-align: center;
		margin: 0 auto;
		max-width: 112px;
	}	
	.modal-content .form-group {
		width: 100% !important;
	}	
	.navbar-form-custom {
		width: 72px;
	}
	.nav-tabs li a {
		padding-left: 5px;
		padding-right: 5px;
	}
	/**** document-list css ****/
	.doc-btn{
		display: inline-block;
		float: none !important;
		top: 0 !important;
	}
	#create-document .content-header .global-list {
		width: 24%;
		display: inline-block;
	}
	#create-document .custom-doc-footer li .col-md-3 {
		width: 24%;
		display: inline-block;
	}
	#create-document .cust-deadline-table li .col-md-8 {
		width: 75%;
		display: inline-block;
	}
	#create-document .cust-deadline-table li .col-md-4 {
		width: 24%;
		display: inline-block;
	}
	#create-document .doc-footer-outter .doc-btn {
		width: auto !important;
	}
	.doc-footer-outter .col-md-4 .col-md-5{
		float: left;
		width: 25%;
	}
	.content-header .custom-acct-search > *{
		width: 100% !important;
	}
	#page-content.block-cust-wrapp .show-cus-popup{
		margin-top: 4px;
	}
	.row-doc-table, #row_doc .table-responsive {
		overflow: auto !important;
	}
	.row-doc-table table {
		width: 1200px !important;
		display: block;
		float: left;
	}
	.show-border.chosen-height {
		white-space: initial;
	}
	#agent_select {
		left: -648px;
		width: 643px;
	}

	/**** homepage css ****/
	.custom-media-imagroup {
		width: 25%;
		display: inline-block;
	}
	.content-vertically-center{
		width: 100%;
	}
	.content-vertically-center > div {
		width: 50%;
	}
	/**** end homepage css ****/
	
}
@media(max-width: 736px){
	.custom-grid-section {
		margin: 0 auto;
		max-width: 158px;
	}
	.btn.flo-wid {
		width: auto !important;
		margin-top: 7px;
	}
	.tab-content .detail-tab .cust-col{
		float: left;
		width: 100%;
	}
	/*#page-content.block-cust-wrapp {
		min-height: 100% !important;
	}*/
	#page-content.block-cust-wrapp .same-column-height{
		height:100% !important;
	}
}
@media(max-width: 684px){
	.doc-btn {
		margin-top: 10px;
	}
	.cust-col3 {
		width: 250px !important;
		float: left;
	}
	.resp-form .global-form {
		width: 100%;
		float: left;
	}
	.resp-form .global-form li {
		width: 50% !important;
		display: inline-block;
		float: left !important;
		border-bottom: 0 none !important;
	}
	.resp-form .global-form li > * {
		width: 100% !important;
		display: inline-block !important;
		float: left;
		height: 42px;
		border-bottom: 1px solid #eee;
	}
	.resp-form  .global-form > li .global-list:first-child{
		border-left: 1px solid #eee !important;
	}
	.resp-form  .global-form > li:first-child .global-list{
		border-left: 0 none !important;
	}
}
@media(max-width: 480px){
	ul.cust-deadline-table li .four-half {
		width: 34.5%;
	}
	.helper.text-center {
		left: 40px;
	}
	.heading-with-logo > div.pull-left{
		width: 70%;
	}
}
@media(max-width: 414px){
	.cust-header-dropdown a {
		font-size: 15px;
		line-height: 16px;
	}
	.dropdown-small {
		font-size: 8px;
	}
	.cust-header-dropdown {
		margin-right: 5px;
	}
	.nav.navbar-nav-custom > li > a {
		min-width: 100%;
	}
	.navbar-nav-custom img {
		height: 21px;
		width: auto !important;
	}
	.nav.navbar-nav-custom .notifications {
		min-width: 320px;
		margin-left: -279px !important;
	}
	.nav.navbar-nav-custom > li > a .label-indicator.red-label {
		right: 0px;
		top: 12px;
	}
	.modal-dialog .nav-tabs a {
		font-size: 12px;
	}
	.custom-acct-search .fa.cust-calender {
		margin-bottom: 5px;
	}
	.custom-acct-search .marginright10 {
		margin: 0 10px 4px 0;
	}
	.modal-table{
		max-width: 367px;
	}
	.block-icon {
		padding: 10px 0 0;
		float: left;
		width: 100%;
	}
	.block .block-icon .cust-header-dropdown {
		margin-right: 0;
	}
	.onclick-nav {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.res-middle .pull-right {
		width: 100%;
		margin-right: 0;
	}
	.res-middle .pull-right a{
		float: none;
	}
}
@media(max-width: 375px){
	.block-icon{
		text-align: center;
	}
	.block-icon > li {
		padding: 0 3px;
		text-align: center;
	}
	.small-upload-section .pull-right {
		margin-top: 9px;
	}
}
@media(max-width: 360px){
	.cust-header-dropdown a {
		font-size: 15px;
		line-height: 16px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.dropdown-small {
		font-size: 8px;
	}
	.navbar-form-custom {
		width: 52px;
	}
	.navbar-form-custom .form-control {
		padding-left: 5px;
		padding-right: 5px;
	}
	/**** normal placeholder color ****/
	.navbar-form-custom .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size:12px;
	}
	.navbar-form-custom .form-control::-moz-placeholder { /* Firefox 19+ */
	  font-size:12px;
	}
	.navbar-form-custom .form-control:-ms-input-placeholder { /* IE 10+ */
	  font-size:12px;
	}
	.navbar-form-custom .form-control:-moz-placeholder { /* Firefox 18- */
	  font-size:12px;
	}
}
@media(max-width: 320px){
	#create-customer {
		left: -171px;
		width: 260px;
	}
}