@import '../fonts/font-fam.css';

body {
    font-size: 13px !important;
    font-family: 'OpenSans-Regular';
    color: #212121;
    letter-spacing: 0.5px;
    line-height: 20px;
}

#styleBold {
    border-radius: 0;
}




/* --------------------
Nav Tab CSS
--------------------- */
.nav-tabs {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

    .nav-tabs li {
        font-family: 'Roboto-Medium';
    }

    .nav-tabs li a {
        color: #858585;
        border: none;
        background: none;
        position: relative;
        outline: none;
    }

        .nav-tabs li a:hover {
            background: none;
            border: none;
        }

        .nav-tabs li a::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #BF3FBF;
            transition: width 0.25s ease-in-out;
        }

        .nav-tabs li a:hover::before {
            width: 100%;
        }

    .nav-tabs li.active a {
        border: none;
        background: none;
        color: #BF3FBF;
    }

        .nav-tabs li.active a:hover {
            border: none;
        }

        .nav-tabs li.active a::before {
            width: 100%;
        }

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    background: none !important;
    outline: none !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #BF3FBF !important;
    background: none !important;
    border: none !important;
    outline: none !important;
}




/* --------------------
Form CSS
--------------------- */
.form-cntnr {
    position: relative;
}

    .form-cntnr b, .form-cntnr label {
        display: block;
        margin-bottom: 2px;
        font-family: 'OpenSans-Bold';
    }

    .form-cntnr .form-control {
        /* background: #E6EAED; */
        background: #fff;
        border: 1px solid #dddddd;
        border-radius: 4px;
        height: auto;
        padding: 7px 12px 7px 12px;
        box-shadow: none;
        /* box-shadow: 0 1px 5px 0 rgb(191 202 255 / 25%); */
    }

        .form-cntnr .form-control:focus, .form-cntnr .form-control:active { 
            border-color: #b4b1b1;
            box-shadow: 0 2px 8px 0 rgb(191 202 255 / 25%) !important;
        }

        .form-cntnr .form-control::-webkit-input-placeholder { 
            color: #AEAEAE;
        }
        
        .form-cntnr .form-control::-moz-placeholder {
            color: #AEAEAE;
        }

        .form-cntnr .form-control:-ms-input-placeholder {
            color: #AEAEAE;
        }

        .form-cntnr .form-control:-moz-placeholder { 
            color: #AEAEAE;
        }

    .form-cntnr .btn.btn-success { 
        background: #28A745;
        color: #ffffff;
    }

    .form-cntnr .btn.btn-success::before { 
        background: #21943c;
    }

    .form-cntnr .btn.btn-success:hover::before { 
        width: 100%;
    }

    .form-cntnr .btn.btn-success i { 
        margin-right: 4px;
    }




/* --------------------
After Login Common CSS
--------------------- */
.project-name {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: right;
}

    .project-name h3 {
        font-size: 22px;
        font-family: 'Roboto-Regular';
        margin: 0;
    }

        .project-name h3 span:first-child {
            color: #707070;
        }

        .project-name h3 span:last-child {
            /* color: #405E7C; */
            color: #3E536D;
        }

.card {
    display: block;
    position: relative;
    width: 100%;
}

    .card .header {
        width: 100%;
    }

        .card .header h4 {
            color: #dc8b2b;
            font-size: 20px;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 8px;
            margin-bottom: 12px;
        }

.fc-new {
    padding: 4px 9px 5px 8px;
    height: auto;
    box-shadow: none;
    font-size: 13px;
}

.no-data-found {
    padding: 20px;
    text-align: center;
}

    .no-data-found img {
        width: 100px;
        margin-bottom: 30px;
    }

    .no-data-found h4 {
        color: #dc8b2b;
    }

@media only screen and (max-width: 500px) {
    .project-name {
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 8px;
        margin-bottom: 12px;
    } 
    
        .project-name h3 {
            font-size: 20px;
        } 

    .card .header h4 {
        font-size: 18px;
    }
}




