@charset "utf-8";
/* CSS Document */


@font-face {

    font-family: ibin_font;
    src: url(../../css/fonts/OpenSans-Regular.ttf);

}

@font-face {

    font-family: ibin_font_bold;
    src: url(../../css/fonts/OpenSans-Bold.ttf);

}

@font-face {

    font-family: ibin_font_semi_bold;
    src: url(../../css/fonts/OpenSans-SemiBold.ttf);

}

@font-face {

    font-family: ibin_font_light;
    src: url(../../css/fonts/OpenSans-Regular.ttf);

}

@font-face {

    font-family: ibin_tech_font;
    src: url(../../css/fonts/Saira-Medium.ttf);

}


.pb {
    height: 30px;
    background: #0C9;
    color: #FFF;
    display: none;
    line-height: 30px;
    text-align: center;
}

.homeWrapper {
    /*top: 0px;*/
    /*left: 0px;*/
    /* width: 1920px; */
    /*height: 100%;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;

    display: flex !important; flex-direction: column !important; height: 100vh;
}

.deleteBtn {
    background: #221f1f;
    color: #FFF;
    display: block;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    float: right;
    cursor: pointer;
    font-size: 16px;
}

.deleteBtn:hover {
    background: #0C9;
    color: #FFF;
    display: block;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    float: right;
    cursor: pointer;
    font-size: 16px;
}

.step_1 {
}

.step_2 {
    display: none;
    width: 60px;
    margin: 0 auto;
}

.step_3 {
    display: none;
}


#adminControlheader {
    margin-top: 70px;
    text-align: center;
    font-size: 24px;
    text-align: center;
    /*border-top: 1px rgba(165, 175, 186, .5) solid;*/
}

#adminControlheader lu {
    clear: both;
    text-indent: none;
    line-height: 40px;
    font-family: ibin_font_semi_bold;
    text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

#adminControlheader li {
    cursor: pointer;
    clear: both;
    text-indent: none;
    counter-increment: section;
    list-style-type: none;
    /*border-bottom: 1px solid rgba(165, 175, 186, .5);*/
    transition: background .45s ease;
}

#adminControlheader li:hover {
    text-indent: none;
    list-style-type: none;
    /*border-bottom: 1px solid rgba(165, 175, 186, .5);*/
    /*background: #221f1f;*/
    color: #FFF
}

#adminControlheader li a::after {
    width: 12px;
    height: 0;
    margin-right: 25px;
    margin-left: 8px;
    content: '»';
    font-size: 22px;
    color: #8c99a7;
    line-height: 0px;
    display: inline-block;
}

#adminControlheader li a {
    text-decoration: none;
    color: #808E9D;
    display: block;
    width: 100%;
    transition: color .5s ease
}

#adminControlheader li a:hover {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
}


#contentPreloader {
    display: none;
    width: 65px;
    margin: 0 auto;
}


body {
    margin: 0;
    padding: 0;
    background: #FFF;
    /*position: relative;*/
    /*height: 100%;*/
    /*min-height: calc(100% - 200px);*/
}

html {
    /*overflow-y: scroll;*/
    margin: 0;
    padding: 0;
    font-family: ibin_font, Arial, Helvetica, sans-serif;
    /*position: relative;*/
    /*height: 100%;*/
    /*min-height: calc(100% - 200px);*/
}

#ibinHolder {
    color: #FFF;
    display: none;
    width: 320px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    margin: 0 auto;
    background: #A5AFBA;
    text-align: center;
    font-family: ibin_tech_font;
}

.link {
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}

.updated {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    opacity: 0;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 15px;
    margin: 0 auto;
    background: #A5AFBA;
    text-align: center;
    font-family: ibin_tech_font;
    font-size: 9px;
}

.backBtn {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    color: #FFF;
    background: #808e9d;
    border: 0;
    font-family: ibin_font_bold;
    font-size: 11px;
    padding: 15px;
}

