body{
    background-color: #F2F4F5;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.main{
    padding-top: 0px;
}
a{
    color: #002838;		
}
label{
    font-size: 15px;
    font-weight: 500;
}
.app-header{
    background-color: #002838 !important;
    border-bottom: 0;
    padding: 0 15px;
}
.app-header .nav-item.dropdown > a.nav-link{
    color: #ffffff;
}
.sidebar{
    color: #002838;
    background: #ffffff;
}
.sidebar .nav-link{
    color: rgba(0,0,0,0.8);
    border-left: 5px solid transparent;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover{
    background-color: #e4e4e4;
    color: #002838 !important;
    border-color: #002838;
    cursor: pointer;
}
.sidebar .nav-link .nav-icon{
    color: rgba(0,0,0,0.8);
}
.sidebar .nav-link.active .nav-icon, .sidebar .nav-link:hover .nav-icon{
    color: #002838;
}
.sidebar .nav-dropdown.open{
    background-color: #002838;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sidebar .nav-dropdown.open .nav-link .nav-icon{
    color: #ffffff;
}
.sidebar .nav-dropdown.open .nav-link:hover .nav-icon{
    color: #002838;
}
.nav-dropdown-items .nav-item  .nav-link{
    font-size: 13px;

}
.navbar-toggler .fa{
    color: #ffffff;
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.nav-item.nav-dropdown .nav-link{
    color: rgba(0,0,0,0.8);
}
.sidebar .sidebar-minimizer{
    background-color: #002838;
}
.sidebar .sidebar-minimizer:hover{
    background-color: rgba(0,40,56,0.95);
}
.card{
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.content-header-section{
    margin-bottom: 15px;
}
.content-header-section .card-title{
    color: #002838;
    font-size: 1.4rem;
}
.btn{
    /*	padding: 0.5rem 1.4rem;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;

}
.btn-primary, .btn-success{
    background-color: #002838 !important;
    border-color: #002838 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-success:hover, .btn-success:focus{
    background-color: #003a52 !important;
    border-color: #003a52 !important;
}
.btn-primary:focus, .btn-success:focus{
    box-shadow: none !important;
}
.table thead tr th{
    background-color: #F5F6FA;
    font-weight: 600;
    color: #002838;
}
.table thead tr th, .table tbody tr td{
    border-color: #F1F1F3 ;
}
.btn-group .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle{
    color: #FFFFFF;
    background-color: #002838;
    border-color: #002838;
}
.btn-group .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-group .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn{
    border-right: 1px solid #b1b1b1 !important;
    border-left: 1px solid #b1b1b1 !important;
}
.switch-primary .switch-input:checked + .switch-slider{
    background-color: #002838;
    border-color: #002838;
}
.switch-primary .switch-input:checked + .switch-slider::before{
    border-color: #002838;
}

.radiosection input[type=radio]:empty, .radiosection input[type=checkbox]:empty {
    display: none;
}
.radiosection input[type=radio]:empty~label, .radiosection input[type=checkbox]:empty~label {
    position: relative;
    line-height: 1.4em;
    margin-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 0 2rem;
    font-size: 15px;
    color: #002838;

}
.radiosection input[type=radio]:empty~label:before, .radiosection input[type=radio]:empty~label:after, .radiosection input[type=checkbox]:empty~label:before, .radiosection input[type=checkbox]:empty~label:after {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    border: 2px solid #e4e7ea;
    content: "";
    text-indent: 6px;
}
.radiosection input[type=radio]:checked~label:before, .radiosection input[type=checkbox]:checked~label:before {
    background-color: transparent;
    border-color: #002838;
}


.radiosection input[type=radio]:checked~label:after, .radiosection input[type=checkbox]:checked~label:after {
    background-color: #002838 ;
    border-color: #002838;
    width: 12px;
    border-radius: 50%;
    height: 12px;
    content: '';
    border: 0;
    top: 2px;
    left: 4px;
}


.radiosection input[type=checkbox]:empty~label:before, .radiosection input[type=checkbox]:empty~label:after{

    border-radius: 2px;
    text-indent: 4px !important;
}
.radiosection input[type=checkbox]:checked~label:after{
    width: 20px !important;
    border-radius: 2px;
    height: 20px !important;
    border: 0;
    top: 0 !important;
    left: 0 !important;
    content: "\F00C" !important;
    font-family: FontAwesome !important;
    font-size: 13px !important;
    color: #ffffff !important;
}

.upload-image{
    width: 100px;
    height: 100px;
    border-radius: 0.25rem;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    position: relative;
}

.upload-video{
    width: 300px;
    height: 300px;
    border-radius: 0.25rem;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    position: relative;
}

.upload-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
span.required , .error , .imageError, .vidUrlError , .filepathError , .contentError{
    color: #7b0000;
}

.nav-tabs {
    border-bottom: 1px solid #d1d1d1;
}
.nav-tabs .nav-link.active , .nav-tabs .nav-link.active:focus , .nav-tabs .nav-link.active:hover , .nav-tabs .nav-link:hover {
    color: #fff;
    background: #002838;
    border-color: #002838;
    border-bottom-color: #002838;
}

.nav-tabs .nav-link {
    margin-right: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
}
.tab-content {
    border: 0;
    margin-top: 0;
    padding-top: 15px;
}
.tab-content .tab-pane{
    padding: 0;
}

.frgt-link{
    font-size: 13px;
}
.app-header .navbar-brand{
    width: 145px;
}
.badge{
    margin-right: 3px;
    margin-left: 4px;
}
.page-item.active .page-link{
    background-color: #002838;
    border-color: #002838;
}
.btn.btn-sm{
    margin-left: 5px;
}
.btn.btn-sm.pull-right{
    float: none !important;
}

.delete-file{
    position: absolute !important;
    top: 0;
    right: 0;
    padding: 3px 5px;
    z-index: 2;
}
.select2-container--default .select2-selection--single{
    border-radius: 0.25rem;
    border: 1px solid #e4e7ea !important;
    height: 35px !important;
}
.select2-dropdown{
    border-color: #e4e7ea !important;
    border-radius: 0.25rem;
}

.pagination .page-link{
    color: #002838 !important;
}
.pagination .page-item.active .page-link{
    color: #ffffff !important;
}
.object-image{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.sidebar .nav-item{
    width: 100% !important;
}

.loader-div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1070;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
}
.regot-loader {
    width: 4em;
    height: 1em;
    margin: 0 auto;
    position: relative;

}
.regot {
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #fff;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;

}
.regot.regot1 {
    left: 0;
    animation-name: show;
}
.regot.regot2 {
    left: 0;
    animation-name: shift;
}
.regot.regot3 {
    animation-name: shift;
    left: 1.5em;
}
.regot.regot4 {
    animation-name: remove;
    left: 3em;
}

@-webkit-keyframes show {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}
@keyframes show {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes remove {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.001);
    }
}
@keyframes remove {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.001);
    }
}

@-webkit-keyframes shift {
    to {
        transform: translateX(1.5em);
    }
}
@keyframes shift {
    to {
        transform: translateX(1.5em);
    }
}
.sidebar-nav{
    padding-bottom: 55px !important;
}