@font-face{ 
	font-family: 'Open Sans';
	src: url('WebFont.eot');
	src: url('fonts/OpenSans-Regular-webfont.eot?iefix') format('eot'),
	     url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
	     url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
	     url('fonts/OpenSans-Regular-webfont.svg#webfont') format('svg');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden {
    display: none;
}

.center {
    text-align: center;
}

.smaller {
    font-size: 80%;
}

.error {
    color: red;
    font-weight: bold;
}

/********************************************************* Zebra Tables **/


table.zebra{
    border:1px solid #ddd;
    border-collapse: collapse;
}

table.zebra tr {    
    position: relative;
}

table.zebra tr:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px #ccc dotted;
}

table.zebra tr:first-child:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px #ddd solid;
}

table.zebra th, table.zebra td {
    font-family: 'Open Sans';
    font-size: 80%;
    padding: 0.3em 1em;
    vertical-align: top;
}

table.zebra td.currency {
    padding: 0.15em 1em;
    text-align: right;
}

table.zebra a {
    color: #0068a6;
    text-decoration: none;
}

table.zebra a:hover {
    text-decoration: underline;
}
/*
table.zebra {
	border: 1px black solid;
	empty-cells: show;
	_border-collapse: collapse;
}
table.zebra th {
	background: url(zebra-header.png) repeat-x #fff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #999999;
}
table.zebra th, table.zebra td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 80%;
	padding: 0.15em 1em;
	border-left: 1px solid #d9d9d9;
	vertical-align: top;
}
table.zebra td.currency {
	padding: 0.15em 1em;
	border-left: 1px solid #d9d9d9;
	text-align: right;
}
*/

table.zebra table tr td, table.zebra table tr th {
	border: none;
}

table.zebra table tr:after, table.zebra table tr:first-child:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: none;
}


/******************************************************** Tabbed Tables **/
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav-tabs > li {
    display:inline-block;
    margin-bottom: -1px;     
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    font-family:Arial;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius:0;
   }
.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #114c8c;
    font-size: 14px;
    font-weight: 600;
    background-color: #F1F1F1;
    font-family:Arial;
}
.nav > li > a:hover{background-color:#fff !important;}
.tabs-content{border:1px solid #ddd; border-width:0 1px 1px 1px; padding:15px;}

/*ul.tabs {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
}

    ul.tabs li {
        color: #0068a6;
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px;
        margin: 20px 0.25em 0 0;
        font-weight: bold;
        border: 1px solid #e2e2e2;
    }

        ul.tabs li.active {
            border-bottom: solid 2px #52BDEB;
        }

        ul.tabs li:hover {
            border-bottom: solid 2px #afbd21;
        }*/
/*ul.tabs li {
	cursor: pointer;
	display: inline;
	border-left: 1px #aaa solid;
	border-top: 1px #aaa solid;
	border-right: 1px #666 solid;
	padding: 0.1em 1em;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	-moz-border-radius: 0.3em 0.3em 0 0;
	margin: 0 0.5em 0 0;
}
ul.tabs li.active {
	background-color: #e8f3fa;
}
*/




/******************************************************** Tabbed UpsideDown Tables **/
ul.tabs_upside_down {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 90%;
    margin: 0;
    padding: 0 2px;
}

    ul.tabs_upside_down li {
        cursor: pointer;
        display: inline;
        border-left: 1px #aaa solid;
        border-bottom: 1px #aaa solid;
        border-right: 1px #666 solid;
        padding: 0.1em 1em;
        border-top-left-radius: 0.3em;
        border-top-right-radius: 0.3em;
        -moz-border-radius: 0.3em 0.3em 0 0;
        margin: 0 0.5em 0 0;
    }

        ul.tabs_upside_down li.active {
            background-color: #e8f3fa;
        }

/******************************************************** Generic Rules **/
html {
    margin: 0;
    padding: 0;
}

body {
     font-family: 'Open Sans';
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0px;
    padding-top: 0px;
    background-color: #FEFEFE;
}

div#page {
    margin-top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    text-align: left;
}

div#page_sub {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: White;
    text-align: left;
}

div#content {
    padding: 1em 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

    div#content th, div#content td {
        font-size: 11px;
    }


