body {
    font-family: Verdana, Arial, 'sans-serif' !important;
    /* <-- fonts */
    background-color:#6d90b3;
}

.note-editable{
    font-family: Arial !important;
}

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}
    
#main {
    overflow: auto;
    padding-bottom: 18px;
}
/* must be same height as the footer */ /*used for set footer at the bottom*/
.label-text {
}

/*#ccmNotification*/
#timeout, #ccmNotification {
    display: none;
}

hr.solidblue {
    border: 8px solid #337ab7;
    border-radius: 0.8px;
}

hr.thinblue {
    border: 2px solid #90bade;
    border-radius: 1px;
}

div.footerblue {
    height: 40px;
    text-align: left;
    color: white;
    width: 100%;
    display: table;
    background-color: #337ab7;
    margin-top:20px;
    font-size:11px;
}

#ccmMessage {
    color: #4A4A4A
}

.notificationheaderleft {
    float: left;
    font-size: 24px;
    color: #0078d4
}

.notificationheaderright1 {
    float: right;
    font-size: 13px;
    color: #4A4A4A
}

.notificationheaderright2 {
    float: right;
    color: #0078d4;
    font-size: 12px;
    font-weight: bold;
}





.form-group .required .control-label:after {
    content: "*";
    color: red;
}

.footer {
    position: relative;
    margin-top: -18px;
    /* negative value of footer height */
    height: 18px;
    clear: both;
    text-align: center;
    font-size: 12px;
    background-color: #35628c;
    color: #fff;
}
.header{
color:#fff;
background-color: #35628c; 
/*background: rgba(179,220,237,1);
background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );*/
}
/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

