.error-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

.removeexistingele {
    margin-top: -4px;
}

.addRowBtn {
    background-color: #0275d8;
    color: #fff;
    border: none!important;
    outline: none!important;
    padding: 5px 10px;
    margin: 5px;
}

.deleteRowBtn {
    background-color: #d9534f;
    color: #fff;
    border: none!important;
    outline: none!important;
    padding: 5px 10px;
    margin: 5px;
}

.option_btn {
    border: none!important;
    outline: none!important;
    color: #0275d8;
    padding: 5px 10px;
}

.option_btn:hover,
.option_btn:active {
    background-color: #0275d8;
    color: #fff;
}

.option_btn_active {
    background-color: #0275d8;
    color: #fff;
}

.cursorpointer {
    cursor: pointer;
}

.inline {
    display: inline;
}

.width100 {
    width: 100%;
}

.select2-search__field:focus {
    border: none!important;
}

.url_box {
    display: none;
}

.select2 {
    width: 100%!important;
}

.userPic {
    width: 20px!important;
}


/*
.nav-item {
    margin-left: .5rem!important;
}
*/

.sidebar {
    padding-left: 0px!important;
}

.sponsor_list {
    display: inline-block;
    margin-right: 1rem;
}

.sponsor_list_box {
    margin: 2rem;
    padding: 1rem;
    box-shadow: 0px 2px 15px #cacaca;
    border-radius: 20px;
    cursor: pointer;
}

label .important-text {
    color: #959595;
    font-weight: normal!important;
    font-size: 0.8em!important;
}

.image_block {
    position: relative;
    height: 15vw;
    width: 100%;
    overflow: hidden;
}

.theme_image {
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.btn_card {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image_block:hover .theme_image {
    opacity: 0.3;
}

.image_block:hover .btn_card {
    opacity: 1;
    cursor: pointer;
}

.btn_card .active_btn,
.btn_card .view_btn {
    display: inline;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.headline h1 {
    font-weight: bold;
}

.btn_box {
    display: inline;
    font-size: 10px;
    padding: 10px 10px;
}

.actived_btn {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}

.customize_btn {
    width: 100%;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    font-size: 0.8rem;
    padding: 5px 10px;
}

.customize_btn:hover {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.dark-light-btn {
    width: 100%;
    border: none;
    outline: none;
    background-color: #959595;
    color: #fff;
    font-size: 0.8rem;
    padding: 5px 10px;
}

.dark-light-btn:hover {
    border: none;
    outline: none;
    background-color: #959595cd;
    color: #fff;
}

.view_btn {
    background-color: #000;
    color: #fff;
}

.theme_name {
    font-size: 1.3rem;
}

.theme_name,
.theme_description {
    line-height: 1!important;
    margin-bottom: 0px!important;
}

.block_footer {
    padding-top: 10px;
    display: block;
    min-height: 5vh;
}

.theme_details {
    padding-top: 5px;
}


/* common */

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 280px;
    padding: 2px 0;
    background-color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.success-ribbon span {
    background-color: #3c763d!important;
    text-shadow: 0 1px 1px #3c763d2a;
    text-transform: uppercase;
    text-align: center;
}


/* top left*/

.ribbon-top-left {
    top: -5px;
    left: -5px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left-large span {
    right: -35px;
    top: 30px;
    transform: rotate(-45deg);
}

.ribbon-top-left span {
    right: -25px;
    top: 20px;
    transform: rotate(-45deg);
}

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.tabs-left>li {
    float: none;
    margin: 0px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #f90;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}

.tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f90;
    display: block;
    width: 0;
}

.default-body {
    background-color: #95959562;
}

.theme_details h4,
.theme_details p {
    display: inline;
}

.dtheme_text {
    font-size: 0.8em;
}

.container-fluid {
    padding: 0px!important;
}

.carousel-inner {
    position: relative;
    /* Removed height here */
    overflow: hidden;
}

.carousel-item img {
    height: 100% !important;
    width: auto;
    object-fit: cover;
}

.mySlides img {
    height: 100vh;
    width: 100%!important;
    object-fit: cover;
}

input[type=color] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0px!important;
    overflow: hidden;
    cursor: pointer;
}

input[type=color]::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
    padding: 0;
}

input[type=color]::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 50%;
    padding: 0;
}

input[type=color]:active,
input[type=color]:focus {
    outline: none;
}

.color-box a,
.color-box input {
    display: inline;
}

.input-group .reset-btn {
    background: none!important;
    color: #666!important;
    border: none!important;
    outline: none!important;
    margin-right: 5px!important;
    font-size: 0.8em;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    float: right;
}

.input-icons input {
    width: 50px!important;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    padding: 10px;
}

.brand-link .brand-image {
    padding: 0px!important;
}

.login-page-custom {
    background-color: #fff;
}

.table_input::placeholder {
    font-size: 0.8rem!important;
}

.layout-card {
    padding: 20px;
    align-items: center;
}

.default_layout {
    border: 1px solid black;
    min-height: 20vh;
    width: 20vw;
    padding: 0px!important;
}

.default_layout .container {
    padding: 0px 80px!important;
}

#rightsidebarLayout .row,
#leftsidebarLayout .row {
    border: 1px solid black;
    min-height: 20vh;
    width: 20vw;
    padding: 0px!important;
}

#leftsidebarLayout .lo-col h4 {
    text-align: center;
}

