/**
 * KIS Face Lift
 * June 2016
 * CSS Overwrite
 * @author Mihai Paduroiu <mpa@heg.com>
 */
@import url('fonts/faceLift/MuseoSansRoundedFontFace.css');

body {
    margin: 0;
    top: 0;
    font-family: MuseoSansRounded-300,Verdana,Sans-Serif;
    font-size: 14px;
    background: #EDEDED -webkit-linear-gradient( 180deg, rgb(99,182,111) 3%, rgb(37,133,132) 49%, rgb(30,52,93) 100%);
    background: #EDEDED -moz-linear-gradient( 180deg, rgb(99,182,111) 3%, rgb(37,133,132) 49%, rgb(30,52,93) 100%);
    background: #EDEDED -ms-linear-gradient( 180deg, rgb(99,182,111) 3%, rgb(37,133,132) 49%, rgb(30,52,93) 100%);
    background-attachment: fixed;
}
body:after {
    content: "";
    background: url("/gfx/faceLift/pattern.png") repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;   
}


#bg_pattern{
    width: 100%;
    display: table;
}

#content_wrapper{
    display: block;
    position: relative;
    margin: 0px auto;
    padding-top:50px;
}

.clear{clear:both;}
.left{float: left;}
.right{float: right;}
.hide{display: none!important;}

hr.line_breaker{
    border: 0;
    height: 1px;
    margin-top:30px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.main_wrapper{
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 30px 20px;
    width: 570px;
    
}

.main_wrapper.toast{
    padding: 10px 20px;
    /*line-height: 40px;*/
    margin-bottom: 10px;

    background: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    
    font-family: MuseoSansRounded-500,Verdana,Sans-Serif;
    font-size: 14px;
    text-align: center;
}
.main_wrapper.toast .error{color: #FF0000; }
.main_wrapper.toast .info{color: #3c3c3b; }

.main_wrapper.content{
    background: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main_wrapper.footer{
    text-align: center;
    background: transparent;
}
.main_wrapper.footer a{
    font-family: MuseoSansRounded-700,Verdana,Sans-Serif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
}

.content_line{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    /*border-bottom: 2px solid red;*/
    /*margin-bottom: 2px;*/
}
.content_line.header{}
.content_line.header a, .content_line.header a:hover{
    margin: 10px 0;
    text-decoration: none;
}
.content_line.header h1{
    font-family: MuseoSansRounded-300,Verdana,Sans-Serif;
    font-size: 28px;
    color: #3c3c3b;
    font-weight: normal;
    margin: 20px auto 15px;
}

.content_line.login{}

.content_line.login form{
    float: none;
}
.content_line.login .line{
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.content_line.login .line #show_password{
    display: block;
    width: 20px;
    height: 10px;
    background: transparent url("/gfx/faceLift/ico/hide_password_ico.png") no-repeat scroll center center;
    position: absolute;
    left: 380px;
    top: 40px;
    z-index: 999;
    cursor: pointer;
    background-size: 20px 10px
}
.content_line.login .line #show_password.wm-password-visible{
    background: transparent url("/gfx/faceLift/ico/show_password_ico.png") no-repeat scroll center center;
    background-size: 20px 10px;
}
.content_line.login .label{
    font-family: MuseoSansRounded-700,Verdana,Sans-Serif;
    font-size: 14px;
    color: #3c3c3b;
    margin: 20px auto 10px;
}
.content_line.login input[type="text"],
.content_line.login input[type="password"],
.content_line.login #form_submit,
.content_line.login #form_submit_disabled{
    font-family: MuseoSansRounded-500,Verdana,Sans-Serif;
    font-size: 14px;
    color: #3c3c3b; 
    text-align: center;

    border: 1px solid #B1B1B1;
    width: 257px;
    height: 33px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
input:focus{outline: none!important;}


.content_line.login #form_submit,
.content_line.login #form_submit_disabled{
    font-family: MuseoSansRounded-700,Verdana,Sans-Serif;
    font-size: 14px;
    color: #FFFFFF;
    background: #63B770;
    border-color: #63B770;
    margin: 20px auto;
    cursor: pointer;
    line-height: 33px;
}
.content_line.login #form_submit:hover{
    background: #71BD7D;
}

.content_line.login #form_submit_disabled{
    background: #EBEBE4;
    border-color: #B1B1B1;
    color: #ccc;
}

