@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,800';

/***********

Reset / Basics

***********/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #f5f5f5;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    overflow-x: hidden;
    font-weight: 400;
}

body.bg-light {
    background-color: #fff !important;
}

body.bg-light #wrapper {
    background-color: #fff;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #00448b;
}

a:hover, a:focus, button, button:focus {
    background-color: transparent;
    outline: 0 !important;
    text-decoration: none;
    color: #00448b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin-top: 0px;
    color: #333;
    font-family: 'Open Sans', sans-serif !important;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.label {
    font-weight: 400;
}

.text-success, .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #10c469;
}

.text-danger, .editable-empty, .editable-empty:focus, .editable-empty:hover, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #d9534f !important;
}

.text-warning, .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #de9a39;
}

.text-primary {
    color: #00448b;
}

.text-info {
    color: #56C0E0;
}

.text-muted {
    color: rgba(255, 255, 255, 0.7);
}

.btn-success, .label-success {
    background-color: #1bbf89 !important;
    border: 1px solid #1bbf89 !important;
}

.btn-info, .label-info {
    background-color: #56C0E0 !important;
    border: 1px solid #56C0E0 !important;
}

.btn-primary {
    background-color: #00448b !important;
    border: 1px solid #00448b !important;
}

.btn-danger, .label-danger {
    background-color: #DB524B !important;
    border: 1px solid #DB524B !important;
}

.btn-warning, .label-warning {
    background-color: #f7af3e !important;
    border: 1px solid #f7af3e !important;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00448b;
    border-color: #00448b;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #56C0E0;
    border-color: #56C0E0;
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #1bbf89;
    border-color: #1bbf89;
}

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #f7af3e;
    border-color: #f7af3e;
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #DB524B;
    border-color: #DB524B;
}

.panel-default > .panel-heading {
    position: relative;
    background: #dae6ec;
    color: #333 !important;
    border-color: #dae6ec;
}

.panel-default > .panel-heading a {
    color: #333;
}

.panel-success {
    border-color: #1bbf89;
}

.panel-primary {
    border-color: #00448b;
}

.panel-info {
    border-color: #56C0E0;
}

.panel-warning {
    border-color: #f7af3e;
}

.panel-danger {
    border-color: #DB524B;
}

.alert-success {
    color: #fff;
    background-color: #1bbf89;
    border-color: #1bbf89;
}

.alert-info {
    color: #fff;
    background-color: #56C0E0;
    border-color: #56C0E0;
}

.alert-warning {
    color: #fff;
    background-color: #f7af3e;
    border-color: #f7af3e;
}

.alert-danger {
    color: #fff;
    background-color: #DB524B;
    border-color: #DB524B;
}

.alert-link {
    font-weight: 600 !important;
    color: #fff !important;
}

.alert-dismissable .close, .alert-dismissible .close {
    opacity: 0.6;
}

.panel-heading {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.badge-danger {
    background-color: red;
}

.badge-succes {
    background-color: #70ac07;
}

.badge-gold {
    background-color: #00448b;
}

.badge-color1 {
    background-color: #110621;
}

.badge-color2 {
    background-color: #44148C;
}

.badge-color3 {
    background-color: #31932d;
}

.badge-color4 {
    background-color: #82340b;
}

.badge-color5 {
    background-color: #824800;
}

.badge-color6 {
    background-color: #ff0000ed;
}

blockquote {
    border-left-color: #4c5761;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

.space-40 {
    height: 40px;
}

.space-50 {
    height: 50px;
}

.space-60 {
    height: 60px;
}

.space-70 {
    height: 70px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.pad-0 {
    padding: 0;
}

.page {
    position: relative;
    min-height: 100%;
}

strong, b, label {
    font-weight: 500;
}

/***pace page loader css**/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 99000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

#wrapper {
    margin: 0 0px 0 220px;
    padding: 50px 0;
    padding-bottom: 0px;
    transition: all 0.4s ease 0s;
    position: relative;
    min-height: 100%;
}

.content-wrapper {
    padding: 30px;
    padding-bottom: 0px;
}

.content-wrapper.container {
    width: 100%;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0;
}

/**page title**/
.page-title {
    padding-bottom: 10px;
    text-transform: capitalize;
}

.page-title h1 {
    font-weight: 400;
    font-size: 23px;
}

.page-title .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.breadcrumb > .active {
    color: #666;
}

.jvectormap-zoomin {
    top: 0px !important;
}

.jvectormap-zoomout {
    top: 20px !important;
}

/****tiles*********/
.tile {
    background-color: #00448b;
}

.tile .tile-title {
    color: #fff;
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, 0.1);

    padding: 3px 15px;
}

.tile-body {
    padding: 15px;
    background-color: #00448b;
}

.tile-body i {
    font-size: 35px;
    color: #fff;
}

.tile-body h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0px;
}

