/*
Template Name: DASHGUM FREE - Bootstrap 3.2 Admin Theme
Template Version: 1.0
Author: Carlos Alvarez
Website: http://blacktie.co
Premium: http://www.gridgum.com
*/

/* Import fonts */
/* @import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900); */


/* latin-ext */

@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 400;
  src: local('Ruda Regular'), local('Ruda-Regular'), url("../fonts/1sL847GoOH8xYu1qOqsKrw.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 400;
  src: local('Ruda Regular'), local('Ruda-Regular'), url(../fonts/T9zdIB5JGDJjRO8KNoV_pA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 700;
  src: local('Ruda Bold'), local('Ruda-Bold'), url(../fonts/Cq8KyqhCX-f1J9BsOyq_FvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 700;
  src: local('Ruda Bold'), local('Ruda-Bold'), url(../fonts/ioyuq9I92dSCu7pGUbx7zA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 900;
  src: local('Ruda Black'), local('Ruda-Black'), url(../fonts/AV-eDyU_-j5hBe_Ff6xI1_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 900;
  src: local('Ruda Black'), local('Ruda-Black'), url(../fonts/9WoKvbp3ZUwn9qM5AIuMOg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}




/* BASIC THEME CONFIGURATION */
body {
    color: #000000;
	background: #fff;
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:12px;
    font-weight: bold; 
        height: 100%;
    
}
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainmenu a, .mainmenu label {
  display: block;
  /* background-color: #CCC; */
  text-decoration: none;
  padding: 10px;
  color: #000;
}
.mainmenu a:hover, .mainmenu label:hover {
    background-color: #C5C5C5;
}

/* hide the input */
.mainmenu input {
  display: none;
}
/* if a sibling checkbox is check show the menu */
.mainmenu input:checked ~ .submenu {
  display: block;
  max-height: 200px;
}
.submenu a, .submenu label {
  background-color: #999;
}
.submenu a:hover {
  background-color: #666;
}
.submenu {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-out;
}
.half-width {
  width: 12.5%;
}
ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {

    background: #68dff0;
    color: #fff;
}
::-moz-selection {
    background: #68dff0;
    color: #fff;
}
section
{
	background:#fff;
}
html
{
	background:#fff;
}

#container {
	    background-color: #f1f2f2;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.cusSupport
{
	padding:15px;
	border:1px solid #2479af;
	background: #9fdaff38;
	border-radius: 10px;	
}
.btn-info a
{
	color:#fff;
}

.borderFull
{
	border:1px solid #444;
}
.border-right
{
	border-right:1px solid #444;
}
.table-bordered>thead>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tbody>tr>td {
    border: 1px solid #444 !important;
}

/* Bootstrap Modifications */
.modal-header {
	background: #379dd0;
}

.modal-title {
	color: #ffffff;
	font-weight: bolder;
}

h3.modal-title
{
	font-size:18px;
}
.mediumModal .modal-header
{
	padding:8px;
}
.model-loader{
	 background-image: url("../img/loader_gif.gif");
	
}

.centered {
    text-align: center;
   
}
.centered > div {
    float: none;
    display: inline-block;   
}
.adminBtns
{
	padding:10px 0;
	color:#fff;
	margin:10px;
	font-size: 13px;
}
.margin-10
{
	margin:10px;
}
.btn .glyphicon
{
	padding-right:5px;
}
.mediumModal .modal-dialog
{
   width: 900px;	 
}
.largeModal .modal-dialog
{
   width: 1100px;	 
}
.smallModal .modal-dialog
{
	width:350px;
	height:300px;
}
.ViewTblValuesCon
{
	width:80%;
	margin:0 auto;
}
.ViewTblValuesCon .table tr th
{
	font-size:15px;
	padding:5px;
}
.ViewTblValuesCon .table tr td
{
	padding:5px;
}
#customerBillModel
{
	width: 60%;
    margin: 10px auto;
    min-height: 450px;
    background: #fff;
    text-align: center;
    padding:20px;
}
.customerBillModelPrint
{
  width:85% !important;	
}
.customerBillModelPrint .modal-dialog
{
	width:100%;
}
#customerBillModel img
{
	margin: 5px auto;
    border: 2px solid #444;
    padding: 8px;
}
#customerBillModel .modal-footer
{
	padding: 5px;
    margin-top: 5px;
}
.customerBillModelPrint iframe#testIframe img
{
	width:100% !important;
}
.btn-round {
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.modal-dialog.custom-modal
{
	width:900px;
}

.modal-dialog.custom-modalKYC
{
	width:1100px;
}

.modal-dialog.custom-modalProfile
{
	width:900px;
}

.modal-dialog.custom-modalLocation
{
	width:1100px;
}

.modal-dialog.custom-modalDeclaration
{
	width:1100px;
}


/* .row.col-sm-6{
	width:540px;
}
.col-sm-12{
	width:1080px;
} */

.jqx-icon-arrow-down-ui-start
{
	background-image:url(../jqwidgets/styles/images/start/ui-icons_0078ae_256x240.png);
}
.Red-clr
{
	color:red;
}
.jqx-fill-state-normal
{
	    border-color: #a6c9e2;
}
.jqx-fill-state-normal-ui-start
{
	background: transparent;
	border-color:none;
	color: #444; 
}
.accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	border-top: 1px solid #F5F5F5;
	padding: 5px 0px;
	line-height: 28.75px;
	text-transform: uppercase;
	color: #1a1a1a;
	background-color: #ffffff;
	outline: none !important;
	text-decoration: none;
}	
#removeButton:hover
{
	background:green;
}
.mb-10
{
	margin-bottom:10px;
}
.pad-lft-40
{
	padding-left: 40px;
}
.pad-lft-20
{
	padding-left: 20px;
}
.pad-lft-250
{
	padding-left: 230px;
}

.dashIcon {
    font-size: 25px !important;
}

/* close btn padding */

.modal-header .close {
   
    padding: 5px;
}


/*Theme Backgrounds*/

.bg-theme {
	background-color: #68dff0;
}

.bg-theme02 {
	background-color: #ac92ec;
}

.bg-theme03 {
  background-color: #48cfad;
}

.bg-theme04 {
  background-color: #ed5565;
}
/*Theme Buttons*/

.btn-theme {
  color: #fff;
  background-color: #68dff0;
  border-color: #48bcb4;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #48bcb4;
  border-color: #48bcb4;
}

.btn-theme02 {
  color: #fff;
  background-color: #ac92ec;
  border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}

.btn-theme03 {
  color: #fff;
  background-color: #48cfad;
  border-color: #37bc9b;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.active,
.open .dropdown-toggle.btn-theme03 {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}

.btn-theme04 {
  color: #fff;
  background-color: #ed5565;
  border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.btn-theme04.active,
.open .dropdown-toggle.btn-theme04 {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
}

.btn-theme05 {
  color: #fff;
  background-color: #EF7126;
  border-color: #cc5209;
}
.btn-theme05:hover,
.btn-theme05:focus,
.btn-theme05:active,
.btn-theme05.active,
.open .dropdown-toggle.btn-theme05 {
  color: #fff;
  background-color: #cc5209;
  border-color: #cc5209;
}

.btn-clear-g {
	color: #48bcb4;
	background: transparent;
	border-color: #48bcb4;
}

.btn-clear-g:hover {
	color: white;
}

.logo1 {
	font-size: 26px;
	color: #56636c;
	margin-top: 15px;
	text-transform: uppercase;
	float:left;
	
}
.margin-all-10
{
	margin:10px;
}
.panel-heading
{
	padding: 5px 15px;
}
#freezerDetails .modal-dialog
{
	width: 1150px;
}
.modal-body {
    position: relative;
    padding: 5px;
}

 .border-btm
    {
      border-bottom: 1px solid #444;
    }
    .border-top
    {
      border-top:1px solid #444;
    }
    .padng-top-10
    {
      padding-top: 10px;
    }
    .margin-top-30
    {
      margin-top: 30px;
    }
    .borderfull
    {
      border: 1px solid #444;
    }
    .terms ol li
    {
      padding : 5px;
    }   
    .min-hgt-140
    {
      min-height:140px;
    }
a.logo1 b {
	font-weight: 900;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #797979;
}

.width50
{
	width: 50%;
}

/*Helpers*/

.centered {
	text-align: center;
}

.goleft {
	text-align: left;
}

.goright {
	text-align: right;
}

.mt {
	margin-top: 0px;
}
.mt-4
{
	margin-top:20px;
}
#showDetails
{	
    margin:40px auto;
}

.mb {
	margin-bottom: 15px;
}

.ml
{
	margin-left: 5px;
}
.ml-40
{
	margin-left: 40px;
}
.ml-70
{
	margin-left: 70px;
}
.mr 
{
	margin-right: 5px !important;
}
.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/*Exclusive Theme Colors Configuration*/

.label-theme {
	background-color: #68dff0;
}

.bg-theme {
	background-color: #68dff0;
}

ul.top-menu > li > .logout {
	color: #f2f2f2;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #fff !important;
	padding: 5px 15px;
	margin-right: 15px;
	/* background: #68dff0; */
	margin-top: 15px;
}

ul.top-menu > li > .login {
	color: #ffffff;
	font-size: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px 3px;
	margin-right: 10px;
	/* margin-top: 10px; */
}

ul.top-menu > li > a.login:hover, ul.top-menu > li > a.login:focus {
    border:0px solid #b6b6b6 !important;
    background-color: transparent !important;
    border-color: #b6b6b6 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #b6b6b6 !important;
}

.cusSupport input[disabled]
{
	background: #f5f5f5c2;
}


/*sidebar navigation*/

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
/*     background: #6371bf; 
overflow-y: scroll !important;*/
  background: #1c5f8e;
  z-index: 999;
  
}

#sidebar h5 {
	color: #f2f2f2;
	font-weight: 700;
}

#sidebar ul li {
    position: relative;
/*      border-bottom: 1px solid red; */
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background: url("../img/nav-expand.png") no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
}
.active .dcjq-icon {
    background: url("../img/nav-expand.png") no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
     
  text-overflow: ellipsis;
  white-space: nowrap;	
}

ul.sidebar-menu {
    margin-top: 70px;
}

 #sidebar > ul > li > ul.sub {
    display: none;
}
 #sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
} 

ul.sidebar-menu li ul.sub li{
    background: #424a5d;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover {
	color: white;
	background: transparent;
}

ul.sidebar-menu li ul.sub li.active a {
    color: #68dff0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
    color: #fff;
    text-decoration: none;
    display: block;
   padding: 5px 4px;
    line-height: 25px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #0b304a;
    color: #fff;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li a.active i {
    color: #fff;
}


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 210px;
}

#main-content1 {
    margin-left: 150px;
    margin-right: 150px;
    
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.downloadName
{
	margin-top:7px;
}
.downloadBtn
{
	float: right;
}


.black-bg {
/*	background-image:url("../vendor-images/hap-background.jpg");
   
/*     background: -moz-linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); ff3.6+ */
/* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(153,218,255,1)), color-stop(100%, rgba(0,128,128,1))); safari4+,chrome */
/* background: -webkit-linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); safari5.1+,chrome10+ */
/* background: -o-linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); opera 11.10+ */
/* background: -ms-linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); ie10+ */
/* background: linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); w3c */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#99DAFF',GradientType=1 ); ie6-9 */
/*     border-bottom: 1px solid #ca2683; */
           background: linear-gradient(to left, #1c5f8e,#1c5f8e,#1c5f8e, #bed2e0,#cfe2f1);
}
.F-rgt
{
	float:right;
}
.F-lft
{
	float:left;
}

.wrapper {
    display: inline-block;
    margin-top: 41px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 16px;
    width: 100%;
}

a.logo {
    font-size: 26px;
    color: #56636c;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
        float: right;
}

a.logo b {
    font-weight: 900;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #68dff0;
}


/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
             }

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /* border:1px solid #666666 !important; */
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #b6b6b6 !important;
    background-color: transparent !important;
    border-color: #b6b6b6 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #b6b6b6 !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #68dff0;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #68dff0;
    border-bottom-color: #68dff0 !important;
    border-top-color: #68dff0 !important;
}



