﻿body {
}

    .example-modal .modal

{
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}

.example-modal .modal {
    background: transparent !important;
}

.formlabel {
    color: #9e9e9e;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}

.formscontrol {
    border-bottom: 2px solid #dadada;
    /*border-top: none;
    border-left: none;
    border-right: none;*/
    font-family: 'Nunito', sans-serif;
    padding: 10px 0px 1px;
    font-size: 15px;
    color: #484747;
    font-weight: 500;
}

.clascol {
    margin-bottom: 11px
}

.headercontent {
    font-family: 'Nunito', sans-serif;
    color: #185992
}

hr {
    width: 97%;
    margin-top: 12px;
    margin-bottom: 25px;
}

.btnsearch {
    border-radius: 20px;
    border: none;
    box-shadow: 1px 1px 5px 0px #8bd083;
    background: #00a65a;
    transition: .8s;
}

    .btnsearch:hover {
        transform: scale(1.1);
    }


.HideColumn {
    display: none;
}


.example-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}

.example-modal .modal {
    background: transparent !important;
}

.example-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}

.example-modal .modal {
    background: transparent !important;
}

.formlabel {
    color: #9e9e9e;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}

.formscontrol {
    border-bottom: 2px solid #dadada !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    font-family: 'Nunito', sans-serif !important;
    padding: 10px 0px 1px !important;
    font-size: 15px !important;
    color: #484747 !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 15px !important;
}

.clascol {
    margin-bottom: 11px
}

.headercontent {
    font-family: 'Nunito', sans-serif;
    color: #185992
}

hr {
    width: 97%;
    margin-top: 12px;
    margin-bottom: 25px;
}

.btnsearch {
    border-radius: 20px;
    border: none;
    box-shadow: 1px 1px 5px 0px #8bd083;
    background: #00a65a;
    transition: .8s;
}

    .btnsearch:hover {
        transform: scale(1.1);
    }

.boxborder {
    border: 1px solid #d6dad8;
}

.btnB_Status {
    border: 1px solid #05783b;
    background: white;
    border-radius: 20px;
    color: #06783b;
    transition: .8s
}

    .btnB_Status:hover {
        background: #05783b;
        color: white;
        transform: scale(1)
    }

.btnB_StatusActive {
    background: #05783b;
    color: white;
    border-radius: 20px;
    letter-spacing: 1px;
    transition: .5s
}

    .btnB_StatusActive:hover {
        background: #068a42;
        color: white;
        border-radius: 20px;
        transform: scale(1.1);
    }

.box-body {
    padding: 10px 30px;
}

.lbl_Cnic {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
}

.btn_Status_D {
    border: 1px solid #05783b;
    color: #127f45;
    background: white
}

.btnStatusDActive {
    background: #05783b;
    color: white;
}

.btnStatusDActiveChild {
    background: #105dbb;
    color: white;
}

.sidemenuhover:hover {
    background: white !important
}

.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #05783b;
    background-color: #05783b;
}

#sidebar {
    width: 240px;
    height: 100%;
    position: fixed;
    background: linear-gradient( 1deg, #9a0000,#f39189,#fad5ad, white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.sidebar-menu li a {
    color: #252626 !important;
    text-decoration: none;
    display: block;
    padding: 10px 0 9px 21px !important;
    font-size: 12px;
    outline: none;
    border-bottom: 1px solid #ececec3b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brand {
    background: #fff6eb;
    float: left;
    width: 240px;
    height: 69px !important;
    position: relative;
}

.header {
    box-shadow: none;
}


.btnsave {
    border: 1px solid green;
    border-radius: 20px;
    padding: 6px 21px;
    color: white;
    transition: .5s;
    background: green !important;
}

    .btnsave:hover {
        background: green;
        border-radius: 20px;
        padding: 6px 21px;
        color: white;
    }

.btngrey {
    color: grey;
    border: 1px solid grey;
    border-radius: 20px;
    padding: 6px 21px;
    background: none;
}

.panelshadow {
    box-shadow: 1px 1px 7px 0px #d9d6d6;
    /*box-shadow: 1px 1px 7px 0px #d8d8d8;*/
    border: 1px solid #311f2f;
}

.nav {
    text-align: center;
    justify-content: center;
    align-self: center;
    padding: 20px 0px 0px;
}

.sidebar-toggle-box {
    float: left;
    margin-top: 23px;
    margin-left: -15px;
    background: #fdeede !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -15px;
    box-shadow: 0px 4px 15px 0px #fed9d8;
    color: red;
}

    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        padding: 8px 8px 8px 9px;
        color: rgb(154 0 0) !important;
    }

.btninsert {
    color: #1ca59e;
    border: 1px solid #1ca59e;
    background: none;
    border-radius: 20px;
    transition: .8s;
}
.btnnext {
    color: green;
    border: 1px solid green;
    background: none;
    border-radius: 20px;
    transition: .8s;
    width: 100%;
}
ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: white !important;
    color: #1FB5AD;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 4px;
}

.select2-container .select2-choice {
    display: block;
    height: 33px !important;
    padding: 3px 10px !important;
    overflow: hidden;
    position: relative;
    border: 1px solid #e2e2e4 !important;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
.form-control {
    margin-bottom: 10px;
}
.ClasRadio {
    position: relative;
    top: 8px;
}
.ClasCheckboxLbl {
    position: relative;
    top: 3px;
    padding-right: 10px;
}

ul.sidebar-menu li ul.sub li {
    background: #f9c5a5 !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.sidebar-menu li ul.sub li.active a {
        color: #1fb5ad;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        background: #b5413d !important;
        color: white !important;

    }

.panelgrey {
    border-color: #dddbdb !important;
}
.panelheader {
    border-color: #311f2f;
    font-size: 13px;
    font-weight: 400;
    background-color: #311f2f;
    text-transform: uppercase;
    padding: 8px 13px;
    overflow: hidden;
    color: white;
}
.panelgrey > .panel-heading {
    color: #9a0101;
    background-color: #e2e2e4;
    border-color: #e2e2e4;
}
.theme-button {
    background: #311f2f;
    color: white;
    margin-left: 4px !important;
}
.btnborder {
    border: 1px solid green !important;
    border-radius: 20px;
    padding: 6px 21px;
    color: green;
    transition: .5s;
    background: white !important;
}

.loginbg {
    box-shadow: 2px 3px 5px #cccccc !important;
    border-radius: 15px !important;
    margin: 0px !important;
    background: linear-gradient( 1deg, #9a0000,#f39189,#fad5ad, white) !important;
    padding: 0 !important;
}
.mini-stat-icon {
    width: 35px !important;
    height: 35px !important;
    display: inline-block;
    /* line-height: 38px; */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    font-size: 16px !important;
    background: #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 4px;
    color: #fff;
}