.backBtn:hover {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    color: #FFF;
    background: #221f1f;
    border: 0;
    font-family: ibin_font_bold;
    font-size: 11px;
    padding: 15px;
}

.floatBreaker {
    height: 5px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
}

.errorMessage {
    border-radius: 12px;
    padding: 4px;
    background: #FAA;
    margin: 2px;
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
}

.closeBtn {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    background: #EEE;
    cursor: pointer;
}

.closeBtn:hover {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    background: #CCC;
    cursor: pointer;
}

.contentBlock {
    /*background-color: #808e9d;*/
    /*height: 100%;*/
    margin-top: 98px;

    display: flex !important; flex: 1 0 auto; flex-direction: column !important
}

#search {
}

.adminWrapper {
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;

}

.adminLogin {
    /*position: relative;*/
    background-color: white;
    border-radius: 10px;
    /*top: 98px;*/
    width: 650px;
    height: 460px;
    opacity: 1;
    margin: 140px auto;
}

.progressBar {
    width: 100%;
    text-align: center;
    background: #CDE;
    color: #222;
    height: 40px;
    line-height: 40px;
    display: none;
}

.table {
}

.dashRow {
    width: 90%;
    margin: 0 auto;
    font-family: ibin_font;
}

.dashRow .part_1 {
    float: left;
    width: 33%;
    height: 50px;
    line-height: 50px;
}

.dashRow .part_2 {
    float: left;
    width: 33%;
    height: 50px;
    line-height: 50px;
}

.dashRow .part_3 {
    float: left;
    width: 33%;
    height: 50px;
    line-height: 50px;
}

.dashRow::after {
    content: '';
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
}

.dashRow .bold {
    font-family: ibin_font_bold;
}

