﻿
.confirm-yes {
    float: left;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 80px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0px !important;
}

.confirm-no {
    margin-left: 10px;
    float: left;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 80px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0px !important;
}
.input-header {
    width: 100%;
    padding: 12px;
    background-color: #098d1973 !important;
    margin-bottom: -10PX
}

.form-header {
    width: 100%;
    padding: 12px;
    /*background-color: #f8f3f3 !important;*/
    margin-bottom: 10PX;
    /*background-color: #5cb85c !important;*/
}
.justify-content-center {
    float: none;
    margin: 0 auto
}
.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}
.form-bordered {
    border: 1PX solid gray;
    background-color: #f9f9fc !important;
}
.btn-customeError {
    background-color: #f35800;
    cursor: pointer;
}

.btn-pdf{

    background-image:url(../Content/Image/icon/pdf.jpg);width:70px;height:70px;padding:2px;border-right:10px;

}

.btn-xlsx {
    background-image: url(../Content/Image/icon/xlsx.jpg);padding:2px;;border-right:5px;;border-right:5px;border-right:5px;border-radius:5px;
    width: 70px;
    height: 70px;
}
.hasborder {

    border-radius:5px;background-color:aliceblue;
}


