﻿/*------------Global------------*/
body {
    /* padding-top: 50px;*/
    /*font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif !important;*/
    /* font-family:'Roboto', sans-serif;*/
    /* font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif !important;
}

.body-grey {
    background: #f5f5f5;
}


/*.container
{
    width: 1250px;
}*/


*[data-toggle="collapse"] {
    cursor: pointer;
}

.input-validation-error {
    border: 1px solid #b94a48 !important;
    background-color: #fee !important;
}

.field-validation-error {
    display: none;
}

label {
    pointer-events: none;
    font-weight: normal;
}

#RememberMe {
    width: 120px;
    height: 22px;
}

#tblRecentOrders > tbody > tr > td {
    border: none;
}

.package-list {
    overflow-y: auto;
    /*max-height: 225px;*/
    max-height: 318px;
}

.validation-summary-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.validation-summary-valid {
    display: none;
}

.package {
    padding-bottom: 5px;
}

.serviceButton input[type="radio"] {
    display: none;
}
.cut-off input[type="radio"] {
    display: none;
}

.serviceButton img {
    display: block;
    width: 80px;
    height: 50px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.serviceButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    /*margin-right: 10px;*/
    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-radius: 4px;
    color: #555555;
    /*background-color: #337ab7;
    border-color: #2e6da4;*/
    /*width: 100px;*/
    height: 150px;
}

.cut-off {
    opacity: 0.5;
    cursor: not-allowed;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    /*margin-right: 10px;*/
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #555555;
    /*background-color: #337ab7;
    border-color: #2e6da4;*/
    /*width: 100px;*/
    height: 150px;
}

    .serviceButton.active {
        background-color: #f5f5f5;
        border-color: #dddddd;
        outline: 0;
        /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*/
    }

.serviceGroup {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}

.form-group.has-float-label {
    margin: 10px 0;
}

.panel-body-center {
    text-align: center;
}

/*Changed by Joe Attia 3/27/2018*/
/*.nav > li > a {
    padding: 7px 15px;
    border-radius: 6px;
    margin-top: 0px;
    margin-left: 15px;
}*/


.maincontainer {
    /*font-family: 'Lato';*/
    line-height: 1.35715;
    color: #333;
}

.font-weight-bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase !important;
}


.chart > .center {
    text-align: center;
}

    .chart > .center > div,
    .chart > .center > .dx-widget {
        display: inline-block;
        vertical-align: middle;
    }

.btnline {
    line-height: 12px !important;
    margin-top: 1px !important;
    margin-right: 2px !important;
    position: absolute !important;
    top: -5px !important;
    right: 10px !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    /*color: #ffffff;*/
    border-bottom: 5px;
    border-color: #ebccd1;
    color: #b94a48;
}

/*Added by Joe Attia 3/27/2018*/

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    /*background-color: #d1e8f5;*/
    /*background-color: #C7CED6;*/
    background-color: #ECF2F8;
}

legend {
    color: #363636;
    /*border-bottom: 2px solid #58a4ce;*/
   /*border-bottom: 2px solid #2A6EB2;*/
}

legend.no-border {
    /*border-bottom: 2px solid #58a4ce;*/
   /*border-bottom: 2px solid #2A6EB2;*/
   border: none;
}

.navbar-default {
    background-image: none;
    background-color: white !important; /*#3d5461*/
    border: none;
    margin-left: 200px;
}

    .navbar-default .navbar-nav > li > a {
        color: #2A6EB2;
        padding-bottom: 14px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #2A6EB2 !important; /*#3d5461*/
        background-color: #ffffff;
    }

        .navbar-default .navbar-nav > .active > a > .svg-inline--fa {
            color: #2A6EB2 !important;
        }


    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #2A6EB2;
        border-bottom: 3px solid #ffffff;
        left: 0;
        right: 0;
        content: " ";
        background-color: transparent;
        padding-bottom: 11px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: white;
        color: #2A6EB2;
    }

.dropdown-menu > li > a {
    color: #2A6EB2;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: white;
        background-color: #2A6EB2;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #ffcc66; /*#36a3ff*/
    color: #404757;
}

.navbar-default .navbar-brand {
    color: #2A6EB2;
    font-size: 25px;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #2A6EB2;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    /*color: #ffffff;*/
    background-color: #ffcc66; /*#36a3ff*/
    color: #404757;
}
/*Loading*/