.ibinExample {
    width: 100%;
    max-height: 863px;
    height: 262px;
    margin: 50px auto;
    background: url(../../img/ibin-eg-new.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 10%;
}

.tableHeader {
    width: 100%;
    border-bottom: 1px solid #a5afba;
    float: left;
    font-family: ibin_font_bold;
}

.tableHeader .part_1 {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
    text-align: center
}

.tableHeader .part_2 {
    float: left;
    width: calc(100% - 700px);
    height: 50px;
    line-height: 50px;
}

.tableHeader .part_3 {
    float: left;
    width: 300px;
    height: 50px;
    padding-left: 30px;
    line-height: 50px;
    position: relative;
}

.tableHeader .part_4 {
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.tableHeader .part_5 {
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.tableHeader::after {
    content: '';
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
}

.tableRow_1 {
    width: 100%;
    border-bottom: 1px solid #a5afba;
    float: left;
    background: #f2f3f5
}

.tableRow_1 .part_1 {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
    text-align: center
}

.tableRow_1 .part_2 {
    float: left;
    width: calc(100% - 700px);
    height: 50px;
    line-height: 50px;
}

.tableRow_1 .part_3 {
    float: left;
    width: 300px;
    height: 50px;
    padding-left: 30px;
    line-height: 50px;
    position: relative;
}

.tableRow_1 .part_4 {
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.tableRow_1 .part_5 {
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.tableRow_1 .part_5 a {
    color: #221F1F;
}

.tableRow_1 .part_5 a:hover {
    color: #808E9D;
}

.tableRow_1::after {
    content: '';
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
}

.detailRow {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
}

.detailRow .part_1 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow .part_2 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow .part_3 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow .part_4 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow .part_5 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow .part_6 {
    float: left;
    width: calc(16% - 5px);
    text-align: left;
    position: relative;
}

.detailRow::after {
    content: '';
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
}

.detailRow .logoControl {
    border: 0px solid #ccc;
    text-align: center;
    border-radius: 9px;
    width: 145px;
    height: 145px;
    margin: 0 auto;
    vertical-align: middle;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

.detailRow_2 {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
}

.detailRow_2 .part_1 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow_2 .part_2 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow_2 .part_3 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow_2 .part_4 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow_2 .part_5 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow_2 .part_6 {
    float: left;
    width: 16%;
    text-align: left;
    padding-top: 30px;
}

.detailRow_2::after {
    content: '';
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
}

.defaultImage {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 140px;
    height: 90px; /* background: url(../../img/defaultImg.jpg) no-repeat center center; */
    background-size: cover;
}

.heading {
    font-family: ibin_font_bold;
    background: none;
}

.catagory {
    padding: 8px;
    float: left;
    width: calc(50% - 16px);
}

.catagory2 {
    padding: 8px;
    margin: 0 auto;
    width: calc(100% - 16px);
}

.managerRow {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.managerRow .part_1 {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
}

.managerRow .part_2 {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
}

.managerRow .part_3 {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
}

.managerRow .part_4 {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
}

.managerRow .part_5 {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
}


.inputText {
    border: 0;
    border-bottom: 1px solid #808E9D;
    margin: 10px;
    font-family: ibin_font;
    padding-left: 0;
    font-size: 13px;
    width: calc(100% - 30%);
    position: relative;
    background-color: #fff;
}


.inputText_line {
    border: 0;
    border: 1px solid #808E9D;
    padding: 10px;
    margin: 10px;
    font-family: ibin_font;
    padding-left: 0;
    font-size: 13px;
    width: 20%;
    position: relative;
}


input::-webkit-calendar-picker-indicator {
    display: none;
}

.inputTextList {
    border: 0;
    border-bottom: 1px solid #808E9D;
    padding: 10px;
    margin: 10px;
    font-family: ibin_font;
    padding-left: 0;
    font-size: 13px;
    width: calc(100% - 22px);
    background: url(../../img/da.png) no-repeat right center;
    background-size: contain;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    display: block;
}

.inputTextList:hover {
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
}

.inputFile {
    padding: 0;
    margin: 15px;
    margin-top: 40px;
    margin-bottom: 0px;
    font-family: ibin_font;
    font-size: 13px;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #808E9D;
    width: 100%;
}

.inputFile .desc {
    color: #808E9D;
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
}

.inputFile label {
    color: #808E9D;
    font-size: 13px
}

.inputFile span {
    background: #808E9D;
    padding: 10px;
    color: #FFF;
    border: 0px;
    font-family: ibin_font;
    margin-right: 20px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}

.inputFile button {
    background: #808E9D;
    padding: 10px;
    color: #FFF;
    border: 0px;
    font-family: ibin_font;
    margin-right: 20px;
    font-size: 13px
}

.inputFile input[type=file] {
    display: none;
}

.fullWidth {
    width: calc(100% - 40px);
}

.halfWidth {
    width: calc(50% - 32px);
}

.formWrapper {
    max-width: 80%;
    width: 100%;
    position: relative;
    top: 70px;
    left: 64.812px;
}



.formWrapperPreloader {
    display: none;
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, .5);
}

.flag {
    background: #999 url(../../img/flags/zar_flag.png) no-repeat center center;
    background-size: cover;
    display: block;
    float: left;
    /*position: absolute;*/
    /*top: 15px;*/
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 8px;
    /*left: 0;*/
}

.searchInput {
    margin: 0 auto;
    width: calc(100% - 200px);
    max-width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.searchInput input[type='text'] {
    font-family: ibin_font;
    border: 0;
    padding: 12px;
    width: calc(100% - 18px);
    font-size: 14px;
    border: 1px #808E9D solid;
    margin: 0 auto;
    background: url(../../img/Icon.png) no-repeat center right;
    box-shadow: 0px 5px 12px rgba(128, 142, 157, .3);
}

#adminSearch {
    font-family: ibin_font;
    border: 0;
    padding: 12px;
    width: calc(100% - 32px);
    font-size: 14px;
    border: 1px #808E9D solid;
    margin: 0 auto;
    background: url(../../img/Icon.png) no-repeat center right;
    box-shadow: 0px 5px 12px rgba(128, 142, 157, .3);
    border-radius: 50px;
}


.controlBtn {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: -7px auto;
    padding: 20px;
}

/*.controlBtn button {*/
/*    text-transform: uppercase;*/
/*    color: #FFF;*/
/*    font-family: ibin_font_semi_bold;*/
/*    font-size: 13px;*/
/*    width: 125px;*/
/*    padding: 12px;*/
/*    margin: 10px;*/
/*    background: #221f1f;*/
/*    border: 0;*/
/*    transition: background .1s ease;*/
/*    cursor: pointer;*/
/*}*/
.controlBtn button {
    color: #FFF;
    font-family: ibin_font_semi_bold;
    font-size: 13px;
    border: 0;
    top: 808px;
    left: 899px;
    width: 122px;
    height: 31px;
    background: #221F1F 0% 0% no-repeat padding-box;
    opacity: 1;
    cursor: pointer;
}

.controlBtn button:hover {
    background: #a5afba;
}

.controlBtn .button2 {
    text-transform: uppercase;
    color: #FFF;
    font-family: ibin_font_semi_bold;
    font-size: 13px;
    width: 125px;
    padding: 12px;
    margin: 10px;
    background: #808E9D 0% 0% no-repeat padding-box;
    border: 0;
    transition: background .1s ease;
    cursor: pointer;
    height: auto;
}

.controlBtn .button2:hover {
    width: 125px;
    padding: 12px;
    margin: 10px;
    background: #a5afba;
    border: 0;
    cursor: pointer;
}

.controlBtn .block {
    text-transform: uppercase;
    color: #221f1f;
    font-family: ibin_font_bold;
    font-size: 12px;
    width: 140px;
    padding: 5px;
    margin: 10px auto;;
    background: #f5f5f5;
    border: 0;
    transition: background .1s ease;
    border: 1px solid #808E9D;
    height: 40px;
    line-height: 30px;
}

.controlBtn .block input[type='checkbox'] {
    margin-top: 8px;
    margin-left: 15px;
    display: block;
    float: left;
    color: #221f1f;
    background: #FFF;
    border: 1px solid #221f1f;
    height: 15px;
    width: 15px;
    border-radius: 0;
    cursor: pointer;
}

.controlBtn .block label {
    cursor: pointer;
}


.searchInput::after {
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
    content: '';
}

::placeholder {
    color: #A5AFBA;
}

/*<a class="btn">Return to search</a>*/

/*.btn {*/
/*    letter-spacing: normal;*/
/*    padding: 8px;*/
/*    bottom: 0;*/
/*    text-transform: uppercase;*/
/*    font-family: ibin_font_bold;*/
/*    font-size: 9px;*/
/*    color: #F2F3F5;*/
/*    display: block;*/
/*    line-height: 30px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    background: #808E9D;*/
/*}*/


.homeHeader {
    background: #221f1f;
    height: 98px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.homeHeader::after {
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
    content: '';
    display: block;
}


/*.headerWrapper {*/
/*    width: calc(100% - 20px);*/
/*    max-width: 1650px;*/
/*    margin: 0 auto;*/
/*}*/


/*.logo {*/
/*    float: left;*/
/*    width: 85px;*/
/*    height: 72px;*/
/*    background: #221f1f url(../../img/ibin-logo-01.svg) no-repeat center center;*/
/*    background-size: contain;*/
/*    display: block;*/
/*}*/

.logo {
    /*float: left;*/
    /*background: #221f1f url(../../img/ibin-logo-01.svg) no-repeat center center;*/
    /*top: 23px;*/
    /*left: 140px;*/
    /*width: 115px;*/
    /*height: 63px;*/
    /*text-align: left;*/
    /*font: Medium 40px/63px Saira;*/
    /*letter-spacing: 0.96px;*/
    /*color: #FFFFFF;*/
    /*opacity: 1;*/
    /*position: relative;*/


    float: left;
    width: 115px;
    height: 96px;
    background: #221f1f url(../../img/ibin-logo-01.svg) no-repeat center center;
    background-size: contain;
    display: block;
}

.menu_2 {
    display: none;
    float: right;
    text-align: right;
    line-height: 72px;
    cursor: pointer;
}

.menu_2 a {
    display: block;
    float: left;
    text-align: center;
    color: #F2F3F5 !important;
    text-decoration: none;
    width: 100px;
    text-transform: uppercase;
    font-family: ibin_font_light;
    transition: background .2s ease;
    letter-spacing: 0;
}

.menu_2 a:hover {
    background: #808e9d;
}

.menu_1 {
    float: right;
    text-align: right;
    line-height: 72px;
}

.menu_1 a {
    cursor: pointer;
    color: #808E9D;
    font-family: ibin_font_semi_bold;
    width: 86px;
    height: 26px;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    font-size: 19px;
    text-decoration: none;
    margin: 0 auto;
    line-height: 96px;
}


.menu_1_part_2 {
    margin-left: 10px;
    float: right;
    text-align: right;
    line-height: 72px;
}

.menu_1_part_2 a {
    display: block;
    border: 1px solid #F2F3F5;
    margin-top: 16px;
    float: left;
    text-decoration: none;
    color: #F2F3F5;
    line-height: 35px;
    height: 35px;
    text-align: center;
    width: 120px;
    text-transform: uppercase;
    font-family: ibin_font_light;
    transition: background .2s ease-in-out, color .1 ease;;
}

.menu_1_part_2 a:hover {
    display: block;
    border: 1px solid #F2F3F5;
    margin-top: 16px;
    float: left;
    text-decoration: none;
    color: #221f1f;
    line-height: 35px;
    height: 35px;
    text-align: center;
    width: 120px;
    text-transform: uppercase;
    font-family: ibin_font_light;
    background: #F2F3F5;
}


/*home footer*/

/*.homeFooter {*/
/*    background: #221f1f;*/
/*    !*position: fixed;*!*/
/*    !*bottom: 0;*!*/
/*    !*left: 0;*!*/
/*    width: 100%;*/
/*    height: 132px;*/
/*    !*top:100%;*!*/
/*    padding-top: 20px;*/
/*    z-index: 1000;*/

/*}*/

.homeFooter {
    background: #221f1f;
    position: relative;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    /* height: 132px; */
    /*top: 10%;*/
    /* padding-top: 20px; */
    z-index: 1000;
}

.footerWrapper {
    width: calc(100% - 20px);
    max-width: 1400px;
    margin: 0 auto;
    color: #8e8d8f;
    text-align: center;
    font-size: 12px;
    position: relative;
    height: 100%;
}

.footerLogo {
    margin: 0 auto;
    width: 114px;
    height: 56px;
    background: #221f1f url(../../img/ibin_logo.png) no-repeat center center;
    background-size: cover;
    display: block;
}

.footerWrapper p a {
    color: #8e8d8f;
    text-decoration: none;
}

.footerWrapper p a:active, .footerWrapper p a:visited {
    color: #8e8d8f;
    text-decoration: none;
}

.footerWrapper p a:hover {
    color: #aeadaf;
    text-decoration: none;
}

.linkA {
    color: #8e8d8f;
    text-decoration: none;
    cursor: pointer;
}

.linkA:hover {
    color: #8e8d8f;
    text-decoration: underline;
}

.linkA:visited {
    color: #8e8d8f;
}

.paginationWrapper {
    width: 100%;
    height: 30px;
    position: absolute;
    top: -50px;
    left: 0px;
    display: none;
    background: #FFF;
    float: left;
}

.pagination {
    width: 100%;
    height: 30px;
    background: #FFF;
    float: left;
    overflow: hidden;
    border-radius: 0;

}

.pagination a, .pagination span {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    float: left;
    cursor: pointer;
    border: 1px solid #808E9D;
    line-height: .75;
}

.pagination a:hover {
    background: #808E9D;
    cursor: pointer;
    color: #000;
    border: 1px solid #808E9D;
}

.xWrap_1 {
    margin: 0 5px;
    padding: 5px;
    border: 1px rgba(128, 142, 157, .2) solid;
    border-radius: 12px;
    width: 75%;
    box-shadow: 0px 3px 6px rgba(128, 142, 157, .3);
}

.xWrap_2 {
    margin: 0 5px;
    padding: 5px;
    border: 1px rgba(128, 142, 157, .2) solid;
    border-radius: 12px;
    width: 25%;
    box-shadow: 0px 3px 6px rgba(128, 142, 157, .3);
}

/*.xWrapFull {*/
/*    margin: 5px;*/
/*    padding: 20px;*/
/*    border: 1px rgba(128, 142, 157, .2) solid;*/
/*    border-radius: 12px;*/
/*    width: calc(100% - 52px);*/
/*    float: left;*/
/*    box-shadow: 0px 3px 6px rgba(128, 142, 157, .3);*/
/*}*/

.xWrapFull{
    border: 1px rgba(128, 142, 157, .2) solid;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(128, 142, 157, .3);
    margin: 0 auto;
    width: calc(100% - 200px);
    max-width: 100%;
    padding: 20px;
    margin-bottom: 15px;
}

.x {
    overflow-y: auto;
    margin: 20px;
    padding: 10px;
    height: 300px;
    width: calc(100% - 20px);
    font-family: ibin_font, Arial, Helvetica, sans-serif;
}

/* width */
.x::-webkit-scrollbar {
    width: 5px;
}

.dataRow {
    float: left;
    width: 100%;
    font-size: 13px;
}

.dataRow .part_1 {
    float: left;
    width: calc(40% - 20px);
    padding: 5px;
    margin: 5px;
    font-family: ibin_font_bold
}

.dataRow .part_2 {
    float: left;
    width: calc(60% - 20px);
    padding: 5px;
    margin: 5px;
}

.dataRow::after {
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
    content: '';
}

/* Track */
.x::-webkit-scrollbar-track {
    border-radius: 7px;
    border: 1px #808e9d solid;

}

/* Handle */
.x::-webkit-scrollbar-thumb {
    background: #808e9d;
    border-radius: 7px;
}

/* Handle on hover */
.x::-webkit-scrollbar-thumb:hover {
    background: #6d7986;
}


.s-header {
    z-index: 500;
    width: 100%;
    height: 80px;
    background-color: #B00;
    position: relative;
    top: 0px;
    position: fixed;
}

/* preloader */

.modal {
    z-index: 10;
    position: fixed;
    left: 0;
    top: -2px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    transition: visibility .55s ease-in, opacity 0.55s ease, transform 0.25s ease-in;
    z-index: 2500;
    display: none;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility .25s ease-out, opacity 0.55s ease-in, transform 0.25s ease-in;

}

.modal-content {
    position: fixed;
    height: 100%;
    top: 0;
    right: -230px;
    background-color: white;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 1.5s linear, opacity .5s ease, transform 0.25s, right 1s ease;

}

.modal-content-show {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0px;
    background-color: white;
    width: 230px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear, opacity 0.75 ease, transform 0.25s, right 1s ease;
}

.brand {
    float: left;
    width: 100px;
    line-height: 1.5rem;
    text-align: left;
    margin: 10px;
    text-transform: uppercase;
    content: 'IBIN';
    color: #999;
    letter-spacing: 4px;
    font-family: ibin_font_bold;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    margin: 10px;
}

.close-button:hover {
    background-color: darkgray;
}


.close-button-general {
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: #FFF;
    margin: 3px;
    color: #A5AFBA;
}

.close-button-general:hover {
    background-color: #808E9D;
}


#modalControlheader {
    /*margin-top: 42px;*/
    text-align: center;
    font-size: 24px;
    text-align: center;
    border-top: 1px rgba(165, 175, 186, .5) solid;
}

#modalControlheader lu {
    clear: both;
    text-indent: none;
    line-height: 40px;
    font-family: ibin_font_semi_bold;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}

#modalControlheader li {
    clear: both;
    text-indent: none;
    counter-increment: section;
    list-style-type: none;
    border-bottom: 1px solid rgba(165, 175, 186, .5);
    transition: background .45s ease;
}

#modalControlheader li:hover {
    text-indent: none;
    list-style-type: none;
    border-bottom: 1px solid rgba(165, 175, 186, .5);
    background: #221f1f;
    color: #FFF
}

#modalControlheader li a::before {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    margin-left: 6px;
    content: '';
    font-size: 9px;
    color: #a5afba;
    line-height: 30px;
    display: inline-block;
}

#modalControlheader li a {
    text-decoration: none;
    color: #221f1f;
    display: block;
    width: 100%;
    transition: color .5s ease
}

#modalControlheader li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
}


