* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*[onclick] {
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/* Rows (Start)*/
.bik-row {
    width: 100%;
    overflow: auto;
}

.bik-row > div {
    float: left;
}

.row-gap1p {
    margin: 0 -1%;
    width: 102%;
}

.row-gap1p > div {
    padding: 0 1%;
}

.row-gap2p {
    margin: 0 -2%;
    width: 104%;
}

.row-gap2p > div {
    padding: 0 2%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66%;
}

.col-10 {
    width: 83.33%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66%;
}

.col-7 {
    width: 58.33%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66%;
}

.col-4 {
    width: 33.33%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66%;
}

.col-1 {
    width: 8.33%;
}

.flex-64 {
    flex: 64 1 auto;
}

.flex-31 {
    flex: 32 1 auto;
}

.flex-16 {
    flex: 16 1 auto;
}

.flex-8 {
    flex: 8 1 auto;
}

.flex-4 {
    flex: 4 1 auto;
}

.flex-2 {
    flex: 2 1 auto;
}

.flex-1 {
    flex: 1 1 auto;
}

/* Rows (End)*/

.bik-form-group {
    background: #fdfdfd;
    border-radius: 3px;
    display: flex;
}

.bik-form-group > input {
    margin: 0;
    border: 0 solid;
    height: 40px;
    padding: 0 10px;
    outline: none;
    font-size: 14px;
    background: none;
    width: 1%;
}

.bik-form-group > button {
    margin: 0;
    padding: 0;
    border: 0 solid;
    height: 40px;
    background: none;
    outline: none;
    font-size: 20px;
    width: 1%;
    color: #999;
}

.bik-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(../images/custom-select.svg) no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.align-c {
    text-align: center;
}

.align-j {
    text-align: justify;
}

table {
    border-collapse: collapse;
}

.table-tbl1 {
    width: 100%;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}

.table-tbl1 > thead {

}

.table-tbl1 > thead > tr {

}

.table-tbl1 > thead > tr > td {
    background: #6f6565;
    text-align: center;
    color: #FFF;
    padding: 5px;
}

.table-tbl1 > tbody {

}

.table-tbl1 > tbody > tr {
    border-bottom: 1px solid #e2e2e2;
    background: #fdfdfd;
}

.table-tbl1 > tbody > tr > td {
    padding: 2px 2px;
    vertical-align: top;
}



#popup-title {
    padding: 1px 0 9px 0;
    border-bottom: 0 solid #dedede;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 1px -2px #dcdcdc;
    margin: 10px 10px 2px 10px;
}

#popup-exit {
    float: right;
    border-radius: 15px;
    color: #F44336;
    cursor: pointer;
    font-size: 30px;
}

#popup-title-text {
    font-family: 'Montserrat', sans-serif;
    color: #777373;
}

#popup-details {
    padding: 10px 15px 10px 15px;
    background: #FFF;
    font-size: 17px;
    min-height: 200px;
    overflow-x: auto;
}

#popup-main {
    display: none;
    box-shadow: 0 0 8px 1px #607d8b;
    position: fixed;
    background: #FFF;
    min-width: 300px;
    left: 50%;
    top: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    z-index: 100;
}

#popup-black-bg {
    display: none;
    z-index: 100;
    background: rgba(0, 0, 0, .8) url(//tools.bikiran.com/bikimg/loading-1.gif) no-repeat center;
    background-size: 50px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}

select:disabled {
    background-color: rgb(235, 235, 228);
}
.hide, .hidden{
    display: none;
}


/* Height & Weight (Start) */

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h33 {
    height: 33px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h75 {
    height: 75px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h300 {
    height: 300px;
}

.h400 {
    height: 400px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.h900 {
    height: 900px;
}

.h1000 {
    height: 1000px;
}

.min-h5 {
    min-height: 5px;
}

.min-h10 {
    min-height: 10px;
}

.min-h15 {
    min-height: 15px;
}

.min-h20 {
    min-height: 20px;
}

.min-h25 {
    min-height: 25px;
}

.min-h30 {
    min-height: 30px;
}

.min-h33 {
    min-height: 33px;
}

.min-h40 {
    min-height: 40px;
}

.min-h50 {
    min-height: 50px;
}

.min-h75 {
    min-height: 75px;
}

.min-h80 {
    min-height: 80px;
}

.min-h100 {
    min-height: 100px;
}

.min-h150 {
    min-height: 150px;
}

.min-h200 {
    min-height: 200px;
}

.min-h300 {
    min-height: 300px;
}

.min-h400 {
    min-height: 400px;
}

.min-h500 {
    min-height: 500px;
}

.min-h600 {
    min-height: 600px;
}

.min-h700 {
    min-height: 700px;
}

.min-h800 {
    min-height: 800px;
}

/* Width */
.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.w800 {
    width: 800px;
}

.w100p {
    width: 100%;
}

.w50p {
    width: 50%;
}

.w25p {
    width: 25%;
}

.w20p {
    width: 20%;
}

.w10p {
    width: 10%;
}

.w100 {
    width: 100px;
}

.hr{
    border-top: 1px solid #999;
}