h1 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: white;
    background-color: rgb(22, 71, 158);
    padding: 0.55em;
    padding-top: 0.65em;
    background-image: url(Header_Icon.gif);
    padding-left: 50px;
    background-attachment: left;
    background-repeat: no-repeat;
    margin: 0px;
}
h3 {
    font-size: 14px;
    margin-bottom: 0.75em;
}

h4 {
    margin-bottom: 0.25em;
}

br + h4 {
    margin-top: 0.0em;
}

form {
    position: relative;
    padding: 0 1em;
    margin: 0.5em 0;
}

#leftside {
    margin-right: 22em;
}

.client {
    padding: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.verytopright {
    position: absolute;
    right: 1em;
    top: 4em;
}

.homeinfo {
    float: right;
    width: 33%;
    padding: 0.25em;
    border: 1px #aaa solid;
    border-top: 2px #444 groove;
    margin-bottom: 1em;
}

#salesrepinfo {
    padding: 0.25em;
    border: 1px #aaa solid;
    margin: 0px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    min-height: 40px;
}
/*
#dashboard {
    position: relative;
	top: -2em;
	margin-bottom: 1em;
}*/

.right {
    float: right;
}

.message {
    display: none;
    position: fixed;
    z-index: 100;
    _position: absolute;
    top: 30%;
    left: 25%;
    width: 50%;
    height: 30%;
    margin: auto;
    background: white;
    border: 2px black solid;
    opacity: 0.5;
}

    .message p {
        text-align: center;
        font-size: x-large;
    }

div.welcome {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px;
    background-color: #fafafa;
    border: solid 2px #afbd21;
    font-size: 10px;
    line-height: 12px;
}

p.welcome {
    margin-top: 0px;
    border-top: 2px black groove;
    padding-top: 0.5em;
}

table {

    font-size: small;
}

input {
    font-family: Arial;
    font-size: small;
}

table td {
    padding: 0 0.1em;
}

    table td input.input {
        border: 2px solid #555;
    }

.transaction h2 {
    display: block;
    float: right;
    text-align: left;
    border-bottom: 1px solid black;
    margin-left: 1em;
}

.transaction h3 {
    display: block;
    float: right;
    text-align: right;
    clear: both;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-left: 1em;
}

.details {
    clear: right;
}

    .details th {
        text-align: left;
        padding-right: 0.5em;
    }

    .details tr {
        vertical-align: top;
    }

.site th {
    text-align: left;
}

.site td {
    padding-right: 5em;
}

br.clear {
    clear: both;
}

button.close {
    margin-top: 1.7em;
}

/*10/10/18*/
.topnav {
    overflow: hidden;
}

    .topnav a {
        float: left;
        display: block;
        color: #193E6E;
        text-align: center;
        padding: 35px 16px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        font-family: arial;
    }

        .topnav a:hover {
            color: #8B9EB6;
        }

        .topnav a.active {
            color: #8B9EB6 !important;
        }

    .topnav .icon {
        display: none;
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.header_wrapper {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 85px;
    height:85px;
    max-width: 1200px;
    width: 100%;
}

.header-outer {
    border-bottom: #DEDEDE 1px solid;
}

.text-light {
    color: #aaaaaa;
}

.text-upper {
    text-transform: uppercase;
}

.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs22 {
    font-size: 22px;
}
.fs18 {
    font-size: 18px;
}

.fs26 {
    font-size: 26px;
}

.fs24 {
    font-size: 24px;
}
.text-blue {
    color: #193E6E;
    font-family: arial !important;
}

#customerinfo {
    margin-left: 0;
    color: #555555;
    font-size: 14px;
    line-height: 22px;
}

.nmt {
    margin-top: 0;
}
.nmb {
    margin-bottom: 0;
}

.mb26 {
    margin-bottom: 26px;
}

.dashboard-top-pnl h2 {
    color: #114c8c;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
    line-height: initial;
}

.dashboard-top-pnl div h3 {
    color: #555555;
    font-style: italic;
    line-height: 22px;
}

.dashboard-top-pnl {
    line-height: 32px;
}

.text-mini {
    line-height: 18px;
    font-size: 13px;
    color: #4ec2f0;
    font-weight: 600;
    margin-top: 0;
}