#modalControl {
    padding: 8px;
    text-align: center;
}


.confirmModal {
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 2500;
}

.confirmModal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1rem;
    width: 100%;
    max-width: 300px;
    border-radius: 0;
}

.confirmModal-close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.confirmModal-close-button:hover {
    background-color: darkgray;
}

.show-confirmModal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


#confirmModalControlheader {
    margin-top: 32px;
    text-align: center;
    font-size: 24px;
    text-align: center;
    border-top: 1px #CCC solid;
}

#confirmModalControl {
    padding: 8px;
    text-align: center;
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #808e9d;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

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


/*  */


.lds-roller-2 {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.lds-roller-2 div {
    animation: lds-roller-2 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller-2 div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFF;
    margin: -3px 0 0 -3px;
}

.lds-roller-2 div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller-2 div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller-2 div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller-2 div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller-2 div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller-2 div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller-2 div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller-2 div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller-2 div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller-2 div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller-2 div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller-2 div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller-2 div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller-2 div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller-2 div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller-2 div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

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

/* preloader */

.pageLabel {
    text-align: center;
    font-family: ibin_font_semi_bold;
    position: relative;
    font-size: 30px;
    letter-spacing: 3px;
    color: #221F1F;
    opacity: 1;
    letter-spacing: 3px;
    height: 41px;
}

.pageSubLabel {
    font-size: 28px;
    color: #808e9d;
    padding: 10px;
    font-family: ibin_font_semi_bold;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    margin-top: 64px;
    margin-bottom: 52.5px;
}

.standardPara {
    line-height: 25px;
    max-width: 940px;
    margin: 25px auto;
    text-align: center;
    font-size: 16px;
}

.boldLabel {
    font-family: ibin_font_bold;
    font-size: 16px;
}

.standardPara_2 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 1rem;
}

