/*
 * Custom CSS
 */

 .new-alert {
    padding: 15px;
    margin-bottom: 10px;
}
.new-alert-success {
    color: #3c763d;
    background-color: #DFF0D8;
    border-left: 3px solid #00A65A;
}
.new-alert-info {
    color: #31708f;
    background-color: #D9EDF7;
    border-left: 3px solid #00C0EF;
}
.new-alert-warning {
    color: #8a6d3b;
    background-color: #FCF8E3;
    border-left: 3px solid #F39C12;
}
.new-alert-danger {
    color: #a94442;
    background-color: #F2DEDE;
    border-left: 3px solid #DD4B39;
}
.login-alert-container > .new-alert {
    padding: 10px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.p-t-3 {
    padding-top: 3px;
}
.login-page.body-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url('../img/bg.jpg');
    /*background-repeat: no-repeat;*/
    background-size: cover;
}
.logo-img {
    /*width: 100%;*/
    height: 65px;
}
.btn-default-app {
    background-color: #0d5610;
    color: #f7fafc;
}
.btn-default-app:hover,
.btn-default-app:active,
.btn-default-app.hover {
    background-color: #0d5610;
}
td.actions > form {
    display: inline;
}
td.actions > a, td.actions > form > button {
    margin: 2px;
}
.bg-app {
    color: #f7fafc !important;
}
.bg-app-yellow {
    background-color: #F9BC35 !important;
    color: #fff !important;
}
.widget-user-2 .widget-user-desc {
    font-size: 16px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-l-5 {
    padding-left: 5px !important;
}
.custom-hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.custom-help-block {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    color: #737373;
}
.custom-icon {
    top: 0 !important;
    font-size: 75px !important;
}
.sub-category-title {
    padding-left: 35px !important;
}
.ajax-content-wrapper {
    position: relative;
}
.loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
}
.loading-overlay.hide-loading-overlay {
    display: none;
}
.loading-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.custom-label {
    font-size: 90%;
    font-weight: 600;
}
.custom-label-default {
    background-color: #ddd;
    color: #444;
}
.fa-custom {
    font-size: 1.5em;
}
a.disabled {
    color: gray;
    pointer-events: none;
}
.thumb-preview {
    max-width: 40px;
    float: left;
    margin-right: 10px;
}
.cards-container a:hover, .cards-container a:focus, .cards-container a.link {
    color: inherit;
}
.cards-container .badge {
    font-size: 14px;
}
.cards-container.grid-view .card-content {
    font-size: 15px;
}
.f-w-400 {
    font-weight: 400;
}
.custom-icons {
    height: 30px;
}
.tab-form-group {
    display: block !important;
    margin-bottom: 15px !important;
}
.no-border {
    border: none !important;
}
/* .nav-tabs {
    border-bottom: 1px solid #bbb !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #bbb !important;
    border-bottom-color: transparent !important;
}
.nav-tabs {
    display: flex;
}
.nav-tabs li {
    display: flex !important;
    flex: 1;
}
.nav-tabs li a {
    flex: 1;
} */

.tabs-container .panel-body {
    border: 1px solid #bbb;
    border-top: 0 none;
}
.f-s-13 {
    font-size: 13px;
}
.f-s-14 {
    font-size: 14px;
}

/* bootstrap column clear fix */
@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}
@media (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

.dir-ltr {
    direction: ltr !important;
}
.dir-rtl {
    direction: rtl !important;
}

.cursor-pointer {
    cursor: pointer;
}
.location-links, .location-links:hover, .location-links:focus {
    text-decoration: underline;
}
.login-title {
    font-size: 40px;
    font-weight: 400;
}
.site-title {
    font-size: 26px;
    font-weight: 400;
}
#map {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 225px;
}
.no-resize {
    resize: none;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 5px !important;
}
.delete_image, .delete_menu_image {
    position: absolute;
    top: 5px;
    right: 10px;
    color: red;
}
.delete_image:hover {
    color: red;
}
.thumbnail_img {
    padding: 0px;
    border: 0px;
    border-radius: 8px;
    display: initial;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.thumbnail_img:hover {
    -webkit-filter:blur(1.5px);
    filter: blur(1.5px);
}
/* .single_image_main {
    padding: 5px;
} */
.delete-image-icon {
    color: #fb483a;
}

/* Multi Select ================================ */
.ms-container {
    width: auto !important;
}
.ms-container .ms-list {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}
.ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    color: #000000 !important;
    background-color: #e6e6e6 !important;
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selectable li.ms-elem-selection, .ms-container .ms-selection li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    padding: 9px 15px 6px 15px !important;
}
.ms-container .ms-optgroup-label {
    padding: 5px 0 0 8px !important;
}
.clipboard-button-image {
    width: 15px;
}
.host-url {
    color: #337ab7;
}
.btn.clipboard-button {
    padding: 4px 8px;
    margin-left: 5px;
}
.custom-mail-body {
    padding: 10px;
    border-top: dashed 1px #dedede;
}
h3.custom-mail-title {
    width: 100%;
    padding-right: 0px;
}
.text-white {
    color: #fff;
}
.user-email {
    color: #337ab7;
    text-decoration: underline;
}
.hash-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}
.hash-tabs {
    text-align: center;
}
.hash-tabs .nav-link {
    text-align: center;
    font-size: 18px;
}
.sw-theme-default {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.timing-tabs>li>a, .hash-tabs>li>a {
    padding: 10px 2px;
    margin-right: 0;
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 0px;
    text-align: center;
}
.timing-input {
    padding: 5px;
    padding-top: 0;
}
.width-100 {
    width: 100%;
}
.sw-toolbar.sw-toolbar-bottom {
    display: none;
}
.inline-block {
    display: inline-block;
}
.checkbox.inline-block {
    margin-top: 0;
    margin-bottom: 5px;
}
.image-icon, .image-website, .image-about {
    max-width: 100px;
}
.base-image-icon {
    max-width: 40px;
}
.data-status .alert {
    width: 50px;
}

.options label.control-label {
    padding-top: 5px !important;
    text-align: left;
}

#smartwizard>ul>li>a:hover, #smartwizard>ul>li.active>a {
    color: #00b8ce !important;
}

