@font-face {
    font-family: kuro;
    src: url('../fonts/kuro-regular.ttf') format("truetype");
    font-weight: 200
}

@font-face {
    font-family: regular;
    src: url('../fonts/kuro-regular.ttf') format("truetype");
    font-weight: 200
}

body {
    font-family: kuro !important;
}

.cover {
    background: url('../images/landing/calback.png') no-repeat center center fixed;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;

    height: 100%;
    width: 100%;
}

.text-default {
    color: white;
}

.text-black {
    color: black;
}

.img {
    /* width: 48px; */
    cursor: pointer;
    /*padding: 10px;*/
    /* border:1px solid #fff;*/
    /* margin-right: 20px; */
}

.paddingleft {
    padding-left: 0px !important;
}

.padding {
    padding-left: 0px !important;
}

.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active {
    color: #fff;
    background-color: #f59037;
    border-color: #f59037;
}

.img:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
}

.img:last-of-type:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(232, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 30px 0px rgba(232, 0, 0, 0.67);
    box-shadow: 0px 0px 30px 0px rgba(232, 0, 0, 0.67);
}

.label-success {
    background-color: #f59037 !important
}

.hpanel.horange .panel-body {
    border-top: 2px solid #f59037;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #f59037;
    border-color: #f59037;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.payoptions {
    border: 1px solid #f59037;
    border-radius: 5px;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #f59037 !important;
}

.hmodal-success .color-line {
    background-color: #f59037 !important
}

.hmodal-success h4.modal-title {
    color: #f59037 !important
}

.modal-header {
    padding: 5px 5px;
    background: #f7f9fa;
}

.text-primary {
    color: #08c !important;
}

.iconcss {
    font-size: 50px;
    padding-right: 10px;
}

.iconcssnormal {
    font-size: 20px;
    padding-right: 10px;
}

.blur {
    background: linear-gradient(rgba(20, 20, 20, .5),
            rgba(20, 20, 20, .5));
    padding: 10px;
    border-radius: 3px;
}

.btn-success {
    background-color: #f59037 !important;
    border-color: #f59037 !important;
}

.btn-successindex {
    background-color: #f59037 !important;
    border-color: #f59037 !important;
    border-radius: 50px !important;
    color: white !important;
}

.btn-yellow {
    background-color: #ffd100 !important;
    border-color: #ffd100 !important;
    border-radius: 50px !important;
}

.panelbkyellow {
    background-color: #ffd100 !important;
}

.hmodal-success .color-line {
    background-color: #ffd100 !important;
}

.iconmargin {
    padding-right: 10px;
}

.panelbkorange {
    background-color: #f59037 !important;
}

.text-success {
    color: #f59037 !important
}

.landing-page .navbar-default .navbar-nav>.active>a {
    color: #f59037 !important;
}

.navbar-brand {
    background-color: #fff !important;
}

.spinner>div {
    background-color: #f59037;
    height: 100%;
    width: 8px
}

rc-button-submit {
    border: 1px solid #8b6d0a;
    border: 1px solid #ed8b00;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #deae10;
    background-image: -webkit-linear-gradient(top, #deae10, #ad880c);
    background-image: -moz-linear-gradient(top, #deae10, #ad880c);
    background-image: -ms-linear-gradient(top, #deae10, #ad880c);
    background-image: -o-linear-gradient(top, #deae10, #ad880c);
    background-image: linear-gradient(top, #deae10, #ad880c);
    background: #fedd6d;
    background: -moz-linear-gradient(top, #fedd6d 0%, #fcce5f 50%, #f59037 80%, #f59037 100%, #f59037 100%);
    background: -webkit-linear-gradient(top, #fedd6d 0%, #fcce5f 50%, #f59037 80%, #f59037 100%, #f59037 100%);
    background: linear-gradient(to bottom, #fedd6d 0%, #fcce5f 50%, #f59037 80%, #f59037 100%, #f59037 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedd6d', endColorstr='#f59037', GradientType=0);
    /* height: 40px; */

}


.hpanel.hbbrown.panel-body {
    background: #8B734A !important;
    color: #fff;
    border: 0
}

.colorptn {
    border: 1px solid #8b6d0a;
    border: 1px solid #ed8b00;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #deae10;
    background-image: -webkit-linear-gradient(top, #deae10, #ad880c);
    background-image: -moz-linear-gradient(top, #deae10, #ad880c);
    background-image: -ms-linear-gradient(top, #deae10, #ad880c);
    background-image: -o-linear-gradient(top, #deae10, #ad880c);
    background-image: linear-gradient(top, #deae10, #ad880c);
    background: #fedd6d;
    background: -moz-linear-gradient(top, #fedd6d 0%, #fcce5f 50%, #f59037 80%, #f59037 100%, #f59037 100%);
    background: -webkit-linear-gradient(top, #fedd6d 0%, #fcce5f 50%, #f59037 80%, #f59037 100%, #f59037 100%);
    background: linear-gradient(to bottom, #fedd6d 0%, #fcce5f 50%, #f59037 80%, #f59037 100%, #f59037 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedd6d', endColorstr='#f59037', GradientType=0);
    height: 40px;
}

table {
    font-size: 12px !important
}

/* input {
    font-size:25px !important;
} */