html,
body {
    height: 100%;
}

body { 
    background-color: #f9f9f9;
    font-size: 16px;
    overflow-x: hidden;
}
main{
    margin-bottom: 80px;
}

.form-control {
    border-radius: .15rem;
}

/* navigation */
nav.navbar {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    background-color: #fff;
    height: 70px;
    z-index: 9999 !important;
}

/* hero styles */
h2 {
    font-family: inherit;
    font-weight: 300;
}

.hero {
    display: block;
    margin-bottom: 30px;
}

.hero .hero-gradient-bg h2 {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .9);
    font-family: inherit;
    font-size: 2em;
    font-weight: 300;
}

.hero .hero-gradient-bg {
    position: relative;
    height: 200px;
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    vertical-align: middle;
    background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
    background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
}  
.hero .img-frame-app {
    position: relative;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    vertical-align: middle; 
}
.hero .img-frame-app h2 {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .9);
    font-family: inherit;
    font-size: 2em;
    font-weight: 300;
}

.overlay {
    background-color: rgba(0, 107, 149, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.carousel-inner {
    background-color: rgba(0, 107, 149, 1);
    height: 500px;
}

.carousel-inner .carousel-item {
    width: 100%;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-caption {
    bottom: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.carousel-caption h3 {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .9);
    font-weight: 500;
    font-style: normal;
}

.aboutus {
    padding: 50px 0;
}

.serivces {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.section_title {
    font-size: 2.250rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    color: #1a1a1a;

}


.page-title {
    font-family: inherit;
    font-size: 2rem;
    margin: 30px 0;
    font-weight: 300;
}




/* form styles */
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}


.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

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%;
}


/* checkbox and radio buttons */
input[type=checkbox].checkboxInput,
input[type=radio].radioInput {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.radio label,
.checkbox label {
    padding: 0 10px;
}

.checkboxInput label {
    padding-right: 10px;
}

.checkboxInput label {
    padding-right: 10px;
}

label input[type=checkbox].checkboxInput,
label input[type=radio].radioInput {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

input[type=checkbox].checkboxInput:checked,
input[type=radio].radioInput:checked,
input[type=checkbox].checkBox:focus,
input[type=radio].radioInput:focus {
    outline: none !important;
}

input[type=checkbox].checkboxInput+.lbl,
input[type=radio].radioInput+.lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}

input[type=checkbox].checkboxInput+.lbl::before,
input[type=radio].radioInput+.lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    content: "\a0";
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

input[type=checkbox].checkboxInput:checked+.lbl::before,
input[type=radio].radioInput:checked+.lbl::before {
    display: inline-block;
    content: '\f00c';
}

input[type=checkbox].checkboxInput:disabled+.lbl::before,
input[type=radio].radioInput:disabled+.lbl::before,
input[type=checkbox].checkboxInput[disabled]+.lbl::before,
input[type=radio].radioInput[disabled]+.lbl::before,
input[type=checkbox].checkboxInput.disabled+.lbl::before,
input[type=radio].radioInput.disabled+.lbl::before {
    box-shadow: none !important;
}

.checkbox label input[type=checkbox].checkboxInput+.lbl,
.radio label input[type=radio].radioInput+.lbl {
    margin-left: -10px;
}

input[type=radio].radioInput+.lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    line-height: 15px;
    height: 17px;
    min-width: 17px;
}

input[type=radio].radioInput:checked+.lbl::before {
    content: "\f111";
}



/* button styles */
.btn-primary {
    color: #fff;
    background-color: #006b95;
    border-color: #006b95;
}
.btn-primary:hover,  .btn-primary:focus, .btn-primary:active{
    color: #fff;
    background-color: #0083ca;
    border-color: #0083ca;
}
.btn-outline-primary {
    color: #006b95;
    background-color: transparent;
    background-image: none;
    border-color: #006b95;
}
.btn-outline-primary:hover,  .btn-outline-primary:focus, .btn-outline-primary:active{
    color: #fff;
    background-color: #006b95; 
    border-color: #006b95;
}


/* footer styles */
footer {
    background-color: rgba(240, 240, 240, 1);
    border-top: 1px solid rgba(230, 230, 230, 1);
    font-size: .875em; 
}

footer .scrollToTop {
    position: fixed;
    bottom: 150px;
    right: 18px;
    display: none;
}

footer .scrollToTop:hover {
    margin-top: -5px;
}

footer .scrollToTop:focus {
    margin-top: -5px;
}

footer .copyright {
    padding: 20px;
    border-top: 1px solid rgba(225, 225, 225, 1);
}
footer.admin{
    width: 100%;
    position: fixed;
    bottom: 0px; 
}
footer.admin .copyright { 
    padding: 20px;
    border-top: 0px;
}



#login-modal .modal-dialog {
    margin-top: 170px;
    width: 400px;
}

.modal-content {
    /* background-color: #ececec; */
    border: 3px solid #2196f3;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.btn-white:hover,
.btn-white:focus {
    background-color: transparent;
    color: #2196f3;
    cursor: pointer;
}

.btn-white {
    border-color: #2196f3;
    background-color: #2196f3;
    color: #fff;
}

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
}

form .label-value {
    display: block;
    padding-top: 7px;
    font-weight: 600;
    text-transform: capitalize;
}


/*
.download-app-wrap {
    padding: 50px 0 0 0;
    background: #fff;
}
.app-wrap {
    float: right;
    width: 100%;
    color: #333;
}
.download-app-wrap .tab-nav {
    position: relative;
    padding: 53px 10px 10px 0;
    background: #fff;
}
.tab-nav ul.stabs-nav {
    background: 0 0;
    border-bottom: 0!important;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab-nav .stabs-panel>div {
    background: 0 0;
}
download-app-wrap .stabs-panel strong {
    display: block;
    padding: 30px 0 50px 0;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
}
.download-link {
    width: 420px;
}
.download-link h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 35px;
}
form-group {
    position: relative;
    padding-bottom: 15px;
}
app-down, .app-download {
    margin: 40px 0;
}*/




/* sign in form */ 
.signin{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto; 
    border-radius: 2px;
    background-color: #fff;  
    padding: 20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);  
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
} 

 
/* hs panel */
.hspanel {
    position: relative;
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.hspanel .hspanel-header .hspanel-title {
    display: inline-block;
    padding: 20px;
    font-size: 1.125em;
}

.hspanel .hspanel-header .hspanel-actions {
    display: inline-block;
    padding: 15px 15px 14px;
    margin: 0;
}

.hspanel .hspanel-header .hspanel-actions>a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #0073b1;
    border-radius: 50%;
    padding: 5px;
}

