﻿body {
}

.createOperator {
    max-width: 700px;
    margin: auto;
}

.row-fluid [class*="span"] {

    display: inline-block;
}

.span-input {
    font-family: 'Shabnam';
}

.RegForm-txtbox-normal {
    width: 100% !important;
    border-radius: 5px;
}

.div-input {
    margin: 10px auto;
    text-align: right;
    font-size: 15px;
}

.star-required {
    color: red;
}

.table th, .table td {
    padding: 5px;
}

th {
    color: #ffffff;
    background-color: #555555 !important;
}

select {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding:  1px;
    max-width: 120px;
    height: auto;
    line-height: 20px;
    margin-bottom: 0;
}

input[type="text"], input[type="password"] {
    border: 1px solid #ccc !important;
    padding: 4px 10px;
    height: auto;
    line-height: 20px;
    margin-bottom: 0;
    border-radius: 5px !important;
    text-align:right;
    width:100%;
}

#span-11 {
    font-size: 11px;
}
@media only screen and (max-width: 422px){
    select {
        max-width: 100px;
        font-size: 14px;
    }
}