*, p, a, .btn {
    font-family: 'Helvetica', 'Arial', sans-serif;
}
body {
    user-select: none;
}
table.dataTable tbody tr.selected {
    background-color: #d3efff;
    color: black;
}
.noaddress-alert {
    padding: .5rem 1.25rem;
    margin-bottom: 0;
    margin-top: 1rem;
}
.add-to-dashboard i{
    margin-left: auto;
    cursor: pointer;
    font-size: 20px;
    color :blue;
}
.buttons-excel{
    background: url(../images/excel.png) no-repeat;
    background-size: 38px;
    width: 38px;
    height: 38px;
    border: none;
    box-shadow: none;
}
.buttons-pdf{
    background: url(../images/pdf.png) no-repeat;
    background-size: 38px;
    width: 38px;
    height: 38px;
    border: none;
    box-shadow: none;
}
.buttons-xml{
    background: url(../images/xml.png) no-repeat;
    background-size: 42px;
    background-position: center;
    width: 38px;
    height: 38px;
    border: none;
    box-shadow: none;
}
.buttons-excel span, .buttons-pdf span{
    display: none;
}
.buttons-excel:hover, .buttons-pdf:hover{
    border: none;
}
.account-suspended-alert {
    padding: .15rem 1.25rem;
    margin-bottom: 0;
    margin-top: 1rem;
}
.account-body .auth-card .auth-logo-box {
    top: 10px !important;
}
.account-body .auth-card .auth-logo-box .auth-logo {
    box-shadow: none !important;
}
.title-box:not(:first-child) .menu-title {
    margin-top: 2em;
}
.px50 {
    width: 50px;
    max-width: 50px;
}
.px30 {
    width: 30px;
    max-width: 30px;
}
.px60 {
    width: 60px;
    max-width: 60px;
}
.px80 {
    width: 80px;
    max-width: 80px;
}
.table-cell-center {
    padding-left: auto;
    padding-right: auto;
}

.account-body.accountbg {
    background-image: none;
}
#particles-wrapper {
    background-color: #024698;
    margin: 0;
}

.loading-gif {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.5);
}

.modal-header {
    cursor: move;
}

.loading-gif:after {
    top: 50%;
    left: 50%;
    position: fixed;
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 5px solid #fcf;
    border-color: #fcf transparent #fcf transparent;
    animation: loading-gif 1.2s linear infinite;
}

.select2-selection__clear {
    margin-right: 5px;
    font-size: 18px;
}
  
@keyframes loading-gif {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}
.datepicker.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}
/****************************css for company logo field*********************/
.company-logo-section .image_area {
    position: relative;
}

.company-logo-section img {
    display: block;
    max-width: 100%;
}

.company-logo-section .preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.company-logo-section .modal-lg {
    max-width: 1000px !important;
}

.company-logo-section .overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
    color: #fff;
}

.company-logo-section .image_area:hover .overlay {
    height: 100%;
    cursor: pointer;
}

.company-logo-section .text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.company-logo-section  .image-upload {
    position: relative;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 20px;
    margin-bottom: 0px;
}

.company-logo-section  .image-upload input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
}

.company-logo-section  .upload-icon {
    margin: auto auto 16px auto;
}
.company-logo-section .cancel-btn-logo{
            color: #333;
            background-color: #f3f6f7;
            border-color: #adadad;
}

.company-logo-section .clear-btn {
    position: absolute;
    z-index: 7;
    top: 20px;
    left: 50px;
    background: 0 0;
    border: 2px solid #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 700;
    color: #FFF;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}
@media (min-width: 1025px) and (max-width: 1150px) {
    .container {
        max-width: 700px !important
    }
    .enlarge-menu .container {
        max-width: 1000px !important
    }
}
@media (min-width: 1150px) and (max-width: 1350px) {
    .container {
        max-width: 900px !important
    }
    .enlarge-menu .container {
        max-width: 1100px !important
    }
}
@media (min-width: 1350px) and (max-width: 1550px) {
    .container {
        max-width: 970px !important
    }
    .enlarge-menu .container {
        max-width: 1100px !important
    }
}
@media (min-width: 1550px) {
    .container {
        max-width: 1170px !important
    }
    .enlarge-menu .container {
        max-width: 1300px !important
    }
}   