.card-header-custom {
    border-radius: 20px 20px 0 0;
    height: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0585CD), to(#006096));
    background: linear-gradient(180deg, #0585CD 0%, #006096 100%);
}

.btn-blue-jasnita {
    background: -webkit-gradient(linear, left top, left bottom, from(#0585CD), to(#006096));
    background: linear-gradient(180deg, #0585CD 0%, #006096 100%);
    color: #fff !important;
}

.btn-green-jasnita {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CA666), to(#6BDFA0));
    background: linear-gradient(315deg, #3CA666 0.01%, #6BDFA0 100%);
    color: #fff !important;
}

.cursor-pointer{
    cursor:pointer;
}
.form-control-custom{
    height: 42px!important;
}
.form-custom{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    padding: 6px 30px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.cardLoader{
    border-radius: 8px;
    text-align: -webkit-center;
    border-top-left-radius: 0px !important;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}
.cardLoader-title{
    margin-top: 0%;
    left: 0px;
    position: relative;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    padding: 3%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color:white !important;
}

.p-info-confirmation{
    color: #757575!important;
    font-size: 16px;
    padding: 35px 8px 24px 15px;
    text-align: -moz-center;
}
.p-info-statusTicket{
    color: #808080!important;
    font-size: 12px;
    padding: 15px 8px 0px 8px;
}
.p-info-error{
    color: #f443369e!important;
    font-size: 13px;
    padding: 0px 8px;
}
.p-info-empty{
    color:grey !important;font-size: 13px !important;
}

.p-info-desc{
    color:#757575!important;
    font-size: 14px;
    padding: 15px 8px 0px 8px;
    text-align: -moz-center;
}
.p-info{
    color: #757575!important;
    font-size: 14px;
    padding: 15px 8px 0px 8px;
    text-align: -moz-center;
}


.btn-confirm{
    text-transform: capitalize !important;
    border-radius: 4px !important;
    background-color: white !important;
    background-color: #e5f4ff !important;
    font-size: 16px !important;
    font-family: 'OpenSans-Regular', 'Open Sans' !important;
    outline: none !important;
    box-shadow:none !important;
    /* color:#bdbdbd !important; */
    color:#84b0d0 !important;
}
.btn-recheck{
    text-transform: capitalize !important;
    border-radius: 4px !important;
    background-color: #ffecec !important;
    font-size: 16px !important;
    font-family: 'OpenSans-Regular', 'Open Sans' !important;
    outline: none !important;
    box-shadow:none !important;
    color:#d0a4a4 !important;
}
.btn-recheck-form{
    padding:1% 10%;
    margin-bottom:2%;
    text-transform: capitalize !important;
    border-radius: 8px !important;
    /* background-color: white !important; */
    background-color: #ffecec !important;
    font-size: 16px !important;
    font-family: 'OpenSans-Regular', 'Open Sans' !important;
    box-shadow: none !important;
    /* color: #bdbdbd !important; */
    color:#d0a4a4 !important;
    border: 1px solid #bdbdbd;
}
.btn-recheck-form:hover{
    /* background-color: white !important; */
    background-color: #ffecec !important;
    font-size: 16px !important;
    font-family: 'OpenSans-Regular', 'Open Sans' !important;
    box-shadow: none !important;
    /* box-shadow: lightgray; */
    /* color: #999999 !important; */
    color:#d0a4a4 !important;
    border: 1px solid #bdbdbd;
}

/*.input-group-text,.input-group-append{*/
/*    height: 42px!important;*/
/*}*/