/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color:#56636c;
}


 .sidebar-closed > #sidebar > ul {
    display: none;
} 

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}


/* Dash Side */

.ds {
	background: #ffffff;
	padding-top: 20px;
}

.ds h4 {
	font-size: 14px;
	font-weight: 700;
}

.ds h3 {
	color: #ffffff;
	font-size: 16px;
	padding: 0 10px;
	line-height: 60px;
	height: 60px;
	margin: 0;
	background: #ff865c;
	text-align: center;
}

.ds i {
	font-size: 12px;
	line-height: 16px;
}

.ds .desc {
	border-bottom: 1px solid #eaeaea;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
}

.ds .desc:hover {
	background: #f2f2f2;
}

.ds .thumb {
	width: 30px;
	margin: 0 10px 0 20px;
	display: block;
	float: left;
}

.ds .details {
	width: 170px;
	float: left;
}

.ds > .desc p {
	font-size: 11px;
}

.ds p > muted {
	font-size: 9px;
	text-transform: uppercase;
	font-style: italic;
	color: #666666
}

.ds a {
	color: #68dff0;
}

/* LINE ICONS CONFIGURATION */

.mtbox {
	margin-top: 80px;
	margin-bottom: 40px;
}

.box1 {
	padding: 15px;
	text-align: center;
	color: #989898;
	border-bottom: 1px solid #989898;
}

.box1 span {
	font-size: 50px;

}

.box1 h3 {
	text-align: center;
}

.box0:hover .box1 {
	border-bottom: 1px solid #ffffff;
}

.box0 p {
	text-align: center;
	font-size: 12px;
	color: #f2f2f2;
}

.box0:hover p {
	color: #ff865c;
}