.CCSIheader {
    background-color: #990000;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}

.listitem {
    list-style-type: circle;
}

    .listitem li {
        background-color: #F7F1F1;
        color: #333333;
        margin: 0px 5px;
    }

        .listitem li a {
            color: #333333 !important;
            cursor: pointer;
        }

            .listitem li a:hover {
                color: #333333 !important;
            }

            .listitem li a:hover {
                color: #fff;
            }

    .listitem > li.active {
        background-color: #99FF33;
    }

        .listitem > li.active > a {
            color: #000 !important;
        }

.submenu {
    background-color: #DED9D9;
}

.glyphicon-menu-right {
    color: #BFBDBD;
}

.heading {
     background: #99ff33;
/*background: -moz-linear-gradient(top, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,197,206,1)), color-stop(47%, rgba(173,181,197,1)), color-stop(100%, rgba(217,222,226,1)));
background: -webkit-linear-gradient(top, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
background: -o-linear-gradient(top, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
background: -ms-linear-gradient(top, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
background: linear-gradient(to bottom, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcc5ce', endColorstr='#d9dee2', GradientType=0 );*/
 color: #000 !important;
     line-height: 20px;
  padding: 2px 5px;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid #92d050;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.headingMenu {
   background: rgba(188,197,206,1);
background: -moz-linear-gradient(top, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,197,206,1)), color-stop(47%, rgba(173,181,197,1)), color-stop(100%, rgba(217,222,226,1)));
background: -webkit-linear-gradient(top, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
background: -o-linear-gradient(top, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
background: -ms-linear-gradient(top, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
background: linear-gradient(to bottom, rgba(188,197,206,1) 0%, rgba(173,181,197,1) 47%, rgba(217,222,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcc5ce', endColorstr='#d9dee2', GradientType=0 );
 color: #333333 !important;
  /* font-weight: bold; */
  line-height: 20px;
  padding: 2px 5px;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid rgba(210,216,221,1);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.brdLogin {
    border: 1px solid #CCCCCC;
}

.IconColor {
    color: #A7A4A4;
}

.datetxt {
    font-size: 14px;
}

.btnwrap {
    text-align: center;
}

.top-buffer {
    margin-top: 5px;
}

.top-buffer10 {
    margin-top: 10px;
}

.sidebar-nav .navbar li a {
    /* padding-top: 12px; */
    /* padding-bottom: 12px; */
    padding: 2px 5px !important;
    font-size: 14px;line-height:18px;
}

.sidebar-nav .navbar ul li + li {
    border-left: 0px solid #990000 !important;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 3px;
    color: #fff !important;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    /*  transform: translate(-50%, 50%);
    position: absolute;
    left: 50%;
    top: 50%;*/
    box-shadow: 0 0 15px rgb(27, 23, 23);
    margin-top: 10%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #EBF0F5;
  
}

.form-signin-heading {
    margin-top: -15px;
    /*background-color: #990000;*/
    color: #35628C;
    font-size: 15px;
    line-height: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px;
    font-weight: bold;
}

.form-signin .form-signin-heading {
    margin-bottom: 15px;
    text-align: center;
}

.form-signin .checkbox {
    /*margin-bottom: 10px;*/;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    font-size: 12px;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #D9DEE2;
    /*added for Login box */
    border: 1px solid #CCCCCC;
    /*added for login box*/
    border-radius: 4px;
}

.input-sm {
    padding: 5px 5px;
    font-size: 11px;
}

.btn-primary, .btn-primary:hover,.btn-primary.focus, .btn-primary:focus {
     background-color:#f58025;
 /*background: rgba(252,213,184,1);
background: -moz-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,213,184,1)), color-stop(50%, rgba(253,233,217,1)), color-stop(100%, rgba(252,213,184,1)));
background: -webkit-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -o-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -ms-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: linear-gradient(to bottom, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd5b8', endColorstr='#fcd5b8', GradientType=0 );*/
 color: #000 !important;  border-color: #f58025;
}

    .btn-primary.active, .btn-primary:hover, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-color:#f58025;

 /*background: rgba(252,213,184,1);
background: -moz-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,213,184,1)), color-stop(50%, rgba(253,233,217,1)), color-stop(100%, rgba(252,213,184,1)));
background: -webkit-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -o-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -ms-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: linear-gradient(to bottom, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd5b8', endColorstr='#fcd5b8', GradientType=0 );border-color: #f2caaa;*/
 color: #000 !important;  border-color: #f58025;
    }

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 3px;
    color: #fff !important;
}

input[readonly='readonly'].FormElement.ui-widget-content.ui-corner-all {
    background-color: #E2DEDE !important;
}

input.FormElement.ui-widget-content.ui-corner-all {
    background-color: #fff !important;
}

a.fm-button.ui-state-default.ui-corner-all.fm-button-icon-left, a.fm-button.ui-state-default.ui-corner-right, a.fm-button.ui-state-default.ui-corner-left {
      background-color:#f58025 !important; color: #000 !important;  border-color: #f58025 !important;
      background: #f58025 !important;
    /*background: rgba(252,213,184,1);
background: -moz-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,213,184,1)), color-stop(50%, rgba(253,233,217,1)), color-stop(100%, rgba(252,213,184,1)));
background: -webkit-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -o-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: -ms-linear-gradient(top, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
background: linear-gradient(to bottom, rgba(252,213,184,1) 0%, rgba(253,233,217,1) 50%, rgba(252,213,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd5b8', endColorstr='#fcd5b8', GradientType=0 );
 color: #000 !important;  border-color: #f2caaa;*/
}

tr.ui-widget-content jqgrow ui-row-ltr ui-state-over > td {
    background-color: aqua !important;
}

.ui-tooltip {
    padding: 2px !important;
    font-size: 12px !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    /*color: #fff;
    background-color: #204d74;
    border-color: #122b40;*/
    color: #000;
    background-color: #f58025;
    border-color: #f58025;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
color: #000 !important;
    background-color: #f58025 !important;
    border-color: #f58025 !important;
}
.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 3px;
    color: #000 !important;
}

/*Extended Class*/
.navbar {
    min-height: auto;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
}
.navbar-default .navbar-nav > li > a.disabled {   
    cursor: default; 
    pointer-events: none;
    color: rgb(169, 169, 169);   
}
.navbar ul li + li {
    border-left: 1px solid #D5DBDF;
}


.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #C4CED8;
}
.navbar {
    margin-bottom: 5px;
    border: 0px solid transparent;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000 !important;background-color: #99ff33;/*addded for ie issue*/
    background-color: #99ff33 !important;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 7px !important;
    font-size: 14px;color:#000;
}
#body > div > div > div.sidebar-nav > div > div.navbar-collapse.collapse.sidebar-navbar-collapse > ul > li.active > a {
   color: #000 !important;background-color: #99ff33;/*addded for ie issue*/
   text-decoration: none !important;
    background-color: #99ff33 !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
   color: #000 !important;background-color: #99ff33;/*addded for ie issue*/
    background-color: #99ff33 !important;
    text-decoration: none !important;
}

.navbar-nav {
    margin: 0px 0px;
}

.navbar-toggle {
    padding: 5px 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #35628C;
}

.navbar-default .navbar-toggle {
    border-color: #35628C;
}

