/* CSS used here will be applied after bootstrap.css */

.cus-body{ 
 background: url(../Images/bg.jpg) no-repeat center center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

body{ 
    /*background: url(../Images/bg.jpg) no-repeat center center fixed;*/ 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.cus-txtbox {
	border-radius: 0px;
    background: #44494c;
    color: #fff;
    border: 0px;
}

.cus-but {
    background: #ed1b24;
    color: #FFF;
	border-radius: 0px;
    border: 0px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

    .cus-but:hover {
        background: #ed1b24;
        color: #FFF;
	border-radius: 0px;
        border: 0px;
}

.cus-txt-icon {
	color: #fff !important;
	text-align: center !important;
	background-color: #303435 !important;
	border: 0px solid #CCC !important;
	border-radius: 0px !important;
}


@font-face { 
	font-family: 'Open Sans'; 
	src: url('../fonts/OpenSans-Regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	    url('../fonts/OpenSans-Regular-webfont.svg#Open Sans') format('svg'), /* Legacy iOS */
	    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}	 

body {
	font-weight: normal;
    font-family: "Open Sans","Segoe UI" !important;
    font-size: 13px;
    SCROLLBAR-FACE-COLOR: #dddddd;
    SCROLLBAR-HIGHLIGHT-COLOR: #e7e7e7;
    SCROLLBAR-SHADOW-COLOR: #f3f7fc;
    SCROLLBAR-3DLIGHT-COLOR: #f3f7fc;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #e7e7e7;
    SCROLLBAR-DARKSHADOW-COLOR: #9cbae2;
}

.cus-main-container {
    margin-top: -5px !important;
}

input[type=checkbox],
input[type=radio] {
    opacity: 1;
    position: static !important;
    height: 14px !important;    
}

.checkbox-slider {
    opacity: 0 !important;      
}

/*@media(max-width:500px) {
    .page-header {
        visibility: hidden;
    }
}*/

.Overflowclass {
    overflow: auto;
    background-color: #67c5cd !important;
}

.dropdown-menu-font {
    font-size: 11px;
}

.linktitle {
    background-color: none !important;
    font-size: 13px !important;
    color: #da4f43 !important;
    padding-left: 5px !important;
}

    .linktitle:hover {
        background-color: none !important;
        background: none !important;
        cursor: pointer;
    }

.linkdescript {
    color: #53a93f !important;
    font-size: 11px !important;
    background-color: none !important;
}

    .linkdescript:hover {
        background-color: none !important;
        background: none !important;
    }

.menudropdownwidth {
    min-width: 250px !important;
    padding-top: 10px;
}

.menudropdownwidth-cus {
    width: 250px !important;
    padding-top: 10px;
}

.divpadding {
    padding: 10px 2px;
}

.footerchange {
    background-color: #11a9cc !important;
    border-bottom: 0 !important;
    color: #fff !important;
}

.adddisplaystyle {
    display: block !important;
}

.removedisplaystyle {
    display: none !important;
}

.WC4-F-N input[type=text] {
    border: none;
}

    .WC4-F-N input[type=text]:hover {
        border: none;
    }

.page-body {
    background: #eee;
    /*padding: 18px 20px 24px;*/
    padding: 18px 20px 24px;
}

.cus-bot-padding {
    padding-bottom: 50px !important;
}
.cus-bot-padding-5 {
    padding-bottom: 5px !important;
}
.cus-top-padding-5 {
    padding-top: 5px !important;
}
.cus-bot-padding-10 {
    padding-bottom: 10px !important;
}
.cus-top-padding-10 {
    padding-top: 10px !important;
}


@media (max-width:480px) {
    .cus-bot-padding {
        padding-bottom: 100px !important;
    }

    .cus-display-hide {
        display: none !important;
    }

    .cus-action-rowsperpage, .cus-action-dynamicview {
        display: none !important;
    }
}

.page-sidebar.menu-compact .sidebar-menu > li > ul > li > a .menu-text {
    position: absolute;
    top: 0;
    width: 170px;
    height: 38px;
    line-height: 38px;
    /*background-color: #fff;*/
    z-index: 121;
    /*-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,0),5px 5px 5px -5px rgba(0,0,0,0),5px -5px 5px -5px rgba(0,0,0,0) !important;*/
    overflow: hidden;
}

.menu-compact.page-sidebar .sidebar-menu > li > a .menu-text {
     background-color: #67c5cd !important;
    color: #FFFFFF !important;
}

.page-sidebar.menu-compact .sidebar-menu > li > a {
    overflow: visible;
    }
    
.Header-top-padding {
    padding-top: 8px;
}

.cus-topright-padding {
    padding-top: 10px !important;
    padding-right: 10px !important;
}

.cus-account-area {
    right: 0px !important;
}

.page-sidebar .sidebar-header-wrapper .searchinput {
    background-color: #1B577C;
    color: #FFF;
    border-left: none;
    border-right: none;    
}

.cus-searchinput {
    padding-left: 6px !important;
    -webkit-appearance: none;
    -moz-appearance: none;        
}

.cus-menu-text {
    overflow: hidden !important;
    color: #FFFFFF;
}

.cus-breadcrumb {
    height: 23px;
    font-size: 14px !important;
}

.cus-breadcrumbs-fixed {
    z-index: 1;
    border-bottom: 3px solid #e3698e;    
}

.cus-breadcrumb-color {
    color: #ffffff;
}

.cus-page-header {
    /*margin-top: -22px !important;*/
    background-color: #e3698e !important;
    background-image: none;
    display: none !important;
}

.cus-page-header-color {    
    background-color: #e3698e;
    background-image: none;
}

.cus-navbar-color {
    background: #2dc3e8;
    background-image: none;
}

.cus-header-buttons {
    top: 11px;
}

.cus-bordered-bottom {
    top: 0px;
    left: 0px;
}

.dropdown-menu.dropdown-arrow:before {
    left: 0 !important;
}

.cus-imagespan {
    background-color: #2dc3e8;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 10px;
    line-height: 9px;
    padding: 7px 29px;
    text-align: center;
    width: 128px;
    cursor: pointer;
}

@media only screen and (max-width:530px) {
    /*.dropdown-menu.dropdown-notifications {
        left: 0px !important;
    }

    .dropdown-menu.dropdown-messages {
        left: 0px !important;
    }
    #main
    {
        padding-top: 43px !important;
    }*/
}

@media only screen and (max-width:400px) {
    .dropdown-menu.dropdown-notifications {
        left: 0px !important;
    }

    .dropdown-menu.dropdown-messages {
        left: 0px !important;
    }
}

.cus-menu-color > li > a {
    background-color: #67c5cd !important;
    border-top: 1px solid #FFFFFF !important;
    overflow: auto;
}

.menu-compact.cus-menu-color > li > a {
    background-color: #67c5cd !important;
    border-top: 1px solid #FFFFFF !important;
}

.cus-submenu-color > li > a {
    /*background-color: #95d5db !important;*/
    background-color: #71ced6 !important;
    overflow: auto;
}

.menu-compact.cus-submenu-color > li > a {
    /*background-color: #95d5db !important;*/
    background-color: #71ced6 !important;
}

.cus-menuicon-color {
    color: #FFFFFF;
}

.cus-tblbi {
    background-color: #e3698e;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    margin: 0px;
    margin-top: 5px;
    min-height: 40px;
    padding-bottom: 1px;
    padding-left: 3px;
    position: relative;
    z-index: 0;
    padding-top: 25px;
    color: #FFFFFF;
}

.menu-expand {
    color: #FFFFFF !important;
}


.cus-alert-call-count {
    border: 0px !important;
    background-color: #FA8675 !important;         
}

.cus-alert_wo_count {
    border: 0px !important;
    background-color: #F9BE39 !important;         
}

.cus-alert_leave_count {
    border: 0px !important;
    background-color: #1EBB61 !important;         
}

.cus-alert_app_Count {
    border: 0px !important;
    background-color: #FF6CAA !important;         
}

.cus-alert_wo_sla_Count {
    border: 0px !important;
    background-color: #985AB4 !important;         
}

.cus-alert_call_sla_count {
    border: 0px !important;
    background-color: #BD8A6B !important;         
}

/*.page-sidebar .sidebar-menu > li > .submenu > li > a:hover
{
    background-color: #000000 !important;    
}*/

/*.page-sidebar .sidebar-menu > li > .submenu > li > a:hover
{
    background-color: #000000 !important;    
}*/

.ddllist_on {
    /*height: 41px;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block;
    padding-left: 0px !important;*/  
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #D1D1D1;
    background: url("../img/sort_desc.png") no-repeat right #FBFBFB;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 6px;
    border-radius: 0px;
}

.ddllist_on::-ms-expand {
    display: none;      
}

.cus-avatar-area {
    position: relative;
    text-align: left;
    margin: 10px auto;
    width: 128px;    
}

.cus-avatar-cation {
    background-color: #2dc3e8;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 10px;
    line-height: 9px;
    position: absolute;
    padding: 7px 0;    
    text-align: center;
    width: 128px;
    cursor: pointer;        
}

.cus-avatar-cation-color {
    background-color: #2dc3e8;
    text-align: center;   
    width: 128px;
    margin-top: -5px !important;
    cursor: pointer; 
    color: #fff;
    font-size: 10px;            
}


.tblbi /*existing css class for breadcrump*/ {
    background: #e3698e;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    margin: 0px;
    margin-top: 5px;
    min-height: 40px;
    padding-bottom: 1px;
    padding-left: 3px;
    position: relative;
    z-index: 0;
    padding-top: 25px;
    padding-bottom: 6px;
    color: #fff !important;
 }
 
.pglthd {
	font-weight: normal !important;
    font-family: "Open Sans","Segoe UI";
}

.mandatory {
    font-weight: normal !important;
    font-family: "Open Sans","Segoe UI";
	color: #FFF;
}


.cus-vcenter {
    vertical-align: middle;
    text-align: center;
    float: none;   
}

.cus-margin-auto {
  margin: 0 auto;  
}
    
.cus-boxshadow-none {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
}

/* View My Calendar */
.cus-bg-lightgreen {
    background-color: #48CFAF;
}

.cus-bg-lightblue {
    background-color: #5E9AF0;
}

.cus-bg-lightpink {
    background-color: #D571B1;
}

.cus-bg-lightviolet {
    background-color: #9563AC;
}

.cus-bg-violet {
    background-color: #793B9C;
}

.cus-bordered-lightgreen {
    border-color: #48CFAF;
}


.cus-ddllist-bgviolet {
    width: 100%;
    background-color: #9563AC;
    color: #FFFFFF;
    border: 0px solid #D1D1D1;
    background: url("../img/sort_desc.png") no-repeat right #9563AC;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cus-ddllist-bgviolet::-ms-expand {
    display: none;      
}

.litetdbg {
	border-top: #9cbae2 0px solid;
	border-right: #9563AC 0px solid;
	border-bottom: #9cbae2 0px solid;
	border-left: #9cbae2 0px solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*background-position: center 10%;*/
	font-size: 14pt;
    background-color: #9563AC;
	vertical-align: middle;
	color: white !important;
	font-family: "Open Sans","Segoe UI";
	/*height: 29px;*/
	text-align: center;
}

.rowseltr {
	border-right: #9cbae2 0px solid;
	border-top: #9cbae2 0px solid;
	/*font-weight: bold;*/
	font-size: 8pt;
	background-image: url(images/webgrid/common/rwselpic1.jpg);
	border-left: #9cbae2 0px solid;
	width: 20px;
	cursor: hand;
	color: #000000;
	border-bottom: #9cbae2 0px solid;
	font-family: "Open Sans","Segoe UI";
	height: 23px;
	background-color: #F1F1F1;
    text-align: center;
}

.defcell {
	border-right: #E8E8E8 1px solid;
	border-bottom: #E8E8E8 1px solid;
	border-left: #E8E8E8 1px solid;
	border-top: #E8E8E8 1px solid;
	background-position: center 50%;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
    text-align: center !important;
	color: black;
	font-family: "Open Sans","Segoe UI";
	background-color: #ffffff;
	text-align: left;
}

.darktdbg {
	border-top: #9cbae2 0px solid;
	border-right: #9cbae2 0px solid;
	border-bottom: #9cbae2 0px solid;
	border-left: #9cbae2 0px solid;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
    background-color: #9563AC;
	font-size: 14pt;
	/*background-image: url(images/webgrid/common/dkbgpic.gif);*/
	vertical-align: middle;
	color: white;
	font-family: "Open Sans","Segoe UI";
	height: 40px;
	text-align: left;
}

/*.lblon
{
    padding-top: 7px;
    margin-bottom: 0;
  
    padding-right: 0 !important;
    font-size: 13px;
    font-family: "Open Sans","Segoe UI" !important;
    color:#FFFFFF;
    padding-left:5px;
}*/


.cus-padding-left-5M {
    padding-left: -5;
}

.cus-padding-left-10M {
    padding-left: -10;
}

.cus-pager {
  padding-left: 0;
  margin: 0px 0;
  text-align: center;
  list-style: none;
}

.cus-pager li {
  display: inline;
}

.cus-pager .next > a,
.cus-pager .next > span {
  float: right;
        font-weight: normal !important;
}

.cus-pager .previous > a,
.cus-pager .previous > span {
  float: left;
        font-weight: normal !important;
}

.cus-text-align-center {
    text-align: center !important;
}

cus-widget-header {
  position: relative;
  min-height: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #555555;
  padding-right: 12px;
  text-align: left;
  /*#region Bordered Header */
  /*#endregion Bordered Header*/
}

.cus-bg-leave {
    background-color: #9A83DD;
}

.cus-bg-holidayshift {
	background-color: #D272AF;
}

.cus-bg-reasonentered {
	background-color: #49D0A7;
}

.cus-float-left {
    float: left;    
}


/* Standard Buttons colors */
.cus-action-btn-add, .btn.cus-action-btn-add:hover {
    background-color: #a0d468 !important;
    border-color: #a0d468;
    color: #fff;
    background-image: none !important;
    border: 1px solid #a0d468 !important;
}

.cus-action-btn-go, .btn.cus-action-btn-go:hover {
    background-color: #3ecdf1 !important;
    border-color: #3ecdf1;
    color: #fff;
    background-image: none !important;
    border: 1px solid #3ecdf1 !important;
}

.cus-action-btn-export, .btn.cus-action-btn-export:hover {
    background-color: #af7ac5 !important;
    border-color: #af7ac5;
    color: #fff;
    background-image: none !important;
    border: 1px solid #af7ac5 !important;
}

.cus-action-btn-print, .btn.cus-action-btn-print:hover {
    background-color: #f4b400 !important;
    border-color: #f4b400;
    color: #fff;
    background-image: none !important;
    border: 1px solid #f4b400 !important;
}

.cus-action-btn-re-print, .btn.cus-action-btn-re-print:hover {
    background-color: #f86c51 !important;
    border-color: #f86c51;
    color: #fff;
    background-image: none !important;
    border: 1px solid #f86c51 !important;
}

.cus-action-btn-editview, .btn.cus-action-btn-editview:hover {
    background-color: #7184be !important;
    border-color: #7184be;
    color: #fff;
    background-image: none !important;
    border: 1px solid #7184be !important;
}

.cus-btn-save, .btn.cus-btn-save:hover {
    background-color: #a0d468 !important;
    border-color: #a0d468;
    color: #fff !important;
    background-image: none !important;
    border: 1px solid #a0d468 !important;
}

.cus-btn-cancel, .btn.cus-btn-cancel:hover {
    background-color: #f4b400 !important;
    border-color: #f4b400;
    color: #fff !important;
    background-image: none !important;
    border: 1px solid #f4b400 !important;
}

.cus-btn-delete, .btn.cus-btn-delete:hover {
    background-color: #ed4e2a !important;
    border-color: #ed4e2a;
    color: #fff !important;
    background-image: none !important;
    border: 1px solid #ed4e2a !important;
}
/* End of Standard Buttons colors*/

/* Buttons color order to be followed*/
.cus-btn1, .btn.cus-btn1:hover {
    background-color: #af7ac5 !important;
    border-color: #af7ac5;
    color: #fff !important;
    background-image: none !important;
    border: 1px solid #af7ac5 !important;
}

.cus-btn2, .btn.cus-btn2:hover {
    background-color: #5db2ff !important;
    border-color: #5db2ff;
    color: #fff !important;
    background-image: none !important;
    border: 1px solid #5db2ff !important;
}

.cus-btn3, .btn.cus-btn3:hover {
    background-color: #67cdb4 !important;
    border-color: #67cdb4;
    color: #fff !important;
    background-image: none !important;
    border: 1px solid #67cdb4 !important;
}

.cus-btn4, .btn.cus-btn4:hover {
    background-color: #bc5679 !important;
    border-color: #bc5679;
    color: #fff !important;
    background-image: none !important;
    border: 1px solid #bc5679 !important;
}

.cus-btn5, .btn.cus-btn5:hover {
    background-color: #fb7c63 !important;
    border-color: #fb7c63;
    color: #fff !important;
    background-image: none !important;
    border: 1px solid #fb7c63 !important;
}

.cus-btnalert, .btn.cus-btnalert:hover {
    background-color: #e67e22 !important;
    border-color: #e67e22;
    color: #fff;
    background-image: none !important;
    border: 1px solid #e67e22 !important;
}
/* End of Buttons color order to be followed*/

/* Circle Buttons color order to be followed*/
.cus-btn-circle1, .btn.cus-btn-circle1:hover {
    background-color: #5db2ff !important;
    border-color: #5db2ff;
    color: #fff;
    background-image: none !important;
    border: 1px solid #5db2ff !important;
}

.cus-btn-circle2, .btn.cus-btn-circle2:hover {
    background-color: #a0d468 !important;
    border-color: #a0d468;
    color: #fff;
    background-image: none !important;
    border: 1px solid #a0d468 !important;
}

.cus-btn-circle3, .btn.cus-btn-circle3:hover {
    background-color: #f0c250 !important;
    border-color: #f0c250;
    color: #fff;
    background-image: none !important;
    border: 1px solid #f0c250 !important;
}

.cus-btn-circle4, .btn.cus-btn-circle4:hover {
    background-color: #bc5679 !important;
    border-color: #bc5679;
    color: #fff;
    background-image: none !important;
    border: 1px solid #bc5679 !important;
}

.cus-btn-circle5, .btn.cus-btn-circle5:hover {
    background-color: #af7ac5 !important;
    border-color: #af7ac5;
    color: #fff;
    background-image: none !important;
    border: 1px solid #af7ac5 !important;
}
/* End of Circle Buttons color order to be followed*/

/*Button control focus background highlight changes*/
.btn:hover {
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px red !important;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px red !important;
}

/* Start-Disabled Design changes for controls*/
select[disabled] {
    background-color: #eee !important;
    cursor: not-allowed;
}

input[readonly] {
    background-color: #eee !important;
    cursor: not-allowed;
}

input[disabled] {
    background-color: #eee !important;
    cursor: not-allowed;
}

textarea[readonly] {
    background-color: #eee !important;
    cursor: not-allowed;
}

textarea[disabled] {
    background-color: #eee !important;
    cursor: not-allowed;
}

.disabled.btn, [disabled].btn, fieldset[disabled] .btn {
    pointer-events: auto;
    cursor: not-allowed !important;
    color: #444; 
    background-color: #eee !important;
    border: 1px solid #444 !important;
}

.disabled.btn:hover, [disabled].btn:hover, fieldset[disabled] .btn:hover {
    pointer-events: auto;
    cursor: not-allowed !important;
    color: #444; 
        background-color: #eee !important;
        border: 1px solid #444 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
/* End-Disabled Design changes for controls*/

/*Input control focus background highlight changes*/
textarea:focus, input[type='text']:focus, input[type='password']:focus, 
input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='date']:focus, 
input[type='month']:focus, input[type='time']:focus, input[type='week']:focus, input[type='number']:focus, 
input[type='email']:focus, input[type='url']:focus, input[type='search']:focus, input[type='tel']:focus, 
input[type='color']:focus, select:focus {
    border-color: #66afe9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6) !important;
}

/*input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
    background-color: #eee !important;
    color: #000 !important;    
}
input[type="button"]:disabled, input[type="button"]:disabled:hover {
    background-color: #eee !important;
    color: #000 !important;    
}*/


.cus-top-padding {
    padding-top: 50px;
}

.cus-col-desc {
    padding-right: 0px !important;
   /* if dont want left align, comment the below code */
    text-align: left !important;    
} 

.cus-col-val {
}
 
@media only screen and (max-width: 768px) {
    .widget {
        padding-bottom: 0px !important;
  }
  /*Reduced top menu icon width in mobile mode*/
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
        min-width: 39px !important;
  }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow::before {
        width: 39px !important;
  }
  /*Page header test display hide*/
    .cus-display-hide {
      display: none !important;
  }

    .cus-action-rowsperpage {
      display: none !important;
  }
}

/*To Avoid Bottom spacing in Tabulate View */
@media only screen and (min-width : 768px) and (max-width : 921px) {
    .cus-action-rowsperpage {
      display: none !important;
  }
}

/*To Avoid Bottom spacing in Tabulate View */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .widget {
        padding-bottom: 80px;
  }  
}

/*To Avoid Bottom spacing while using in Inner Widgets (For Tabulate View)*/
.cus-inner-widget {
    padding-bottom: 0px !important;
}


.moduleHeaderStyle {
     /*color:#6f2086 !important;*/
    color: #1b577c !important;
    font-size: 15px !important;
     font-weight: bold;
}

.sitelistcolor {
    background-color: #f4b400;
    cursor: pointer;
    color: #ffffff !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

    .sitelistcolor:hover {
        background-color: #f4b400 !important;
        cursor: pointer;
        color: #ffffff !important;
}

/*.list-titlecolor
{
 color:#da4f43 !important;
 padding-left:5px !important;
}*/

/*.form-control:focus, select:focus {
     border-color: #66afe9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6) !important;
}*/




/* Custom Header 1 Color */
.cus-header1-bg {
    background-color: #a0d468;
}
/* Custom Header 2 Color */
.cus-header2-bg {
    background-color: #fb7c63;
}
/* Custom Header 3 Color */
.cus-header3-bg {
    background-color: #11a9cc;
}
/* Custom Header 4 Color */
.cus-header4-bg {
    background-color: #f4b400;
}
/* Custom Header 5 Color */
.cus-header5-bg {
    background-color: #5db2ff;
}

/* Custom Header Border 1 Color */
.cus-border1 {
    border-color: #a0d468 !important;
}
/* Custom Header Border 2 Color */
.cus-border2 {
    border-color: #fb7c63 !important;
}
/* Custom Header Border 3 Color */
.cus-border3 {
    border-color: #11a9cc !important;
}
/* Custom Header Border 4 Color */
.cus-border4 {
    border-color: #f4b400 !important;
}
/* Custom Header Border 5 Color */
.cus-border5 {
    border-color: #5db2ff !important;
}

.cus-custom-border {
   border-color: #e3698e !important;
}

.cus-float-left {
    float: left;    
}


/* Custom Header Title */
.cus-form-title {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;    
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;    
}

/* Custom Header gray Color */
.cus-header-bg-gray {
    background-color: #f2f2f2;
}
/* Custom Header Title pink color */
.cus-form-title-pink {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;    
    color: #e3698e;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;    
}

/* Start of Active Menu color */
.cus-submenu-color > li > a:hover {    
    background-color: #e3698e !important; 
    cursor: pointer;   
}

.cus-menu-color > li > a:hover {
    background-color: #e3698e !important; 
    cursor: pointer;
}

.cus-menu-color li.cus-active-menu > a {
   background-color: #e3698e !important;
}

.cus-submenu-color li.cus-active-menu > a {
   background-color: #e3698e !important;
}
/* End of Active Menu color */

/*module dropdown left right border change*/
.page-sidebar .sidebar-header-wrapper {
    /*margin-left: 3px !important;
    margin-right: -1px !important;*/
    margin-left: 5px !important;
}
/*End of module dropdown left right border change*/

/*Ig grid filter row font-size changed*/
.igg_FilterRow {
    font-size: 13px !important;
}
/*End of Ig grid filter row font-size changed*/


/* Top Menu Notification icon color */
.cus-icon-color-grey {
    color: #a7a7a7;
}

/*To avoid tab content horizontal scroll*/
.tab-content {
    padding: 15px !important;
}

.cus-action-border {
     border-left: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;   
 }
 
.cus-action-head-border {
     border-left: 1px solid #dddddd !important;  
     border-right: 1px solid #dddddd !important;  
     border-top: 1px solid #dddddd !important;  
}

.dispshow {
}

.dispnone {
    display: none;
}

.dispnoneimp {
    display: none !important;
}

.cus-widget-head-border {
     border-left: 1px solid #dddddd !important;
     border-right: 1px solid #dddddd !important;
     border-top: 1px solid #dddddd !important;   
}

.cus-widget-body-border {
     border-left: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;   
}
 
.cus-widget-body {
  background-color: #ffffff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.cus-chkbox-on {
}

.cus-chkbox-on > label {
        padding-left: 5px;
}

/* Check Box List */
.cus-chkboxlist-on {
}

    .cus-chkboxlist-on > tbody > tr > td > label {
    margin-right: 10px !important;
    padding-left: 5px;
}

    .cus-chkboxlist-on > label {
    margin-right: 10px !important;
    padding-left: 5px;
}

.cus-rbtn-on {
}
/*Radio Button List*/
.cus-rbtnl-on {
}

    .cus-rbtnl-on > tbody > tr > td > label {
    margin-right: 10px !important;
    padding-left: 5px;
}

    .cus-rbtnl-on > tbody > tr > td > span > label {
    margin-right: 10px !important;
    padding-left: 5px;
}

.cus-date-picker {
}

.cus-time-editor {
}

.cus-txt-on {
}

.cus-fup-on {
}

.cus-lbl-on {
}

.cus-libox-on {
}

.cus-numeric-editor {
}

/*Start Search Icon styles*/
.cus-srch-control {
    float: left;
    width: 90%;
}

.cus-srch-icon {
    float: left;
    cursor: pointer;
    padding: 8px;
    background-color: #8cc7ff;
    width: 10%;
    text-align: center;        
}

    .cus-srch-icon:hover {
    background-color: #40a2ff;
}

/*TypeAheadComboSearch*/
.cus-combo-srch-icon {
    float: left;
    cursor: pointer;    
    background-color: #8cc7ff;    
    text-align: center; 
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

    .cus-combo-srch-icon:hover {
    background-color: #40a2ff;
}

/*End Search Icon styles*/


/* start - page loading styles*/
.cus-modal-bg {
    background: rgba(0, 0, 0, 0.6);
}

.cus-load-icon {
    color: #2dc3e8;    
}
/* End - page loading styles*/

.cus-row-bgcolor {    
    background: #eee;
}

.cus-row-headercolor {
    color: #e3698e;
}

.cus-no-bottom-padding {
    padding-bottom: 0px !important;
}

.cus-padding-13 {
    padding: 13px !important;
}

.widget-header > .widget-caption {
    font-weight: bold !important;
}

.cus-grid-bottom-row {
    margin-top: -2px; 
    padding: 5px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #dddddd;
    border-top: 0px;
}

.cus_chkbox_panel {
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #D1D1D1;
    padding-left: 6px;
    border-radius: 0px;    
}

/* TAS Shift Assign/Unassign Screen*/
.cus-tas-lgnd-green {
    background-color: #52a93e;    
    padding: 2px;    
}

.cus-tas-lgnd-red {
    background-color: #f34a2d;    
    padding: 2px; 
}

.cus-lgnd-green {
    background-color: #52a93e;     
}

.cus-lgnd-red {
     background-color: #f34a2d;    
}

.cus-lgnd-yellow {
     background-color: #f1b602;    
}

.cus-lgnd-blue {
     background-color: #6983c0;    
}
/* End-TAS Shift Assign/Unassign Screen*/

/* Asset Equipment Legends*/
.cus-lgnd-scrp {
     background-color: #4474e2;    
}

.cus-lgnd-disp {
     background-color: #ef4c29;    
}

.cus-lgnd-mtos {
     background-color: #ce3248;    
}

.noimg-div {
    width: 100%;
    height: 100px;
    color: White;
    background-color: #a0d468;
    text-align: center;
    vertical-align: middle;
    padding-top: 30px;
    margin: 5px 10px 15px 0;
}

/* End - Asset Equipment Legends*/

/* Facility Booking*/



.cus-headline-v2 {
  border-left: 2px solid #e67e22 !important;
  background-color: #f7f7f7 !important;
    margin-bottom: 0px !important;
}

.cus-headline-v2-1 {
  border-left: 2px solid #e67e22 !important;
  background-color: #f7f7f7 !important;
  padding: 1px 0px !important;
  margin: 0px 0px 20px !important;
  /*margin: 20px 76px 30px !important;*/
  border-left: 0px !important;
}

.cus-headline-v2-1-desc {
  background-color: #f0776e !important;
  color: #fff !important;
  font-size: 20px !important;
}

.cus-calendar_g_main {
	border-left: 1px solid #dddddd !important;
	border-top: 1px solid #dddddd !important;
}

.cus-calendar_g_main, .calendar_g_main td {
	font-family: "Lato", "Roboto", Sans-Serif, Arial !important;
	font-size: 0.95em !important;
}

.cus-calendar_g_event {
	cursor: default !important;
	padding-right: 4px !important; /* to make full event */
	color: #fff !important;
	background-color: #9a9cff !important;
}

.cus-calendar_g_event_inner { 
    font-size: 0.85em !important;
	position: absolute !important;
	overflow: hidden !important;
	left: 0px !important;
	right: 0px !important;
	top: 0px !important;
	bottom: 0px !important;
	margin: 0px !important;
	background-image: url('../../images/calendar/ro_20.png') !important;
    background-repeat: repeat !important;
	padding: 3px !important;
    padding-left: 8px !important; /* space for duration bar */
	border: 0px solid #373ad7 !important;
	border-bottom: 1px solid #373ad7 !important;
}

.cus-calendar_g_alldayevent {
}

.cus-calendar_g_alldayevent_inner { 
	font-size: 0.85em !important;
	position: absolute !important;
	overflow: hidden !important;
	left: 0px !important;
	right: 1px !important;
	top: 0px !important;
	bottom: 0px !important;
	color: #fff !important;
	background-color: #c3325f !important;
	background-image: url('../../images/calendar/ro_20.png') !important;
	background-repeat: repeat !important;
	padding: 3px !important;
	border: 0px solid #373ad7 !important;
	text-align: left !important;
}

.cus-calendar_g_event_holiday {
    color: #fff !important;
    background-color: #c3325f !important;
}

.cus-calendar_g_event_unavailable {
    color: #fff !important;
    background-color: #474747 !important;
}

.cus-calendar_g_event_available {
    color: #fff !important;
    background-color: #19ba9b !important;
}

.cus-calendar_g_event_available .calendar_g_event_inner {
    background-image: none !important;
    cursor: pointer !important;
}

.cus-calendar_g_event_selecting {
    color: #fff !important;
    background-color: #26ae6e !important;
}

.cus-calendar_g_event_occupied {
    color: #fff !important;
    background-color: #f95e49 !important;
}

.cus-calendar_g_alldayheader {
    -moz-user-select: none !important;
    overflow: hidden !important;
    position: relative !important; 
    height: 24px !important;
}

.cus-calendar_g_alldayheader_inner {
	text-align: center !important; 
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
	color: #555555 !important;
	background: #ffffff !important;
}

.cus-calendar_g_colheader {
	-moz-user-select: none !important; 
    position: relative !important; 
    height: 40px !important;
}

.cus-calendar_g_colheader_inner {
	text-align: center !important; 
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	border-right: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd !important;
	color: #555555 !important;
	background: #ffffff !important;
}

.cus-calendar_g_rowheader {
    position: relative !important;
    width: 45px !important;
    height: 48px !important;
    overflow: hidden !important;
}

.cus-calendar_g_rowheader_inner {
	font-size: 0.90em !important;
	text-align: right !important; 
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
	color: #555555 !important;
	background: #ffffff !important;
	font-weight: 700 !important;
	padding: 2px !important;
}

.cus-calendar_g_rowheader_minutes {
	font-size: 0.90em !important; 
	xvertical-align: super !important; 
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.cus-calendar_g_corner {
    position: relative !important;
    width: 45px !important;
    height: 64px !important;
    overflow: hidden !important;
}

.cus-calendar_g_corner_inner {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
	color: #555555 !important;
	background: #ffffff !important;
}

.cus-calendar_g_cornerright_inner {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
	color: #555555 !important;
	background: #ffffff !important;
}

.cus-calendar_g_cell {
    position: relative !important;
    height: 48px !important;
    overflow: hidden !important;
}

.cus-calendar_g_cell_outer {
    padding: 0px !important;
    border: 0px none !important;
    vertical-align: top !important;
    height: 48px !important;
    overflow: hidden !important;
}

.cus-calendar_g_cell_business .calendar_g_cell_inner {
}

.cus-calendar_g_cell_inner {
    font-size: 0.85em !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	padding: 3px !important;
    padding-left: 8px !important;
	border-right: 1px solid #dddddd !important;
	border-bottom: 1px dotted #dddddd !important;
    text-align: center !important;
    font-weight: bolder !important;
}

.cus-calendar_g_cell_available {
    cursor: pointer !important;
    color: #fff !important;
    background-color: #19ba9b;
}

.cus-calendar_g_cell_notavailable {
    cursor: pointer !important;
    color: #fff !important;
    background-color: #19ba9b;
}

.cus-bg-green {
    background-color: #19ba9b !important;
}

.cus-calendar_g_cell_selecting {
    color: #fff !important;
    background-color: #26ae6e !important;
    background-image: url('../../images/calendar/ro_20.png') !important;
	background-repeat: repeat !important;
}

.cus-calendar_g_message {
	padding: 10px !important;
	opacity: 0.9 !important;
	filter: alpha(opacity=90) !important;
	color: #1d1d1d !important;
	background: #f9edbe !important;
}

.cus-calendar_g_shadow_inner {
	background-color: #666666 !important;
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
	height: 100% !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.cus-calendar-hlight {
	position: absolute !important;
	left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    opacity: 0.2 !important;
    background-color: Gray !important;
}

.cus-m_in {
    border: 2px solid #eee !important;
}

.cus-m_out {
    /*border: none !important;*/
}

.cus-m_clk {
	background-color: #79d5b3 !important;
}

.cus-facility {
	color: #337ab7 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.cus-lbl-Hours {
    font-size: 10px !important;
}

.cus-for-Description {
	color: #337ab7 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.cus-posts-dl-horizontal {  
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	overflow: hidden !important;
}

.cus-dl-horizontal {
	font-size: 20px !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #fff !important;
    width: 80px !important;
    margin-bottom: 0px !important;
    float: left !important;
}

.cus-dl-horizontal-discount {
	font-size: 20px !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #fff !important;
    margin-bottom: 0px !important;
}

.cus-dl-horizontal-dt {
	font-size: 20px !important;
	/*background: #3498db !important;*/
    text-align: center !important;
    vertical-align: middle !important;
    color: #fff !important;
    /*width: 80px !important;*/
    width: 104px !important;
    margin: 10px !important;
    float: left !important;
}

.cus-bookingid {
	color: #337ab7 !important;
    font-size: 10px !important;
    font-weight: bold !important;
}

.cus-cost1 {
    border-bottom: 1px solid #e5e5e5 !important;
    background: #fff !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 96% !important;
}

.cus-cost2 {
    border-bottom: 1px solid #e5e5e5 !important;
    background: #f7f7f7 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 96% !important;
}

.cus-special1 {
    border-bottom: 1px solid #e5e5e5 !important;
    background: #fff !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    width: 96% !important;
}

.cus-special2 {
    border-bottom: 1px solid #e5e5e5 !important;
    background: #f7f7f7 !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    width: 96% !important;
}

.cus-legendbox {
    height: 18px !important;
    width: 18px !important;
    float: left !important;
    margin-right: 5px !important;  
}

.cus-img-fac {
    width: 60px;
    height: 60px !important;
    padding: 2px !important;
    margin-top: 2px !important;
    border: 1px solid #DDD !important;
    vertical-align: middle !important;
}

/* End - Facility Booking*/


.cus-width-sm-90 {
    width: 90% !important;   
    float: left; 
}

.cus-width-sm-80 {
    width: 80% !important;   
    float: left; 
}

.cus-width-sm-70 {
    width: 70% !important;   
    float: left; 
}

.cus-width-sm-60 {
    width: 60% !important;   
    float: left; 
}

.cus-width-sm-50 {
    width: 50% !important;   
    float: left; 
}

@media (max-width:480px) {
    .cus-width-xs-90 {
        width: 90% !important;   
        float: left; 
    }

    .cus-width-xs-80 {
        width: 80% !important;   
        float: left; 
    }

    .cus-width-xs-70 {
        width: 70% !important;   
        float: left; 
    } 

    .cus-width-xs-60 {
        width: 60% !important;   
        float: left; 
    } 

    .cus-width-xs-50 {
        width: 50% !important;   
        float: left; 
    }    
}

.cus-right-ctrl {
     padding-left: 5px;
     padding-top: 5px;
     float: left;
}

.cus-row-btngroup {
    background: #eee;
    padding: 10px !important;
    text-align: right;
}

/* Asset Equipment Widget Buttons*/
.cus-btn-square {
    border-radius: 0 !important;
}
    
.cus-btn-square-blue {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border: 0px solid #D1D1D1;
    background-color: #5db2ff !important;
    border-color: #5db2ff !important; 
    color: #fff !important;
    border: 1px solid #5db2ff !important;
}

.cus-btn-square-disable {
    cursor: not-allowed !important;
}
/* End - Asset Equipment Widget Buttons*/


.cus-no-bold {
    font-weight: normal !important;
}

input::-ms-clear {
    display: none;
    line-height: 0px !important;
}

input::-ms-reveal {
    width: 0;
    height: 0;
    line-height: 0px !important;
}

/*Modal Popup*/

.user {
    width: 150px;
}

.webgrid-table {
    overflow: scroll;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    width: 100%;
    display: table;
    border-collapse: separate;
    background-color: white;
    overflow-y: scroll;
}

    .webgrid-table selectedRow {
        background-color: #ff6a00 !important;
    }
    .webgrid-table td[class*=col-], webgrid-table th[class*=col-]
    {
        border:#1ab394 !important;
    }
/*.webgrid-header td {
           border:#1ab394 !important;
}
.webgrid-header th {
    color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.webgrid-header thead tr th {
    display:none;
}

    .webgrid-header th a {
        color: white;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.webgrid-header {
    background-color: #1ab394;
    color: #fff;
    height: 40px;
    font-size:14px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: left;
}
    */
.webgrid-row-style {
   background-color: #eaeaea;
}
.webgrid-pagination  td{
    padding-left:10px;
    color:#1ab394;
}
.webgrid-pagination  td > a,
.webgrid-pagination  td > span {
    position: relative!important;
    padding: 0px 8px !important;
    line-height: 0.42857143 !important;
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #1ab394 !important;
    border: 1px solid #dddddd !important;
    margin-left: -1px !important;
      border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
      border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.webgrid-pagination  td > a:hover,
.webgrid-pagination  td > span:hover,
.webgrid-pagination  td > a:focus,
.webgrid-pagination  td > span:focus {
    color: #1ab394 !important;
    background-color: white !important;
    border-color: #dddddd !important;
}
.webgrid-alternating-row {
    background-color: white;
   
}

.webgrid-row-style:hover {
    background-color: #D3D3D3;
    color: white;
    cursor: pointer;
}

.webgrid-alternating-row:hover {
    background-color: #D3D3D3;
    color: white;
    cursor: pointer;
}

.grid-content {
    width: 100%;
    height: 400px;
}

.EmpList-size select[multiple], select[size] {
    height: 430px;
    width: 100%;
}

.EmpList-size {
    display: block;
    width: 100%;
    height: 190px;
    font-size: 15px;
    overflow-x: scroll;
    line-height: 1.428571429;
    color: #555555;
    text-indent: each-line;
    vertical-align: middle;
    background-color: #ffffff;
    border: none;
}

/*.EmpList-header {
    background-color: #8fd9ff;
    color: #337ab7;
    text-align: left;
    width: 100%;
    height: 22px;
    font-size: 14px;
    margin-bottom: 0px !important;
}*/

.EmpList-size select[multiple] option, select[size] option:hover {
    background-color: #D3D3D3 !important;
    color: white;
    position:relative !important;
    min-height:1px !important;
    padding-left:15px !important;
    padding-right:15px !important;
}

.EmpList-size select option{
    background-color: #D3D3D3 !important;
    color: white;
    min-height:1px !important;
    padding-left:15px !important;
    padding-right:15px !important;
}
.modalpopup-wrapper {
    height: 550px;
    width: 100%;
}

/*Status button Styles - Begin*/
.cus-status-round {
    font-style:normal !important;
    font-weight:900 !important;
    color: white !important;
}
.cus-status-round-SA {
    background-color: rgb(0,176,240) !important;
    border-color: white !important;
}
.cus-status-round-SA:hover {
    border-color: rgb(0,176,240) !important;
}
.cus-status-round-SD {
    background-color: #DF7401 !important;
    border-color: white !important;
}
.cus-status-round-SD:hover {
    border-color: #DF7401 !important;
}
.cus-status-round-RA {
    background-color: rgb(141,66,198) !important;
    border-color: white !important;
}
.cus-status-round-RA:hover {
    border-color: rgb(141,66,198) !important;
}
.cus-status-round-RD {
    background-color: rgb(76,33,109) !important;
    border-color: white !important;
}
.cus-status-round-RD:hover {
    border-color: rgb(76,33,109) !important;
}
.cus-status-round-UA {
    background-color: rgb(254,126,68) !important;
    border-color: white !important;
}
.cus-status-round-UA:hover {
    border-color: rgb(254,126,68) !important;
}
.cus-status-round-UD {
    background-color: rgb(249,78,1) !important;
    border-color: white !important;
}
.cus-status-round-UD:hover {
    border-color: rgb(249,78,1) !important;
}
.cus-status-round-CM {
    background-color: rgb(0,176,80) !important;
    border-color: white !important;
}
.cus-status-round-CM:hover {
    border-color: rgb(0,176,80) !important;
}
.cus-status-round-CN {
    background-color: rgb(255,0,0) !important;
    border-color: white !important;
}
.cus-status-round-CN:hover {
    border-color: rgb(255,0,0) !important;
}
/*Status button Styles - Ends*/

/*Listing button Styles - Begins*/

/*Listing button Styles - Ends*/


/*04-09-2019 NEW CSS*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .lbl-bg-m {
        background: #eceaea !important;
        margin-bottom: 5px !important;
        color: #070707 !important;
    }

    .no-padding-m {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .modal-dialog {
        width: auto !important;
    }

    .sweet-alert {
        width: auto !important;
    }
   
    /* --12-8-2019-- */
    .ibox-content {
    padding-bottom: 1px !important;
    padding-top: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .footer {
    padding: 0px 20px!important;
    
}
    .wrapper-content {
    padding: 10px 0px 40px 0px!important;
}
 .breadcrumb {
    padding: 0!important;
    margin: 10px 0px!important;
    font-size: 10px!important;
}
 p.colorx {
 color: #fffcfc9e!important;
    text-align: center;
}
ul.dropdown-menu {
    left: 0px!important;
    list-style: none outside none;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    border: 1px solid #2f4050;
    width: 314px!important;
}
.nav-tabs > li > a {
    margin: 8px 0px!important;
}
.tab-content {
    padding: 0px !important;
}
.size>img {
    width: 64px;
}
 h3.font-bold.no-margins {
    padding: 0px 0px 0px 0px!important;
    font-size: 12px;
}
}



@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
    .profilemanage {
    color: #2f4050;
    margin-left: 5px!important;
    font-size: 12px;
    display: contents!important;
}

}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
     .exportbuttons {
    display: none;
}
    div#DataTables_Table_0_length {
    display: none;
}
    div#DataTables_Table_0_filter {
    display: none;
}
    div#DataTables_Table_0_info {
    display: none;
}
    .control-label.cus-col-desc>button {
    margin-top: 18px;
}
.modallabel {
    background: #eceaea !important;
    padding: 5px 15px;
}
.modaltext {
    margin: 5px 0px;
}
.fotter {
    text-align: left;
    font-size: 12px;
    margin: 5px 0px;
}
.ui-iggrid .ui-iggrid-footer, .ui-iggrid .ui-iggrid-toolbar {
    font-size:9px!important;
}
button#btnDraft {
    margin: 3px;
}
.breadcrumb {
    padding: 0!important;
    margin: 10px 0px!important;
    font-size: 10px;
}
p.colorx {
 color: #fffcfc9e!important;
    text-align: center;
}
.profilemanage {
    color: #2f4050;
    margin-left: 5px!important;
    font-size: 12px;
    display: contents!important;
}
h3.font-bold.no-margins {
    padding: 15px 23px 0px 28px!important;
}
ibox-content {
    padding-bottom: 1px !important;
    padding-top: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.tab-content {
    padding: 0px !important;
}

}

@media (max-width: 767px){
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.panel-body {
    padding: 10px 0px 10px 0px;
}
h3.font-bold.no-margins {
    padding: 0px 0px 0px 0px!important;
    font-size: 12px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    /* margin-left: -44px; */
    margin-top: -32px;
    float: right;
}
}