.float-section {
    float: left;
    width: 50%;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.col-9 {
    width: 70%;
    float: left;
    box-sizing: border-box;
}

.col-3 {
    width: 30%;
    float: left;
    box-sizing: border-box;
}

.col-8 {
    width: 60%;
    float: left;
    box-sizing: border-box;
}

.col-4 {
    width: 40%;
    float: left;
    box-sizing: border-box;
}

.col-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.pr15 {
    padding-right: 15px;
}

.pl15 {
    padding-left: 15px;
}
.mt5 {
    margin-top:5px;
}
.mt0 {
    margin-top: 0;
}
.sub-head {
    color: #114c8c;
    font-size: 17px;
    font-weight: 600;
    font-family:Arial;
}


.sub-head-sm {
    color: #114c8c;
    font-size: 14px;
    font-weight: 600;
}
.sub-head-13 th {
    color: #114c8c;
    font-size: 13px !important;
    font-weight: 600;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

.priorityLabel {
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    background-color: white;
    padding: 13px 0 18px;
}

.dashboardElement {
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
}
      .widget table td, .widget table th{font-size:13px !important; padding: 6px;font-weight:600;}
       .widget table th{color:#114c8c; font-size:14px !important;}
       .widget table th{color:#114c8c; font-size:13px !important;}
         .trTimeStat td {
		            cursor: pointer;
		            padding: 6px;
		        }
         .text-danger{color: #e42e2e;}
         .np{padding:0 !important;}
         .nm{margin:0 !important;}
         .statusLabel{display: inline-block;
width: 32%;}
input, textarea {
    border: 1px solid #ddd;
    padding: 3px;
}

.input-block input, .input-block select, .input-block textarea{display:inline-block; width:100% !important; padding:5px;}
select{border: 1px solid #ddd;}
input[type=submit], .btn, button{padding:3px 12px; cursor:pointer; width:auto !important;}
input[type=submit]:hover, button:hover{background-color:#e1e1e1; border:1px solid #ddd;padding:3px 12px;}
.btn-main {padding: 6px 14px !important;}
button {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    border: 1px solid #ddd !important;
}
.btn-primary {
    background-color: #114c8c !important;
    border:1px solid #114c8c !important;
    color:#fff;
}
.btn-p {
   margin: -8px 0 0 0;
    font-size: 15px;
    background: #fff;
}
/*.btn-outline-primary {
    border: 1px solid #193E6E !important;
    color: #193E6E;
    padding: 7px 10px;
    font-weight:600;
}

    .btn-outline-primary:hover {
        border: 1px solid #114c8c !important;
        color: #fff;
        background-color: #1457a1 !important;
        padding: 7px 10px;
        font-weight: 600;
    }*/

.btn-primary:hover {
    background-color: #1457a1 !important;
    color:#fff;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: 0.8em !important;
}
input[type="file"]{padding:0;}
#dropOnMe {
    width: 100%;
    height: auto;
    padding: 0;
    border: 2px dashed #ddd;
    background-color: #f6f6f6;
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: initial;
    text-align: left;
    color: #555;
}


/*footer*/
footer{
    display: block;
}
.fl-page-footer-widgets {
    padding-top: 30px;
    padding-bottom: 15px;
}
.fl-page-footer {
    border-top: 1px solid #e6e6e6;
    font-size: 12px;
    border-color: #545454;
    background-color: #333;
    color: #bababa;
}
.fl-full-width .container {
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
    margin:0 auto;
}
.fl-page-footer-widgets-row {
    font-size: 13px;
}
.fl-page-footer-container {
    padding: 20px 0 0;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-3 {
    width: 25%;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.fl-page-footer-widgets {
    border-top: 1px solid #e6e6e6;
    border-color: #6d6d6d;
    background-color: #4c4c4c;
    color: #cdcdcd;
}
.fl-full-width .container {
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.fl-widget {
    margin-bottom: 40px;
}
.fl-page-footer-widgets-row h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.fl-page-footer-widgets *, .fl-page-footer-widgets h1, .fl-page-footer-widgets h2, .fl-page-footer-widgets h3, .fl-page-footer-widgets h4, .fl-page-footer-widgets h5, .fl-page-footer-widgets h6 {
    color: #cdcdcd;
}
.fl-widget ul {
    list-style: none;
    padding: 0;
}
.fl-widget ul li {
    display: block;
    margin-bottom: 8px;
}
.fl-widget ul li:last-child {
    margin-bottom: 0;
}
li#map-icon {
    text-indent:-0.8em;
    padding-left: 1.5em;
}

li#map-icon:before {
    font-family: FontAwesome;
    color: white;
    display: inline-block;
    width: 0.8em;
    content: "\f278";
}
li#phone-icon:before {
    font-family: FontAwesome;
    color: white;
    display: inline-block;
    width: 1.5em;
    content: "\f095";
}
li#envelope-icon:before {
    font-family: FontAwesome;
    color: white;
    display: inline-block;
    width: 1.5em;
    content: "\f0e0";
}
ul#footer-address li:before {
    font-family: FontAwesome;
    color: white;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.fl-page-footer-widgets-row a {
    text-decoration: none;
    color: #cdcdcd;
}
ul#footer-address {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
ul#footer-address li {
    padding-left: 1.3em;
}   
ul#footer-address li:before {
    font-family: FontAwesome;
    color: white;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.col-md-6 {
    width: 50%;
}
.fl-page-footer-text {
    font-size: 12px;
        padding-bottom: 20px;
}
.fl-page-footer-text a {
    text-decoration: none;
    color: #46a4cb;
}
.fl-full-width .container {
    padding-left: 0;
    padding-right: 0;
   max-width: 1200px;
width: 100%;
}
.fl-page-footer-text-2 {
    font-size: 14px;
    font-weight: bold;
}
.text-right{text-align:right;}
.fl-page-footer-widgets a:hover, .fl-page-footer-widgets a:focus, .fl-page-footer-widgets a:hover *, .fl-page-footer-widgets a:focus *, .fl-page-footer-widgets a.fas:hover, .fl-page-footer-widgets a.fab:hover, .fl-page-footer-widgets a.fas:focus, .fl-page-footer-widgets a.fab:focus {
    color: #00b0e1;
}
.fl-page-footer a:hover, .fl-page-footer a:focus, .fl-page-footer a:hover *, .fl-page-footer a:focus *, .fl-page-footer a.fas:hover, .fl-page-footer a.fab:hover, .fl-page-footer a.fas:focus, .fl-page-footer a.fab:focus {
    color: #00bae5;
}
img {
    max-width: 100%;
    height: auto;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*Jquery popup*/
.ui-widget {
    font-family: Helvetica, Arial, sans-serif !important;
}
.ui-dialog{border-radius:0 !important; padding:0 !important; border: 1px solid #DEDEDE !important;}
.ui-widget-header {
    border-bottom: 1px solid #DEDEDE !important;
    background: #fff !important;
    color: #114c8c !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    border-width: 0 0 1px 0 !important;
    font-size: 16px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.8em 1em;
}
.ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
}
.ui-state-hover,  .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: none !important;
}

.ui-widget-overlay {
    background: rgba(0,0,0, 0.4) !important;
    opacity: initial !important;
}
/*end of jquery popup*/

.ui-dialog-content button.ui-state-default{padding:4px 8px !important; background-color:#114c8c !important; border:none; color:#fff !important; margin-right:0 !important; border-radius:0 !important;}
.ui-dialog-content button.ui-state-default.ui-state-hover{background-color:#1457a1 !important; color:#fff !important;}
.ui-dialog .ui-dialog-titlebar {
    padding: .88em 1em !important;
}
#divUpdatesPopup iframe{width: 475px; height: 400px;}
.nopl{padding-left:0;}
.nopr{padding-right:0;}
#survey_Response, .chart-text {
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    background-color: white;
    padding: 13px 0 18px;
    line-height: 20px;
}
form{border:none !important; padding:0 !important; margin:0 !important;}
.ui-dialog .ui-dialog-content {
    padding: .5em 1.2em !important;
}
.lbl-block span:first-child{display:block;}
.pdr10{padding-right:10px;}
.pdl10{padding-left:10px;}
.border_all{border:1px solid #ddd;}
.alert {
    background-color: #f2c0c0;
    border: 1px solid #ea9898;
    padding: 7px;
    font-size: 13px;
    color: #C63614;
}

/*login*/
.login{
    margin: 5% auto;
     width: 340px;
}

.card{  
background:#193E6E;
}
.card-header{
    background:#fff;
    padding:15px;
    text-align:center;
}
.card-body{
    background:#193E6E;
      padding:25px 35px;
       }
  .form-control { 
      display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
  .form-group{
      margin-bottom:10px;
  }
  .text-white{
      color:#fff;
  }
  .text-success{
      color:#96ca4f;
  }
  .card h4{
      font-size:20px;
      margin-top:15px;
  }
  .fs13{
      font-size: 13px;
  }
  .my20{
      margin-top:20px;
      margin-bottom:20px;
  }
  .login-bg{
      background-image:url(images/bg.png);
      width:100%;
      background-attachment:fixed;
      background-position:center;
      background-repeat:no-repeat;
      background-size:cover;
  }

    .btn-success {
    color: #fff;
    background-color: #96ca4f !important;
    border-color:  #96ca4f !important;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus  {
    color: #fff;
    background-color: #7eb03b !important;
    border-color:  #7eb03b !important;
}
    .card input[type=submit]{
    width: 100% !important;
}
  .btn-success:hover,.btn-success:focus,.btn-success:active {
    color: #fff;
    background-color: #8abb46;
    border-color:#8abb46 !important;
}
  .btn-block{
          padding: 10px !important;
    width: 100% !important;
    text-align:center;
  }
 .login-footer .fl-full-width .container {
 max-width: 970px;
width: 100%;
}
  .login-footer .fl-page-footer-widgets {
   border-color: #114c8c;
    background-color: #114c8c; 
}
.login-footer .fl-page-footer {
    border-color: #193f6e;
    background-color: #193f6e;
}
  .login-footer h3 {
    font-size: 20px;
    color:#fff !important;
}
  .login-footer .fl-page-footer-widgets-row a{
          color: #00b0e1;
  }
.login-footer .fl-page-footer-widgets-row a:hover {
    color: #00bae5;
}
.login .ui-button{
    border-radius:0 !important;
}
#rating img{
    width:21px;
}
.col-sm-12{width:100%;}
.col-md-4{
    width:33.33%;
}
.login-footer .fl-full-width .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

/*Popup*/
.widget1{
    float:right;
    width:33%;
}
.widget2{
    width:64%;
}

.mb15{
    margin-bottom:15px;
}
.transaction div#content{
    padding:0 !important;
}
.widget.widget1 table td,.widget.widget2 table td{
    font-weight:500;
   
}
.widget.widget1 table td,.widget.widget1 table th,.widget.widget2 table td,.widget.widget2 table th,.transaction.payment widget.widget1 table th,.transaction.payment .widget.widget1 table td {
    padding:2px;
   }
.py0 .widget1,.transaction.payment .widget1 {
    float: left;
    width: 30%;
}
.transaction.payment h2 {
    float: left;
    margin-left:0;
}

.widget.widget2  table.site td {
    line-height:18px;
}
.widget.widget1  table th {
   text-align:right;
}
.transaction h2 {
    display: block;
    float: right;
    text-align: left;
      border-bottom: 2px solid #114c9b;
    margin-left: 1em;
    font-size: 20px;
}
table#invoice_detail{
    border:1px solid #ccc;
}
table#equipment_service{
        border:1px solid #ccc;
}
.py0 div#content{
    padding:0;
}
.py0 h2 {
    display: block;
    float: left;
    text-align: left;
      border-bottom: 2px solid #114c9b;
    margin-left: 0;
    font-size: 20px;
}
  .cont input {margin-top: 0.25em;
    margin-bottom: 0.25em;} 
  .mt15{margin-top:15px;}
  #page_sub .sub-head{font-size:15px !important;}
  .greenHeader {
    position: relative;
    background-color: #96ca4f;
    color: White;
    padding: 12px;
    font-size: 22px;
    margin: 0px;
    font-weight: 600;
    line-height: 34px;
}
  .mb10{margin-bottom:10px;}
  .btn-md, .btn-md:hover, .btn-md:focus, .btn-md:active{padding:7px 12px;}
.btn-c {
    padding: 5.5px 12px !important;
    vertical-align:text-bottom;
}
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #068290 !important;
}
  .login .card-header{cursor:pointer;}
#aNewTicket.ui-button-text-icon-secondary .ui-button-text, #aSubmitTicket.ui-button-text-icon-secondary .ui-button-text {
    padding: 0;
    display: initial;
    color: #193E6E;
}
#aNewTicket.ui-state-default .ui-icon, #aSubmitTicket.ui-state-default .ui-icon{background-image:none;}
#aNewTicket.ui-button-text-icon-secondary:hover .ui-button-text, #aSubmitTicket.ui-button-text-icon-secondary:hover .ui-button-text {
    color: #8B9EB6 !important;
}
.plr{padding:0 1px;}
#lblSolutionistEmail{word-wrap: break-word;}
#on_time_chart .widget {
    border: solid 1px #e2e2e2;
    background-color: #f1f1f1;
}
.trTimeStat th {
    padding: 3px;
    background-color: white !important;
    border-bottom: solid 1px #e2e2e2;
}

 .greenHighlight {
            cursor: pointer;
            background-color: #f1f1f1;
        }

        .trTimeStat .greenHighlight {
            cursor: pointer;
            background-color: #ffffff;
        }
            .statusSelected {
            background-color: #e6f2ff !important;
            /*border-left: 1px solid #114c8c;
            padding-left: 10px;*/
        }
            table.zebra th > a > img{position:relative; top:4px;}
            .logo{width:150px;}
            #dashboard .sub-head{padding-bottom:10px;}