.box0:hover {
	background: #ffffff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* MAIN CHART CONFIGURATION */
.main-chart {
	padding-top: 20px;
}

.mleft {
}

.border-head h3 {
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 15px;	
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #989898;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 6%;
    margin: 0px 4%;
    float: left;
    text-align: center;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #ff865c;
    color: #68dff0;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #2f2f2f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: left;
    width: 100%;
    font-size: 11px;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -60px;
    padding: 0 10px;
    width: 40px;
}


/*Donut Chart Main Page Conf*/
.donut-main {
	display: block;
	text-align: center;
}

.donut-main h4 {
	font-weight: 700;
	font-size: 16px;
}

/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */

/*Panel Size*/

.pn 
{
	height: 250px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.pn:hover 
{
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
	
}

/*Grey Panel*/

.grey-panel 
{
	text-align: center;
	background: #dfdfe1;
}
.grey-panel .grey-header 
{
	background: #ccd1d9;
	padding: 3px;
	margin-bottom: 15px;
}
.grey-panel h5 {
	font-weight: 200;
	margin-top: 10px;
}
.grey-panel p {
	margin-left: 5px;
}
/* Specific Conf for Donut Charts*/
.donut-chart p {
	margin-top: 5px;
	font-weight: 700;
	margin-left: 15px;
}
.donut-chart h2 {
	font-weight: 900;
	color: #FF6B6B;
	font-size: 38px;
}

/* Dark Blue*/

.darkblue-panel {
	text-align: center;
	background: #444c57;
}
.darkblue-panel .darkblue-header {
	background: transparent;
	padding: 3px;
	margin-bottom: 15px;
}
.darkblue-panel h1 {
	color: #f2f2f2;
}
.darkblue-panel h5 {
	font-weight: 200;
	margin-top: 10px;
	color: white;
}
.darkblue-panel footer {
	color: white;
}
.darkblue-panel footer h5 {
	margin-left:10px; 
	margin-right: 10px;
	font-weight: 700;
}

/*Green Panel*/
.green-panel {
	text-align: center;
	background: #68dff0;
}
.green-panel .green-header {
	background: #43b1a9;
	padding: 3px;
	margin-bottom: 15px;
}
.green-panel h5 {
	color: white;
	font-weight: 200;
	margin-top: 10px;
}
.green-panel h3 {
	color: white;
	font-weight: 100;
}
.green-panel p {
	color: white;
}

/*White Panel */
.white-panel {
	text-align: center;
	background: #ffffff;
	color: #ccd1d9;
}

.white-panel p {
	margin-top: 5px;
	font-weight: 700;
	margin-left: 15px;
}
.white-panel .white-header {
	background: #f4f4f4;
	padding: 3px;
	margin-bottom: 15px;
	color: #c6c6c6;
}
.white-panel .small {
	font-size: 10px;
	color: #ccd1d9;
}

.white-panel i {
	color: #68dff0;
	padding-right: 4px;
	font-size: 14px;
}

/*STOCK CARD Panel*/
.card {
  background: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em; 
  height: 250px;
}
.stock .stock-chart {
  background: #00c5de;
}
.stock .stock-chart #chart {
    height: 10.7em;
    background: url(http://i.imgbox.com/abmuNQx2) center bottom no-repeat; 
}    
.stock .current-price {
  background: #1d2122;
  padding: 10px; 
}
.stock .current-price .info abbr {
    display: block;
    color: #f8f8f8;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.18em;
}
.stock .current-price .changes {
    text-align: right; 
}
.stock .changes .up {
	color: #4fd98b
}
.stock .current-price .changes .value {
      font-size: 1.8em;
      font-weight: 700; 
}
.stock .summary {
    color: #2f2f2f;
    display: block;
    background: #f2f2f2;
    padding: 10px;
	text-align: center;
}
.stock .summary strong {
	font-weight: 900;
	font-size: 14px;
}

/*Content Panel*/
.content-panel {
	background: #ffffff;
/* 	box-shadow: 0px 3px 2px #aab2bd; */
	padding-top: 15px;
	padding-bottom: 5px;
}
.content-panel h4 {
	margin-left: 10px;
}

/*WEATHER PANELS*/

/* Weather 1 */
.weather {
	background: url(../img/weather.jpg) no-repeat center top;
	text-align: center;
	background-position: center center;
}
.weather i {
	color: white;
	margin-top: 45px;
}
.weather h2 {
	color: white;
	font-weight: 900;
}
.weather h4 {
	color: white;
	font-weight: 900;
	letter-spacing: 1px;
}

/* Weather 2 */
.weather-2 {
	background: #e9f0f4;
}
.weather-2 .weather-2-header {
	background: #54bae6;
	padding-top: 5px;
	margin-bottom: 5px;
}
.weather-2 .weather-2-header p {
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}
.weather-2 .weather-2-header p small {
	font-size: 10px;
}
.weather-2 .data {
	margin-right: 10px;
	margin-left: 10px;
	color: #272b34;
}
.weather-2 .data h5 {
	margin-top: 0px;
	font-weight: lighter;
}
.weather-2 .data h1{
	margin-top: 2px;
}

/* Weather 3 */
.weather-3 {
	background: #ffcf00;
}

.weather-3 i {
	color: white;
	margin-top: 30px;
	font-size: 70px;
}
.weather-3 h1 {
	margin-top: 10px;
	color: white;
	font-weight: 900;
}
.weather-3 .info {
	background: #f2f2f2;
}
.weather-3 .info i {
	font-size: 15px;
	color: #c2c2c2;
	margin-bottom: 0px;
	margin-top: 10px;
}
.weather-3 .info h3 {
	font-weight: 900;
	margin-bottom: 0px;
}
.weather-3 .info p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 16px;
	color: #c2c2c2;
	font-size: 15px;
	font-weight: 700;
}


/*Twitter Panel*/
.twitter-panel {
	background: #4fc1e9;
	text-align: center;
}
.twitter-panel i {
	color: white;
	margin-top: 40px;
}
.twitter-panel p {
	color: #f5f5f5;
	margin: 10px;
}
.twitter-panel .user {
	color: white;
	font-weight: 900;
}
.tabsCon
{
	padding:20px;
}
.tabsCon .tab-content
{
	min-height:400px;
	border:1px solid #2479af;
}
.table-responsive
{
	margin-top:15px;
}
.tabsCon .tab-content .tab-pane
{
	padding:15px;
}
.table-responsive table tr th, .table-responsive table tr th
{
	padding:6px;
}


.table > thead > tr > th
{
	background: #dfdfdf;
}

/* portal Dashboard css */
.portalDash h4,h2
{
	margin:5px;
}
.portalDash h4
{
	font-size:15px;
	border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
}
.portalDash h2
{
	font-size:22px;
}
.portalDash .panel-footer
{
    padding: 5px 8px;
}
.portalDash .sky-blue-bg
{
	background-color: #7cb5ec;
}


.portalDash .dark-bg
{
	background-color: #434348;
}

.portalDash .green-light-bg
{
	background-color: #90ed7d;	 
}



.portalDash .orange-bg
{
	background-color: #f7a35c;
}



.portalDash .blue-bg
{
	background-color: #8085e9;
}



.portalDash .pink-bg
{
	background-color: #f15c80;
}


.portalDash .sandle-bg 
{
	background-color: #e4d354;	 
}


.portalDash .green-mix-bg
{
	background-color: #2b908f;
}



.portalDash .red-bg
{
	 background-color: #f45b5b;	 
}


.portalDash .blue-light-bg
{
	 background-color: #91e8e1;	
}





.portalDash .panel-footer a
{
	 color: #fff; 
}
.portalDash .panel-footer a:hover
{
	color:#dfdfdf;
}
.portalDash .panel-default
{
	margin-bottom: 8px;
	/* border-color: #1c5f8e; */
}
.portalDash [class*="col-"] 
{
	padding-left:8px;
	padding-right:8px;
}
.portalDash .col-md-2,.col-lg-2
{
	
}
.portalDash .panel-body
{
	padding: 5px;
}

.adminDash {
	width: 80%;
	margin: 0 auto !important;
	
}


#hightChartsBar
{
	margin:25px auto;
}

/* Instagram Panel*/
.instagram-panel {
	background: url(../img/instagram.jpg) no-repeat center top;
	text-align: center;
	background-position: center center;
}
.instagram-panel i {
	color: white;
	margin-top: 35px;
}
.instagram-panel p {
	margin: 5px;
	color: white;
}

/* Product Panel */
.product-panel {
	background: #dadad2;
	text-align: center;
	padding-top: 50px;
	height: 100%;
}

/* Product Panel 2*/
.product-panel-2 {
	background: #dadad2;
	text-align: center;
}
.product-panel-2 .badge {
	position: absolute;
	top: 20px;
	left: 35px;
}
.badge-hot {
	background: #ed5565;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}

/* Soptify Panel */
#spotify {
	background: url(../img/lorde.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 220px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#spotify .btn-clear-g {
	top: 15%;
	right: 10px;
	position: absolute;
	margin-top: 5px;
}
#spotify .sp-title {
	bottom: 15%;
	left: 25px;
	position: absolute;
	color: #efefef;
}
#spotify .sp-title h3 {
	font-weight: 900;
}
#spotify .play{
	bottom: 18%;
	right: 25px;
	position: absolute;
	color: #efefef;
	font-size: 20px
}
.followers {
	margin-left: 5px;
	margin-top: 5px;
}