svg {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*Loading*/

.font2rem {
    font-size: 2rem;
}

/*.label, .glyphicon {
    margin-right: 10px;
    color: white;
}*/

.navbar-default .navbar-nav > .open > a:hover > .glyphicon, .navbar-default .navbar-nav > .open > a:focus > .glyphicon {
    color: #3d5461;
}

.navbar-default .navbar-nav > .open > a:hover > .svg-inline--fa, .navbar-default .navbar-nav > .open > a:focus > .svg-inline--fa {
    color: #2A6EB2 !important;
}

.dropdown-menu > li > a > .glyphicon {
    color: #2A6EB2;
}



.dropdown-menu > li > a:hover > .glyphicon, .dropdown-menu > li > a:focus > .glyphicon, .dropdown-menu > li > a:hover > .svg-inline--fa, .dropdown-menu > li > a:focus > .svg-inline--fa {
    color: white;
}

.page-modal {
    display: block !important;
    position: relative !important;
    z-index: 0 !important;
    overflow: inherit;
}

.page-modal-header {
    padding: 10px;
    text-align: left;
    font-size: 20px;
    min-height: 55px;
}

.page-modal-body {
    padding: 10px;
}

.page-modal-content {
    border-radius: 0px;
    box-shadow: none;
    border-color: lightgray;
}

.piechart-range {
    position: absolute !important;
    right: 0;
}

/*Change made by Joe Attia 3/27/2018
.navbar {
    min-height: 60px !important;
    padding-top: 15px;
    /*padding-bottom:15px;
}*/

.row-header {
    /*margin-bottom: 25px;*/
}

.form-group-cutom {
    margin-bottom: 20px !important;
}


@media (min-width: 768px) {
    .modal-md {
        width: 700px !important;
    }
}

.btn-primary-custom {
    background-color: #A2D8F1; /*#5bc0de*/
    border-color: #A2D8F1; /*#5bc0de*/
    color: white;
}

    .btn-primary-custom:hover {
        color: white;
    }

    .btn-primary-custom:focus {
        color: white;
    }

.btn:focus {
    outline: none !important;
}

.btn:active, .btn.active {
    box-shadow: none !important;
}

.form-group-login {
    margin-bottom: 30px !important;
}

.modal-sm-login {
    width: 100% !important;
    overflow: hidden;
    box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.2) !important;
   /* box-shadow: 0 0 15px 5px rgba(0,0,0,0.2) !important;*/
    border-radius: 7px !important;
    
}

    .modal-sm-login{
        padding: 25px 50px 25px 50px;
    }


.panel-actions {
    margin: -2px -5px 0 0;
    float: right;
    list-style: none;
}

.panel-body > h4 {
    color: #3e5771;
}

.panel-default .panel-actions > li > a:not(.btn) {
    color: #95a5a6;
}

.panel-actions > li > a:not(.btn) {
    display: inline-block;
    padding: 1px 4px 2px;
    text-decoration: none;
    width: 23px;
    text-align: center;
}

.progress-bar-info {
    background-color: #55a5d9;
}

.progress.progress-xs {
    height: 7px;
    border-radius: 0;
}

.container {
    color: #3e5771 !important;
}

.panel-card {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.panel-primary {
    border-bottom: 5px solid #6D5CAE;
}

.panel-complete {
    border-bottom: 5px solid #48B0F7;
}

.panel-success {
    border-bottom: 5px solid #10CFBD;
}

.panel-warning {
    border-bottom: 5px solid #F8D053;
}

.panel-danger {
    border-bottom: 5px solid #F55753;
}

.panel-info {
    border-bottom: 5px solid #3B4752;
}

.form-control[disabled], .form-control[disabled] + label, .form-control[readonly], fieldset[disabled] .form-control {
    background-color: white;
    opacity: 0.7;
}

.cc-page-header {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

    .cc-page-header > h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-top: 0px;
        color: #555555;
    }

#cc-bottom-alert {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 500px;
    z-index: 5000;
}

/*Order Status Progress Bar*/

