.login-logo, .register-logo {
     font-size: 35px;
     text-align: center;
     margin-bottom: 0px;
     padding: 15px;
     font-weight: 300;
     background-color: transparent;
     color: #fff;
 }

.login-logo img
{
    max-width: 100px;
}

.checkbox label, .radio label {
    padding-left: 0px !important;
}


.login-page, .register-page {
    height: auto;
    background-color: #fafafa;
    background-position: center;
}
.login-page:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
}
.login-box{
    /*background-color: #ffffff;*/
    /*-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 11px 41px 3px #B4B6B6;*/
    /*box-shadow: 0px 10px 13px -7px #000000, 0px 11px 41px 3px #B4B6B6;*/
    position: relative;

}

/*.login-page h2 small{*/
/*font-weight: 600;*/
/*color: #fff;*/
/*}*/

.login-page h2{
    color: #fff;
    font-weight: 600;
}



.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #000;
}

.chart-height1 {
    position: relative;
    height: 100px;
    overflow: hidden;
    margin-top: 25px;
}


.invalid-feedback
{
    color: #ea0000;
}

.logo_img
{
    max-width: 100px;
    padding: 15px;
}

.skin-blue .main-header .logo {
    background-color: #4d148c;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.content-wrapper {
    background-color: #ffffff;
    min-height: 946px;
}

#dashboard_projects_container h5
{
    margin-top: 0px;
}

.Editor-editor {
    height: 200px !important;
}

.tab-content {
    padding: 15px;
    border: none;
    border-top: 0;
    background: #00213b;

}

.skin-blue .main-header .navbar {
    background-color: #000000 !important;

}




#add_project,#add_project_candidates,#send_sms_btn, #add_form_btn, #reports_btn
{


    padding: 6px 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    border: none;
}


#add_project:active:focus, #add_project:active:hover , #add_project_candidates:active:focus, #add_project_candidates:active:hover
{
    border: none;
}

#add_project.active.focus, #add_project.active:focus, #add_project.focus, #add_project:active.focus, #add_project:active:focus, #add_project:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#add_project_candidates.active.focus, #add_project_candidates.active:focus, #add_project_candidates.focus, #add_project_candidates:active.focus, #add_project_candidates:active:focus, #add_project:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


.with-nav-tabs.panel-primary .nav-tabs > li.active > a,#candidate_register_panel ul .active a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #000;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

#candidate_register_panel .panel-heading {

    border-bottom: none;

}

#candidate_register_panel .panel-heading {
    color: #fff;
    background-color: #246789;
    border-color: #428bca;
    background-image: none;
}

#candidate_register_panel ul>li>a:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: transparent;
}
#candidate_register_panel ul>li>a
{
    color: #ffffff;
}

#candidate_register_panel ul .active a
{
    color: #ffffff;
    background-color: #00213b;
    border-color: #00213b;
    border-bottom-color: transparent;
}


.with-nav-tabs.panel-primary .nav-tabs li a {
    font-weight: 600;
    background: none;
}

#candidate_register_panel .panel-body
{
    border-left: #bb0d00 solid 5px;

    animation: myanim 3s infinite;
}
@keyframes myanim {
    75% {
        border-color: red;
    }
}


.timeline>li>.timeline-item>.timeline-header {

    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pdf_icon
{
    font-size: 28px;
}


 .folder_icon
{
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
}

#dashboard_projects_container h5
{
    margin-bottom: 5px;
}

.breadcrumb
{
    margin-bottom: 15px;
}


.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
    padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #285e8e;
}

.qq-gallery.qq-uploader:before {
    font-size: 131% !important;
    display: none;
}
.qq-gallery.qq-uploader {
    min-height: 108px !important;
    padding: 0px !important;
    border: 2px dotted #00507e !important;
}


.image-panel
{
    padding: 20px;
    background-color: #00213b;
    margin-bottom: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: inherit;
    }
}

.draft_massages_div .checkbox label, .radio label {

    font-size: 12px;

}

#bureau_form .form-control {
    letter-spacing: 2px;
    text-transform: uppercase;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

hr.payment_summary_hr
{
    border: 3px solid #246789;
}

#paid_total_label, #total_balance_label, #total_expense_label
{
    font-size: 14px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #003858 !important;
    border: 1px solid #003858 !important;

}

.select2 {
    width:100%!important;
}

.select2-container--default .select2-selection--single {

    height: 34px !important;
}

.cropit-preview {
    /* You can specify preview size in CSS */
    width: 200px;
    height: 250px;
    background-color: #f1f1f1;
    border-radius: 6px;
    border: 1px dashed #ccc;
cursor: all-scroll;

}


.mt30
{
    margin-top: 30px;
}

.dashboard_user_pic
{
    max-width: 100px;
    margin-bottom: 10px;
    width:100%;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.left_sidebar
{
    background-color: #001a2a;
    padding-top: 25px;
    color: #ffffff;
    min-height: 800px;
}
.projects_content
{
    padding-top: 25px;

    color: #ffffff;
    min-height: 578px;
}



.projects_content a
{
    color: #ffffff;
}


.user_pic_panel
{
    background-image: url("../images/user_background.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    padding: 15px;

}

.main-footer {
    background: #000;
    padding: 15px;
    color: #fff;
    border-top: 1px solid #001a2a;
}

.table-hover>tbody>tr:hover {
    background-color: transparent !important;
}

table.dataTable  tr {
    background-color: #00213b !important;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #000000;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #838383;
}

.panel {
    background-color: #002136;
}

.table-bordered {
    border: 1px solid #000000;
}

.equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.timeline>li>.timeline-item {

    background: #00213b;
}

.timeline>li>.timeline-item>.timeline-header {
    color: #d8d8d8;
}

.text-danger {
    color: #d83400;
}


.pg-canvas
{
    position: absolute;
}
.effects
{
    min-height: 250px;
}


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #a9a4a4 !important;
}

.timeline-item p {
    color: #ffffff;
}

    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #000;
        border-radius: 4px 4px 0 0;
    }

.qq-gallery.qq-uploader {

    background-color: #000000 !important;

}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {

    color: #fff !important;
}

.image-panel
{
    margin-bottom: 30px;
}

#bg_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#login-container {
    position: fixed;
    bottom: 0;
    top: 0;
    background: rgba(38, 40, 44, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding-top: 30px;
    height: 100%;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #f1f1f1;
    background-color: rgba(255, 255, 255, .2);
}