/* Common Style */

html,
body {
    height: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.accent-color {
    color: #1f8de6;
}

.caret-position {
    color: #2082d3;
    margin-top: 10px;
}

.arrow-down-position {
    margin-top: 3px;
    color: #2082d3;
    font-size: 18px;
}

.hr-border {
    border-color: #707588;
    margin-top: 0px;
}

.smartmiew-line {
    border-color: #707588;
    margin-top: 10px;
    clear: both;
}

.smartmiew-line2 {
    border-color: #393e52;
    margin: 10px 0;
    clear: both;
}

.tail-position {
    padding-top: 30px;
}

.apply-info {
    padding: 10px 0 5px 10px;
}

.wid100 {
    width: 100%;
}

.table-responsive {
    border: none;
}

.form-control {
    height: auto;
}

.img-centered {
    margin: 0 auto
}

.radio {
    padding-bottom: 5px;
}

.checkbox {
    margin: 0;
    padding-bottom: 5px
}

textarea {
    resize: none;
}



/* Pagination */

.pagination {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    padding: 10px 12px;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 14px;
    background-color: #222531;
    border: none;
}

.pagination>li>a:hover {
    background-color: #fff;
}

.pagination>.active>a {
    background-color: #2095f2;
}

.pagination>.disabled>a,
.pagination>.disabled>a:hover {
    background-color: #33384a;
}



/* Table */

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #2e3242;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(2n) {
    background-color: #33384a;
    color: #fff;
}

.table>thead>tr>th {
    text-align: center
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: none;
}

.table thead {
    background-color: #222531;
    color: #707588;
    text-align: center;
}

.table .cell-style1 {
    border-right: 1px solid #33384a;
    border-bottom: 1px solid #33384a
}

.table .cell-style2 {
    border-bottom: 1px solid #33384a;
}

.table .cell-style3 {
    border-right: 1px solid #33384a
}

.table .cell-style4 {
    border-right: 1px solid #222531
}

.table .cell-style5 {
    padding-top: 15px;
}

@media print {
    colgroup {
        display: none;
    }
    hr {
        display: none;
    }
    .table {
        font-size: 12px;
    }
    table,
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        border: 1px solid #ddd;
        width: auto;
    }
    .table .cell-style1 {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
    .table .cell-style2 {
        border-bottom: 1px solid #ddd;
    }
    .table .cell-style3 {
        border-right: 1px solid #ddd;
    }
    .table .cell-style4 {
        border-right: 1px solid #ddd;
    }
}

.mastfoot {
    color: #999;
    /* IE8 proofing */
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}

.align-middle {
    vertical-align: middle !important;
}



/* Loader */

.item {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #5362bf;
    position: relative;
}

.number {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #c3d8ff;
    font-size: 30px;
}

.loader01 {
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    top: 8px;
    left: 8px;
    animation: loader-rotate 1s linear infinite;
}

.loader01::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 25px;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.radio.radio-inline {
    margin-top: 5px;
}

.policy-info {
    font-size: 12px;
    line-height: 20px;
    color: #888;
    text-align: center;
    margin-bottom:10px
}
.policy-info a {
    color: #888;
}
.policy-info .txt_dot {
    padding: 0 2px;
}

/* Padding Margin*/

.p0 {
    padding: 0;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.plr5 {
    padding: 0 5px;
}

.plr15 {
    padding: 0 15px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.no-gutters {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.m0 {
    margin: 0;
}

.m10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

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