.modal-header {
    min-height: 16.43px;
    padding: 5px 10px;
    /*border-bottom: 1px solid #AB5252;*/
    /*color: #fff;*/
    font-size: 12px !important;
    /*background-color: #C47979;*/
      border: 1px solid #aaaaaa/*{borderColorHeader}*/;
  background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
  color: #222222/*{fcHeader}*/;
 
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -ms-baseline-middle;
    vertical-align: -o-baseline-middle;font-size:13px;
}
.txtlable {font-weight:bold !important;
           font-size:13px !important;
           line-height:16px !important;vertical-align: inherit;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{   margin-left: 0px;
}
.close {
 
    font-size: 15px;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.clear-margin {
    margin: 0 !important;
}

.navbar-default {
    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(239,240,242,1)), color-stop(100%, rgba(210,216,221,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d8dd', GradientType=0 );
  color: #000 !important;}
/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

        .sidebar-nav .navbar ul:not {
            display: block;
        }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
        }
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-default > .panel-heading {
     background: #99ff33;font-size:14px;
/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(239,240,242,1)), color-stop(100%, rgba(210,216,221,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d8dd', GradientType=0 );*/
  color: #000 !important;}

.panel-heading {
    padding: 2px 5px;
    border-bottom: 1px solid #e2cfcf;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-info>.panel-heading {
  color: #000;
  background-color: #00b0f0;
  border-color: #00b0f0;
}
.panel-body {
    padding: 5px 10px;
    font-size: 13px;
    background-color: #EBF0F5;
}

.form-horizontal .control-label {
    text-align: left;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #c47979;
    border-color: #ba6d6d;
}

.panel-primary {
    border-color: #ba6d6d;
}
.panel {
    margin-bottom: 5px;
}
.glyphicon-calendar {
    cursor: pointer;
}
.glyphicon-search {
    cursor: pointer !important;
}
.ui-datepicker {
    font-size: 10px !important;
}

.modal-body {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */;
}

}
/*JQ grid css extended*/

.ui-jqdialog {
    z-index: 1060 !important;
}

.jqGrid {
    width: 100%;font-size:13px;
}

.ui-jqdialog {
    z-index: 1060 !important;
}

.ui-jqgrid .ui-pg-input {
    color: #000 !important;
    text-align: center;
    height: 18px !important;
}

.ui-jqgrid tr.ui-row-ltr td {
    word-wrap: break-word;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.ui-jqgrid-hbox {
    float: left;
    padding-right: 0px !important;
}

.ui-jqdialog {
    z-index: 1060 !important;
}

.ui-jqgrid .ui-pg-selbox {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #e2cfcf /*{borderColorHeader}*/;
   /*background: #c47979 !important*/  /*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/
   /* color: #fff !important *//*{fcHeader}*/
    font-weight: bold;
 
/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(239,240,242,1)), color-stop(100%, rgba(210,216,221,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(239,240,242,1) 47%, rgba(210,216,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d8dd', GradientType=0 );*/
  color: #000 !important;bor
}

.ui-jqgrid .ui-jqgrid-htable th {
     background: #00b0f0;
/*background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(153,153,153,1) 51%, rgba(184,184,184,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(219,219,219,1)), color-stop(51%, rgba(153,153,153,1)), color-stop(100%, rgba(184,184,184,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(153,153,153,1) 51%, rgba(184,184,184,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(153,153,153,1) 51%, rgba(184,184,184,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(153,153,153,1) 51%, rgba(184,184,184,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(153,153,153,1) 51%, rgba(184,184,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#b8b8b8', GradientType=0 );*/
  color: #000 !important;}

.ui-widget-content {
    border: 1px solid rgba(188,197,206,1) !important;
    background: #D8DBDF !important;
    color: #222222 /*{fcContent}*/;
}

.ui-jqgrid-titlebar {
  
    background-color: #D09D9C;
    color: #fff;font-weight:500 !important;
}
/*.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #F1CCCC !important;
}*/
table.ui-jqgrid-btable > tbody > tr > td {
    cursor: pointer;
}

table.ui-jqgrid-btable > tbody > tr:nth-child(even) {
    background: #fff !important;
}

table.ui-jqgrid-btable > tbody > tr:nth-child(odd) {
    background: #F0F1F3  !important;
}
#gridAlerts > tbody > tr > td {background: #d38583 !important;
}
    table.ui-jqgrid-btable > tbody > tr:nth-child(even):hover, table.ui-jqgrid-btable > tbody > tr:nth-child(odd):hover, table.ui-jqgrid-btable > tbody > tr.ui-widget-content.jqgrow.ui-row-ltr.ui-state-highlight {
        background-color: #def0ff !important;
    }

.ui-jqgrid-pager, .ui-widget-header {
    border: 1px solid #e2cfcf /*{borderColorHeader}*/;
    background: #c47979 !important *//*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
    color: #333333 !important /*{fcHeader}*/;
    font-weight: bold;
}

.phone {
}

.zip {
}

.ext {
}

.date {
}

.ssn {
}

.panel-heading .accordion-toggle {
    font-size: 13px;
    cursor: pointer;
}
.panel-heading {
    padding: 2px 5px;
    border-bottom: 1px solid #e2cfcf;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading.collapsed .accordion-toggle:after {
        /* symbol for "collapsed" panels */
        content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    }

    .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: Glyphicons Halflings !important; /*Verdana, Arial, 'sans-serif' !important;*/ /* essential for enabling glyphicon */
        content: "\e113"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: #222222; /* adjust as needed */
        font-size: 11px;
        line-height: 15px;
    }

.jqGridTextArea {
    background-color: #fff !important;
}

#alertmod_grid {
    width: 200px;
    height: auto;
    z-index: 1060;
    overflow: hidden;
    /* top: 308.5px !important;
    left: 583px !important;*/
    top: 50% !important;
    left: 50% !important;
}
#alertmod_gridAmt{
    width: 200px;
    height: auto;
    z-index: 1060;
    overflow: hidden;
    /* top: 308.5px !important;
    left: 583px !important;*/
    top: 50% !important;
    left: 50% !important;
}
.checkbox label, .radio label {
      /*padding-left: 0px;*/
}
.contextMenu {
     background-color:#F7F1F1; z-index:100;  border: 1px solid lightgrey;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.contextMenu ul {padding:10px;
}
.contextMenu ul li a {padding:5px;font-size:11px; color:#000;
}

option{
font-size:13px;cursor:pointer;}
.form-control {font-size:13px;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #f58025;
  border-color: #f58025;color:#BCC5CE;
}

.panel-success>.panel-heading {
  color: #000;
  background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
  border-color: #d6e9c6;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 7px 6px;
    pointer-events: none; border-left:1px solid #cfcfcf; cursor:pointer;
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops added for desktop  */

    .ui-jqgrid .ui-jqgrid-bdiv {
          overflow-x: hidden !important;
    }
}
.ui-state-over .ui-icon ui-state-focus .ui-icon {  background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/}
.ui-jqdialog-content td.EditButton {
      text-align: center !important;
}
.btn-primary {
font-size:14px !important;}
.ui-jqgrid .ui-jqgrid-titlebar {
font-size:14px !important;}
.ui-jqgrid .ui-jqgrid-view,.btn-xs {
font-size:13px !important;}
.ui-jqgrid tr.jqgrow td {
padding:2px !important;
}

.alignleft {
margin-left:-15px;}

.note-insert{
    display: none !important;
}
.note-color{
    display: none !important;
}
.note-para{
    display: none !important;
}
.note-height{
    display: none !important;
}
.note-table{
    display: none !important;
}
.note-view{
    display: none !important;
}
.note-help {
    display: none !important;
}
/*.DataTD input[type="text"] {
    position: relative; 
}
p:before {
  content: "foo";
  color: red;
}
.datepic:after{

    font-family: 'Glyphicons Halflings';
    color:#555;
    position: relative;
    left: -15px;
    content: "\e109";
}*/

.hiddenForSummernote{
    visibility:hidden;
}

iframe {
    overflow: scroll;
    height:100%;
    width:1%;
    padding:0px;
    margin:0px;
}



    /*.alert.success {
        background-color: #4CAF50;
    }

    .alert.info {
        background-color: #2196F3;
    }

    .alert.warning {
        background-color: #ff9800;
    }*/

/*.alert.info {
    background-color: #99FF33;
}*/

.closebtn:hover {
    color: black;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

#batchNotification {
    text-align: center;
    color: #fff;
    font-size: 12px;
    clear: both;
    margin:auto;
    width:50%
        
}

.myAlert-bottom {
    position: fixed;
    bottom: 5px;
    left: 2%;
    width: 96%;
}

.alert-custom {
    display: none;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: Verdana, Arial, 'sans-serif' !important;
    background-color: #fff;
    color: #000;
}
.ui-jqgrid-titlebar{
    cursor:pointer
}