.headerStep {
    margin: 25px auto;
    width: 180px;
    position: relative;
    height: 25px;
    z-index: 2;
}

.headerStep span {
    font-family: ibin_tech_font;
    background: #A5AFBA;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    z-index: 4;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    font-size: 12px;
}

.headerStep .spanSelected {
    font-family: ibin_tech_font;
    background: #221F1F;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    z-index: 4;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.headerStep .spanSelected:hover {
    font-family: ibin_tech_font;
    background: #A5AFBA;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    z-index: 4;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.headerStep .spanNotSelected {
    font-family: ibin_tech_font;
    background: #A5AFBA;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    z-index: 4;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.headerStep .spanNotSelected:hover {
    font-family: ibin_tech_font;
    background: #221F1F;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    z-index: 4;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.headerStep .last {
    font-family: ibin_tech_font;
    background: #A5AFBA;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    z-index: 4;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 0px;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.headerStep .last:hover {
    font-family: ibin_tech_font;
    background: #221F1F;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    z-index: 4;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 0px;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.headerStep .vline {
    width: 100%;
    height: 2px;
    background: #A5AFBA;
    z-index: 1;
    position: absolute;
    top: 9px;
}

.headerStep .hihglighter {
    width: 100%;
    height: 2px;
    background: #221F1F;
    z-index: 1;
    position: absolute;
    top: 9px;
}