.progress {
    width: 100%;
    text-align: center;
    box-shadow: none;
    height: 70px;
    background: none;
}

    .progress .circle,
    .progress .bar {
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        border: 1px solid #d5d5da;
    }

    .progress .bar {
        position: relative;
        width: 150px;
        height: 6px;
        top: -30px;
        margin-left: -4px;
        margin-right: -3px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .progress .circle .label {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        margin-top: 4px;
        color: #b5b5ba;
        font-size: 17px;
        margin-right: 0px;
        padding: 2px 0px;
    }

    .progress .circle .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 30px;
        margin-left: -5px;
        font-family: arial;
    }

    .progress .bar-1.half {
        background: linear-gradient(to right, rgba(247,239,156,1) 0%, rgb(255, 255, 255,1) 100%);
    }

    .progress .bar-2.half {
        background: linear-gradient(to right, rgba(247,239,156,1) 0%, rgba(206,227,155,1) 0%, rgb(255, 255, 255,1) 100%);
    }

    .progress .bar-3.half {
        background: linear-gradient(to right, rgba(247,239,156,1) 0%, rgba(206,227,155,1) 0%, rgba(165,216,153,1) 0%, rgb(255, 255, 255,1) 100%);
    }

    .progress .circle .label {
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress .circle.done .title {
        color: #444;
    }

    .progress .circle-1.done .label {
        color: #FFF;
        background: rgba(247,239,156,1) !important;
    }

.bar-1.done {
    background: linear-gradient(to right, rgba(247,239,156,1) 0%, rgba(206,227,155,1) 100%, rgba(165,216,153,1) 0%, rgb(180, 220, 156,1)0%, rgba(130,206,152,1) 0%) !important;
}

.progress .circle-2.done .label {
    color: #FFF;
    background: rgba(206,227,155,1) !important;
}

.bar-2.done {
    background: linear-gradient(to right, rgba(247,239,156,1) 0%, rgba(206,227,155,1) 0%, rgba(165,216,153,1) 100%, rgba(130,206,152,1) 0%) !important;
}

.progress .circle-3.done .label {
    color: #FFF;
    background: rgba(165,216,153,1) !important;
}

.bar-3.done {
    background: linear-gradient(to right, rgba(247,239,156,1) 0%, rgba(206,227,155,1) 0%, rgba(165,216,153,1) 0%, rgba(130,206,152,1) 100%) !important;
}

.progress .circle-4.done .label {
    color: #FFF;
    background: rgba(130,206,152,1) !important;
}
.progress .circle.active .label{
     color:white;
     box-shadow: inset 0 0 2px white;
}

.progress .circle.active{
    background-color: #5dc2e6;
}


/*Theme Color*/
.color-warning {
    color: #f0c24b !important;
}

.color-danger {
    color: #ea7066 !important;
}

.color-success {
    color: #b5d56a !important;
}

.color-primary {
    color: #3EB0FD !important; /*#84bed6   #3798d9*/
}

.color-info {
    color: #a597e7 !important;
}

.color-pink {
    background-color: #ea77ad !important;
}

.bg-color-default {
    background-color: #404757 !important;
    color: white;
}

.bg-color-warning {
    background-color: #f0c24b !important;
    color: white;
}

.bg-color-danger {
    background-color: #ea7066 !important;
    color: white;
}

.bg-color-success {
    background-color: #b5d56a !important;
    color: white;
}

.bg-color-primary {
    background-color: #3EB0FD !important; /*#84bed6      #3798d9 */
    color: white !important;
}

.bg-color-info {
    background-color: #a597e7 !important;
    color: white;
}

.bg-color-pink {
    background-color: #ea77ad !important;
    color: white;
}



.icon-round {
    padding:10px 12px;
    border-radius: 24px;
    font-size: 15px;
}




.card-warning {
    background-color: #f0c24b !important;
    border-color: #f0c24b !important;
}

.card-danger {
    background-color: #ea7066 !important;
    border-color: #ea7066 !important;
}

.card-success {
    background-color: #b5d56a !important;
    border-color: #b5d56a !important;
}

.card-primary {
    background-color: #3798d9 !important; /*#84bed6*/
    border-color: #3798d9 !important; /*#84bed6*/
}

.card-info {
    background-color: #a597e7 !important;
    border-color: #a597e7 !important;
}

.card-pink {
    background-color: #ea77ad !important;
    border-color: #ea77ad !important;
}

.border-warning {
    border-color: #f0c24b !important;
}

.border-danger {
    border-color: #ea7066 !important;
}

.border-success {
    border-color: #b5d56a !important;
}

.border-primary {
    border-color: #3EB0FD !important; /*#84bed6   #3798d9*/
}

.border-info {
    border-color: #a597e7 !important;
}

.border-pink {
    border-color: #ea77ad !important;
}

.dx-data-row > td {
    font-family: 'Lato', sans-serif !important;
    line-height: 34px;
    /*font-family: 'Titillium Web', sans-serif;*/
}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection {
   background-color: #3EB0FD !important;
    color: white !important;
    border-radius: 20px;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    /*  background-color: #556A85 !important;*/ /*#3d5461 */
    background-color: #f7f6fa !important;
    color: #575962 !important;
    border: none !important;
}

.dx-datagrid .dx-row-alt > td {
    background-color: #faf9fc !important;
    color: inherit !important;
}

.grid-add-btn > .dx-button-content > .dx-icon {
    color: white !important;
}

#InvoiceGrid > .dx-datagrid > .dx-datagrid-rowsview > .dx-datagrid-content > .dx-datagrid-table > tbody > .dx-row-lines.dx-state-hover > td {
    cursor: pointer;
}