/* BLOG PANEL */
#blog-bg {
	background: url(../img/blog-bg.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#blog-bg .badge {
	position: absolute;
	top: 20px;
	left: 35px;
}
.badge-popular {
	background: #3498db;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.blog-title {
	background: rgba(0,0,0,0.5);
	bottom: 100px;
	padding: 6px;
	color: white;
	font-weight: 700;
	position: absolute;
	display: block;
	width: 120px;
}
.blog-text {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 15px;
	font-size: 12px;
}

/* Calendar Configuration */
#calendar {
	color: white;
	padding: 0px !important;
}
.calendar-month-header {
	background: #43b1a9;
}

/* TODO PANEL */
.steps{
  display: block;
}
.steps input[type=checkbox] {
  display: none;
}
.steps input[type=submit]{
  background: #f1783c;
  border: none;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  height: 55px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.5s ease
}
.steps input[type=submit]:hover{
  background: #8fde9c;
}
.steps label{
  background: #393D40;
  height: 65px;
  line-height: 65px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #44494e;
  color: #889199;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  text-indent: 52px;
  cursor: pointer;
  transition: all 0.7s ease;
  margin: 0px;
}
.steps label:before{
  content:"";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  margin: 26px 0px 0px 18px;
  border-radius: 100%;
  transition: border 0.7s ease
}
.steps label:hover{
  background: #2B2E30;
  color: #46b7e5
}
.steps label:hover:before{
  border: 1px solid #46b7e5;
}
#op1:checked ~ label[for=op1]:before,
#op2:checked ~ label[for=op2]:before,
#op3:checked ~ label[for=op3]:before{
  border: 2px solid #96c93c;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpinHLMhgEHKADia0xQThIQs6JJ9gPxZhYQAcS6QHwDiI8hSYJAC0gBPxDLAvFcIJ6JJJkDxFNBVtgBcQ8Qa6BLghgwN4A4a9ElQYAFSj8C4mwg3o8sCQIAAQYA78QTYqnPZuEAAAAASUVORK5CYII=') no-repeat center center;
}

/* PROFILE PANELS */
/* Profile 01*/
#profile-01 {
	background: url(../img/profile-01.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-01 h3 {
	color: white;
	padding-top: 50px;
	margin: 0px;
	text-align: center;
}
#profile-01 h6 {
	color: white;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 900;
}
.profile-01 {
	background: #68dff0;
	height: 50px;
}
.profile-01:hover {
	background: #2f2f2f;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  cursor: pointer;
}
.profile-01 p {
	color: white;
	padding-top: 15px;
	font-weight: 400;
	font-size: 15px;
}

/* Profile 02*/
#profile-02 {
	background: url(../img/profile-02.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-02 .user {
	padding-top: 40px;
	text-align: center;
}
#profile-02 h4 {
	color: white;
	margin:0px;
	padding-top: 8px;
}
.pr2-social a {
	color: #cdcdcd;
}
.pr2-social a:hover {
	color: #68dff0;
}
.pr2-social i {
	margin-top: 15px;
	margin-right: 12px;
	font-size: 20px;
}


/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#barchart {
    margin-bottom: -15px;
    display: inline-block;
}
.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}
.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}
.panel.terques-chart {
    background: transparent;
    color: #797979;
}
.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}
.panel.terques-chart .chart-tittle .value a {
    color: #2f2f2f;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #68dff0;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.inline-block {
    display: inline-block;
}

/* showcase background */
.showback {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 3px 2px #aab2bd;
}
.modalHeading
{
	margin: 5px;
    background: #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
}


/* Calendar Events - Calendar.html*/
.external-event {
	cursor: move;
	display: inline-block !important;
	margin-bottom: 7px !important;
	margin-right: 7px !important;
	padding: 10px;
}

.drop-after {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

.fc-state-default, .fc-state-default .fc-button-inner {
	background: #f2f2f2;
}

.fc-state-active .fc-button-inner {
	background: #FFFFFF;
}

/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #68dff0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #68dff0;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}



/* EZ Checklist */
.ez-checkbox {
	margin-right: 5px;
}

.ez-checkbox, .ez-radio {
	height: 20px;
	width: 20px;
}

.brand-highlight {
background: #fffbcc !important;
}


/* FORMS CONFIGURATION */
.form-panel {
	background: #ffffff;
	margin: 10px;
	padding: 10px;
	box-shadow: 0px 3px 2px #aab2bd;
	text-align: left;
}

label {
	font-weight: 400;
}

.form-horizontal.style-form .form-group {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.round-form {
	border-radius: 500px;
	-webkit-border-radius: 500px;
}

@media (min-width: 768px) {
		.form-horizontal .control-label {
		text-align: left;
	}
	.noMgn{
	margin:0px 150px !important;
}
}

#focusedInput {
	border: 1px solid #ed5565;
	box-shadow: none;
}

.add-on {
	float: right;
	margin-top: -37px;
	padding: 3px;
	text-align: center;
}

.add-on .btn {
	height: 34px;
}

/* TOGGLE CONFIGURATION */
.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}



