﻿.ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"]{
    font-family:'Google', Google, 'B Vahid', Tahoma, Arial;
}

.ym-form input, .ym-form textarea, .ym-form select{
    font-family:'Google', Google, 'B Vahid', Tahoma, Arial;
}

    /* optimize forms on small screens by forcing display mode: full */
    @media screen and ( max-width: 740px ) {
    /* linearize form elements */
    .linearize-form label {
    float: none;
    }
    .linearize-form .ym-label,
    .linearize-form .ym-message,
    .linearize-form input,
    .linearize-form button,
    .linearize-form textarea,
    .linearize-form select {
    display: block;
    float: none;
    position: static;
    width: 100% !important;
    margin-left: 0 !important;
    }
    /* linearize grids */
    .linearize-form .ym-fbox-wrap,
    .linearize-form .ym-fbox-wrap [class*="ym-g"] {
    display: block;
    float: none;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    }
    /* restore special form elements */
    .linearize-form input[type="checkbox"],
    .linearize-form input[type="radio"],
    .linearize-form input[type="image"] {
    margin-left: 0 !important;
    width: auto !important;
    display: inline;
    }
    }


    
.go-center {
    margin-left: auto;
    margin-right: auto;
    float:none;
}
.go-left{
    float:left;
}
.go-right{
    float:right;
}
.ym-wrapper.cus{
    max-width:65em;
}


.ym-form .ym-fbox-heading{
    border-bottom:double 4px #acabab;
}
.ym-g10{
    width:10%;
}

.ym-g12{
    width:12.5%;
}

table.bordertable thead th{
    font-family: 'Google';
    text-align:center;
}

.ym-form.long-input input, .ym-form.long-input textarea, .ym-form.long-input select{
    width:95%;
}
.ym-wbox{
    padding:0;
}
.ym-wrapper{
     max-width:100%;
 }

hr{
    border-bottom: 1px #ccc solid;
}
.form-padding{
    padding:10px;
}


.hundred-perc.ym-form input {
    width: 100%;
}
.ym-message{color:white}

.ym-columnar input, .ym-columnar textarea, .ym-columnar select{
    float: none;
}