.mainLogo{
    width: 85px;
    margin-top: 5px;
}

.applicationTitle{
    color: #00ff12;
    font-weight: bold;
}

.applicationTitleDiv{
    background: #ffe5b7;
    /*border-bottom: 2px solid black;*/
}

.projectTitle{
    color:white;
    font-size: small;
    font-weight: bold;
}

.formTitle{
    color: darkred;
    text-align: center;
    margin-top: 10px;
}

.jumbotronDiv{
    border-top: 2px solid black !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.operationRow{
    border-bottom: 1px solid black !important;
    padding-bottom: 5px !important;
    margin-right: unset !important;
    margin-left: unset !important;
}

.operationTitleDiv{
    margin-top: 5px !important;
    text-align: center;
    font-weight: bold;
}

.angleIcon{
    font-size: xx-large !important;
    color: red !important;
}

.searchRow{
    border-bottom: 1px solid black !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-right: unset !important;
    margin-left: unset !important;
}

.searchTitleDiv{
    margin-top: 5px !important;
    text-align: center;
    font-weight: bold;
}

.searchItemDiv{
    text-align: right;
}


/*اسکرول کمبو شماره اعلام ورود*/
.k-list-scroller {
        /*overflow-y: scroll!important;*/
    }

/*پیغام های validation*/
.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg{
    font-size: 10px !important;
}

/*پیغام های tooltip*/
.k-tooltip-content{
    font-size: 10px !important;
}

/*فرم اصلی*/
.inputFormITF{
    background-color: antiquewhite;
    border: 1px solid black;
    border-radius: 5px;

    -webkit-box-shadow: 2px 3px 32px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 32px -1px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 32px -1px rgba(0,0,0,0.75);
}

/*فرم اطلاعات بصورت هدر*/
.inputFormHeaderITF{
    background-color: antiquewhite;
    border: 1px solid black;
    border-radius: 5px;
}

.form-control-modal{
    height: 18px !important;
}

/*رنگ متن تعداد مورد در گرید*/
.k-pager-wrap{
    color: #ffffff !important
}