/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 330px;
	margin: 100px auto 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background: #68dff0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.login-wrap {
	padding: 20px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}


/*LOCK SCREEN CONF*/
#showtime {
	width: 100%;
	color: #fff;
	font-size: 90px;
	margin-bottom: 30px;
	margin-top: 250px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}

.lock-screen {
	text-align: center;
}

.lock-screen a {
	color: white;
}

.lock-screen a:hover {
	color: #48cfad
}

.lock-screen i {
	font-size: 60px;
}

.lock-screen .modal-content {
	position: relative;
	background-color: #f2f2f2;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 5px;
}


.btn-facebook {
  color: #fff;
  background-color: #5193ea;
  border-color: #2775e2;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2775e2;
  border-color: #2775e2;
}

.btn-twitter {
  color: #fff;
  background-color: #44ccfe;
  border-color: #2bb4e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2bb4e8;
  border-color: #2bb4e8;
}


/*badge*/
.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    };
    }


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}


/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}

/*todolist*/
#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*footer*/
.site-footer {
    background: #11476d;
    color: #56636c;
    padding: 5px 0;
    position: fixed;
    height: 25px;
    bottom: 0;
    width: 100%;    
/*     border-top: 1px solid #000; */
        font-weight: 800;
}


.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
min-height: 776px;
    background: #FFF;
}
.shop-details-hgt
{
	min-height: 920px;
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}
.NewSection
{
	border-bottom:1px solid #13b124;
	margin:15px 0;
	padding:10px 0;
	
}

.customi{
	margin-top: 15%;
}
.custrow{
	margin-top: 2%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    /* height: 400px; */
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}
.breadcrumb li > a{
	color: #ffffff;
	line-height: 20px;
    padding-left: 10px;
/* 	font-weight: 800; */
}
.form-control
{
	height: 30px;
    padding: 4px 5px;
    border: 1px solid #a6c9e2;
}
.nav-tabs {
    border-bottom: 1px solid #2479af;
}
.TabsCon
{
	width: 98%;
    margin: 5px auto 30px auto;
}
.TxtalignRgt
{
	text-align:right;
}
.TxtalignCenter
{
	text-align:center;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}

.custompanelheading{
	height: 30px;
	padding:2px 3px 2px 3px;
}

.custompanelbody{
	padding:10px 2px 10px 2px;
}
fieldset
{
	width:98%;
  	border: 2px solid #13b124;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;
    margin:10px 10px 0 10px;
}
fieldset legend {
    padding: 5px 10px ;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 18px;
      color: #a94442;
    font-weight: 900;
    font-size: larger;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../resources/img/theame_gif.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}


#saveLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../resources/img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size:60px 60px;
    opacity: .8;
}
.statusloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../resources/img/loader_with_text.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.indexLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
   /*  z-index: 9999; */
    background: url('../../resources/img/new_index_loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.con-modal-title,.loginas_modal-title {
    color: #ffffff;
    font-weight: bolder    
}

#getBtn{
	float: right;     margin-right: 15px;
}

#indexLogin{
margin-top: 15px;	
	
	
}


#forgetPasswordLi{
margin-top: 8px;	
margin-bottom: 8px;
padding-left: 27px;
	
}

#forgotDesc{
	color: #ecf2f7;
	
}


#resetPasswordLi{
margin-top: 8px;	
margin-bottom: 8px;
padding-left: 42px;
	
}

#resetPasswordDesc{
	color: #ecf2f7;
	
}

.table-responsive {
	max-height: 500px;
	overflow-y: auto;
}

.hmbsummary-table-responsive {
	max-height: 500px;
	overflow-y: auto;
}

.hmbsummary-table-responsive > .table-bordered > thead > tr > th:first-child,
 .hmbsummary-table-responsive > .table-bordered > tbody > tr > th:first-child,
  .hmbsummary-table-responsive > .table-bordered > tfoot > tr > th:first-child,
   .hmbsummary-table-responsive > .table-bordered > thead > tr > td:first-child,
    .hmbsummary-table-responsive > .table-bordered > tbody > tr > td:first-child,
     .hmbsummary-table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.hmbsummary-table-responsive > .table > thead > tr > th,
 .hmbsummary-hmbsummary-table-responsive > .table > tbody > tr > th,
  .hmbsummary-hmbsummary-table-responsive > .table > tfoot > tr > th,
   .hmbsummary-hmbsummary-table-responsive > .table > thead > tr > td,
    .hmbsummary-hmbsummary-table-responsive > .table > tbody > tr > td,
     .hmbsummary-hmbsummary-table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}


.super-user-modal-body {
    position: relative;
    padding: 20px;
}

#payementTotalLtrs, #payementTotalAmount, #payementTotalDeduction,
	#payementTotalArrear, #payementNetAmount {
	font-size: 14px;

}

.logout-modal-dialog {
    width: 373px;
    margin: 30px auto;
}

.okButtonSize{
	    width: 80px;
	
	
}

.cancelButtonSize{
	    width: 80px;
	
	
}
.glyphicon.glyphicon-earphone
{
	margin-left: 10px;   
    padding: 5px;
    background: #2479af;
    color: #fff;
    border-radius: 5px;
}

.selectTagDesign {
    display: block;
    width: 100%;
    height: 24px;
    padding: 4px 12px;
/*     font-size: 14px; */
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #56636c;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*  Hmb Service Charge  */

#leftHeaderAlign{
	width: 15%;	
	
}

#leftLineAlign{
	width: 5%;	
	
}

.modal-new-payslip-footer{
	
	
}

#termAndCondition{
	
	color: red;
	font-weight: 800;
	padding: 6px;
	
}

.table-new-payslip-responsive{
	
	    max-height: 580px;
    overflow-y: auto;
	
}
.panel-new-payslip-body{
padding: 6px;
}

#downloadImg {
	float: right;
}

.pos-rel
{
  position: relative;	
}
.month
{
	position: absolute !important;
    left: 48%;
    top: 10%;
}
.LoaderBg
{
	background: #fff;
    position: absolute;
    width: 200px;
    height: 50px;
    z-index: 9999;
    top: 35%;
    left: 40%;
}

.gridLoader {
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../resources/img/loader_with_text.gif) 49% 45% #ffff no-repeat;
    opacity: .6;
}
#jqxLoader{
	background: #fff;
    width: 100px !important;
    height: 60px !important;
}
.row-margin .row
{
	margin-bottom : 0;
}
/*Mobile less 600  */
@media only screen and (max-width: 600px) {
	.mobile-view
	{
	  font-size:2.5rem;
	  text-align:center;
	}
  .mobile-mar-top
  {
  	margin-top: 10px !important;
  }
  .noMgn{
	margin:0px !important;
}
}