.speech-bubble {
    position: relative;
    background: #eceef0;
    border-radius: 3px;
    top: -20px;
    font-family: ibin_font;
    float: right;
    padding: 5px;
    width: calc(100% - 100px);
    font-size: 12px;
    /* margin: 10px; overflow:hidden;*/
}

.speech-bubble:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 3px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #eceef0;
    border-bottom: 0;
    border-right: 0;
    margin-left: -10px;
    margin-bottom: -21px;
    transform: rotate(-135deg);
}


.adminHeader {
    background: #dde0e0;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #069;
}

.adminHeaderWrapper {
    width: 100%;
    padding: 10px;
}

.controls {
    margin: 00px auto;
    height: 100%;
}

.controls .grid_1 {
    float: left;
    width: 302px;
    background-color: #f2f3f5;
    position: fixed;
    min-height: 100%;
}

.controls .grid_2 {
    float: right;
    width: calc(100% - 302px);
    height: 100%;
    position : relative;
    /*overflow: auto;*/
}


#adminPreloader {
    display: none;
}

.adminWrp {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
}

#chatFooter {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10
}

.chatFooterWrapper {
    border-top: 1px solid #999;
    background: rgba(255, 255, 255, .7);
    height: 60px;
    max-width: 1000px;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 auto;
}

