﻿/* Chrome, Safari, Edge, Opera */
input.noarrow::-webkit-outer-spin-button,
input.noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input.noarrow[type=number] {
    -moz-appearance: textfield;
    text-align: center;
    direction: rtl;
    font-family: Tahoma;
}

    input.noarrow[type=number]::placeholder {
        text-align: center;
        direction: rtl;
        font-family: "WMitra", sans-serif;
    }
.topsection {
    top: 0;
    background: #1079c6;
    padding: 10px;
}

span.label {
    display: block;
    font-weight: normal;
    font-size: 17px;
    padding: 10px;
    margin:10px 0;
}
.textrow {
min-height:80px;
}
h1
{
    font-size:18px;
}

.row .title {
    border: 1px solid #999;
    padding: 5px;
    margin: 5px;
    min-height: 65px;
    background-color:#eee;
}
.row .texsts {
    border: 1px solid #999;
    padding: 5px;
    margin: 5px;
    min-height:65px;
}
.form-control
{
    font-size:16px;
    height:auto
}
a.del {
    color: #ff0000;
    float: left
}
a.close {
    display: flex;
    font-weight: normal;
    font-size: 22px;
    padding: 10px;
    margin: 10px 0;
    float: left;
    align-items: center;
    line-height: 1;
    justify-content: space-around;
    min-width: 80px;
    margin-top: -30px;
}
span.checkboxs label
{
    margin-right:5px;
}
a.close span {
    font-size: 18px;
}
.container.maincontainer {
    padding: 0 10px;
}
span.titles {
    height: auto;
    color: #fff;
    background-color: #555;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-color: #555;
    margin-bottom:15px;
}
.side-col {
    padding-left: 0px;
    padding-top: 0;
}
    span.titles.mains {
        background-color: #1079c6;
        max-width:320px;
    }
.btn {
    float: left;
    margin-right: 15px;
    min-width: 100px;
}
    @media (min-width:768px) {
        .mar {
        margin-top: 50px;
    }
        .side-col {
            padding-left: 15px;
        }
       
}

@media (max-width:767px) {
    span.titles.mains {
       margin-top:25px;
    }
    .side-col ul li{
        width:50%;
        text-align:center
    }
}