.lo_hr {
    min-height: 20px;
    border: 1px solid #959595;
}

.lo_text {
    font-size: 0.8rem;
}

.lo-col {
    border: 1px solid black;
}

.sidebar-color {
    background-color: #dfdbdb;
    border: none;
}

.vertical-center {
    margin: auto;
    width: 50%;
    border: none;
    padding: 10px;
    text-align: center;
}

#fullwidthLayout,
#rightsidebarLayout,
#leftsidebarLayout {
    display: none;
}

.new_revision {
    background-color: rgb(161, 207, 154);
}

.dropzone.dz-started .dz-message {
    display: block;
}

.select2-selection__rendered {
    line-height: 16px !important;
}

.blur-body {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.color-box-dropdown {
    width: 50%;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}


/*  NEW CSS */

.nav-header {
    display: none
}

.sidebar-mini.sidebar-collapse .nav-link .fa-angle-left {
    visibility: hidden;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
    display: none;
}

.fa-bars {
    font-size: 21px !important;
}

.fa-cog {
    font-size: 21px !important;
}

.company-image {
    height: 33px;
    width: auto;
    margin-left: 12px;
    display: none
}

.sidebar-mini.sidebar-collapse .brand-image {
    display: none;
}

.sidebar-mini.sidebar-collapse .brand-text {
    display: none;
}

.sidebar-mini.sidebar-collapse .company-image {
    display: block;
}


/* BY DAN */

.fa-help-icon {
    color: #00aebf;
    cursor: pointer;
}

.help-popup {
    visibility: hidden;
    position: relative;
}

.help-popup-home {
    visibility: hidden;
    position: relative;
}

.help-popup .close-icon {
    position: absolute;
    right: 75px;
    z-index: 99;
    top: -20px;
}

.help-popup-home .close-icon {
    margin-top: 130px!important;
    position: absolute;
    right: 20px!important;
    z-index: 99;
    top: -20px;
}

.bitdoc-embed-style {
    position: absolute;
    top: -30px;
    z-index: 9;
    width: 60%;
    right: 45px;
    border: solid 1px #00aebf;
    height: 600px;
    overflow-y: scroll;
}

.bitdoc-embed-home-style {
    position: absolute;
    margin-top: 100px;
    z-index: 9;
    width: 100%;
    border: solid 1px #00aebf;
    height: 100vh;
    overflow-y: scroll;
}

.nav-treeview .nav-link {
    padding: .5rem 1.8rem;
    font-size: 14px;
    border-radius: 0 3px 3px 0;
}

.checkbox-lg {
    width: 25px;
    height: 25px;
    flex: none;
    margin-right: 10px;
}

.checkbox-lg-lable {
    display: flex;
    align-items: center;
}


/* Table responsive columns fixed width for small devices */

@media (max-width: 991px) {
    .table td.checkbox {
        min-width: 40px;
    }
    .table td {
        min-width: 100px;
    }
}

@media (max-width: 991px) {
    .table td.checkbox {
        min-width: 40px;
    }
    .table td {
        min-width: 100px;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.vh-60 {
    height: 60vh !important;
}

.ribbon{
	z-index: 9;
	height: 83px;
	width: 105px;
}
.ribbon span{
    width: 198px;
	z-index: 99;
}
.ribbon-top-left::after{
	display:none;
}
.ribbon-top-left::before{
	display:none;
}
.image_block:hover .btn_card{
    z-index: 999;
}

.theme_image {
    width: auto !important;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    background-color: #fff;
}

.modal-header {
    display:block !important;
}

.dataTable td .btn{
    min-width: 78px;
    margin-bottom: 2px;
}
.dtbl-btn{
    min-width: auto !important;
}

#listing-image-display {
    vertical-align: text-top;
}

#crossButtonForImageDelete {
    right:0; 
    position: absolute;
}

#crossButtonForImageDelete {
    right:0; 
    position: absolute;
}