.dx-data-row.dx-state-hover > td {
    /*background-color: #556A85 !important;*/ /*#3d5461  #4eb5fd*/
    background-color: #f7f6fa !important;
    color: #575962 !important;
    border: none !important;
    cursor: pointer !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    font-weight: 600;
    background-color: #f4f3f8;
    color: #575962;
    border-bottom: none !important;
    font-size: 14px;
    line-height: 34px;
}

.dx-datagrid-header-panel {
    border: none !important;
}
.dx-datagrid-borders > .dx-datagrid-pager, .dx-datagrid-borders > .dx-datagrid-headers {
    border: none !important;
}

.dx-datagrid-rowsview {
    border: none !important;
}

.dx-widget {
    font-family: 'Lato', sans-serif !important;
}

.dx-pager .dx-pages .dx-page, .dx-pager .dx-page-sizes .dx-page-size {
    padding: 7px 9px 8px;
    height: 38px;
    min-width: 38px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.dx-button {
    border:none !important;
}


.form-control {
    border-radius: 0px;
    box-shadow: none;
}

.btn {
    background-image: none;
    border-radius: 0px;
    text-shadow: none;
}

    .btn:hover {
        color: white;
    }


.form-control:focus {
    border-color: darkgray;
    box-shadow: none;
    outline: 0 none;
}

.btn-primary {
    background-color: #3EB0FD !important;
    border-color: #3EB0FD !important;
}

.btn-warning {
    background-color: #f0c24b !important;
    border-color: #f0c24b !important;
}

.btn-danger {
    background-color: #ea7066 !important;
    border-color: #ea7066 !important;
}

.btn-success {
    background-color: #b5d56a !important;
    border-color: #b5d56a !important;
}

.grid-btn {
    padding: 5px 8px;
    color: #acacac !important;
    font-size: 16px;
}

.grid-btn-primary:hover {
    background-color: #3EB0FD;
    border-radius: 20px;
    color: white !important;
}

.grid-btn-warning:hover {
    background-color: #f0c24b;
    border-radius: 20px;
    color: white !important;
}

.grid-btn-danger:hover {
    background-color: #ea7066;
    border-radius: 20px;
    color: white !important;
}

.grid-btn-success:hover {
    background-color: #b5d56a;
    border-radius: 20px;
    color: white !important;
}

.grid-btn:focus {
    color: white;
}

.user-link:hover {
    text-decoration: none;
}

.btn-default:hover {
    background-color: #ffffff;
    color: inherit;
}

.chart-btn {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 10px;
}

.dash-table > thead > tr > th, .dash-table > tbody > tr > th, .dash-table > tfoot > tr > th, .dash-table > thead > tr > td, .dash-table > tbody > tr > td, .dash-table > tfoot > tr > td {
    padding: 5px;
}



.main-content {
    padding: 20px;
}

.active-status {
    font-weight:bold;
}


.login-footer {
    margin-top: 50px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    color:white;
}


.login-background {
    min-height: 100vh;
    background-image: url('../images/login-background-2.jpg');
    background-repeat: no-repeat;
    background-size: 400%;
    filter: blur(5px);
    -webkit-filter: blur(8px);
    position: fixed;
    opacity: 0.9;
    min-width: 100%;
    /*background: linear-gradient(to bottom, rgba(132,171,186,1) 0%, rgba(36,69,79,1) 50%, rgba(79,92,97,1) 100%);*/
}


.responsive-image{
    width: 100%;
    background-size: 100% 100%;
    min-height: 100vh;
    min-width: 100%;
    position: fixed;
} 



/* Retina display */
@media screen and (min-width: 1024px){
    .responsive-image{
        background-image: url('../images/login-background-2.jpg');
    }
}

/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
    .responsive-image{
        background-image: url('../images/login-background-2.jpg');
    }
}

/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
    .responsive-image{
        background-image: url('../images/login-background-2.jpg');
    }
}

/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
    .responsive-image{
        background-image: url('../images/login-background-2.jpg');
    }

    
  .modal { overflow: auto;}

}

/* Mobile LD */
@media screen and (max-width: 350px){
    .responsive-image{
        background-image: url('../images/login-background-2.jpg');
    }
} 








.tooltip {
    position: fixed;
    font-family: 'Lato', sans-serif !important;
}

.label {
    border-radius: 30px;
}

