/* 
    Document   : developer.css
    Created on : Aug 5, 2014, 3:37:55 PM
    Author     : mujeeb
    Description:
        Custom styles added here.
*/
.webform-component{
    margin:0px;
    padding: 0px;
}
.form-type-radio{
    float:left !important;
    width:75px !important;
}
#webform-component-birthday{
    width: 100%;
    float:left;
}
.form-select{
        border: 1px solid #999;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 70px;
    text-indent:3px;
}
.inner-left-wrap .regtext-box{
    border:1px #999 solid !important;
    height:30px !important;
    float:left !important;
    width:250px !important;
    text-indent:5px !important;
    margin-top: 8px;

}
.rtl .inner-left-wrap .regtext-box{
    border:1px #999 solid !important;
    height:30px !important;
    float:right !important;
    width:250px !important;
    text-indent:5px !important;
    margin-top: 8px;

}
#webform-client-form-282 input[type="email"] , #webform-client-form-282 input[type="text"], #webform-client-form-61 input[type="email"],#webform-client-form-61 input[type="text"], #webform-client-form-364 input[type="email"],#webform-client-form-364 input[type="text"]{
    border:1px #999 solid;
    height:30px ;
    float:left ;
    width:325px ;
    text-indent:5px ;
    margin-top: 8px;
}

#webform-client-form-285 input[type="email"] , #webform-client-form-285 input[type="text"]{
    border:1px #999 solid;
    height:30px ;
    float:right ;
    width:390px ;
    text-indent:5px ;
    margin-top: 16px;
}
.rtl .reg-form{
    height:390px;
    width:450px;
}
#webform-client-form-282 input[type="email"] , #webform-client-form-282 input[type="text"]{ width:390px !important;  margin-top: 16px;}
.reg-form{
    height:390px;
    width:400px;
}
#edit-submitted-phone{margin-bottom: 15px;}

/*.rtl #webform-client-form-285 input[type="email"],.rtl #webform-client-form-285 input[type="text"]{
    float:left;
}*/

.rtl #webform-client-form-61 input[type="email"],.rtl #webform-client-form-61 input[type="text"],.rtl #webform-client-form-282 input[type="email"],.rtl #webform-client-form-282 input[type="text"]{
    float:right ;
}
#webform-client-form-61 input[type="submit"], #webform-client-form-282 input[type="submit"],#webform-client-form-285 input[type="submit"],#webform-client-form-364 input[type="submit"]{
    background-color: #029947;
    border: 1px solid #029947;
    color: #fff;
    cursor: pointer;
    font-family: 'robotoregular';
    font-size: 14px;
    padding: 5px 15px;
}
#webform-client-form-61 #edit-actions , #webform-client-form-282 #edit-actions {float: left;width: 100%;margin-top: 0em;}
#webform-client-form-61 #webform-component-description{float: left;width:100%;}
#webform-client-form-61 #edit-submitted-description{
    border: 1px solid #999;
    float: left;
    height: 90px;
    margin-bottom: 10px;
    padding: 5px 0;
    text-indent: 5px;
    width: 100%;
    margin-top: 10px;
}
#webform-client-form-61 #edit-submitted-query-category{
    border: 1px solid #999;
    height: 30px;
    margin-bottom: 10px;
    width: 325px;
    margin-top: 5px;
}
#webform-component-name,#webform-component-email-id,#webform-component-phone-no,#webform-component-query-category{
    float: left;
    width: 100%;
    margin-bottom: .5em;
}
.rtl #webform-component-name,#webform-component-email-id,#webform-component-phone-no,#webform-component-query-category{
    float: right;
    width: 100%;
    margin-bottom: .5em;
}
#edit-field-mobile-number input[type="text"]{
    border:1px #999 solid;
    height:30px ;
    float:left ;
    width:250px ;
    text-indent:5px ;
    margin-top: 8px;
}
.rtl #edit-field-mobile-number input[type="text"]{
    border:1px #999 solid;
    height:30px ;
    float:right ;
    width:250px ;
    text-indent:5px ;
    margin-top: 8px;
}
#user-register-form input[type="submit"], #user-login input[type="submit"],#user-pass input[type="submit"]{
    background-color: #029947;

    border: 1px solid #029947;
    color: #fff;
    cursor: pointer;
    font-family: 'robotoregular';
    font-size: 14px;
    padding: 5px 15px;
}