.hspanel .hspanel-header .hspanel-actions>a:hover,
.hspanel .hspanel-header .hspanel-actions>a:focus {
    background: #e5eff4;
}

.hspanel .hspanel-header .hspanel-actions-link {
    display: block;
    padding: 20px 20px 7px;
    margin: 0;
    font-size: .875em;
}

.hspanel .hspanel-header .hspanel-actions-info {
    display: block;
    padding: 20px 20px 7px;
    margin: 0;
    font-size: .875em;
}

.hspanel .hspanel-header .hspanel-toggle {
    display: block;
    padding: 18px;
    margin: 0;
    font-size: 110%;
}

.hspanel .hspanel-header .hspanel-toggle>a {
    display: block;
    text-decoration: none;
    color: #333333;
}

.hspanel .hspanel-header .hspanel-toggle>a:before {
    float: right;
    font-family: FontAwesome;
    content: "\f106";
}

.hspanel .hspanel-header .hspanel-toggle>a.collapsed:before {
    float: right;
    content: "\f107";
}

.hspanel .hspanel-body {
    padding: 0 20px 20px;
    min-height: 50px;
    font-size: .875em;
}

.hspanel .hspanel-body.hspanel-divider {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px !important;
    padding: 0 20px 10px !important;
}

.hspanel .hspanel-body .title-lead {
    display: block;
    font-size: 1.5em;
    font-family: 'Lato-Light-webfont', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #262626;
    font-style: normal;
    text-align: center;
}

