/* ================== */
body{
    background-image: url(../../img/teru.png);
}
img{
    width: 100%;
}

.center-div
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card label,label{
    font-weight: bold;
}
table th{
    font-weight: bold !important;
}

#login-box {
    background: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #999999 inset;
    margin: 10% auto 0px;
}

#login-box .header{
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #e3e3e3;
    padding: 40px 15px 10px 0px;
    color: #428BCA;
    font: 20px Arial;
    font-weight: bold;
}



/*#login_box input[type="text"], #login_box input[type="password"], #login_box select {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    color: #555555 !important;
    vertical-align: middle !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #cccccc !important;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}*/

.error {
    border: 1px solid red !important;
}

.loginhr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.loginHeader {
    font-weight: bold !important;
    font-size: 14px !important;
}

.nav li ul li{
    list-style: none;
}

/**************page title ************/
.page_title {
    border-color: #C1C1C1;
    border-style: dotted;
    border-width: 0 0 2px;
    min-height: 30px;
    margin-bottom: 5px;
}

.page_title .title {
    color: #4979BB;
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
}

.page_title .subtitle {
    color: #939AA0;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}

.page_title .subtitle:before {
    content: " \00BB";
}

label.required:after,
legend.required:after {
    content: " *";
    color: red;
}

.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}

/*region automatic serial in table */
.css-serial {
    counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.css-serial td:first-child:before {
    counter-increment: serial-number;  /* Increment the serial number counter */
    content: counter(serial-number);  /* Display the counter */
}
/*endregion*/

.addDenom,.removeDenom{
    cursor: pointer;
}

#currencyTbl tbody tr{
    margin:0px !important;
    padding : 0px;
}
#currencyTbl .input-sm{
    height:22px;
}

#currencyTbl textarea,#currencyTbl select{
    height:30px;
}

.main-header .branch-name{
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 10px 10px;
    font-family: fontAwesome;
    color: #fff;
    text-align: center;
}

@media (min-width:320px)  {
    .main-header .branch-name,.box-header .box-title {
        font-size: 12px;
    }
}
@media (min-width:480px)  {
    body,.main-header .branch-name,.box-header .box-title {
        font-size: 12px;
    }
}
@media (min-width:600px)  {
    body,.main-header .branch-name,.box-header .box-title {
        font-size: 13px;
    }
}
@media (min-width:900px) {
    body,.main-header .branch-name,.box-header .box-title {
        font-size: 14px;
    }
}
@media (min-width:1281px) {
    body,.main-header .branch-name,.box-header .box-title {
        font-size: 15px;
    }
}

.form-control{
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #808080;
}