/* language switcher styling */
.language-switcher-locale-url li
{
    display: inline;
    list-style-image: none;
    border: 1px solid #f9bdc0;
    height: auto;
    padding: 0 5px;
    text-decoration: none !important;
    width: auto;
	margin:0;
}
.language-switcher-locale-url .active{
    display: none;
}
.language-switcher-locale-url a{ 
    color: #fff;
    text-decoration: none !important;
}
.language-switcher-locale-url a:hover {
    color: #fddbdc;
    text-decoration: underline !important;
}
.rtl .share .language-switcher-locale-url a {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 12px;
    text-decoration: none !important;
}

#search-form input[type="text"]{
    border:1px #999 solid;
    height:30px ;
    width:250px ;
    text-indent:5px ;
}
#search-form input[type="submit"]{
    background-color: #029947;
    border: 1px solid #029947;
    color: #fff;
    cursor: pointer;
    font-family: 'robotoregular';
    font-size: 14px;
    padding: 5px 15px;
}
/* searc-box button change */
#search-block-form input[type="submit"]{
    height:26px;
    width:30px;
    cursor:pointer;
    background-image: url(../images/search-btn.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#a7a7a7;	
    border: solid #a7a7a7 1px;	
    float:left;
}
#edit-search-block-form--2{
    border: 1px solid #999;
    float: left;
    height: 24px;
    text-indent: 5px;
    width: 180px;
}
.rtl #search-block-form input[type="submit"]{
    height:26px;
    width:30px;
    cursor:pointer;
    background-image: url(../images_ar/search-btn.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#a7a7a7;	
    border: solid #a7a7a7 1px;	
    float:right;
}
.rtl #edit-search-block-form--2{
    border: 1px solid #999;
    float: right;
    height: 24px;
    text-indent: 5px;
    width: 180px;
}
/* Video gallery page change */
.video-screen{
    text-align: center; vertical-align: baseline;
}

.video-thum .osmplayer-default{
    margin: 0 0 10px 0;
}
.video-thum  img{ margin: 0 0 5px 0;}
.player-ui .minplayer-default-big-play-img{
    background: none repeat scroll 0 0 rgba(23, 35, 34, 0.745);
    border: medium none;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #000;
    cursor: pointer !important;
    height: 55px;
    left: 50%;
    margin: -30px 0 0 -40px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 65px;
    z-index: 3;
}

.player-ui .minplayer-default-big-play-img span {
    border-bottom: 10px solid transparent;
    border-left: 20px solid white;
    border-top: 10px solid transparent;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 21px 0 0 27px;
    width: 0;
}

.fb-like-dive{
    height:343px !important;
    width: 356px !important;
    border-bottom: 1px solid #CCC !important;
    
}
._4s7c {border-color:#ccc #ccc #ccc  !important;}
.fb-like-box span{width: 360px !important;}
.fb-like-box iframe{
    width: 356px !important;
    height:343px !important;
    /*padding-bottom: 5px !important;*/
}
.fb-like-box span{height:345px !important;} 
iframe .phm{display:none !important;}

/* Front page tiny scroller */
/*.left-panel #scrollbar1 .viewport{height: 370px; overflow-y: scroll;}*/
#slider1 .overview li{width: 671px; height: 152px;}


/*#webform-component-gender label{font-weight: lighter;}
#webform-component-birthday label{font-weight: lighter;}*/
/* Hide Add content link after login */
.common-gallery .menu , .links{display: none}
.rtl .common-gallery .menu , .links{display: none}
.webform-datepicker input[type="image"]{height: 30px; padding-top: 5px;}
#tabs a{color: #e0b273; font-weight: bolder;}
#webform-component-country,#webform-component-country-ar{clear:both;}