.chatFooterWrapper {
}

.chatFooterWrapper .attachments {
    width: 60px;
    height: 60px;
    float: left;
}

.chatFooterWrapper .attachments i {
    cursor: pointer;
    background: #DDD;
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px auto;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
}

.chatFooterWrapper .attachments i:hover {
    background: #AAA;
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px auto;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
}

.chatFooterWrapper .textBox {
    width: calc(100% - 150px);
    height: 60px;
    float: left;
}

.chatFooterWrapper .textBox input[type=text] {
    width: calc(100% - 40px);
    line-height: 50px;
    padding-left: 10px;
    border: 0;
    background: #def;
    height: 40px;
    margin: 10px auto;
}

.chatFooterWrapper .sendBtn {
    width: 90px;
    height: 60px;
    float: left;
}

.chatFooterWrapper .sendBtn button {
    border: 0;
    cursor: pointer;
    background: #0CF;
    display: block;
    width: 80px;
    height: 30px;
    margin: 15px auto;
    text-align: center;
    line-height: 30px;
}

.chatFooterWrapper .sendBtn button:hover {
    border: 0;
    background: #09C;
    display: block;
    width: 80px;
    height: 30px;
    margin: 15px auto;
    text-align: center;
    line-height: 30px;
}

.userImage {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    background: #CCC;
}

.userAdminImage {
    background: url(img/userDefaultImg.jpg) no-repeat center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    float: left;
    margin-right: 10px;
}

.profileControls {
    line-height: 50px;
}

.loginMod {
    padding: 45px 0;
}

.formLable {
    font: 13px/11px ibin_font_semi_bold;
    letter-spacing: 0;
    color: #221F1F;
    opacity: 1;
}

.ibinButtonSmall {
    color: #FFF;
    font-family: ibin_font_semi_bold;
    font-size: 13px;
    border: 0;
    top: 808px;
    left: 899px;
    width: 122px;
    height: 31px;
    background: #221F1F 0% 0% no-repeat padding-box;
    opacity: 1;
}
.rc-anchor-normal-footer {
    display: none !important;
}

.rc-anchor-normal{
    background: #000 !important;
    color: #000 !important; }