.crossdeleteiconimage {
    background-color:#000 !important;
    color:#fff !important;
}

.showlistingimagebox{
    position:relative;
}

.table.table-bordered.dataTable.showlistingtable {
    font-size: 14px;
    width: auto !important;
}

.main-header.cron {
    text-align:center;
    color: #fff;
}

.main-header.cron.cron-none {
    background:#dc3545;
}

.main-header.cron.cron-working {
    background:#ffc107;
}

.main-header.cron.cron-done {
    background: #28a745;
}

@media (max-width:480px)  {
	.content-header h1 {font-size: 1.0rem;}
	.content-header .fa-2x{font-size: 1.0rem;}
	.main-header .nav-link{font-size: 0.9rem;}
	.content-wrapper > .content{font-size: 13px;}
	.content-wrapper .btn-sm{font-size: .70rem;}
	.content-wrapper .btn{font-size: .70rem;}
	.nav-sidebar .nav-link{font-size: 0.9rem;}
	.nav-sidebar .nav-treeview .nav-link{font-size: 12px;}
	.content-wrapper .form-control{font-size: 13px;}
	.content-wrapper .btn-lg{font-size: .70rem;}
}
@media (min-width:481px) and (max-width: 640px){
	.content-header h1 {font-size: 1.1rem;}
	.content-header .fa-2x{font-size: 1.1rem;}
	.main-header .nav-link{font-size: 0.9rem;}
	.content-wrapper > .content{font-size: 13px;}
	.content-wrapper .btn-sm{font-size: .70rem;}
	.content-wrapper .btn{font-size: .70rem;}
	.nav-sidebar .nav-link{font-size: 0.9rem;}
	.nav-sidebar .nav-treeview .nav-link{font-size: 12px;}
	.content-wrapper .form-control{font-size: 13px;}
	.content-wrapper .btn-lg{font-size: .70rem;}
}
@media (min-width:641px) and (max-width: 960px){
	.content-header h1 {font-size: 1.1rem;}
	.content-header .fa-2x{font-size: 1.1rem;}
	.main-header .nav-link{font-size: 0.9rem;}
	.content-wrapper > .content{font-size: 14px;}
	.content-wrapper .btn-sm{font-size: .70rem;}
	.content-wrapper .btn{font-size: .70rem;}
	.nav-sidebar .nav-link{font-size: 0.9rem;}
	.nav-sidebar .nav-treeview .nav-link{font-size: 13px;}
	.content-wrapper .form-control{font-size: 14px;}
	.content-wrapper .btn-lg{font-size: .70rem;}
}
@media (min-width:961px) and (max-width: 1024px){
	.content-header h1 {font-size: 1.2rem;}
	.content-header .fa-2x{font-size: 1.2rem;}
	.main-header .nav-link{font-size: 0.9rem;}
	.content-wrapper > .content{font-size: 14px;}
	.content-wrapper .btn-sm{font-size: .80rem;}
	.content-wrapper .btn{font-size: .80rem;}
	.nav-sidebar .nav-link{font-size: 0.9rem;}
	.nav-sidebar .nav-treeview .nav-link{font-size: 13px;}
	.content-wrapper .form-control{font-size: 14px;}
	.content-wrapper .btn-lg{font-size: 1.0rem;}
}
@media (min-width:1025px) and (max-width: 1280px){
	.content-header h1 {font-size: 1.3rem;}
	.content-header .fa-2x{font-size: 1.3rem;}
	.main-header .nav-link{font-size: 0.9rem;}
	.content-wrapper > .content{font-size: 14px;}
	.content-wrapper .btn-sm{font-size: .80rem;}
	.content-wrapper .btn{font-size: .80rem;}
	.nav-sidebar .nav-link{font-size: 0.9rem;}
	.nav-sidebar .nav-treeview .nav-link{font-size: 13px;}
	.content-wrapper .form-control{font-size: 14px;}
	.content-wrapper .btn-lg{font-size: 1.0rem;}
}