@font-face {
    font-family: light;
    src: url("fonts/yekan-light.ttf");
}
@font-face {
    font-family: bold;
    src: url("fonts/yekan-bold.ttf");
}
.fontKol {font-family: 'light';}

h1,h2,h3,h4,h5,h6,p{line-height: 1.8em;}

.myInput{
    color: #555 !important;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 55px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
input[type=color]{
    height: 55px;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.txtArea{
    color: #606060 !important;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    font-size: 16px;
    text-align: right;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.myOption{
    height: 50px;
    font-size: 16px;
    width: 100%;
    border-radius: 2px;
}
.br5{border-radius: 5px;}
.br10{border-radius: 10px;}
.br15{border-radius: 15px;}

.text_overflow {
    white-space: pre-wrap;
    direction: rtl;
    word-wrap: break-word;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .35rem .5rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: right;
    padding: 8px;

}

tr:nth-child(even) {
    background-color: #F0F0F0;
}
.f8{font-size: 8px;}
.f9{font-size: 9px;}
.f10{font-size: 10px;}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