.tile-footer {
    padding: 4px 15px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.tile-footer a {
    color: #fff;
}

.tile.red {
    background-color: #fa4345;
}

.tile.green {
    background-color: #91be24;
}

.tile.blue {
    background-color: #165bf7;
}

.tile.purple {
    background-color: #972cf1;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control, .placeholder {
    color: #999;
}

/**panels**/
.panel {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 30px;
}

.panel-card {
    margin-bottom: 30px;
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.panel-card > .panel-heading {
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    padding: 0px;
    margin-bottom: 30px;
    color: #333;
}

.panel-actions {
    right: 30px;
    position: absolute;
    top: 10px;
}

.panel-actions a {
    color: #666;
    display: inline-block;
    margin-left: 10px;
}

.panel-heading .panel-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.panel-actions a:hover {
    color: #3e81ec;
}

.panel-action-toggle:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
}

.panel-action-dismiss:before {
    content: "\f00d";
    font-family: "FontAwesome";
}

.panel-collapsed .panel-action-toggle:before {
    content: "\f106";
}

.panel-card .panel-body {
    padding: 0px;
}

.recent-activites .list-group .list-group-item:first-child {
    border-top-width: 0;

}

.recent-activites .list-group a {
    font-size: 15px;
}

.recent-activites .list-group {
    padding: 0;
    margin: 0px;
}

.recent-activites .list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0px;
    border-left-width: 0;
    border-right-width: 0px;
    -webkit-border-radius: 0px;
}

.recent-activites .list-group-item:last-child {
    border-bottom: 0px;
}

.recent-activites .list-group-item small {
    display: block;
}

/**table recent orders**/
.table-recent-orders > tbody > tr > td, .table-recent-orders > thead > tr > th {
    text-align: center;
}

.panel-default {
    border-color: rgba(0, 0, 0, 0.1);
}

.panel-default .panel-body {
    border-top-color: #4c5761;
}

@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

    .content-wrapper {
        padding: 25px 15px 40px 15px;
    }
}

/***graph**/
#flot-tooltip {
    position: absolute;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(230, 230, 230, 0.8);
    border-radius: 10px;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    padding: 6px;
    text-align: center;
}

#flot-tooltip span {
    display: block;
}

#flot-tooltip b {
    font-weight: bold;
    margin: 0.25em 0;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

#flot-tooltip i {
    margin: 0.1em 0;
    white-space: nowrap;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    font-style: normal;
}

.legend .legendColorBox > div {
    margin-right: 3px;
    border: none !important;
}

.legend > div {
    background-color: transparent !important;
    color: #666;
}

.legend .legendLabel {
    color: #666;
}

/* -----------------------------------------
   Vectormaps
----------------------------------------- */
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #344154;
    border-radius: 3px;
    background: #344154;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px 5px;
    z-index: 999;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #344154;
    padding: 3px;
    color: white;
    width: 18px;
    height: 18px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

/****lock screen**/
.lockscreen {
    background-color: #f5f5f5;
    padding-top: 150px;
}

.locksreen-col {
    width: 220px;
    margin: 0 auto;
}

