@font-face {
    font-family: 'iCielRiftRegular';
    src: url("../fonts/iCielRift-Regular.ttf");
url("../fonts/iCielRift-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/iCielRift-Regular.woff") format("woff"),
url("../fonts/iCielRift-Regular.svg") format("svg");
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
.red{
    color: #fa5454;
}
body{
    font-family: 'iCielRiftRegular' !important;
    background: #feecd4 !important;
}

.alert{
    font-size: 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #fe8888 !important;
}

.pagination > li > a, .pagination > li > span{
    font-size: 16px;
    color: #fe8888;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    border-color: #fe8888 !important
}

.checkpoint{
    padding: 30px 0;
}
.formcheck{
    display: flex;
    position: relative;
    border: 2px solid #ec9e06;
    color: black;
    border-left: 0;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
}
.formcheck button{
    padding: 0;
}
.formcheck button, .formcheck input{
    border: none;
    background: transparent;
    outline: 0;
    float: left;
    color: #ec9e06;
    min-height: 50px;
}
.formcheck input{
    width: 100%;
    font-size: 28px;
    padding: 5px 0 0 10px;
}
.formcheck input:focus{
    outline: 0;
    box-shadow: none;
}

.progresssay{
    font-size: 32px;
    margin: 50px 0 100px 0;
}
.progresssay p{
    margin: 0;
}
.processpoint{
    position: relative;
}
.processpoint .step{
    font-size: 24px;
    color: #fff;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: -12px;
    border-radius: 50%;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #fdd5c1;
}
.processpoint .step.is{
    background: #fa5454;
}
.processpoint .progress-bar{
    background: #fa5454;
}
.processpoint .progress{
    position: relative;
    overflow: visible;
    background: #fdd5c1;
}
.processpoint .progress .flags-here{
    width: 50px;
    margin-left: -18px;
    left: 0;
    bottom: 25px;
    z-index: 1;
    position: absolute;
}
.processpoint .progress .flags{
    margin-left: -7px;
    left: 0%;
    top: -45%;
    width: 32px;
    height: 100%;
    z-index: 1;
    position: absolute;
}
.processpoint .progress .flags img{
    height: 36px;
}
.processpoint .progress .flags-here img[here="vip"], .processpoint .progress .flags-here[cent="100"] img[here="you"],
.processpoint .progress .flags[cent="100"], .processpoint .progress .flags[cent="60"], .processpoint .progress .flags[cent="0"]{
    display: none;
}
.processpoint .progress .flags-here[cent="100"] img[here="vip"]{
    display: block;
}


#listOrders {
    display: inline-block;
    width: 100%;
    margin-top: 70px;
}
#listOrders .title{
    color: #000;
    font-size: 28px;
    margin-bottom: 10px;
}
#listOrders table{
    font-size: 20px;
    background: #fff;
}
#listOrders table td, #listOrders table th{
    border-color: #444 !important;
    border-width: 2px !important;
    text-align: center;
}
#listOrders table th{
    border-top: 2px #444 solid !important;
}

#listOrders table .status{
    text-align:left;
}
#listOrders table .status span{
    display: inline-block;
    margin-right: 10px;
}
#listOrders .fanew, #listOrders .fasuccess, #listOrders .faclose{
    float: right;
    width: 50px;
    height: 27px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}
#listOrders .fanew{
    background-image: url('../img/checkpoint/fa-new.png');
}
#listOrders .fasuccess{
    background-image: url('../img/checkpoint/fa-success.png');
}
#listOrders .faclose{
    background-image: url('../img/checkpoint/fa-close.png');
}


/************************ form check point ************************/
.formckpoint {
     position: relative;
     border: 2px solid #ec9e06;
     color: #000;
     border-left: 0;
     border-radius: 50px;
     background: #fff;
     margin-bottom: 15px;
 }
.formckpoint .input-group-addon, .formckpoint button, .formckpoint button:focus, .formckpoint button:hover{
    padding: 0;
    border: none;
    background: transparent;
}
.formckpoint input{
    color: #fcb901;
    height: 100%;
    min-height: 52px;
    font-size: 24px;
    border: none;
    padding: 3px 0 0 10px;
}
.formckpoint input:hover,.formckpoint input:focus{
    box-shadow: none;
    outline: 0;
}
.formckpoint .btn-text{
    background: #fc961f;
    border-radius: 50px;
    height: 100%;
    min-height: 52px;
    font-size: 25px;
    color: #fff;
    padding:15px 25px 12px 25px;
    margin-right: -1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}
.formckpoint .btn-text:hover,.formckpoint .btn-text:focus{
    background: #fc961f;
    min-height: 52px;
    padding:15px 25px 12px 25px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}
/************************ Ebd form check point ************************/

/************************ Media ************************/
@media (min-width:1600px){

}
@media (min-width:1200px){
    .formcheck input{
        height: 47px;
        font-size: 22px;
    }
    .processpoint .progress .flags-here{
        bottom: 33px;
    }
    .processpoint .progress .flags-here[cent="100"]{
        margin-left: -16px;
        bottom: 29px;
    }
    .processpoint .progress .flags-here[cent="0"]{
        margin-left: -16px;
    }
}
@media (max-width:1199px) {

}
@media (max-width:1199px) and (min-width: 768px) {

}
@media (max-width:767px) {
    .progresssay{
        font-size: 20px;
    }
    .processpoint{
        width: 94%;
        left: 2%;
    }
    .processpoint .step{
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: -9px;
    }
    .processpoint .step.d{
        left: 94%;
    }
    .processpoint .step.m{
        left: -5% !important;
    }
    .processpoint .progress{
        height: 15px;
    }
    .processpoint .progress .flags-here{
        width: 35px;
        margin-left: -15px;
    }
    .processpoint .progress .flags{
        top: -50%;
    }
    .processpoint .progress .flags img {
        height: 27px;
    }
}
@media (max-width:480px) {

}
@media (max-width:375px) {

}
@media (max-width:320px) {

}