.bx-wrapper {
    margin:initial !important;
    margin-bottom: 60px !important;
}
.fixed-height{max-height: 250px;
overflow-y: auto;}
form {
    border-left: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    outline: none;
}
.modal-head{
    border:1px solid #ddd;
}
.modal-head .ui-widget-header {
    background: #f7f7f7 !important;
    color: #114c8c !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    font-size: 16px;
    text-align: left;
    border: 1px solid #ddd !important;
    padding: 10px;
}
.btn-glowing {
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #114c8c;
        -webkit-box-shadow: 0 0 3px #114c8c;
    }

    50% {
        background-color: #e12d2d;
        -webkit-box-shadow: 0 0 10px #e12d2d;
        border: 1px solid #e12d2d;
    }

    100% {
        background-color: #114c8c;
        -webkit-box-shadow: 0 0 3px #114c8c;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #114c8c;
        -moz-box-shadow: 0 0 3px #114c8c;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 10px #e12d2d;
        border: 1px solid #e12d2d;
    }

    100% {
        background-color: #114c8c;
        -moz-box-shadow: 0 0 3px #114c8c;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #114c8c;
        box-shadow: 0 0 3px #114c8c;
    }

    50% {
        background-color: #e12d2d;
        box-shadow: 0 0 10px #e12d2d;
        border: 1px solid #e12d2d;
    }

    100% {
        background-color: #114c8c;
        box-shadow: 0 0 3px #114c8c;
    }
}