@media only screen and (max-width: 480px) {  
	.mobile-view
	{
	  font-size:2.5rem;
	  text-align:center;
	}
  .pad-lft-40
  {
    padding-left: 0;
  }
  .pad-lft-250
	{
		padding-left: 0;
	}
   .LoaderBg
   {
     left: 15%;
   }
   .noMgn{
	margin:0px !important;
}  
}

@media only screen and (max-device-width: 598px) and (min-device-width: 360px)
{
	.mobile-view
	{
	  font-size:2.5rem;
	  text-align:center;
	}
	
	.pad-lft-40
  {
    padding-left: 0;
  }
  .pad-lft-250
	{
		padding-left: 0;
	}
	
	.wrapper
	{	  
	   margin-top: 110px !important;	
	}
	
	 ul.sidebar-menu
	{
	      margin-top: 130px !important;
	} 
	.noMgn{
	margin:0px !important;
    }
}


/* download button */

.downloadBtn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  /* padding: 12px 30px; */
  cursor: pointer;
  font-size: 15px;
}

/* Darker background on mouse-over */
.downloadBtn:hover {
  background-color: RoyalBlue;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
#hmbLoadSummaryGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	top:63% !important;
}
#hmbLoadSummaryGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	top:0 !important;
}
#hmbLoadoustandingReportGrid  .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 70% !important;
}
#advancePaymentDetailsGrid  .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 55% !important;
}
#milkHmbSummaryGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 52% !important;
}

#milkHmbSummaryGrid .jqx-button.jqx-button-ui-start.jqx-widget.jqx-widget-ui-start
{
	top:0 !important;
}

#hmbAvgMilkMonth .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 56% !important;
}
#hmbAvgMilkMonth .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	top :0 !important;
}

#farmerHmbSummaryGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 56% !important;
}

#customerSecDepOutStandingReportGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 56% !important;
}

#transporterOustandingReportGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 56% !important;
}

#vehicleRcDateoustandingReportGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    /* top: 58% !important; */
}
#vehicleRcDateoustandingReportGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	top:0 !important;
}
#purchaseOrderGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    /* top: 60% !important; */
}
#purchaseOrderGrid .jqx-grid-cell.jqx-grid-cell-ui-start.jqx-item.jqx-item-ui-start .jqx-button.jqx-button-ui-start
{
	top :0 !important;
}
#purchaseOrderGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	top :0 !important;
}
 #pendingPoListGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 65% !important;
}
#pendingPoListGrid .jqx-grid-cell.jqx-grid-cell-ui-start.jqx-item.jqx-item-ui-start .jqx-button.jqx-button-ui-start
{
	top :0 !important;
}
#pendingPoItemGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 65% !important;
}
#pendingPoItemGrid .jqx-grid-cell.jqx-grid-cell-ui-start.jqx-item.jqx-item-ui-start .jqx-button.jqx-button-ui-start
{
	top :0 !important;
}

#purchaseOrderItemGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 65% !important;
}
#purchaseOrderItemGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	top:0 !important;
}
#purchaseVendorOustandingReportGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 55% !important;
}
#purchaseVendorOustandingReportGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	    top:0 !important;
}
#ffServiceChargeGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 55% !important;
	    right: 65% !important;
}
#withOutPanNoGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 55% !important;
}
#WithoutBankDetailsGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 55% !important;
}
#negativeDetailsGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 55% !important;
}
#withOutPanNoGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	    top:0 !important;
}
#WithoutBankDetailsGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	    top:0 !important;
}
#monthlyVehicleOustandingGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 65% !important;
}
#monthlyVehicleOustandingGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	    top:0 !important;
}

#monthlyVehicleDetailsGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	   /*  top: 55% !important; */
}
#monthlyVehicleDetailsGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	    top:0 !important;
}

#transPayDetailGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
 	    top: 60 !important;
 }
#transPayDetailGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	    top:0 !important;
}

#monthlyVehAdditionalDeductionGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    /* top: 55% !important; */
}
#hmbSummaryGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 65% !important;
}
#monthlyVehAdditionalDeductionGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	    top:0 !important;
}

#monthlyVehicleDieselGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 55% !important;
}
#monthlyVehicleDieselGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
    	top:0 !important;
}

#freezerDetailsGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 60% !important;
}

#crateBalanceGrid .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 60% !important;
}

#freezerDetailsGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
	top:0 !important;
}

#freezerDetailsGrid .jqx-button.jqx-button-ui-start.jqx-widget.jqx-widget-ui-start
{
	top:0 !important;
}
#negativeDetailsGrid .jqx-scrollbar-thumb-state-normal-horizontal.jqx-scrollbar-thumb-state-normal-horizontal-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start.jqx-rc-all.jqx-rc-all-ui-start
{
    	top:0 !important;
}
#nonFarmerStatementReport .jqx-rc-all.jqx-rc-all-ui-start.jqx-fill-state-normal.jqx-fill-state-normal-ui-start
{
	    top: 55% !important;
}

.showLoader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*  grid loader  */

/* .gridLoader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; Safari
  animation: spin 2s linear infinite;
} */

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.no-margin-left{
	margin-left : 0 !important;
}