.hspanel .hspanel-body h4 {
    font-size: 1.0625em;
}

.hspanel .hspanel-body h4 small {
    font-size: 85%;
}

.hspanel .hspanel-body .pagination {
    margin: 0;
    font-size: inherit;
}

.hspanel .hspanel-body .btn {
    font-size: 100%;
}

.hspanel .hspanel-body .modal-content {
    font-size: initial;
}

.hspanel .hspanel-body .hspanel-body {
    font-size: inherit;
}

.hspanel .hspanel-body p {
    line-height: 28px;
    font-size: inherit;
}

.hspanel .hspanel-body .list-group {
    margin-bottom: 0px;
}

.hspanel .hspanel-body .alert {
    margin-bottom: 0px;
}

.hspanel .hspanel-body .panel {
    margin-bottom: 0px;
}

.hspanel .hspanel-footer {
    /*text-align: $center;
        font-size: .875em;*/
    padding: 0px 20px 20px;
}

.hspanel .hspanel-footer.footer-border {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.hspanel .hspanel-footer.hspanel-divider {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px !important;
    padding: 0 20px 10px !important;
}

@media (min-width: 320px) and (max-width: 767px) {

    .hspanel .hspanel-footer .pull-left,
    .hspanel .hspanel-footer .pull-right {
        float: none !important;
    }

    .hspanel .hspanel-footer.hspanel-divider {
        border-bottom: 1px solid #eee;
        margin-bottom: 20px !important;
        padding: 0 20px 10px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .hspanel .hspanel-footer.hspanel-divider {
        margin-bottom: 15px !important;
        padding: 0 15px 10px !important;
    }

    .hspanel .hspanel-footer .btn {
        margin: 5px 0px 0px;
    }
}





/* responsive table */
.table-responsive {
  margin: 0 !important; }
  .table-responsive .table {
    width: 100%;
    display: table;
    margin: 0 !important;
    font-size: inherit;
    border-collapse: separate;
    border: 1px solid #ddd; }
    .table-responsive .table thead, .table-responsive .table tbody {
      display: table-header-group;
      vertical-align: middle; }
    .table-responsive .table tr {
      display: table-row;
      vertical-align: middle; }
      .table-responsive .table tr th {
        border-bottom: 1px solid #ddd; }
      .table-responsive .table tr.showMoreInfo {
        display: none; }
    .table-responsive .table th, .table-responsive .table td {
      display: table-cell;
      padding: 10px;
      white-space: normal !important;
      vertical-align: middle !important; }
      @media (min-width: 320px) and (max-width: 767px) {
        .table-responsive .table th, .table-responsive .table td {
          border-left: 1px solid #ddd;
          border-right: 1px solid #ddd; }
          .table-responsive .table th:first-child, .table-responsive .table td:first-child {
            text-align: right; }
          .table-responsive .table th:last-child, .table-responsive .table td:last-child {
            border-right: 1px solid #ddd !important; } }
    .table-responsive .table th {
      font-weight: 600;
      background-color: #f9f9f9; }
    .table-responsive .table td {
      vertical-align: middle;
      /* for checkbox & radio inputs */ }
      .table-responsive .table td small {
        display: block !important;
        color: #666666; }
      .table-responsive .table td:last-child {
        border-right: none;
        padding-right: 20px !important; }
      .table-responsive .table td.text-right {
        padding-right: 20px; }
      .table-responsive .table td .checkbox, .table-responsive .table td .radio {
        margin-top: 0px;
        margin-bottom: 0px; }
        .table-responsive .table td .checkbox label, .table-responsive .table td .radio label {
          padding: 0px; }
          .table-responsive .table td .checkbox label .lbl, .table-responsive .table td .radio label .lbl {
            margin-left: 0px; }
            .table-responsive .table td .checkbox label .lbl:before, .table-responsive .table td .radio label .lbl:before {
              margin-right: 0px; }
      .table-responsive .table td.actions a {
        padding: 0 5px; }
      .table-responsive .table td .alert {
        margin-bottom: 0px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .table-responsive .table {
        border: 0px;
        max-height: auto;
        overflow: auto; }
        .table-responsive .table thead {
          display: none; }
        .table-responsive .table tr {
          margin-bottom: 10px;
          display: block;
          border-bottom: 2px solid #ddd; }
        .table-responsive .table td {
          display: block;
          text-align: right; }
          .table-responsive .table td:before {
            content: attr(data-label);
            float: left;
            font-weight: 600;
            color: #333; }
          .table-responsive .table td:last-child {
            padding-right: 10px !important; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .table-responsive {
      border: 0px; } }

/* pagination */
.hs-pagination .pagination-info {
  padding: 6px 0px;
  font-size: .875em; }
  .hs-pagination .pagination-info .result-count {
    display: inline;
    width: 50px;
    margin: 0 5px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px; }

.hs-pagination .pagination {
  margin: 0;
  font-size: .875em; }
  .hs-pagination .pagination nav.pull-right {
    float: none !important;
    text-align: center; }
  .hs-pagination .pagination > li:first-child a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .hs-pagination .pagination > li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

@media (min-width: 320px) and (max-width: 767px) {
  .hs-pagination .pagination-info {
    text-align: center; }
  .hs-pagination .pull-right {
    text-align: center; } }



/* status styles */ 
.hs-status {
  min-width: 100px;
  display: inline-block;
  padding: 3px 20px;
  margin: 0 3px;
  font-size: inherit;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  border-radius: 20px; }

.status-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.status-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.status-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.status-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }


/* profile photo status */
.profile-photo {
  overflow: hidden;
  float: left;
  background-color: #eeeeee;
  /*@include box-shadow(0px 3px 8px #cccccc);*/
  border-radius: 50%;
  /*margin: -3px 0 0 -5px;*/ 
}
.profile-photo .profile-status {
    position: absolute;
    margin: 18px 0 0 24px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.profile-photo .profile-status.available {
    background: #469a1f;
}
.profile-photo .profile-status.notavailable {
    background: #e51702;
}
.profile-photo.profile-photo-sm {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.profile-photo.profile-photo-md {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.profile-photo.profile-photo-lg {
    width: 128px;
    height: 128px;
    margin-right: 20px;
}
.profile-photo.profile-photo-lg > .profile-status {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 103px 0 0 98px;
    border: 3px solid #fff;
    box-shadow: 1px 1px 8px #999999;
    -webkit-box-shadow: 1px 1px 8px #999999;
    -moz-box-shadow: 1px 1px 8px #999999;
    border-radius: 50%; 
}
.profile-photo.profile-photo-lg > img {
    width: 128px;
    /*margin: -3px 0 0 -5px;*/
}
.profile-photo.profile-photo-lg > img.photo-border {
    background: #f0f0f0;
    border: 4px solid #fff;
    box-shadow: 1px 1px 8px #999999;
    -webkit-box-shadow: 1px 1px 8px #999999;
    -moz-box-shadow: 1px 1px 8px #999999;
}
.profile-photo.profile-photo-xlg {
    width: 160px;
    height: 160px;
}

.swal-footer {
    text-align: center;
}


/* tabs fills */ 

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { 
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 2px solid #007bff !important; 
    font-weight: 600;
    color: #007bff !important;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; 
    color: #999;
}


/* dashboard cards */ 
.dashboard-cards a > div .svg-icon{
    fill: #888 !important;
}
.dashboard-cards a:hover > div .svg-icon{
    fill: #007bff !important;
}
.dashboard-cards a > div{
    color: #333 !important; 
}
.dashboard-cards a:hover div, .dashboard-cards a:focus div{
    color: #007bff !important; 
}
.dashboard-cards a:hover, .dashboard-cards a:focus{ 
    text-decoration: none !important;
}