.content_line.login .reset_password a{
    font-family: MuseoSansRounded-500,Verdana,Sans-Serif;
    font-size: 12px;
    color: #63B770;
    display: block;
    padding: 5px 0 0;
}
.content_line.login .reset_password a:hover{
    color: #71BD7D;
}
.content_line.info{
    padding: 30px 0 35px;
    font-family: MuseoSansRounded-300,Verdana,Sans-Serif;
    font-size: 12px;
    color: #A5A5A5;
    border-bottom:1px solid #EFEFEF;
    line-height: 18px;
}

.content_line.other{}
.content_line.other h1{
    font-family: MuseoSansRounded-300,Verdana,Sans-Serif;
    font-size: 21px;
    color: #3c3c3b;
    font-weight: normal;
    margin: 30px auto;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.content_line.other a{
    border: 2px solid #63B770;
    border-radius: 16px;
    width: 252px;
    height: 29px;
    line-height: 29px;
    display: block;
    float: left;
    font-family: MuseoSansRounded-300,Verdana,Sans-Serif;
    font-size: 14px;
    color: #63B770;
    text-decoration: none;
}
.content_line.other a.first{margin: 0 10px 0 18px;}
.content_line.other a.second{margin: 0 19px 0 10px;}
.content_line.other a.third{margin: 20px 10px 0 18px;}
.content_line.other a.last{margin: 20px 10px 0;}
.content_line.other a:hover{
    color: #71BD7D;
    border-color: #71BD7D;
}


#options_wrapper{
    background: #FFFFFF;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 315px;
    width: 230px;
    padding:30px 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

    font-family: MuseoSansRounded-300,Verdana,Sans-Serif;
    font-size: 14px;    
    color: #3C3C3B;
}
#options_wrapper a{
    font-family: MuseoSansRounded-700,Verdana,Sans-Serif;
    font-size: 14px;
    color: #63b770;
    text-decoration: none;
}
#options_wrapper a:hover{
    color: #71BD7D;
    text-decoration: none;
}
p.info.first{
    margin: 0;
    font-size: 16px;
}
p.info.second{margin: 10px 0 0 0;}

.radios p{
    margin: 10px 0 0 0;
}
.server_wrapper, .privacy_wrapper{
    border-bottom: 1px solid #63b770;
    padding-bottom: 10px;
}

.server_wrapper p{letter-spacing: -0.4px;}

a#save_radios{
    color: #63b770;
    font-family: MuseoSansRounded-300,Verdana,sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-align: center;

    border: 1px solid #63b770;
    border-radius: 16px;
    display: block;
    width: 130px;
    margin: 20px auto 0;
    padding: 3px;
}
a#save_radios:hover{
    color: #71BD7D;
    border-color: #71BD7D;
}







}

span.new{
    font-family: MuseoSansRounded-700,Verdana,Sans-Serif;
    font-size: 14px;
    color: #006278;
}

.radios input[type="radio"]{
    margin: 0 5px 0 0;
    padding: 0;
    border: 0;
}


.green_info{
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url("/gfx/faceLift/ico/info_ico.png") repeat;
    margin: 0px 0 -2px 0;
    cursor: pointer;
}

.green_info_text{
    display: none;
    font-size: 13px;
    margin: 0!important;
}

#ox-dialog {
    display: none;
}

.ui-dialog {
    z-index: 1000;
}

.webmailer-ui-dialog-button {
    display: none;
}

.squirrelmail-eol-info {
    color: red;
    margin: 10px 0 0 0;
}

.squirrelmail-eol-info a{
    color: red !important;
    font-family: MuseoSansRounded-700, Verdana, Sans-Serif;
    font-size: 14px;
    text-decoration: none;
}

.squirrelmail-eol-info span {
    font-family: MuseoSansRounded-500, Verdana, Sans-Serif;
    font-size: 14px;
}

















