/*body{
    font-family: 'Poppins', sans-serif;
}*/

label.error {
    color: red;
    font-weight: normal;
}

div.message.error {
    color: #F44336;
}

div.message.success {
    color: #5cb85c;
}


/*Manadatory*/

.req:after {
    content: "*";
    color: #F94B4B;
    float: left;
    margin-right: 2px;
    margin-top: 3px;
    /* font-weight: bold; */
    font-size: 10px;
}

#frm_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.49);
    z-index: 2000;
    display: none;
}

#frm_overlay .overay_inr {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #111;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate-multiple {
    position: relative;
}

.ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 4px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 35px;
    height: 35px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: #fff transparent #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.PaginationClass {
    float: left;
    font-size: 13px;
    width: 100%;
    padding: 10px 0;
}

.PaginationClass li {
    float: left;
    /* margin-right:1%; */
    font-size: 13px;
}

.pagination-lg>li:first-child>a i,
.pagination-lg>li:last-child>a i {
    font-size: 22px;
    font-weight: bold;
}

.pagination-lg>li>a {
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

#pagination_actv,
.pagination-lg>li>a:hover {
    background: #e0e0e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #f6f6f6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #f6f6f6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #f6f6f6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%, #f6f6f6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%, #f6f6f6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%, #f6f6f6 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
    transform: scale(0.75, 0.75);
    -moz-transform: scale(0.75, 0.75);
    -o-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
}

.pagination-lg>li:last-child>a:hover,
.pagination-lg>li:first-child>a:hover {
    transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    background: #f6f6f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e0e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #e0e0e0 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e0e0e0', GradientType=0);
    /* IE6-9 */
}

.pagination {
    margin: 0;
}

.fc-time {
    display: none;
}

#images {
    background-color: #dfe6e9;
}

.search-input-text {
    border: 1px solid green;
}

.search-input-select {
    border: 1px solid green;
}

.select-all {
    margin-top: 1px !important;
    font-size: 15px !important;
    padding-top: 0px !important;
}

label.success {
    color: green;
    font-weight: normal;
}

.mr10 {
    margin-right: 10px;
}


/* number input styles */

input[type=number] {
    text-align: right;
}

input[type=number]::-webkit-input-placeholder {
    text-align: left;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.ui-select-wrap {
    border: 1px solid #E5E5E5 !important;
    height: 37px !important;
    width: 100% !important;
    min-width: 114px !important;
    outline: none !important;
    color: #444 !important;
    position: relative !important;
    margin-bottom: 7px !important;
}

.ui-select-wrap .ui-button {
    /* border-left: 1px solid #E5E5E5; */
    /* float: right; */
    display: table-cell !important;
    cursor: pointer !important;
    height: 36px !important;
    color: #999999 !important;
    width: 35px !important;
    text-align: center !important;
    padding-left: 15px !important;
}

#addstudents {
    width: 164px !important;
}

#addsubjects {
    width: 164px !important;
}

.result-input {
    width: 60px !important;
}

.SumoSelect {
    width: 164px !important;
}

.filter-div {
    display: none;
}

.displine_stars .stars {
    padding-right: 5px;
}


/*profile card data*/

body {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
}

.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

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

.profile-img img {
    width: 70%;
    height: 325px;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0062cc;
}

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

.profile-work p {
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}

.profile-work a {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}

.profile-work ul {
    list-style: none;
}

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.tab-heith {
    margin-top: -175px
}

#tblShow.table>thead>tr>td {
    font-size: 16px;
    white-space: nowrap;
}

#register-model .modal-header,
#register-model .modal-body {
    border-bottom: 3px solid #3c8dbc;
}

#pay-div {
    border: 1px solid black !important;
}

table#pay-div thead>tr>th,
table#pay-div thead>tr>td,
table#pay-div tbody>tr>td {
    border: 1px solid black !important;
}

thead#loan-detail>tr {
    border: 1px solid black;
}

#pay-details table,
#pay-details table thead>tr>th,
#pay-details table tbody>tr>td,
#product-details table,
#product-details table thead>tr>th,
#product-details table tbody>tr>td,
#bill-products table,
#bill-products table thead>tr>th,
#bill-products table tbody>tr>td,
#prod-details table,
#prod-details table thead>tr>th,
#prod-details table tbody>tr>td,
.design-table table,
.design-table table thead>tr>th,
.design-table table tbody>tr>td {
    border: 1px solid black !important;
}