@keyframes glowing {
    0% {
        background-color: #114c8c;
        box-shadow: 0 0 3px #114c8c;
    }

    50% {
        background-color: #e12d2d;
        box-shadow: 0 0 10px #e12d2d;
        border: 1px solid #e12d2d;
    }

    100% {
        background-color: #114c8c;
        box-shadow: 0 0 3px #114c8c;
    }
}
/*responsive starts from here*/
@media screen and (max-width: 1280px) {
    .card-body.b-log {
        padding: 60px 35px;
    }
}

@media screen and (max-width: 1024px) {
    .header_wrapper, .fl-full-width .container, div#content {
    width: 96%;
}
    .transaction.payment .widget1 {
    float: left;
    width: 32%;
}
     .transaction div#content, div#content.cont ,div#content.np, .py0 div#content{
      width: 100%;
}
    body {
        overflow-x: hidden;
    }
    #dashboard .col-9, #dashboard .col-3{width:100%;}
     .card-body.b-log{
            padding:55px 35px;
        }
     .logo {
        width: 150px;
    }
}

@media screen and (max-width: 800px) {
    .header_wrapper{height:auto;}
    .topnav a {
        padding: 42px 8px;
        font-size: 14px;
        font-weight: 600;
    }
    #lblDateError{display:block;}
    .col-m-6{width:50%;}
    #ddlRange:after{clear:both;}
    #panelCustomDate input {
    width: 120px;
}
       #panelCustomDate input[type=submit] {
    width: auto;
}
       .ui-dialog{width:96% !important;}
       html{overflow-x:hidden;}
            .login-footer .fl-page-footer-widgets-row .col-sm-4{width:100%;}
        .login-footer .fl-page-footer-widgets-row {
    text-align: center;
}
   
    .navButtons_iframe {
  float: none;
	    }
     .topnav a {
        display: none;
    }

        .topnav a.icon {
            float: right;
            display: block;
        }
    .navButtons.pull-right {
        position: relative;
        float: none;
    }

    .topnav .icon {
        position: absolute;
        right: 0;
        top: 0;
        padding: 26px 15px;
    }

        .topnav .icon img {
            width: 25px;
        }

        .topnav .icon:hover {
            opacity: 0.8;
        }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        width: initial !important;
    }

    .topnav {
        overflow: hidden;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #DEDEDE;
    }

        .topnav a {
            padding: 17px 16px;
            border-bottom: 1px solid #DEDEDE;
        }
   .topnav a#aNewTicket{border-bottom: 1px solid #DEDEDE !important;}
            .topnav a:last-child, .header-outer {
                border-bottom: none;
            }

    .logo {
        width: 130px;
    }  
}