#mydiv {
  height: 400px;
  position: relative;
  background-color: gray; /* for demonstration */
}
.ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px; /* -1 * image width / 2 */
  margin-top: -32px; /* -1 * image height / 2 */
}
.grad-card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.bg-blue-gradient
{
	background-image: -webkit-linear-gradient(90deg,#3f5efb 0%,#fc466b 100%);
}
.bg-radar-gradient
{
	background-image: -webkit-linear-gradient(90deg,#11998e 0%,#38ef7d 100%);
}

.bg-green-gradient
{
	background-image: -webkit-linear-gradient(90deg,#ee0979 0%,#ff6a00 100%);
}
.bg-blue-gradient
{
	background-image: -webkit-linear-gradient(90deg,#000428 10%,#01dbdf 100%);
}

.bg-pinkBlue-gradient
{
	background-image: -webkit-linear-gradient(90deg,#01a9ac 0%,#01dbdf 100%);
}
.bg-orange-gradient
{
	background-image: -webkit-linear-gradient(90deg,#fe5d70 0%,#fe909d 100%);
}

.bg-yelloworange-gradient
{
	background-image: -webkit-linear-gradient(90deg,#ba8b02 0%,#181818 100%);
}

.bg-skyBlue-gradient
{
	background-image: -webkit-linear-gradient(90deg,#30c7ec 0%,#46aef7 100%);
}

.bg-deepSea-gradient
{
	background-image: -webkit-linear-gradient(90deg,#b24592 0%,#f15f79 100%);
}
 
.pageTitle
{
	
}
.grad-card  .panel-body
{
	min-height:100px;
}
.grad-card .panel-body h4
{
	margin-top:5px;
	border:none;
}
.grad-card .panel-body h4 a
{
	color: #fff;
    font-weight: 600;
    padding: 36px 5px;
    line-height: 5;
}

.grad-card .panel-body h4 a
{
	color: #fff;
    font-weight: 600;
    padding: 36px 5px;
    line-height: 5;
}

.grad-card .panel-bodyfortwo h4 a
{
	color: #fff;
    font-weight: 300;
    padding: 36px 5px;
    line-height: 5;
}

.container {
  padding: 2px 16px;
}
.PageTitle
{
	font-size:18px;
}






@media only screen and (min-width: 320px) and (max-width: 479px){ 
	.mobile-view
	{
	  font-size:2.5rem;
	  text-align:center;
	}
	
	#wait {
	background-size: 40px 40px;
	}
 
   a.logo
   {
  		font-size: 20px  !important;   
   }
   .dark-logo
   {
        height: 30px  !important;
   }
   .wrapper {
    	margin-top: 130px !important;
  }
  .ListView
  {
    margin-top: 100px !important;
  }
  .PageTitle
  {
    font-size:15px;
  }
  .admin-dash-btn
  {
    font-size:11px;
  }
   .gridMobile
 {
    width: 100%;
    overflow-x: scroll;
 }

  .jqx-grid
  {
    width: 900px !important;
  }
  
  #comparisionStatementGrid
  {
     width:1300px !important;
  }
  
  #hmbSummaryGrid
  {
     width:1100px !important;
  } 
  #negativeDetailsGrid
  {
    width:1100px !important;
  }
  #withOutPanNoGrid
  {
     width: 1100px !important;
  }
  
  .hmbNewServiceChargeTitle
  {
    font-size:14px;
  } 
   #customerSecDepOutStandingReportGrid
  {
      width: 1300px !important;
  }
  #customerOustandingReportGrid
  {
    width: 1200px !important;
  }
  #getBtn
  {
    margin-top:10px;
  }
  #claimStatusGrid
  {
      width: 1100px !important;
  }
  .loader
  {
    background: url('../../resources/img/new-loader.gif') 50% 50% no-repeat rgb(249,249,249);
  }
  #freezerDetails .modal-dialog {
    width: 95%;
}

 }

@media only screen and (min-width: 480px) and (max-width: 767px){ 
	
	#wait {
	background-size: 40px 40px;
	}
 

	a.logo
   {
  		font-size: 20px  !important;   
   }
   .dark-logo
   {
        height: 30px  !important;
   }
   .wrapper {
    	margin-top: 150px !important;
  }
  .ListView
  {
    margin-top: 100px !important;
  }
   .admin-dash-btn
  {
    font-size:11px;
  }
  .PageTitle
  {
    font-size:15px;
  }
  
  .hmbNewServiceChargeTitle
  {
    font-size:14px;
  } 
 .gridMobile
 {
    width: 100%;
    overflow-x: scroll;
 }
 
  .jqx-grid
  {
    width: 1000px !important;
  }
  
  #comparisionStatementGrid
  {
     width:1300px !important;
  }
  
  #hmbSummaryGrid
  {
     width:1100px !important;
  } 
  #negativeDetailsGrid
  {
    width:1100px !important;
  }
  #withOutPanNoGrid
  {
     width: 1100px !important;
  }
  #customerSecDepOutStandingReportGrid
  {
      width: 1300px !important;
  }
  #customerOustandingReportGrid
  {
    width: 1200px !important;
  }
  #getBtn
  {
    margin-top:10px;
  }
  #claimStatusGrid
  {
      width: 1100px !important;
  }
  .loader
  {
    background: url('../../resources/img/new-loader.gif') 50% 50% no-repeat rgb(249,249,249);
  }
  #freezerDetails .modal-dialog {
    width: 95%;
}
 }
 
 @media only screen and (min-width: 600px) and (max-width: 960px){ 
 
   a.logo
   {
  		font-size: 20px  !important;   
   }
   .dark-logo
   {
        height: 30px  !important;
   }
   .wrapper {
    	margin-top: 150px !important;
  }
  .ListView
  {
    margin-top: 100px !important;
  }
   .admin-dash-btn
  {
    font-size:11px;
  }
  .PageTitle
  {
    font-size:15px;
  }
  
  .hmbNewServiceChargeTitle
  {
    font-size:14px;
  } 
 .gridMobile
 {
    width: 100%;
    overflow-x: scroll;
 }
 
  .jqx-grid
  {
    width: 1000px !important;
  }
  
  #comparisionStatementGrid
  {
     width:1300px !important;
  }
  
  #hmbSummaryGrid
  {
     width:1100px !important;
  } 
  #negativeDetailsGrid
  {
    width:1100px !important;
  }
  #withOutPanNoGrid
  {
     width: 1100px !important;
  }
  #customerSecDepOutStandingReportGrid
  {
      width: 1300px !important;
  }
  #customerOustandingReportGrid
  {
    width: 1200px !important;
  }
  #getBtn
  {
    margin-top:10px;
  }
  #claimStatusGrid
  {
      width: 1100px !important;
  }
  .loader
  {
    background: url('../../resources/img/new-loader.gif') 50% 50% no-repeat rgb(249,249,249);
  }
  .mb-2
  {
    margin-bottom:10px;
  }  
 } 
 .modalWindow-freezer { 
     width: 360px; 
}

/******choose file design CODE ******/

.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}

.file-upload .file-select .file-select-name
{
	line-height:40px;
	display:inline-block;
	padding:0 10px;
}

.file-upload .file-select:hover
{
	border-color:#34495e;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button
{
	background:#34495e;
	color:#FFFFFF;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}

.file-upload .file-select.file-select-disabled:hover
{
	cursor:default;
	display:block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor:pointer;
	height:40px;
	line-height:40px;
	margin-top:5px;
	text-align:left;
	background:#FFFFFF;
	overflow:hidden;
	position:relative;
	}
.file-upload .file-select.file-select-disabled:hover .file-select-button
{
	background:#dce4ec;
	color:#666666;
	padding:0 10px;
	display:inline-block;
	height:40px;
	line-height:40px;
	}
.file-upload .file-select.file-select-disabled:hover .file-select-name
{
	line-height:40px;
	display:inline-block;
	padding:0 10px;
	}
	
	/*CCMS*/
	
.modal-foot
{
	
	padding: 10px 20px 10px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;

   }	
.modal-head
{
	text-align:right;
	padding: 9px 19px 0px;
	
}

.modal-dlg
{
	width:350px;
	margin: 30px auto;
}
.min-height
{
	min-height: 800px;
    background: #FFF;
    margin-bottom:30px;

}
#addSalaryModal .modal-body input[disabled]
{
	background:#f5f5f5 !important;
}
	
.column {
  float: left;
  width: 50%;
  padding: 10px;
  
}
.qrcardCon
{
	width: 70%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
}
.print-btn
{
	margin: 7px;
    text-align: right;
    margin-right: 250px;
}

#approveModal .modal-body input[disabled]
{
	background:#f5f5f5 !important;
}
#salaryModal .modal-body input[disabled]
{
	background:#f5f5f5 !important;
}
.highlight-error {
  border-color: red;
}
 .required:after { 
 content:"*"; 
 color:red ;
 }
.medModal .modal-dialog
{
   width: 600px;	 
}
.red-border {
  border: 1px solid red !important;  
}
.green-border {
  border: 1px solid green !important;  
}

#saveEbClaimstatusDetails input:disabled {
  background: #dddddd;
}

#crates input:disabled {
  background: #dddddd;
}

#addCanteenModal .modal-body input[disabled]
{
	background:#dddddd !important;
}
#addEmployeeModal .modal-body input[disabled],#addEmployeeModal .modal-body textarea[disabled]
{
	background:#dddddd !important;
	cursor:not-allowed;
}
#addEmployeeModal.modal-dialog,#addEmployeeModal .modal-body {
font-family: 'Ruda', sans-serif  !important;
/* font-size: 12px; */
} 

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate {
   -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
}

.normal {
   -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
}
.column1 {
            background-color: #034FCD !important;
            color: white !important;
           
        }
.column2 {
            background-color: #22cd03 !important;
            color: white !important;
           
        }
#headerDiv input[disabled]
{
	font-family: 'Ruda', sans-serif  !important;
	background:#efefef !important;
}
/* #addTrainingModal input[disabled]
{
	font-family: 'Ruda', sans-serif  !important;
	background:#efefef !important;
} */
#addTrainingModal .modal-body input[disabled]
{
	font-family: 'Ruda', sans-serif  !important;
	background:#efefef !important;
}
#headerDiv label
{
  font-weight:bold !important;
}

#addTrainingModal label
{
  font-weight:bold !important;
}


#requestPartcipantModal label{
font-family: 'Ruda', sans-serif  !important;
font-weight:bold !important;
} 
#trainingRequestModal label{
font-family: 'Ruda', sans-serif  !important;
font-weight:bold !important;
} 

#updateTrainingCenterModal label{
font-family: 'Ruda', sans-serif  !important;
font-weight:bold !important;
} 