/* --------------------
Table CSS
--------------------- */
.table-style-1 {
    margin: 0;
}

    .table-style-1 tr {
        border-bottom: 2px solid #EBEBFF;
    }

    .table-style-1 thead tr th {
        font-family: 'Roboto-Medium';
        font-weight: normal;
        /* padding: 10px 8px 10px 0; */
        padding: 10px 8px;
        border: none;
    }

    .table-style-1 thead tr th:first-child {
        padding-left: 0;
    }

    .table-style-1 tbody tr td {
        /* padding: 10px 8px 10px 0; */
        padding: 10px 8px;
        border: none;
        vertical-align: middle;
    }

    .table-style-1 tbody tr td:first-child {
        padding-left: 0;
    }

    .table-style-1 tbody tr td:last-child {
        padding-right: 1px;
    }

    .table-style-1 tbody tr td.action-btns {
        line-height: 0;
    }

        .table-style-1 tbody tr td.action-btns a {
            text-decoration: none;
        }

            .table-style-1 tbody tr td.action-btns a:hover {
                text-decoration: none;
            }

        .table-style-1 tbody tr td.action-btns .remove {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            font-size: 24px;
            background: #DC3545;
            color: #ffffff;
            border-radius: 4px;
        }

@media only screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}




/* --------------------
Common CSS
--------------------- */
.btn { 
    font-family: 'OpenSans-Regular';
    padding: 6px 20px;
    border: none;
    outline: none;
    box-shadow: none;
    letter-spacing: 0.5px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
}

    .btn::before { 
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-radius: 4px;
        z-index: -1;
        transition: width 0.25s ease-in-out;
    }

    .btn:hover::before { 
        width: 100%;
    }

    .btn:focus, .btn:active {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .btn.btn-primary { 
        background: #337ab7;
        color: #ffffff;
    }

    .btn.btn-primary::before { 
        background: #265a88;
    }

    .btn.btn-primary:hover::before { 
        width: 100%;
    }

    .btn.btn-primary i { 
        margin-right: 4px;
    }

    .btn.btn-success { 
        background: #28A745;
        color: #ffffff;
    }

    .btn.btn-success::before { 
        background: #21943c;
    }

    .btn.btn-success:hover::before { 
        width: 100%;
    }

    .btn.btn-success i { 
        margin-right: 4px;
    }




/* --------------------
Common CSS
--------------------- */
.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Roboto-Medium';
}

.display-none {
    display: none;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.float-right {
    float: right;
}

.text-center {
    text-align: center;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10px {
    margin-top: 10px;
}

.mt-20px {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-20px {
    margin-bottom: 20px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-10px {
    margin-left: 10px;
}

.ml-20px {
    margin-left: 20px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-10px {
    margin-right: 10px;
}

.mr-20px {
    margin-right: 20px;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10px {
    padding-top: 10px;
}

.pt-20px {
    padding-top: 20px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-20px {
    padding-bottom: 20px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

b, label {
    font-family: 'OpenSans-Bold';
}

.vertically-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.noselect {
    -webkit-user-select: none;  
    -moz-user-select: none;   
    -ms-user-select: none;     
    user-select: none;              
}

.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #8587c1;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-right: 3px;
    font-size: 23px;
    border-radius: 50%;
    transition: bottom 0.25s ease-in-out;
    z-index: 111;
    text-decoration: none !important;
    outline: none;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}

    .back-to-top:hover {
        bottom: 18px;
        background: #7375a8;
        color: #fff;
        text-decoration: none;
    }

    .back-to-top:focus, .back-to-top:active {
        color: #fff;
    }

    .back-to-top span {
        display: inline-block;
        transform: rotate(-90deg);
    }

.pe-none {
    pointer-events: none;
}

.td-underline {
    text-decoration: underline;
}

.footer1 .widget-title {
    font-weight: normal !important;
}



.modal-dialog {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.35);
    box-shadow: 0 5px 15px rgba(0,0,0,.35);
    border: none;
}

    .modal-dialog .modal-header {
        padding: 8px 12px 8px 12px;
    }

        .modal-dialog .modal-header .modal-title {
            font-size: 22px;
            color: #405E7C;
        }

        .modal-dialog .modal-header .close {
            font-size: 24px;
            position: absolute;
            top: 12px;
            right: 12px;
            outline: none;
            opacity: .3;
        }

            .modal-dialog .modal-header .close:hover {
                opacity: .5;
            }


@media (max-width: 768px) {
    
}