#smartwizard>ul>li.active>a::after {
    background: #00b8ce;
}
.input-group-addon {
    padding: 6px 10px;
}
/* input.select2-search__field {
    padding-left: 7px !important;
} */

/*
input.select2-search__field::-webkit-input-placeholder {
    font-size: 14px;
    color: #555;
}
input.select2-search__field:-moz-placeholder {
    font-size: 14px;
    color: #555;
}
input.select2-search__field:-ms-input-placeholder {
    font-size: 14px;
    color: #555;
}
*/
.reviewer-image {
    width: 50px;
}


.box-shadow-0 {
    box-shadow: none !important;
}

.card-body-bg-color {
    background-color: #e5e7ec;
}

.card-header-bg-color {
    background-color: #eeeef9bf;
}

.nav-tabs {
    border-bottom: none !important;
} 

.nav-tabs .nav-link {
    border-radius: 0 !important;
}

.nav-tabs .nav-link.active {
    border-color: white;
}

.nav-tabs>li>a.active {
    border-left: 3px solid #0068e1 !important;
    border-right: 0;
    border-right-color: transparent;
    border-bottom-color: #e9e9e9 !important;
    border-top-color: #e9e9e9 !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: white;
}

.tab-content-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d6de;
}

.option-grp {
    font-size: 0.9375rem;
    font-weight: 600;
}

.options .delete-row {
    padding: 10px 15px;
}

#editor {
    height: 300px !important;
    border: 1px solid #d2d6de;
}

.codex-editor {
    overflow: auto;
    max-height: 300px !important;
}

.codex-editor__redactor {
    max-height: 300px !important;
}

@media (min-width: 651px){
    .codex-editor--narrow .ce-toolbar__actions {
        right: 8px;
    }
}

.hide {
    display: none;
}

.media-img {
    height: 40px;
}

.custom-file-input {
    display: none;
}

.custom-file-label-1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    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;
}

.badge-dot i {
    width: 0.600rem !important;
    height: 0.600rem !important;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 1012px !important;
    }
}

.modal-body{
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

.fix-image-thumbnail {
    height: 50px;
    width: 50px;
}

.image-thumbnail {
    height: 100%;
    width: 100%;
}
.project-img {
    height: 55px;
}
.icon-center {
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 20px;
}
.card-accordian {
    border-color: #ddd;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
    border-radius: 0.375rem;
}
.hide-div {
    display: none;
}
/* .select2-selection {
    height: 45px !important;
}
span.select2-selection__rendered {
    line-height: 45px !important;
    color: #8898aa !important;
}
.select2-selection__arrow {
    height: 44px !important;
}
.select2-selection__choice {
    height: 27px !important;
}
ul.select2-selection__rendered {
    height: 33px !important;
    color: #8898aa !important;
} */
.pagination {
    display: inline-flex;
}
.clickable {
    cursor: pointer;
}
.borderless td, .borderless th {
    border: none;
    padding: 6px !important;
}
.bottom-bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.border-color {
    border-color: rgba(0, 0, 0, 0.29) !important;
}
.table-width {
    width: 300px;
}
.div-font {
    font-size: 0.8125rem;
    white-space: nowrap;
    color: #525f7f;
    font-weight: 400;
    line-height: 1.5;
}
.display-none {
    display: none;
}

.body-header {
    font-size: 0.8125rem;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
}

.body-data {
    font-size: 0.8125rem;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
}
.dashboard-text {
    color: #525f7f;
}
.dashboard-text:hover {
    color: #0A48B3 !important;
}