#addTrainingCenterModal label{
font-family: 'Ruda', sans-serif  !important;
font-weight:bold !important;
} 

#trainingRequestModal input[disabled]
{
	background:#efefef !important;
}
#candidateProfile input[disabled]
{
	background:#efefef !important;
}

#TCandidateProfile input[disabled]
{
	background:#efefef !important;
}

#GCandidateProfile input[disabled]
{
	background:#efefef !important;
}
#headerBar input[disabled]
{
	background:#efefef !important;
}
#requestPartcipantModal input[disabled]
{
	background:#efefef !important;
}
#editRequestPartcipantModal input[disabled]
{
	background:#efefef !important;
}
#viewRequestPartcipantModal input[disabled]
{
	background:#efefef !important;
}

#participantForm input[disabled]
{
	background:#efefef !important;
}

/* #addTrainingModal input[disabled]
{
	background:#efefef !important;
} */

#participantForm label{
font-family: 'Ruda', sans-serif  !important;
font-size: 12px;
font-weight: bold;

}
#jqxTabs label{
font-family: 'Ruda', sans-serif  !important;


}

#myModal .modal-body label {
font-family: 'Ruda', sans-serif  !important;
font-size: 15px;
font-weight: bold;
} 
#myModal1 .modal-body label {
font-family: 'Ruda', sans-serif  !important;
font-size: 15px;
font-weight: bold;
} 
#myModal2 .modal-body label {
font-family: 'Ruda', sans-serif  !important;
font-size: 15px;
font-weight: bold;
} 

#requestDetailsModal.modal-dialog,#requestDetailsModal .modal-body li {
font-family: 'Ruda', sans-serif  !important;
font-size: 12px;
font-weight: bold;
} 

#viewRequestPartcipantModal.modal-dialog,#viewRequestPartcipantModal .modal-body li {
font-family: 'Ruda', sans-serif  !important;
font-size: 12px;
font-weight: bold;
} 
.fileUploadInput {
  display: grid;
  grid-gap: 10px;
  position: relative;
  z-index: 1; }
  
  .fileUploadInput label {
    display: flex;
    align-items: center;
    color: setColor(primary, 0.5);
    background: setColor(white);
    transition: .4s ease;
    font-family: arial, sans-serif;
    font-size: .75em;
    font-weight: regular; }
    
  .fileUploadInput input {
    position: relative;
    z-index: 1;
    padding: 0 gap(m);
    width: 100%;
    height: 50px;
    border: 1px solid #323262;
    border-radius: 3px;
    font-family: arial, sans-serif;
    font-size: 1rem;
    user-select: none;
    cursor: pointer;
    font-weight: regular; }
    .fileUploadInput input[type="file"] {
      padding: 0 gap(m); }
      .fileUploadInput input[type="file"]::-webkit-file-upload-button {
        visibility: hidden;
        margin-left: 10px;
        padding: 0;
        height: 50px;
        width: 0; }
        
  .fileUploadInput button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    user-select: none;
    color: white;
    background-color: #0078ae;
    border-radius: 0 3px 3px 0;
    font-family: arial, sans-serif;
    font-size: 1rem;
    font-weight: 800; }
    .fileUploadInput button svg {
      width: auto;
      height: 50%; }
      * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0px;
  outline: 0;
  background-repeat: no-repeat;
  appearance: none;
  border-radius: 0;
  vertical-align: middle;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  text-decoration: none;
  list-style: none;
  user-select: text;
  line-height: 1.333em; }
  .containers {
  padding: 10px;
  background: white; }

@-moz-document url-prefix() {
.fileUploadInput button{
    display: none
}
}

/* Breadcrump */
.HeaderBar {
    text-align: center;
    padding: 10px;    
}
#upload-container{
  text-align:center;
}
#upload-border{
    border: 2px solid #379dd0;
    display: inline-block;
    }

#upload-name{
  height:70%;
  border:none;

}
/* border: 5px solid #379dd0; */
#upload-button{
  height:100%;
  padding:0 20px;
  border:none;
  background:#2077C9;
  color:white;
  cursor:pointer;
}

#upload-name:focus, #upload-button:focus{
  outline:none;
}

#contenttablescheduler .jqx-scheduler-appointment.jqx-scheduler-appointment-ui-redmond.jqx-rc-all.jqx-rc-all-ui-redmond
{
	color:#fff !important; 
}


.text-center{
	text-align:center;
}
.mt-2{
	margin-top:10px;
}
.container-ovrflw{
	height: 150px;
	overflow-y: auto;
	border: 2px solid #169fdc9e;}
	
	.container-ovrflws{
	height: 200px;
	overflow-y: auto;
	border: 2px solid #169fdc9e;}

input[type="file"] {display: block;}
.imageThumb {max-height: 75px; border: 2px solid; padding: 1px; cursor: pointer;margin: 1px;}
.imageThumb1 {max-height: 238px; border: 2px solid; padding: 1px; cursor: pointer;margin: 1px;}
.imageThumb2 {max-height: 138px; border: 2px solid; padding: 2px; cursor: pointer;margin: 5px;}
.pip {display: inline-block; margin: 10px 10px 0 0;}
.remove { display: block;background: #444;border: 1px solid black;color: white;text-align: center;cursor: pointer;}
.remove:hover {background: white;color: black;}

.highlight{
	background: #efefef !important;
}

.employeeTabs ul li {
	font-family: 'Ruda', sans-serif !important;
}