@media screen and (max-width:768px) {
    
}

@media screen and (max-width: 670px) {
    div#content {
        padding: 0;
    }
    #divInfo > .float-section{width:100%; float:none;}
    .dashboard-top-pnl{margin-top:20px;}
    .col-m-6 {
    width: 100%;
}
    .chart-wrapper .pr15{padding-right:0;}
    .chart-wrapper .pl15{padding-left:0;}
    #divJobStatus{margin-top:20px;}
    .tabs-content table{width:900px;}
    .tabs-content{width:100%; overflow-x:auto; margin-bottom:20px;}
    .fl-page-footer-widgets-row{text-align:center;}
    .fl-page-footer-widgets-row .col-sm-3{width:100%;}
    .fl-page-footer-row .col-sm-6{width:100%; text-align:center;}
    .alignnone {
    margin: 12px 0;
}
    .transaction div#content {
        overflow-x:auto !important;
}
    .widget1{
    width:38%;
}
     .payment .widget1{
    width:60%;
}
     .py0 .widget1 {
    width:43%;
}
.widget2{
    width:60%;
}
.transaction.payment .widget1 {
    width:41%;
}
.float-section .text-blue {
    line-height: 30px;
}
.table-responsive{overflow-x:auto; width:100%;}
}

@media screen and (max-width:480px) {
    .ui-widget-content {
    width: 95% !important;
}
    .ui-dialog .ui-dialog-content {
    width: 100% !important;
}
    #divUpdatesPopup iframe {
    width: 100%;
}
    .hide-xs{display:none;}
     .widget1{
    width:100%;
    float:none;
}
         .payment .widget1{
    width:100%;
    float:none;
}
         .py0 .widget1{
    width:100%;
    float:none;
}
.widget2{
    width:100%;
}
.widget.widget1  table th {
   text-align:left;
}
.input-block .col-6 {
    width: 100%;
}
.input-block .pdl10{
    padding-left:0;
}
.transaction.payment .widget1 {
    float: left;
    width: 80%;
}
.widget.widget1 table.details {
    margin-bottom: 15px !important;
}
.nav-tabs > li {
    width: 49%;
}
}

@media screen and (max-width: 414px) {
    .details{width:100%;}
    .details th:first-child {width: 40%;}
}

@media screen and (max-width: 375px) {
    .col-xss-12{width:100%;}
    .dashboard-top-pnl .float-section{width:100%;}
        .login {
   width: 90%;
}
         .card-body {
    padding: 25px 15px;
}
        #rating img{
    width:18px;
}
}