/* required by myroundcube plugins */

.topright{
    margin-top: 15px;
    font-size: 12px;
}

#topline span.username{
    color: #000;
    font-weight: bold;
}

#topline a.button-logout{
    color: #000;
    font-weight: bold;
}

#toplogo{
    display: block;
}

#topnav img{
    top: -12px !important;
}

a#searchmenulink.iconbutton.searchoptions::before{
    color: #aba8a8;
}

a#searchreset.iconbutton.reset::before{
    color: #aba8a8;
}

a#maillistmode.iconbutton.listmode{
    color: #aba8a8;
    border: 0;
}

a#mailthreadmode.iconbutton.threadmode{
    color: #aba8a8;
}

a#mailpreviewtoggle.iconbutton{
    color: #aba8a8;
}

#topline a.button-logout{
   background: url(skin/images/buttons.png) -6px -193px no-repeat !important; 
}


.records-table thead td, .records-table thead th{
    background: #eee;
}

#login-form{
    background: none !important;
}

.newtime-logo{
    width: 453px;
    margin-left: auto;
    margin-right: auto;
}

.postafiok{
    width: 453px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-left: 100px;
}

#login-form .box-inner {
    width: 620px;
    border: 0px solid #ace;
    background: #fff;
    margin: 0 auto;
    padding: 0;
}


#login-form input[type=text], #login-form input[type=password] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    color: #706f6f;
    background-color: #fff;
    padding: 2px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
}

#login-form td.title {
    color: #010101;
    padding: 6px 5px 6px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

#login-form p.formbuttons {
    text-align: right;
}

#login-form input.button {
    border: 0px solid #ace !important;
    color: #898989 !important;
    background: #f6f6f6 !important;
    padding: 10px 40px 10px 40px !important;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

#login-form input.button:hover {
    border: 0px solid #ace !important;
    color: #898989 !important;
    background: #efefef !important;
    padding: 10px 40px 10px 40px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

