@import url(../fonts.css);

body{
    direction: rtl;
    text-align: right;
    font-family: Cairo, arial;
    font-size: 14px
}

.pull-left{
    float: right !important;
}

.pull-right {
    float: left !important;
}

.nav > li > a {
    padding: 10px 9px;
}

input[type="radio"] + label span {
    margin: 0 0 0 10px;
}

.input-field label:not(.label-icon).active{
    -webkit-transform: translateY(-14px) translateX(20%) scale(0.8);
    transform: translateY(-14px) translateX(20%) scale(0.8);
}
footer ul {
    float: left;
}

.lang{
    float: left;
}



@media only screen and (max-width: 667px){
    .lang {
        margin: 20px 0 0 -50px;
    }
}

.sms.row{margin-bottom: 0}
.sms .header{
    background-image: url(/images/sms/header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 134px;
    position: relative;
    z-index: 1;
}
.sms .header .logo{
    background-image: url(/images/sms/logo.png);
    float: left;
    height: 100px;
    z-index: 55;
    position: relative;
    background-repeat: no-repeat;
    width: 139px;
    margin: 35px;
}

.content{}
.content h2{color: #42b765;font-size: 2.8em;}
.content h2 span{color: #000}

.info{
    border: 2px solid #42b765;
    margin: 10px;
    border-radius: 5px;
    padding: 6px;
}
.info label{
    color: #000;
    font-size: 1em;
    line-height: 1em;
}
.info .icn{
    background-position: center;
    height: 22px;
    float: right;
    background-size: contain;
    width: 43px;
    margin: 0 0 0 1em;
    background-repeat: no-repeat;
}
.info .cal{
    background-image: url(/images/sms/calender.png);
}
.info .time{ background-image: url(/images/sms/time.png);}
.info .loc{ background-image: url(/images/sms/location.png);}
.info .required{ background-image: url(/images/sms/notes.png);}
.info ul{}
.info ul li{
    display: inline-block;
    width: 22%;
    margin: 5px;
    font-size: 1em;
}
.info ul li i{
    background: #42b765;
    width: 0.3em;
    height: 0.3em;
    float: right;
    border-radius: 50%;
    margin: 0.5em 0 1em 0.5em;
}
.sms .slogan{
    float: left;
    color: #42b765;
    font-size: 1.5em;
    clear: both;
    margin: 0.5em 0;
}
.sms .footer{
    clear: both;
    background-image: url(/images/sms/footer.png);
    height: 92px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.sms .footer label{
    float: right;
    margin: 2.2em;
}
.sms .footer label a{
    color: #fff;
    font-size: 2em;
}

.red-text{
    color: #f00;
    font-weight: 800
}

@media only screen and (max-width: 768px){
    .sms .header{
        margin: -10px -21px;
        height: 75px;
    }
    .sms .header .logo{
        width: 40px;
        margin: 1.5em;
        background-size: contain;
        height: 40px;
    }
    .content h2 {
        font-size: 1.2em;
    }
    .info label {
        font-size: 1em;
    }
    .info .icn{
        height: 22px;
        width: 23px;
    }
    .info ul {
        margin: 1em 2em;
    }
    .info ul li{
        width: 44%;
        font-size: 0.9em;
        margin: 0 5px;
    }
    .sms .footer{
        margin: -21px -21px -50px -21px;
        height: 51px;
    }
    .sms .footer label{
        margin: 3em 2.2em 0;
    }
    .sms .slogan{
        margin: 0;
        font-size: 1em;
    }
}