.lockscreen img {
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.lockscreen h3 {
    margin-top: 20px;
    font-size: 25px;
}

.lockscreen h3 small {
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.lockscreen .m-t {
    margin: 0 auto;
    margin-top: 20px;
}

.lockscreen .form-control {
    border: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    height: 45px;
}

.lockscreen .btn-primary {
    border: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #00448b;
}

.btn-default[data-toggle="tooltip"], .btn-default[data-toggle="popover"] {
    margin-bottom: 3px;
}

/****login register accounts***/
.account {
    background: #f5f5f5;
    padding-top: 150px;
}

.account-col {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.account-col h1 {
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.account-col h3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.account-col .form-control {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.account-col .btn-primary {
    border: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #00448b;
    margin-bottom: 20px;
}

.account-col a:hover {
    color: #00448b;
}

.account-col .btn-default {
    border: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    margin-bottom: 20px;
    color: #00448b;
}

.account-col .btn-default:hover {
    color: #999;
    background-color: transparent;
}

/**************data tables************/
/* -----------------------------------------
   Datatables
----------------------------------------- */
div.dataTables_length label {
    font-weight: normal;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    font-weight: normal;
    float: right;
}

div.dataTables_filter label input {
    border: 1px solid #ddd;
    padding: 0px 15px;
}

div.dataTables_filter label input:focus {
    outline: 0 !important;
    border-color: #00448b;
}

div.dataTables_filter input {
    width: 16em;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

div.dataTables_paginate ul.pagination {
    margin: 2px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #666;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #ddd;
}

table.table {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
}

.sorting:before {
    content: "\f0dc";
    margin-right: 7px;
}

.sorting_asc:before {
    content: "\f0de";
    margin-right: 7px;
}

.sorting_desc:before {
    content: "\f0dd";
    margin-right: 7px;
}

table.dataTable th:active {
    outline: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00448b;
    border-color: #00448b;
}

.pagination > li > a, .pagination > li > span {
    color: #00448b;
}

/************

Error 404

************/
body.error {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.error .container {
    max-width: 450px;
    text-align: center;
    padding-top: 200px;
}

.error-box {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.error-box h1 {
    font-size: 90px;
}

.error-box h4 {
    font-weight: 600;
}

.show-grid span {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 1px;
    margin-bottom: 15px;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -ms-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
}

ol.stylish-lists {
    padding: 0;
    margin: 0 0 0 25px;
}

ul.stylish-lists {
    padding: 0;
    margin: 0 0 0 25px;
    list-style-type: disc;
}

.fontawesome-icon-list .fa-hover a {
    display: block;
    color: #848c94;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px;
}

.wysihtml5-toolbar .btn-default {
    margin-right: 2px;
    border-radius: 0px;
    border: 0px;
}

.wysihtml5-toolbar .btn-default.active, .wysihtml5-toolbar .btn-default:active, .wysihtml5-toolbar .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #00448b;
    border-color: #00448b;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #00448b;
    border-color: #00448b;
    outline: 0;
}

/****buttons*********/
.btn {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.btn:hover {
    opacity: 0.9 !important;
}

.btn-link {
    color: #00448b;
}

.btn-link:hover {
    color: #333;
}

.btn-default {
    background-color: #dae6ec;
    border-color: #dae6ec;
}

.btn-default:hover, .btn-default:focus {

    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}

.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #222;
    background-color: transparent;
}

.btn-primary {
    background-color: #00448b;
}

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, .15) !important;
}

.btn-circle {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    font-size: 30px;
}

.btn-circle.btn-lg {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
}

.btn-circle.btn-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.hr-line-dashed {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    margin: 20px 0;
}

.input-group-addon {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.2);
    color: #666;
}

.btn-white {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    color: #666;
}

.btn-white:hover, .btn-white:focus {
    color: #00448b;
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.2);
}

.note-editor .dropdown-menu > li > a {
    padding: 5px 15px !important;
    cursor: pointer;
}

.note-editor .dropdown-menu > li > a i {
    color: #333;
}

.sweet-buttons .btn-primary, .btn-default[data-toggle="tooltip"], .btn-default[data-toggle="popover"] {
    margin: 3px;
}

.content-wrapper h2 {
    margin-bottom: 20px;
}

.m-b {
    margin-bottom: 15px;
}

.mail-btn {
    margin-bottom: 30px;
}

.mail-btn li {
    display: inline-block;
    background: #ddd;
    margin-left: 5px;
    color: #333;
    font-size: 13px;
    border-radius: 2px;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-bottom: 10px;

}

.mail-btn li:hover {
    background-color: #00448b;
    color: #fff;
}

.mail-btn li i {
    margin-right: 8px;
}

.mail-box-row-2 .dropdown-menu li a {
    font-size: 13px;
}

.star {
    color: #fff !important;
    background: #B7C1D3;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid #B7C1D3;
}

/*********

Pricing tables
**********/
.price-box {
    box-shadow: 1px 2px 15px rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 1px 2px 15px rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-align: center;
    padding-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-box.popular h3 {
    background-color: #00448b;
    color: #fff;
}

.price-box:hover {
    box-shadow: none;
    -webit-box-shadow: none;
}

.price-box h3 {
    color: #333;
    background-color: transparent;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 0px;
    font-weight: 700;
}

.price-box h4 {
    font-size: 40px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.price-box h4 sup, .price-box h4 sub {
    font-size: 12px;
}

.price-box h4 sup {
    vertical-align: top;
    top: 9px;
    font-weight: 400;
}

.price-box h4 sub {
    vertical-align: bottom;
    bottom: 7px;
    left: -9px;
    font-weight: 400;
}

.price-box h4 span {
    display: block;
    font-size: 13px;
    color: #00448b;
    font-weight: 600;
    margin-top: 5px;
}

.price-box ul {
    text-align: left;

}

.price-box ul li {
    padding: 8px 25px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-box ul li i {
    color: #00448b;
    margin-right: 10px;
}

.price-box p {
    padding: 20px 25px;
    font-size: 12px;
    line-height: 18px;

}

/**dark price**/
.price-box.dark {
    background-color: #222;
    border: 0px;
}

.price-box.dark h4, .price-box.dark h3 {
    color: #fff;
    background-color: rgba(68, 70, 79, 0.5);
}

.price-box.dark.popular h3 {
    background-color: #00448b;
}

.price-box.dark ul li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.price-box.dark p {
    color: rgba(255, 255, 255, 0.8);
}

.contact-details {
    padding-top: 30px;
    margin-bottom: 30px;
}

.gallery-col {
    margin-bottom: 30px;
}

.contact-details h3 {
    font-weight: 400;
}

.socials li {
    padding: 0px;
}

.socials li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #4c5761;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    font-size: 18px;
    display: block;
}

.socials li a:hover {
    color: #fff;
    background-color: #00448b;
}

.jqstooltip {
    box-sizing: content-box;
    color: #fff;
}

.flot-chart {
    display: block;
    height: 200px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.flot-chart-pie-content {
    width: 280px;
    height: 200px;
    margin: auto;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;

}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #666;
}

/*************bootstrap wizard form css****/
.bwizard ul.bwizard-steps {
    margin-bottom: 30px;
}

.bwizard ul.pager {
    margin-bottom: 0px;
}

.bwizard-steps li a {
    display: block;
    padding: 8px 20px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #666;
    border-radius: 5px;
    margin-bottom: 5px;
}

.bwizard-steps li.completed a {
    background-color: #333;
    color: #fff;
}

.bwizard-steps li.active a {
    background-color: #00448b;
    color: #fff;
}

.bwizard-steps li.completed a {
    background-color: #00448b;
    color: #fff;
}

.pager li > a, .pager li > span, .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 15px;
}

.pager li > a:hover, .pager li > span:hover, .pager li > a:focus, .pager li > span:focus {
    background-color: #00448b;
    color: #fff;
}

input[type=checkbox], input[type=radio] {
    margin: 8px 0 0;
}

.bwizard .control-label {
    font-size: 12px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}

.popover-title {
    color: #333 !important;
}

.table-bordered {
    border-color: rgba(0, 0, 0, 0.2);
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.popover {
    background: #eee;
}

.popover.top > .arrow:after {
    border-top-color: #eee;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border-color: #ddd;
}

.fc-unthemed .fc-today {
    background: #00448b;
    color: #fff;
}

.fc-basic-view .fc-day-number {
    padding: 5px !important;
    font-size: 13px;
    line-height: 13px;
}

div#flotTip, .jqstooltip {
    color: #fff;
    background: rgba(0, 0, 0, 0.95) !important;
    border-color: #000 !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

.morris-hover.morris-default-style {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.95);
}

.morris-hover.morris-default-style .morris-hover-row-label {
    color: #fff;
}

.ct-label {
    font-size: 11px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #00448b;
    border-color: #00448b;
}

.bwizard .has-error .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.bwizard .help-block {
    text-align: left;
    font-weight: 400;
    font-size: 13px;
}

.bwizard .progress {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.bwizard .progress-bar {
    background-color: #00448b;
}

.blog-post {
    padding: 0px;
    background-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.blog-post img {
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.blog-desc {
    padding: 15px;
    background: #fff;
}

.blog-desc h3 {
    font-weight: 400;
    font-size: 20px;
}

.blog-desc h3 a {
    color: #333;
}

.blog-meta {
    display: block;
    font-weight: 400;
    font-size: 12px;
}

.blog-meta a {
    margin-right: 10px;
}

.blog-meta a + a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0px;
}

.post-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post-header h2 {
    font-weight: 400;
    font-size: 30px;
}

.blog-single-post .panel .panel-heading {
    font-size: 25px;
}

.sidebar-widget {
    padding-bottom: 30px;
}

.sidebar-widget h4 {
    text-transform: uppercase;
    font-weight: 700;
}

hr {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.tag-list a {
    display: inline-block;
    margin: 3px;
    padding: 1px 5px;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tag-list a:hover {
    color: #00448b;
    border-color: #00448b;
}

.tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 0px;
}

.tabs-container .tabs-left > .nav-tabs > li {
    float: none;
}

.tabs-container .tabs-left > .nav-tabs .active > a {
    border-color: #00448b transparent #00448b #00448b;
}

.tabs-container .tabs-left .tab-content {
    overflow: hidden;
    background-color: transparent;
}

.tabs-container .tabs-right > .nav-tabs {
    float: right;
    margin-right: 0px;
}

.tabs-container .tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left li a {
    margin-bottom: 3px;
    display: block;
}

.tabs-container ul {
    margin-bottom: 10px;
}

.tab-content .panel-body {
    background-color: #fff;
}

.tabs-right ul {
    padding-left: 10px;
}

.tabs-left ul {
    padding-right: 10px;
}

.nav-tabs > li > a {
    border-radius: 4px;
    background-color: #fff;
    display: block;
    margin: 3px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.tabs-container .tabs-right > .nav-tabs .active > a {
    border-color: #00448b #00448b #00448b transparent;
}

.tabs-container .tabs-right .tab-content {
    overflow: hidden;
    background-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #00448b;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #f5811e !important;
}

.nav-tabs {
    border-bottom: 0px;
}

.buttons-column {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 40px;
}

.buttons-column h3 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.buttons-column a, .buttons-column button {
    display: inline-block;
    margin-bottom: 3px;
}

.mail-box-row-2 {
    margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: 400;
}

.fc-state-default {
    border-radius: 0px;
    background: rgba(68, 70, 79, 0.5);
    background: none;
    background-image: none;
    -webkit-background-image: none;
    text-shadow: none;
    color: #666;
    box-shadow: none;
}

.fc-state-default:hover, .fc-state-default:focus {
    background: #00448b;
    color: #fff;
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    box-shadow: none;
}

.fc-state-active {
    background: #00448b;
    color: #fff;
}

.fc th {
    font-weight: 400;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 15px;
}

.alert .alert-link {
    font-weight: 500;
}

/****mail view***/
.mail-side-bar {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.mail-side-bar ul {
    margin: 0px;
    margin-bottom: 15px;
}

.mail-side-bar ul li {
    padding: 5px 0;
}

.mail-side-bar ul li a {
    color: #333;
    font-weight: 400;
}

.mail-side-bar ul li a:hover {
    color: #00448b;
}

.mail-side-bar ul li.lables {
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
}

.mail-side-bar ul.tags li:first-child {
    padding-bottom: 15px;
}

.mail-side-bar ul.tags li.lables {
    display: block;
}

.mail-side-bar ul.tags li {
    padding: 0px;
}

.mail-side-bar ul.tags li a {
    padding: 2px 12px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    margin: 3px;
    border-radius: 2px;
}

.mail-side-bar ul.tags li a:hover {
    color: #fff;
    background-color: #00448b;
}

.mail-box-header {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.mail-box {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

body .fc {
    margin-bottom: 30px;
}

.file {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.file-box {
    float: left;
    width: 220px;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file .icon i {
    font-size: 70px;
    color: #666;
}

.file .file-name {
    padding: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.file-name small {
    color: #666;
}

.mfp-bg {
    z-index: 99999 !important;
}

.mfp-wrap {
    z-index: 99999999 !important;
}

.gallery-col a {
    display: block;
    width: 20%;
    float: left;
    padding: 3px;
}

.help-block {
    color: #666;
}

.pagination {
    margin-top: 0px;
}

/*calendar css**/
.fc-event {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #00448b;
    color: #fff;
    border: 0px;
    border-left: 2px solid #00448b;
}

.fc-event:hover {
    color: #fff;
}

.note-codable {
    display: none;
}

.note-editor {
    padding: 20px;
}

.note-editable {
    padding: 20px 0;
}

.note-editable:focus {
    outline: 0 !important;
}

.compose_form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    min-height: 45px;
    background-color: #fff;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/***slider***/

.slider-selection {
    background-color: #00448b;
    background-image: none;
}

.slider-track {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

.slider-handle {
    background-color: #00448b;
    background-image: none;
}

.table-commerce {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.label-purple {
    background-color: #6a67fc;
}

.label-inverse {
    background-color: #666;
}

.order-view-box {
    padding: 15px;
    background-color: transparent;
    margin-bottom: 30px;
    background-color: #fff;
}

.embed-responsive, .panel-group, #markermap {
    margin-bottom: 30px;
}

.order-view-box h3 {
    color: #848c94;
    font-weight: 500;
}

.profile-overview {
    padding: 15px;
    background-color: #fff;
}

.profile-overview h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.profile-overview .socials li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.show-tab i {
    opacity: 0;
}

.show-tab:hover i {
    opacity: 1;
}

.profile-detail tr:hover i {
    opacity: 1;
}

.profile-edit {
    padding: 15px;
    background-color: #fff;
}

.sale-state-box {
    padding: 15px;
    background-color: #00448b;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 15px;
    box-shadow: 3px 4px 5px rgba(255, 255, 255, 0.1);
}

.panel-footer {
    background: transparent;
    border-top-color: rgba(255, 255, 255, 0.1);
}

.sale-state-box h3 {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}

.profile-states {
    padding: 15px;
    background-color: transparent;
    margin-bottom: 30px;
}

.recent-activities {
    padding: 15px;
    background-color: transparent;
}

.recent-activities .media img {
    height: 40px;
}

.recent-activities .media .media-heading {
    color: #00448b;
    margin-bottom: 0px;
}

.recent-activities .media-body {
    font-size: 12px;
}

.users-row img {
    margin-right: 10px;
}

.user-col {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.jvectormap-container {
    background-color: transparent !important;
}

.fileupload-buttonbar {
    margin: 0px;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: rgba(0, 0, 0, 0.1);
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
    background: rgba(0, 0, 0, 0.1);
}

.fc-day-number.fc-other-month {
    opacity: .6;
}

.note-editor {
    height: 340px;
}

.widget-box.layer {
    overflow: hidden;
    position: relative;
}

.widget-box.layer::before {
    content: '';
    position: absolute;
    top: -43px;
    left: -17px;
    width: 40px;
    height: 100px;
    background: #00448b;
    transform: rotate(46deg);
    z-index: 0;
    box-shadow: -6px 1px 10px rgb(0 0 0 / 27%);
    right: auto;
}

span.live-data {
    position: absolute;
    top: -9px;
    left: -2px;
    transform: rotate(-42deg);
    font-size: 20px;
    font-weight: 900;
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #28b779;
}

.widget-box {
    /*padding: 15px;
    background: #fff;
    border: 1px solid #e4e5e7;
    margin-bottom: 30px;
    height: 94px;
    padding-top: 20px;*/
    padding: 15px;
    background: #222;
    border: 1px solid #e4e5e7;
    margin-bottom: 15px;
    height: 64px;
    padding-top: 17px;
    box-shadow: 0 0 1px 3px #00448b;
}

.widget-box h4 {
    font-size: 13px;
    color: #aaa;
    font-weight: 700;
    margin-top: -8px;
}

.widget-box h2 {
    font-weight: 700;
    position: relative;
    top: -5px;
    left: -2px;
    color: #fff;
    font-size: 23px;
}

.widget-box img {
    position: relative;
    width: 50px;
    top: -23px;
}

.widget-box i {
    color: #fff;
    margin-top: 5px;
}

.widget-box:hover {
    background-color: #00448b !important;
    box-shadow: 0 1px 10px 3px #00000061;
    transition: all 0.3s ease-in-out;
}

.widget-box:hover h2, .widget-box:hover h4, .widget-box:hover .wavy span {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .btn-group {
        margin-right: 10px;
    }

    .mail-box-row-2 .btn-default {
        margin-top: 10px;
    }

    .bwizard-steps li a {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .gallery-col a {
        width: 50%;
    }

    .fileupload-buttonbar button {
        margin-bottom: 2px;
    }
}

@media (max-width: 767px) {
    .tabs-container .tabs-left > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
        float: none;
    }

    .sweet-buttons button {
        margin-bottom: 10px;
    }

    .panel-body button {
        margin-bottom: 10px;
    }

    .user-col button {
        margin-bottom: 10px;
    }
}

/*new styles*/
.bg-gold {
    background: #00448b !important;
}

.bg-white {
    background: #ffffff !important;
}

.bg-grey {
    background: #f5f5f5 !important;
}

.border-white {
    border: 1px solid #ffffff;
}

.border-light {
    border: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.bg-light {
    background: #fafafa94;
}

.text-gold {
    color: #00448b !important;
}

.bg-black {
    background: #1f1a17 !important;
}

.text-black {
    color: #1f1a17 !important;
}

.text-white {
    color: #ffffff !important;
}

#repeater .repeater-add-btn {
    position: absolute;
    right: -15px;
    top: -44px;
}

#repeater .remove-btn {
    left: unset;
    right: -15px !important;
    position: relative;
    top: -53px;
}

#repeater .items {
    margin-bottom: -30px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.my-1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.my-2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.my-3 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.my-4 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.my-5 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.mx-1 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-2 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-3 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-4 {
    margin-left: 40px;
    margin-right: 40px;
}

.mx-5 {
    margin-left: 50px;
    margin-right: 50px;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.pt-0 {
    padding-top: 0px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.p-0 {
    padding: 0;
}

.alert {
    padding: 2px 5px !important;
}

button.close {
    padding: 0px 25px;
    margin-top: -4px;
}

.chota-icon i:hover {
    background-color: #000;
    color: #ffffff;
    box-shadow: 0 0px 0px 2px #82340b;
}

.chota-icon i {
    padding: 2px 5px;
    border: 1px solid;
    /*border-radius: 50%;*/
    margin: 2px;
}

/*toggle*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00448b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00448b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.px-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-3 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl-1 {
    padding-left: 10px;
}

.pl-2 {
    padding-left: 20px;
}

.pl-3 {
    padding-left: 30px;
}

.pl-4 {
    padding-left: 40px;
}

.pl-5 {
    padding-left: 50px;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-5 {
    padding-right: 50px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.wavy {
    position: relative;
    -webkit-box-reflect: below -5px linear-gradient(transparent, rgba(255, 255, 255, 0.3));
    display: inline-block;
    /*padding-left: 8px;*/
    /*text-transform: capitalize;*/
}

.wavy span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    animation: animate 1.5s ease-in-out infinite;
    animation-delay: calc(.1s * var(--i));
    letter-spacing: -6px;
}

@keyframes animate {
    0%, 100% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(-10px);
    }
    40% {
        transform: translateY(0px);
    }
}

/*tables*/
.table > tbody > tr > td {
    padding: 1px 4px 0 4px;
    font-size: 12px;
}

.dataTables_info {
    font-size: 12px;
}

/*shadow text*/

.text1 {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.text2 {
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0, 0, 0, .1),
    0 1px 3px rgba(0, 0, 0, .3),
    0 3px 5px rgba(0, 0, 0, .2),
    0 5px 10px rgba(0, 0, 0, .25),
    0 10px 10px rgba(0, 0, 0, .2),
    0 20px 20px rgba(0, 0, 0, .15);
    0 30px 20px rgba(0, 0, 0, .1);
}

.text3 {
    text-shadow: 0px 3px 2px #ccc,
    0px 8px 10px rgba(0, 0, 0, 0.15),
    0px 12px 2px rgba(0, 0, 0, 0.7);

}

.text4 {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.text5 {
    -webkit-text-stroke: 1px #F8F8F8;
    text-shadow: 0px 1px 4px #23430C;
    color: #4a7e4e;
}

.text6 {
    text-shadow: 0 13.36px 8.896px #2c482e, 0 -2px 1px #aeffb4;
    letter-spacing: -4px;
    color: #6fb374;
}

.d-flex {
    display: flex !important;
}

/*bootstrap margins and paddings*/
.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.m--9 {
    margin: -10rem !important
}

.mt--9, .my--9 {
    margin-top: -10rem !important
}

.mr--9, .mx--9 {
    margin-right: -10rem !important
}

.mb--9, .my--9 {
    margin-bottom: -10rem !important
}

.ml--9, .mx--9 {
    margin-left: -10rem !important
}

.m--8 {
    margin: -8rem !important
}

.mt--8, .my--8 {
    margin-top: -8rem !important
}

.mr--8, .mx--8 {
    margin-right: -8rem !important
}

.mb--8, .my--8 {
    margin-bottom: -8rem !important
}

.ml--8, .mx--8 {
    margin-left: -8rem !important
}

.m--7 {
    margin: -6rem !important
}

.mt--7, .my--7 {
    margin-top: -6rem !important
}

.mr--7, .mx--7 {
    margin-right: -6rem !important
}

.mb--7, .my--7 {
    margin-bottom: -6rem !important
}

.ml--7, .mx--7 {
    margin-left: -6rem !important
}

.m--6 {
    margin: -4.5rem !important
}

.mt--6, .my--6 {
    margin-top: -4.5rem !important
}

.mr--6, .mx--6 {
    margin-right: -4.5rem !important
}

.mb--6, .my--6 {
    margin-bottom: -4.5rem !important
}

.ml--6, .mx--6 {
    margin-left: -4.5rem !important
}

.m--5 {
    margin: -3rem !important
}

.mt--5, .my--5 {
    margin-top: -3rem !important
}

.mr--5, .mx--5 {
    margin-right: -3rem !important
}

.mb--5, .my--5 {
    margin-bottom: -3rem !important
}

.ml--5, .mx--5 {
    margin-left: -3rem !important
}

.m--4 {
    margin: -1.5rem !important
}

.mt--4, .my--4 {
    margin-top: -1.5rem !important
}

.mr--4, .mx--4 {
    margin-right: -1.5rem !important
}

.mb--4, .my--4 {
    margin-bottom: -1.5rem !important
}

.ml--4, .mx--4 {
    margin-left: -1.5rem !important
}

.m--3 {
    margin: -1rem !important
}

.mt--3, .my--3 {
    margin-top: -1rem !important
}

.mr--3, .mx--3 {
    margin-right: -1rem !important
}

.mb--3, .my--3 {
    margin-bottom: -1rem !important
}

.ml--3, .mx--3 {
    margin-left: -1rem !important
}

.m--2 {
    margin: -.5rem !important
}

.mt--2, .my--2 {
    margin-top: -.5rem !important
}

.mr--2, .mx--2 {
    margin-right: -.5rem !important
}

.mb--2, .my--2 {
    margin-bottom: -.5rem !important
}

.ml--2, .mx--2 {
    margin-left: -.5rem !important
}

.m--1 {
    margin: -.25rem !important
}

.mt--1, .my--1 {
    margin-top: -.25rem !important
}

.mr--1, .mx--1 {
    margin-right: -.25rem !important
}

.mb--1, .my--1 {
    margin-bottom: -.25rem !important
}

.ml--1, .mx--1 {
    margin-left: -.25rem !important
}

.m-6 {
    margin: 4.5rem !important
}

.mt-6, .my-6 {
    margin-top: 4.5rem !important
}

.mr-6, .mx-6 {
    margin-right: 4.5rem !important
}

.mb-6, .my-6 {
    margin-bottom: 4.5rem !important
}

.ml-6, .mx-6 {
    margin-left: 4.5rem !important
}

.m-7 {
    margin: 6rem !important
}

.mt-7, .my-7 {
    margin-top: 6rem !important
}

.mr-7, .mx-7 {
    margin-right: 6rem !important
}

.mb-7, .my-7 {
    margin-bottom: 6rem !important
}

.ml-7, .mx-7 {
    margin-left: 6rem !important
}

.m-8 {
    margin: 8rem !important
}

.mt-8, .my-8 {
    margin-top: 8rem !important
}

.mr-8, .mx-8 {
    margin-right: 8rem !important
}

.mb-8, .my-8 {
    margin-bottom: 8rem !important
}

.ml-8, .mx-8 {
    margin-left: 8rem !important
}

.m-9 {
    margin: 10rem !important
}

.mt-9, .my-9 {
    margin-top: 10rem !important
}

.mr-9, .mx-9 {
    margin-right: 10rem !important
}

.mb-9, .my-9 {
    margin-bottom: 10rem !important
}

.ml-9, .mx-9 {
    margin-left: 10rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.p-6 {
    padding: 4.5rem !important
}

.pt-6, .py-6 {
    padding-top: 4.5rem !important
}

.pr-6, .px-6 {
    padding-right: 4.5rem !important
}

.pb-6, .py-6 {
    padding-bottom: 4.5rem !important
}

.pl-6, .px-6 {
    padding-left: 4.5rem !important
}

.p-7 {
    padding: 6rem !important
}

.pt-7, .py-7 {
    padding-top: 6rem !important
}

.pr-7, .px-7 {
    padding-right: 6rem !important
}

.pb-7, .py-7 {
    padding-bottom: 6rem !important
}

.pl-7, .px-7 {
    padding-left: 6rem !important
}

.p-8 {
    padding: 8rem !important
}

.pt-8, .py-8 {
    padding-top: 8rem !important
}

.pr-8, .px-8 {
    padding-right: 8rem !important
}

.pb-8, .py-8 {
    padding-bottom: 8rem !important
}

.pl-8, .px-8 {
    padding-left: 8rem !important
}

.p-9 {
    padding: 10rem !important
}

.pt-9, .py-9 {
    padding-top: 10rem !important
}

.pr-9, .px-9 {
    padding-right: 10rem !important
}

.pb-9, .py-9 {
    padding-bottom: 10rem !important
}

.pl-9, .px-9 {
    padding-left: 10rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-n-9 {
    margin: 10rem !important
}

.mt-n-9, .my-n-9 {
    margin-top: 10rem !important
}

.mr-n-9, .mx-n-9 {
    margin-right: 10rem !important
}

.mb-n-9, .my-n-9 {
    margin-bottom: 10rem !important
}

.ml-n-9, .mx-n-9 {
    margin-left: 10rem !important
}

.m-n-8 {
    margin: 8rem !important
}

.mt-n-8, .my-n-8 {
    margin-top: 8rem !important
}

.mr-n-8, .mx-n-8 {
    margin-right: 8rem !important
}

.mb-n-8, .my-n-8 {
    margin-bottom: 8rem !important
}

.ml-n-8, .mx-n-8 {
    margin-left: 8rem !important
}

.m-n-7 {
    margin: 6rem !important
}

.mt-n-7, .my-n-7 {
    margin-top: 6rem !important
}

.mr-n-7, .mx-n-7 {
    margin-right: 6rem !important
}

.mb-n-7, .my-n-7 {
    margin-bottom: 6rem !important
}

.ml-n-7, .mx-n-7 {
    margin-left: 6rem !important
}

.m-n-6 {
    margin: 4.5rem !important
}

.mt-n-6, .my-n-6 {
    margin-top: 4.5rem !important
}

.mr-n-6, .mx-n-6 {
    margin-right: 4.5rem !important
}

.mb-n-6, .my-n-6 {
    margin-bottom: 4.5rem !important
}

.ml-n-6, .mx-n-6 {
    margin-left: 4.5rem !important
}

.m-n-5 {
    margin: 3rem !important
}

.mt-n-5, .my-n-5 {
    margin-top: 3rem !important
}

.mr-n-5, .mx-n-5 {
    margin-right: 3rem !important
}

.mb-n-5, .my-n-5 {
    margin-bottom: 3rem !important
}

.ml-n-5, .mx-n-5 {
    margin-left: 3rem !important
}

.m-n-4 {
    margin: 1.5rem !important
}

.mt-n-4, .my-n-4 {
    margin-top: 1.5rem !important
}

.mr-n-4, .mx-n-4 {
    margin-right: 1.5rem !important
}

.mb-n-4, .my-n-4 {
    margin-bottom: 1.5rem !important
}

.ml-n-4, .mx-n-4 {
    margin-left: 1.5rem !important
}

.m-n-3 {
    margin: 1rem !important
}

.mt-n-3, .my-n-3 {
    margin-top: 1rem !important
}

.mr-n-3, .mx-n-3 {
    margin-right: 1rem !important
}

.mb-n-3, .my-n-3 {
    margin-bottom: 1rem !important
}

.ml-n-3, .mx-n-3 {
    margin-left: 1rem !important
}

.m-n-2 {
    margin: .5rem !important
}

.mt-n-2, .my-n-2 {
    margin-top: .5rem !important
}

.mr-n-2, .mx-n-2 {
    margin-right: .5rem !important
}

.mb-n-2, .my-n-2 {
    margin-bottom: .5rem !important
}

.ml-n-2, .mx-n-2 {
    margin-left: .5rem !important
}

.m-n-1 {
    margin: .25rem !important
}

.mt-n-1, .my-n-1 {
    margin-top: .25rem !important
}

.mr-n-1, .mx-n-1 {
    margin-right: .25rem !important
}

.mb-n-1, .my-n-1 {
    margin-bottom: .25rem !important
}

.ml-n-1, .mx-n-1 {
    margin-left: .25rem !important
}

.m-n6 {
    margin: -4.5rem !important
}

.mt-n6, .my-n6 {
    margin-top: -4.5rem !important
}

.mr-n6, .mx-n6 {
    margin-right: -4.5rem !important
}

.mb-n6, .my-n6 {
    margin-bottom: -4.5rem !important
}

.ml-n6, .mx-n6 {
    margin-left: -4.5rem !important
}

.m-n7 {
    margin: -6rem !important
}

.mt-n7, .my-n7 {
    margin-top: -6rem !important
}

.mr-n7, .mx-n7 {
    margin-right: -6rem !important
}

.mb-n7, .my-n7 {
    margin-bottom: -6rem !important
}

.ml-n7, .mx-n7 {
    margin-left: -6rem !important
}

.m-n8 {
    margin: -8rem !important
}

.mt-n8, .my-n8 {
    margin-top: -8rem !important
}

.mr-n8, .mx-n8 {
    margin-right: -8rem !important
}

.mb-n8, .my-n8 {
    margin-bottom: -8rem !important
}

.ml-n8, .mx-n8 {
    margin-left: -8rem !important
}

.m-n9 {
    margin: -10rem !important
}

.mt-n9, .my-n9 {
    margin-top: -10rem !important
}

.mr-n9, .mx-n9 {
    margin-right: -10rem !important
}

.mb-n9, .my-n9 {
    margin-bottom: -10rem !important
}

.ml-n9, .mx-n9 {
    margin-left: -10rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.font-weight-bold {
    font-weight: bold !important;
}

.d-flex {
    display: flex;
}

.tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    /*width: 100%;*/
    min-width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}

/*
<abbr data-title="this is tooltip title">
abbr[data-title] {
    position: relative;
    text-decoration: underline dotted;
}
abbr[data-title]:hover::after,
abbr[data-title]:focus::after {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: auto;
    white-space: nowrap;
    background: red;
    color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
    font-size: 14px;
    padding: 3px 5px;
    !*border:1px dashed #000;*!
}

abbr[data-title]:hover::before{
    top:-5px;
    content: "";
    position: absolute;
    !*opacity: 0;*!
    pointer-events: none;
    left: 50%;
    transform: translate3d(-50%,0%,0);
    transition: all .3s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: red transparent transparent transparent;
}*/
#mybutton {
    position: fixed;
    bottom: 7px;
    left: 20px;
}

.chat-box {
    background: #ece5dd;
    height: 69vh;
    /*min-height: 350px;*/
    padding: 10px;
    overflow-y: scroll;
    /*height: 350px;*/
    box-shadow: inset 0 0 15px #eeeeee;
    color: #000000;
}

.chat-box .chat-right {
    background: #cbefbc !important;
    float: right;
    padding: 5px 10px;
    width: 55%;
    border-radius: 10px;
}

.chat-box .chat-left {
    background: #ffffff !important;
    float: left;
    padding: 5px 10px;
    width: 55%;
    border-radius: 10px;
}

.chat-box .date-time {
    float: right;
    position: relative;
    top: 10px;
    font-size: 11px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #00448b !important;
    border-color: #00448b !important;
}

.font-10 {
    font-size: 10px !important;
}

.pointer {
    cursor: pointer !important;
}

.badge-top {
    position: absolute;
    top: 9px;
    right: 4px;
}

.banner {
    box-shadow: inset 0 0 10px 8px #eeeeee;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 1rem !important;
}

.d-none {
    display: none !important;
}

.radio-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -9px 0;
    /*width: 411px;*/
}

.radio-inner {
    background-color: #fff;
    border: 1px solid #ccd0d5;
    box-sizing: border-box;
    display: inline-block;
    flex: 1 0 auto;
    font-weight: normal;
    height: 30px;
    margin: 8px -1px 0;
    padding: 0;
    position: relative;
    width: auto;
}

.radio-inner label {
    box-sizing: border-box;
    color: #1c1e21;
    display: inline-block;
    font-size: 15px;
    padding: 0 28px;
    line-height: 2;
    width: 100%;
}

.radio-inner .form-control {
    height: 30px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 0;
}

.dropdown-menu .divider {
    margin: 0 !important;
}

/*****************
item auto complete
**********************/
/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    /*display: inline-block;*/
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 0 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: #eee !important;
    color: #000;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.position-fixed {
    position: fixed;
}

.r-5 {
    right: 5px;
}
/*
#city_id, .select2-choice:focus, .select2-drop-active{
    border: 1px solid red !important;
}*/
