

@charset "utf-8";

.form-inline .form-control {
    vertical-align: middle;
    width: auto;
}

@media (max-width:767px) {
    .form-inline .form-control {
    width: 100%;
    }
}


.form-group p
{
    font-weight: bold;
    margin-top: 15px;
}



/* CSS Document - The custom CSS stylesheet of the website*/

/* ========================================================================== *
 *                             TABLE OF CONTENTS                              *
 * -------------------------------------------------------------------------- *
 * 01.01 Miscellaneous                                                        *
 * 02.01 Login                                                                *
 * 03.01 Navbar-header                                                        *
 * 03.02 Sidebar Components                                                   *
 * 03.03 Menu Icons                                                           *
 * 03.04 User Profile                                                         *
 * 03.05 Capacity                                                             *
 * 04.01 Content                                                              *
 * 05.01 Footer                                                               *
 * 06.01 Mail list                                                            *
 * 07.01 Tab View                                                             *
 * 08.01 Mail List Navigation                                                 *
 * 09.01 Colour Picker                                                        *
 * 09.02 Fast Reply                                                           *
 * 10.01 Read Message                                                         *
 * 10.02 Read - Reply Editor                                                  *
 * 11.01 Read - Attachments                                                   *
 * 11.02 Read Navigations                                                     *
 * 11.03 Read Final Margns                                                    *
 * 12.01 Popups                                                               *
 * 13.01 Compose                                                              *
 * 13.02 Reply Layer                                                          *
 * 14.01 Registration                                                         *
 * 15.01 Apps Page / Terms / Privacy / FAQ / HELP                             *
 * 16.01 Settings                                                             *
 * 17.01 Big Attachments                                                      *
 * 18.01 Right view / Banner                                                  *
 * ========================================================================== */


/* ========================================================================== *
 *                                                                            *
 * 01.01 Miscellaneous                                                        *
 *                                                                            *
 * ========================================================================== */

/* ADATOLDALAKHOZ 2015.04.13 TÓTH ATTILA*/ 
#datapage {
    background-color: #EEEEEE;
}
#grey 
{
    background-color: #FFF;
    padding: 15px;
}

#datapage li
{
    list-style-type: none;
}

/* ADATOLDALAKHOZ 2015.04.13 TÓTH ATTILA*/


html {
   -ms-overflow-style: scrollbar;
}

.original-bootstrap-body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
}

.original-bootstrap-body a {
  color: #337ab7;
  text-decoration: none;
}

.original-bootstrap-body a:hover, .original-bootstrap-body a:focus {
  color: #23527c;
  text-decoration: none;
}

.no-padding {
    padding: 0px;
}

.body-bg {
    background: #666;
    background: url(https://auth.citromail.hu/img/bg-example.jpg) fixed center top no-repeat;
} /* Tóth Attila 2015.02.09.*/

.container {
    background: #fff;
    background: url(https://auth.citromail.hu/img/bg-example.jpg) fixed center top no-repeat;
    width: 100%;
    min-width: 435px;
} 

.can-scale-down-320-px {
    min-width: 320px;
}

@media (max-width: 767px) {
    .container {
        padding: 0;
    }
}

 @media (min-width: 992px) {
    .container {
        width: 98.3%;
        margin: 0px 40px 0px 0px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 98.7%;
        margin: 0px 40px 0px 0px;
    }
} /*Tóth Attila 2015.02.09.

 @media (min-width: 1920px) {
    .container {
        width: 1440px;
        margin: 0 auto;
    }
} */

/* ========================================================================== *
 *                                                                            *
 * 02.01 Login                                                                *
 *                                                                            *
 * ========================================================================== */

.login-page-container {
    background: #fff;
}

@media (min-width: 1920px) {
    .login-page-container {
        width: 1440px;
        margin: 0 auto;
    }
}

.login-panel {
    
    margin: 15px -5px;
    background: #eee;
    height: 530px;
}

@media (max-width: 767px) {
    .login-panel-container {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .login-panel-container {
        float: right;
        /*margin-right: 8%;*/
    }
}

@media (min-width: 1200px) {
    .login-panel-container {
        /*float: right;*/
        margin-right: 8.2%;
    }
}

.advertisment-small-container {
    margin: 15px -5px;
    background: #eee;
    /*background: rgba(255,255,255,0.7);*/
    height: 250px;
    min-width: 300px;
}

.advertisment-small {
    background: #373737;
    height: 100%;
    width: 300px;
    margin: 0 auto;
    line-height: 250px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.advertisment-large-container {
    /*margin: 0px -7px 15px -6px;*/
    background: #eee;
    background: url(https://auth.citromail.hu/img/bg-white.png);
    background: rgba(255,255,255,0.7);
    /*background: transparent;*/
    height: 90px;
    padding: 0;
}

@media (max-width: 1199px) {
    .advertisment-large-container {
        background: #435365;
        background: rgba(67,83,101,1); /* 20150304*/
    }
}

.a-l-c-login {
    margin: 0px -7px 15px -6px;
    background: #eee;
    /*background: rgba(255,255,255,0.7);*/
    height: 90px;
    padding: 0;
}

@media (max-width: 1199px) {
    .a-l-c-login {
        display: none;
    }
}

.advertisment-large {
    background: #373737;
    height: 100%;
    width: 728px;
    margin: 0 auto;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 992px) {
    .advertisment-large {
        width: 970px;
    }
}

@media (max-width: 1199px) {
    .advertisment-large {
        display: none; /* 20150304*/
    }
}

.separator {
    height: 30px;
    margin: -15px;
}

.btn-default {
    background: #59a43d;
    border-radius: 0;
    color: #fff;
    text-transform: lowercase;
    font-size: 15px;
    margin: 20px 0px;
}

.login {
    float: right;
}

.login-attachment {
    float: none; /*20150304*/
}

.register {
    width: 100%;
}

.btn-default:hover {
    background: #33b5e5;
    color: #fff;
    /*text-transform: lowercase;*/
}

.btn:focus, .btn:hover {
    color: #fff;
}

.input-group {
    display: block;
}

.citromail {
    height: 80px;
    background: #435365;
}

.citromail a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo.png) center no-repeat;
}

.login-panel-input-fields {
    padding: 30px;
}

.login-panel-input-fields p {
    text-align: center;
}

.login-panel-input-fields a {
    font-size: 13px;
}

.technical {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.technical a {
    font-size: 10px;
}

.technical a:after {
    content: '\00a0\00a0';
}

.input-checkbox {
    margin-top: 70px;
}

.user {
    margin-bottom: 60px;
}

.or-box {
    margin: 20px 0px 0px;
}

/* ========================================================================== *
 *                                                                            *
 * 03.01 Navbar-header                                                        *
 *                                                                            *
 * ========================================================================== */

.navbar {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 0px;
    /*width: 290px;*/
}

@media (min-width: 768px) {
    .navbar {
        float: left;
    }
}

.navbar-default {
    background: url(https://auth.citromail.hu/img/bg-white.png);
        background: rgba(255,255,255,0.7);
}

@media (max-width: 767px){
    .navbar-default {
        background: rgba(255,255,255,1);
    }
}

.navbar-brand {
    display: none;
    margin-left: 15%;
    min-width: 175px;
    height: 90px;
    background: url(https://auth.citromail.hu/css/img/logo-big.png);
}

.navbar-brand-back {
    background: #c3d4e7;
}

@media (min-width: 768px){
    .navbar-brand {
        display: block;
    }
}

.navbar > .container-fluid .navbar-brand {
    margin-left: 30px;
}

.navbar-header {
    background-color: #c3d4e7;
    border-color: #e7e7e7;
}

.container, .container-fluid, .navbar-header, .navbar-collapse, .nav-stacked, .search-form {
    padding: 0;
}

.container-fluid .advertisment-large, .container-fluid > .navbar-collapse, .container-fluid > .navbar-header {
    margin:0;
}

.navbar-toggle {
    margin: 0px;
    padding: 0px;
    border-radius: 0;
    border: none;
    height: 90px;
    width: 100%;
}

.search-form {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .search-form {
        padding-left: 0px;
        padding-right: 0px;
        height: 100px;
    }
}

@media (min-width: 768px) {
    .search-form {
        margin-top: 0px;
        
    }
}

@media (min-width: 768px) {
    .form-group {
        width: 97%
    }
}

.navbar-form .form-control {
    margin-right: 15px;
    width: 50%;
}

@media (max-width: 991px) {
    .navbar-form .form-control {
        display: block;
        width: 100%;
    }
}

.btn-default {
     margin: 20px 15px 20px 0px; 
}

@media (min-width: 768px) and (max-width: 991px) { 
    .btn-default {
        margin: 10px 15px 10px 0px;
    }
    .search-form {
        padding-top: 10px;
    }

}

.navbar-form {
    margin: 0px;
    padding: 0px;
    border: none !important;
}

@media (min-width: 768px) {
    .navbar-form {
        padding-left: 15px;
    }
}

#advanced-search {
    background: #435365;
}

@media (max-width: 434px) {
    #advanced-search {
    /*display: none; *Andor - 2015.03.27.*/
    margin-top: -59px !important;
    margin-left: 65px !important;
}
.search-form input {
    max-width: 60% !important;
    display: inline-block !important;
    margin-bottom: 15px;
}
.search-form button {
    margin: 0 !important;
}
.search-form {
    margin-bottom: 15px;
}
}

@media (min-width: 1200px) {
    .navbar-form .form-control {
        width: 34%;

    }
}

/* (min-width: 768px) and (max-width: 991px){
    .logo-correction {
        min-width: 27%;
    }
    .logo-correction-respond {
        max-width: 73%;
    }
}

@media (min-width: 1200px) {
    .logo-correction {
        min-width: 18.5%;
    }
    .logo-correction-respond {
        max-width: 81.5%;
    }
} Tóth Attila 2015.02.09. */

/* ========================================================================== *
 *                                                                            *
 * 03.02 Sidebar Components                                                   *
 *                                                                            *
 * ========================================================================== */

.nav-pills > li > a, .nav-stacked > li + li {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0px;
    line-height: 40px;
    vertical-align: middle;
    color: #666d82;
}

.menu-list-anchor {
    min-height: 40px;
    font-size: 15px;
}

.menu-icon {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .menu-icon {
        margin-left: 5px;
    }
}

.open-list-items {
    margin-right: 15px;
}

.nav > li > a.ad-separator, .nav > li > a.ad-separator:hover  {
    background: #373737;
    color: #fff;
}

.nav > li > a.menu-list-anchor:hover {
    color: #fff;
    background: #33b5e5;
}

.nav > li > a.menu-list-anchor:focus {
    color: #666;
    background: initial;
}

.nav > li > a.menu-list-anchor.active {
    color: #fff;
    background: #33b5e5;
}

ul li ul li a {
    background: #ccc;
}

.new-message {
    text-align: center;
    /*width: 24px;*/
    /*height: 24px;*/
    border-radius: 13px;
    background: #fff;
    line-height: 24px;
    float: right;
    margin: 8px 15px;
    padding: 1px 5px;
    font-size: 14px;
    
}

.nav-pills > li > a:hover .new-message, .nav-pills > li > a:focus .new-message {
    color: #666d82;
}

/* ========================================================================== *
 *                                                                            *
 * 03.03 Menu Icons                                                           *
 *                                                                            *
 * ========================================================================== */

.compose {
    background: url(https://auth.citromail.hu/img/icon-compose-default.png) center no-repeat;
}

.nav-pills > li > a:hover .compose/*, .nav-pills > li > a:focus .compose*/ {
    background: url(https://auth.citromail.hu/img/icon-compose-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .compose {
    background: url(https://auth.citromail.hu/img/icon-compose-hover.png) center no-repeat;
}

.inbox {
    background: url(https://auth.citromail.hu/img/icon-inbox-default.png) center no-repeat;
}

.nav-pills > li > a:hover .inbox/*, .nav-pills > li > a:focus .inbox*/ {
    background: url(https://auth.citromail.hu/img/icon-inbox-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .inbox {
    background: url(https://auth.citromail.hu/img/icon-inbox-hover.png) center no-repeat;
}

.ads {
    background: url(https://auth.citromail.hu/img/icon-ads-default.png) center no-repeat;
}

.nav-pills > li > a:hover .ads/*, .nav-pills > li > a:focus .ads*/ {
    background: url(https://auth.citromail.hu/img/icon-ads-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .ads {
    background: url(https://auth.citromail.hu/img/icon-ads-hover.png) center no-repeat;
}

.outbox {
    background: url(https://auth.citromail.hu/img/icon-outbox-default.png) center no-repeat;
}

.nav-pills > li > a:hover .outbox/*, .nav-pills > li > a:focus .outbox*/ {
    background: url(https://auth.citromail.hu/img/icon-outbox-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .outbox {
    background: url(https://auth.citromail.hu/img/icon-outbox-hover.png) center no-repeat;
}

.folders {
    background: url(https://auth.citromail.hu/img/icon-folders-default.png) center no-repeat;
}

.nav-pills > li > a:hover .folders/*, .nav-pills > li > a:focus .folders*/ {
    background: url(https://auth.citromail.hu/img/icon-folders-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .folders {
    background: url(https://auth.citromail.hu/img/icon-folders-hover.png) center no-repeat;
}

.colours {
    background: url(https://auth.citromail.hu/img/icon-colours-default.png) center no-repeat;
}

.nav-pills > li > a:hover .colours/*, .nav-pills > li > a:focus .colours*/ {
    background: url(https://auth.citromail.hu/img/icon-colours-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .colours {
    background: url(https://auth.citromail.hu/img/icon-colours-hover.png) center no-repeat;
}

.contacts {
    background: url(https://auth.citromail.hu/img/icon-contacts-default.png) center no-repeat;
}

.nav-pills > li > a:hover .contacts/*, .nav-pills > li > a:focus .contacts*/ {
    background: url(https://auth.citromail.hu/img/icon-contacts-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .contacts {
    background: url(https://auth.citromail.hu/img/icon-contacts-hover.png) center no-repeat;
}

.big-attachments {
    background: url(https://auth.citromail.hu/img/icon-big-attachments-default.png) center no-repeat;
}

.nav-pills > li > a:hover .big-attachments/*, .nav-pills > li > a:focus .big-attachments*/ {
    background: url(https://auth.citromail.hu/img/icon-big-attachments-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .big-attachments {
    background: url(https://auth.citromail.hu/img/icon-big-attachments-hover.png) center no-repeat;
}

.calendar {
    background: url(https://auth.citromail.hu/img/icon-calendar-default.png) center no-repeat;
}

.nav-pills > li > a:hover .calendar/*, .nav-pills > li > a:focus .calendar*/ {
    background: url(https://auth.citromail.hu/img/icon-calendar-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .calendar {
    background: url(https://auth.citromail.hu/img/icon-calendar-hover.png) center no-repeat;
}

.trash {
    background: url(https://auth.citromail.hu/img/icon-trash-default.png) center no-repeat;
}

.nav-pills > li > a:hover .trash/*, .nav-pills > li > a:focus .trash*/ {
    background: url(https://auth.citromail.hu/img/icon-trash-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .trash {
    background: url(https://auth.citromail.hu/img/icon-trash-hover.png) center no-repeat;
}

.settings {
    background: url(https://auth.citromail.hu/img/icon-settings-default.png) center no-repeat;
}

.nav-pills > li > a:hover .settings/*, .nav-pills > li > a:focus .settings*/ {
    background: url(https://auth.citromail.hu/img/icon-settings-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .settings {
    background: url(https://auth.citromail.hu/img/icon-settings-hover.png) center no-repeat;
}

.rules {
    background: url(https://auth.citromail.hu/img/icon-rules-default.png) center no-repeat;
}

.nav-pills > li > a:hover .rules/*, .nav-pills > li > a:focus .rules*/ {
    background: url(https://auth.citromail.hu/img/icon-rules-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .rules {
    background: url(https://auth.citromail.hu/img/icon-rules-hover.png) center no-repeat;
}

.apps {
    background: url(https://auth.citromail.hu/img/icon-apps-default.png) center no-repeat;
}

.nav-pills > li > a:hover .apps/*, .nav-pills > li > a:focus .apps*/ {
    background: url(https://auth.citromail.hu/img/icon-apps-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .apps {
    background: url(https://auth.citromail.hu/img/icon-apps-hover.png) center no-repeat;
}

.ads-example {
    background: url(https://auth.citromail.hu/img/icon-ads-example-default.png) center no-repeat;
}

.nav-pills > li > a:hover .ads-example/*, .nav-pills > li > a:focus .ads-example*/ {
    background: url(https://auth.citromail.hu/img/icon-ads-example-hover.png) center no-repeat;
}

.nav > li > a.menu-list-anchor.active .ads-example {
    background: url(https://auth.citromail.hu/img/icon-ads-example-hover.png) center no-repeat;
}

/* ========================================================================== *
 *                                                                            *
 * 03.04 User Profile                                                         *
 *                                                                            *
 * ========================================================================== */

#user-profile {
    line-height: 85px;
    margin: 0px 0px 0px;
    min-height: 85px
}

@media (min-width: 768px){
    #user-profile {
        height: 100px;
        margin: 0px;
    }
}

.user-image {
    height: 65px;
    width: 65px;
    background: url(https://auth.citromail.hu/img/user.png);  
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

@media (min-width: 768px){
    .user-image {
        margin: 20px 0px 10px;
    }
}

#user-profile a {
    line-height: 1em;
    display:  block;
    padding-left: 5px;
    margin-left: 85px;
    
}

@media (min-width: 768px){
    #user-profile a {
        margin-left: 75px;
        display: block;
    }
}

#user-profile a:hover {
    background: none;
    color: #33b5e5;
}

@media (max-width: 767px){
    #user-profile .user-christian-name:before {
        content: 'Jó látni téged, ';
    }
    #user-profile .user-christian-name:after {
        content: '! Hogy s mint?';
    }
}

@media (max-width: 434px){
    #user-profile .user-christian-name:before {
        content: '';
    }
}

#user-profile .user-christian-name {
    font-size: 18px;
    padding: 10px 15px 19px 5px;
}

@media (min-width: 768px){
    #user-profile .user-christian-name {
        padding: 20px 0px 19px 5px;
    }
}

/* ========================================================================== *
 *                                                                            *
 * 03.05 Capacity                                                             *
 *                                                                            *
 * ========================================================================== */

.progress {
    margin: 0px 15px 0px 15px;
    border-radius: 0px;
}

.progress-bar {
    background-color: #59a43d;
}



/* ========================================================================== *
 *                                                                            *
 * 04.01 Content                                                              *
 *                                                                            *
 * ========================================================================== */
.content-container {
    background: url(https://auth.citromail.hu/img/bg-white.png);
    background: rgba(255,255,255,0.7);
}

@media (min-width: 768px) {
    .content-container {
        width: 74%;
        margin-left: 1%;
    }
}

@media (min-width: 1200px) {
    .content-container {
        width: 82.33333333%;
        margin-left: 1%;
    }
}

/* ========================================================================== *
 *                                                                            *
 * 05.01 Footer                                                               *
 *                                                                            *
 * ========================================================================== */

footer {
    background: #435365;
    clear: both;
}

.list-group {
    margin: 0px;
}

a.list-group-item {
    background: #435365;
    color: #fff;
    border: none;
}

a.list-group-item:hover {
    background: url(https://auth.citromail.hu/img/bg-white.png);
    background: rgba(255,255,255,0.2);
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .list-group-item {
        display: inline-block; 
        margin:0px 0px 0px 0px;
        border: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    background: none repeat scroll 0 0 #435365;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    margin-bottom: 0;
    padding-right: 15px !important;
}

@media (min-width: 1200px) {
    .footer-right {
        float: right;
    }
   
}

.copyright {
    padding-left: 15px;
}

/* ========================================================================== *
 *                                                                            *
 * 06.01 Mail list                                                        *
 *                                                                            *
 * ========================================================================== */


.mail-list-row {
        white-space: nowrap;
        padding-bottom: 6px;
        padding-top: 6px;
        height: 84px;
        border-bottom: solid 1px #eee;
        border-bottom: 1px solid rgba(0,0,0,0.1);
}
    
.mail-list-row-contacts {
        padding-bottom: 6px;
        padding-top: 6px;
        height: 60px;
    }

@media (min-width: 992px) {
    .mail-list-row {
        padding-bottom: 6px;
        padding-top: 6px;
        height: 60px;
    }
    .mail-list-row-contacts {
        padding-bottom: 0px;
        padding-top: 0px;
        height: 24px;
    }
} 

@media (min-width: 1200px) {
    .mail-list-row {
        padding-bottom: 0px;
        padding-top: 0px;
        height: 24px;
        /*border: none; Tóth Attila 2015.02.09.*/
    }
}

@media (max-width: 434px) {
    .mail-list-row {
        height: 60px;
    }
}

.mail-list-row:hover {
    background: #eee;
}

.mail-list-element {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;  

}

.has-sender-name {
    float: left !important; /* 20150304*/
}

.mail-list-text-element {
    display: inline-table; /* 20150304*/
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.mail-list-text-element.search-subject-snippet {
    display: inline-block; /* 20150304*/
    overflow: hidden;
}

.mail-list-column {
    height: 24px;
    padding: 0px;
    white-space: nowrap;
    
}

.date {
    text-align: right;
    padding-right: 5px;
}

@media (min-width: 992px) {
    .date {
        float: right;
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .date {
        margin-right: 0px !important;
        width: 16.66666667% !important;
    }
}

@media (min-width: 1200px) {
    .date {
        margin-right: 0px;
    }
}

@media (max-width: 434px) {
    .date {
        display: none;
    }
}

.colour-selector-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px;
}

.colour-selector-circle {
    border-radius: 49%;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.mail-list-row:hover .colour-selector-circle {
    opacity: 1;
}

.colour-lightred {
    background: #ff5555;
}

.colour-red {
    background: #a02c2c;
}

.colour-lightorange {
    background: #ff9955;
}

.colour-orange {
    background: #ff6600;
}

.colour-lightyellow {
    background: #ffdd55;
}

.colour-yellow {
    background: #ffb400;
}

.colour-lightgreen {
    background: #bcd35f;
}

.colour-green {
    background: #59a43d;
}

.colour-lightblue {
    background: #87cdde;
}

.colour-blue {
    background: #0055d4;
}

.colour-lightpurple {
    background: #cd87de;
}

.colour-purple {
    background: #7137c8;
}

.colour-lightpink {
    background: #ff80e5;
}

.colour-pink {
    background: #c837ab;
}

.colour-white {
    background: #fff;
    border: solid 1px #b3b3b3 ;
}

.colour-grey {
    background: #b3b3b3;
}

.dragable {
    float: left;
    height: 24px;
    width: 12px;
    display: inline-block;
    background: url(https://auth.citromail.hu/img/icon-mail-list-dragable.png) center no-repeat;
    opacity: 0.0;
}

.mail-list-row:hover .dragable {
    opacity: 1;
}

.important {
    height: 24px;
    width: 12px;
    display: inline-block;
    background: url(https://auth.citromail.hu/img/icon-mail-list-important.png) center no-repeat;
}

.mail-list-checkbox {
    overflow: hidden;
    display: inline-table;  /* 20150304*/
}

.mail-status {
    height: 24px;
    width: 24px;
}

.mail-list-icon {
    height: 24px;
    width: 24px;
}

.read-opened {
    background: url(https://auth.citromail.hu/img/icon-mail-list-read-opened.png) center no-repeat;
}

.read-opened-forw {
    background: url(https://auth.citromail.hu/img/icon-mail-list-read-opened-forw.png) center no-repeat;
}

.read-opened-rep-forw {
    background: url(https://auth.citromail.hu/img/icon-mail-list-read-opened-rep-forw.png) center no-repeat;
}

.read-opened-rep {
    background: url(https://auth.citromail.hu/img/icon-mail-list-read-opened-rep.png) center no-repeat;
}

.unread-new {
    background: url(https://auth.citromail.hu/img/icon-mail-list-unread-new.png) center no-repeat;
}

.unread-new-forw {
    background: url(https://auth.citromail.hu/img/icon-mail-list-unread-new-forw.png) center no-repeat;
}

.unread-new-rep-forw {
    background: url(https://auth.citromail.hu/img/icon-mail-list-unread-new-rep-forw.png) center no-repeat;
}

.unread-new-rep {
    background: url(https://auth.citromail.hu/img/icon-mail-list-unread-new-rep.png) center no-repeat;
}

.star-icon {
    background: url(https://auth.citromail.hu/img/icon-mail-list-star.png) center no-repeat;
    opacity: 0.5;
    display: block;
}

.search-icon {
    background: url(https://auth.citromail.hu/img/icon-mail-list-search.png) center no-repeat;
    opacity: 0.5;
    display: block;
}

.trash-icon {
    background: url(https://auth.citromail.hu/img/icon-mail-list-trash.png) center no-repeat;
    opacity: 0.5;
    display: block;
}

.save-icon {
    background: url(https://auth.citromail.hu/img/icon-mail-list-save.png) center no-repeat;
    opacity: 0.5;
    display: block;
}

.fast-reply-icon {
    background: url(https://auth.citromail.hu/img/icon-mail-list-fast-reply.png) center no-repeat;
    opacity: 0.5;
    display: block;
}

@media (min-width: 992px) {
    .star-icon {
    opacity: 0;
}
.search-icon {
opacity: 0;
}
.trash-icon {
    opacity: 0;
}
.save-icon {
    opacity: 0;
}
.fast-reply-icon {
    opacity: 0;
}
}

.mail-list-row:hover .star-icon, .mail-list-row:hover .search-icon, .mail-list-row:hover .trash-icon, .mail-list-row:hover .fast-reply-icon, .mail-list-row:hover .save-icon {
    opacity: 0.5;
} 

.mail-list-element:hover .star-icon:hover, .mail-list-element:hover .search-icon:hover, .mail-list-element:hover .trash-icon:hover, .mail-list-element:hover .fast-reply-icon:hover, .mail-list-element:hover .save-icon:hover {
    opacity: 1;
} 

.attachment {
    background: url(https://auth.citromail.hu/img/icon-mail-list-attachment.png) center no-repeat;
}

.favicon-example {
    height: 24px;
    width: 24px;
    background: url(https://auth.citromail.hu/img/icon-mail-list-favicon-example.png) center no-repeat;
}

.mail-list-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 0px;
    display: block;
}

.subject {
    font-weight: bold;
    max-width: 85%;
    margin-right: 5px;
    margin-left: 5px;
}

.search-result {
    background: #b3b3b3;
    font-weight: 300;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 50%;
    margin-left: 3px;
}

@media (min-width: 768px) {
    .search-result {
        margin-left: 0px;
    }
}

.mail-content-snippet {
    margin-left: 5px;
}

.search-subject-snippet {
    width: 95%;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .search-subject-snippet {
        margin-left: 30px;
    }
    .favicon-example {
        
    }
}
@media (max-width: 991px) {
    .sender-data {
        padding-left: 27px;
    }
}
@media (max-width: 767px) {
    .sender-data {
        padding-left: 30px;
    }
}

.bold {
    font-weight: bold;
}

.overflow-hidden {
    overflow: hidden;
}

/* ========================================================================== *
 *                                                                            *
 * 07.01 Tab View                                                             *
 *                                                                            *
 * ========================================================================== */

.tab-view {
    white-space: nowrap;
    background: url(https://auth.citromail.hu/img/bg-blue.png);
    background: rgba(67,83,101,0.25);
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
    max-height: 40px;
}

.tab-view .nav-tabs {
    
    border-bottom: none;
    height: 40px;
    display: inline-block;
}

.nav-tabs-left {
    float: left;
    max-width: 83%;
    overflow: hidden;
}

.nav-tabs-right {
    float: right;
    display: block !important;
}

.tab-view .nav-tabs > li > a {
    height: 40px;
    color: #666;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;   
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
}
    
.tab-view .nav-tabs > li {
    /*height: 40px;*/
    /*color: #666;*/
    /*line-height: 1.42857143;*/
    border: none;
    border-radius: 0;
    border-right: solid 1px #fff;
    background: rgba(67,83,101,0.0);
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
}

.tab-view-list-element a {
    padding-right: 0;
}

.no-border {
    border: none !important;
}

.tab-view .nav-tabs > li > a > i {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 2px;
}

.tab-view .nav > li > a {
    position: relative;
    display: block;
    padding: 9px 15px;
}

.tab-view .nav-tabs > li.active > a, .tab-view .nav-tabs > li.active > span,
.tab-view .nav-tabs > li.active > a:hover,
.tab-view .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background: #435365;
  background-color: rgba(67,83,101,1);
  border: none;
}

.tab-view .nav-tabs .tab-view-list-element.only-in-tabs-not-active .funny-background:hover {
    background: url(https://auth.citromail.hu/img/bg-blue.png);
    background: rgba(67,83,101,0.25);
    color: #fff;
}

.tab-view .nav-tabs .tab-view-list-element.only-in-tabs-not-active .funny-background:hover a.special-no-background {
    background: #fff !important;
}

.tab-view-list-element.only-in-tabs-not-active:hover span.close, .tab-view-list-element.only-in-tabs-not-active:hover .funny-background {
    background: url(https://auth.citromail.hu/img/bg-blue.png);
    background: rgba(67,83,101,0.25);
}

.tab-view-list-element.only-in-tabs-not-active span {
    color: #666;
}

.tab-view-list-element.only-in-tabs-not-active span:hover {
    color: #fff;
}

.tab-view .nav-tabs > li > a > i.fa-caret-left {
    margin: 2px -10px 0px -4px;
}
 
.tab-view .nav-tabs > li > a > i.fa-caret-right {
    margin: 2px -10px 0px -2px;
}

.tab-view .nav-tabs > li > a {
    margin-right: 0px;
    float: left;
}

.tab-view .nav-tabs > li > span {
    padding: 7px 10px 12px 5px;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
}

.tab-view .dropdown {
    border-left: solid 1px #fff
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: url(https://auth.citromail.hu/img/bg-blue.png);
    background-color: rgba(67,83,101,0.25);
    border-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #666;
    background-color: #ccc;
}

.dropdown-menu > li {
    padding: 0 15px;
}

.dropdown-menu > li > a {
    color: #666;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    padding: 5px 0;
}

ul li ul li a {
    background: #eee;
}

.dropdown-menu {
    background-color: #eee;
}

.special-border-1 {
    border-left: solid 1px #fff !important;
}

.special-border-2 {
    border: none !important;
}

.special-font-size {
    font-size: 14px;
    background: none;
}

.tab-view-list-element:hover .special-font-size {
    background: #eee;
}

.special-font-size:hover {
    background: #33b5e5;
}

.tab-view-list-element:hover a.choose-color, .tab-view-list-element a.choose-color:hover {
    background: #fff;
}




/* ========================================================================== *
 *                                                                            *
 * 08.01 Mail List Navigation                                                             *
 *                                                                            *
 * ========================================================================== */

.mail-list-nav {
    height: 40px;
    width: 100%;
    background: #eee;
    margin-bottom: 16px;
    margin-bottom: 10px;
}

.mail-list-nav-bottom {
    clear: both;
    height: 40px;
    width: 100%;
    background: #eee;
    margin-top: 16px;
    margin-top: 10px;
}

.mail-list-nav-element {
    display: inline-block;
    width: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left
}

.mail-list-nav-text-element {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: left;
}

.dropdown-toggle {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .dropdown-toggle {
        padding: 0 10px 0;
    }
}

.mail-list-nav-element:first-child {
    margin-left: 24px;
}

.mail-list-nav-menu-icon {
    height:40px;
    width:24px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

@media (max-width:434px) {
    .mail-list-nav-menu-icon {
        margin-top: -5px;
    }
    .nav-select {
        margin-top: 0px;
    }
}

.nav-select {
    background: url(https://auth.citromail.hu/img/icon-nav-select-default.png) center no-repeat; 
}

.nav-reply {
    background: url(https://auth.citromail.hu/img/icon-nav-reply-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-reply, .mail-list-nav-text-element:focus .nav-reply, a.color-33b5e5-hover:focus .nav-reply {
    background: url(https://auth.citromail.hu/img/icon-nav-reply-hover.png) center no-repeat;
}

.nav-forward {
    background: url(https://auth.citromail.hu/img/icon-nav-forward-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-forward, .mail-list-nav-text-element:focus .nav-forward, a.color-33b5e5-hover:focus .nav-forward {
    background: url(https://auth.citromail.hu/img/icon-nav-forward-hover.png) center no-repeat;
}

.nav-print {
    background: url(https://auth.citromail.hu/img/icon-nav-print-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-print, .mail-list-nav-text-element:focus .nav-print, a.color-33b5e5-hover:focus .nav-print {
    background: url(https://auth.citromail.hu/img/icon-nav-print-hover.png) center no-repeat;
}

.nav-save {
    background: url(https://auth.citromail.hu/img/icon-nav-save-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-save, .mail-list-nav-text-element:focus .nav-save, a.color-33b5e5-hover:focus .nav-save {
    background: url(https://auth.citromail.hu/img/icon-nav-save-hover.png) center no-repeat;
}

.nav-full-size {
    background: url(https://auth.citromail.hu/img/icon-nav-full-size-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-full-size, .mail-list-nav-text-element:focus .nav-full-size, a.color-33b5e5-hover:focus .nav-full-size {
    background: url(https://auth.citromail.hu/img/icon-nav-full-size-hover.png) center no-repeat;
}

.nav-trash {
    background: url(https://auth.citromail.hu/img/icon-nav-trash-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-trash, .mail-list-nav-text-element:focus .nav-trash, a.color-33b5e5-hover:focus .nav-trash {
    background: url(https://auth.citromail.hu/img/icon-nav-trash-hover.png) center no-repeat;
}

.nav-empty-trash {
    background: url(https://auth.citromail.hu/img/icon-nav-empty-trash-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-empty-trash, .mail-list-nav-text-element:focus .nav-empty-trash, a.color-33b5e5-hover:focus .nav-empty-trash {
    background: url(https://auth.citromail.hu/img/icon-nav-empty-trash-hover.png) center no-repeat;
}

.nav-remove {
    background: url(https://auth.citromail.hu/img/icon-nav-remove-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-remove, .mail-list-nav-text-element:focus .nav-remove, a.color-33b5e5-hover:focus .nav-remove {
    background: url(https://auth.citromail.hu/img/icon-nav-remove-hover.png) center no-repeat;
}

.nav-move {
    background: url(https://auth.citromail.hu/img/icon-nav-move-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-move, .mail-list-nav-text-element:focus .nav-move, a.color-33b5e5-hover:focus .nav-move {
    background: url(https://auth.citromail.hu/img/icon-nav-move-hover.png) center no-repeat;
}

.nav-spam {
    background: url(https://auth.citromail.hu/img/icon-nav-spam-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-spam, .mail-list-nav-text-element:focus .nav-spam, a.color-33b5e5-hover:focus .nav-spam {
    background: url(https://auth.citromail.hu/img/icon-nav-spam-hover.png) center no-repeat;
}

.nav-more {
    background: url(https://auth.citromail.hu/img/icon-nav-more-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-more, .mail-list-nav-text-element:focus .nav-more, a.color-33b5e5-hover:focus .nav-more {
    background: url(https://auth.citromail.hu/img/icon-nav-more-hover.png) center no-repeat;
}

.nav-view {
    background: url(https://auth.citromail.hu/img/icon-nav-view-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-view, .mail-list-nav-text-element:focus .nav-view, a.color-33b5e5-hover:focus .nav-view {
    background: url(https://auth.citromail.hu/img/icon-nav-view-hover.png) center no-repeat;
}

.nav-modify {
    background: url(https://auth.citromail.hu/img/icon-nav-modify-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-modify, .mail-list-nav-text-element:focus .nav-modify, a.color-33b5e5-hover:focus .nav-modify {
    background: url(https://auth.citromail.hu/img/icon-nav-modify-hover.png) center no-repeat;
}

.nav-add-address {
    background: url(https://auth.citromail.hu/img/icon-nav-add-new-address-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-add-address, .mail-list-nav-text-element:focus .nav-add-address, a.color-33b5e5-hover:focus .nav-add-address {
    background: url(https://auth.citromail.hu/img/icon-nav-add-new-address-hover.png) center no-repeat;
}

.nav-add-group {
    background: url(https://auth.citromail.hu/img/icon-nav-add-new-group-default.png) center no-repeat; 
}

.mail-list-nav-text-element:hover .nav-add-group, .mail-list-nav-text-element:focus .nav-add-group, a.color-33b5e5-hover:focus .nav-add-group {
    background: url(https://auth.citromail.hu/img/icon-nav-add-new-group-hover.png) center no-repeat;
}

.caret, span.caret {
    margin-left: 10px;
    color: #666;
}

.tab-view .nav-tabs > li > a:hover .caret {
    color: #fff;
}

.mail-list-nav-text-element:hover .caret, .mail-list-nav-text-element:focus .caret, a.color-33b5e5-hover:focus .caret{
    color: #33b5e5;
}

.mail-list-nav-text-element a, .mail-list-nav-text-element a:active {
    color: #666;
    text-decoration: none;
}

a.color-33b5e5-hover {
    display: inline-table;
    overflow: hidden;
}

@media (max-width: 434px) {
    a.color-33b5e5-hover {
        font-size: 0;
    }
    a.color-33b5e5-hover span.caret {
        display: none;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    a.color-33b5e5-hover {
    display: block;
    width: 50px;
}
}

a.color-33b5e5-hover:hover, a.color-33b5e5-hover:focus {
    color: #33b5e5;
}

.dropdown-menu {
    background-color: #eee;
    border: none;
    border-radius: 0px;
}

@media (max-width: 434px) {
    .can-scale-down-320-px .dropdown-menu {
        margin-left: -60px;
    }
}

.dropdown-menu .fa {
    margin-left: 15px;
    margin-right: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #33b5e5;
}

ul.dropdown-menu li:hover a {
    color: #fff;
}

.key-shortcuts-in-dropdown {
    position: absolute;
    right: 20px;
    font-family: monospace, monospace;
    opacity: 0.5;
}

.dropdown-menu > li > a.key-shortcuts-respond {
    padding-right: 120px;
}

.page-control {
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.page-control-btn {
    display: inline;
    padding: 5px 5px 4px;
    color: #fff;
    font-size: 10px;
    height: 20px;
    width: 20px;
    background: #435365;
}

.page-control-btn:hover {
    background: #33b5e5;
}

.page-control-grow-btn {
    padding: 5px 6px 4px 5px;
    font-size: 10px;
}

@media (min-width:992px) and (max-width:1199px) {
    .tab-view .nav-tabs > li > a.dropdown-toggle, a.color-33b5e5-hover {
        font-size: 0;
    }
}

@media (max-width:991px) {
    .tab-view, .mail-list-nav, .mail-list-nav-bottom{
        height: 80px;
    }
}

@media (max-width:1199px) {
    .tab-view {
        display: none;
    }
}

.mail-list-nav-bottom .dropdown-menu {
    top:-400px;
}

.mail-list-nav-bottom .dropdown-menu.four-options {
    top:-133px;
}

.mail-list-nav-bottom .dropdown-menu.seven-options {
    top:-223px;
}


/* ========================================================================== *
 *                                                                            *
 * 09.01 Colour Picker                                                        *
 *                                                                            *
 * ========================================================================== */

.colour-selector-link-container .popover {
    max-width: 1000px;
    border-radius: 0px;
    border: none;
    top: -20px !important;
    background: #eee;
    color: #666;
}

.colour-selector-link-container .popover-content {
    min-height: 250px;
    width: 300px;
    background: #eee;
    padding:15px;
}

.colour-selector-link-container .arrow {
    top: 10% !important;
    color: #eee;
}

.colour-selector-link-container .popover.right > .arrow:after {
    border-right-color: #eee;
}

.colour-container {
    background: #fff;
    padding: 5px;
    clear: both;
}

.colour-selector-square {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 5px;
}

.colour-selector-link-container .btn-ok {
    margin:0px;
}

.colour-selector-link-container .btn-cancel, .btn-cancel:hover, .btn-cancel:focus {
    margin:0px;
    background: #435365;
    float: right;
}

.colour-layer-error {
    line-height: 100%;
    margin-top: 10px;
    width: 100%;
    background: mistyrose;
    border: 1px solid #a02c2c;
    padding: 10px;
    border-radius: 5px;
    
}

.colour-layer-error .colour-selector-square {
    margin: 0 5px 0 0;
}

/* ========================================================================== *
 *                                                                            *
 * 09.02 Fast Reply                                                           *
 *                                                                            *
 * ========================================================================== */

.reply-popover-container a {
    text-decoration: none;
}

.reply-popover-container .popover {
    max-width: 1000px;
    border-radius: 0px;
    border: none;
    top: 25px !important;
    margin-left: -5px !important;
    background: #eee;
    color: #666;
}

.reply-popover-container .popover-content {
    min-height: 250px;
    width: 300px;
    background: #eee;
    padding:15px;
    margin-top: -3px;
}

.reply-popover-container .arrow {
    top: 10% !important;
    color: #eee;
    margin-top: -43px;
    
}

.reply-popover-container .popover.right > .arrow:after, reply-popover-container > .popover.bottom > .arrow:after {
    border-bottom-color: #eee;
}

.popover.bottom > .arrow:after {
border-bottom-color: #eee;
}

.reply-popover-container .btn-ok {
    margin:0px;
}

.reply-popover-container .btn-cancel, .btn-cancel:hover, .btn-cancel:focus {
    margin:0px;
    background: #435365;
    float: right;
}

.reply-popover-container textarea.read-reply-editor {
    float: none;
}

.reply-popover-container .dropdown-toggle {
    background: #fff;
    color: #666;
    text-align: left;
    text-transform: inherit;
}

.reply-popover-container .dropdown-toggle:hover, .reply-popover-container .dropdown-toggle:focus {
    color:#fff;
}

.reply-popover-container .dropdown-menu, .reply-popover-container .dropdown-menu li {
    background: #fff;
    width: 100%;
}

.reply-popover-container .dropdown-menu > li > a {
    max-width: 500px;
}

.reply-popover-container .dropdown-menu {
    margin-top: -20px;
}

/* ========================================================================== *
 *                                                                            *
 * 10.01 Read Message                                                         *
 *                                                                            *
 * ========================================================================== */

.prnt-sv-fllsz {
    padding: 0px;
}

.read-message-container {
    width: 100%;
    padding: 15px;
    /*border: 1px solid #eee;*/
}

.read-message-container.read {
    background: #fff;
}

.read-subject {
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: 100%;
}

.read-date, .read-sender, .read-recipient, .read-recipients {
    display: inline-block;
}

.read-details span {
    font-weight: bold;
}

.read-details span:before {
    content: ' ';
}

.read-details span:after {
    content: ' ';
}

.read-date {
    float: right;
}

.rs-usr-addnew {
    display: inline-block;
    width: 55%;
}

.read-sender {
    max-width: 90%;
    float:left;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .rs-usr-addnew {
        max-width: 80%;
    }
}

a.read-recipients {
    color: #666;
}

a.read-recipients:hover, a.read-recipients:focus {
    color: #33b5e5;
}

.error-spam a, .error-image a, .rs-usr-addnew a {
    font-style: italic;
    color: #666;
}

.rs-usr-addnew a {
    margin-left: 10px; 
}

.error-spam a:hover, .error-image a:hover, .rs-usr-addnew a:hover {
    color: #33b5e5;
}

.read-error-spam-container {
    background: #fff1a9;
}

.error-spam p, .error-image p {
    margin: 0;
    display: inline;
}

.error-spam {
    height: 24px;
    line-height: 24px;
}

.error-icon-spam {
    display: inline-block;
    float: left;
    height: 24px;
    width: 16px;
    padding: 0 15px;
    background: url(https://auth.citromail.hu/img/icon-read-warning-spam.png) center no-repeat;
}

.read-error-image-container {
    background: #eee;
    border: 1px solid #eee;
    padding-right: 5px; /*20150304*/
}

.error-image {
    height: 72px;
    line-height: 24px;
}

.error-icon-image {
    display: inline-block;
    float: left;
    height: 72px;
    width: 16px;
    padding: 0 15px;
    background: url(https://auth.citromail.hu/img/icon-read-warning-image.png) center no-repeat;
}

@media (max-width: 520px) {
    .error-spam, .error-icon-spam {
        height: 48px;
    }
}

@media (min-width: 455px) {
    .error-image, .error-icon-image {
        height: 48px;
    }
}

@media (min-width: 1076px) and (max-width: 1199px) {
    .error-image, .error-icon-image {
        height: 24px;
    }
}

@media (min-width: 1200px) {
    .error-image, .error-icon-image {
        height: 24px;
    }
}

.just-for-width {
    width: 100% !important;
}

/* ========================================================================== *
 *                                                                            *
 * 10.02 Read - Reply Editor                                                  *
 *                                                                            *
 * ========================================================================== */

.read-reply-editor {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.read-reply-editor li {
    display: inline-block;
    margin-right: -2px;
    margin-bottom: 2px;
}

.read-reply-editor button {
    margin: 0;
}

.dropdown-menu li {
    display: block;
}

.read-reply {
    margin-right: 3px;
    height: 20px;
    width: 20px;
    display: block;
    float: left;
}

.btn-send, .btn-dark-blue, button.btn-grey, button.btn-text-control {
    padding: 6px 4px 7px 6px;
    font-size: 14px;
}

@media (max-width: 565px) {
    button.btn-text-control {
        padding: 2px 0px 3px 2px;
    }    
}

.send {
    background: url(https://auth.citromail.hu/img/icon-read-reply-send.png) center -8px no-repeat;
}

.add-attachment {
    background: url(https://auth.citromail.hu/img/icon-read-reply-attachment.png) center -8px no-repeat;
}

.add-image {
    background: url(https://auth.citromail.hu/img/icon-read-reply-image.png) center -8px no-repeat;
}

.font-family {
    background: url(https://auth.citromail.hu/img/icon-read-reply-font-family-default.png) center -8px no-repeat;
}

.font-size {
    background: url(https://auth.citromail.hu/img/icon-read-reply-font-size-default.png) center -8px no-repeat;
}

.text-bold {
    background: url(https://auth.citromail.hu/img/icon-read-reply-bold.png) center -8px no-repeat;
}

.text-italic {
    background: url(https://auth.citromail.hu/img/icon-read-reply-italic.png) center -8px no-repeat;
}

.text-underlined {
    background: url(https://auth.citromail.hu/img/icon-read-reply-underlined.png) center -8px no-repeat;
}

.text-align-left {
    background: url(https://auth.citromail.hu/img/icon-read-reply-align-left.png) center -8px no-repeat;
}

.text-align-center {
    background: url(https://auth.citromail.hu/img/icon-read-reply-align-center.png) center -8px no-repeat;
}

.text-align-right {
    background: url(https://auth.citromail.hu/img/icon-read-reply-align-right.png) center -8px no-repeat;
}

.text-align-justify {
    background: url(https://auth.citromail.hu/img/icon-read-reply-align-justify.png) center -8px no-repeat;
}

.text-ordered-list {
    background: url(https://auth.citromail.hu/img/icon-read-reply-ol.png) center -8px no-repeat;
}

.text-unordered-list {
    background: url(https://auth.citromail.hu/img/icon-read-reply-ul.png) center -8px no-repeat;
}

.text-outdent {
    background: url(https://auth.citromail.hu/img/icon-read-reply-text-outdent.png) center -8px no-repeat;
}

.text-indent {
    background: url(https://auth.citromail.hu/img/icon-read-reply-text-indent.png) center -8px no-repeat;
}

.text-colour {
    background: url(https://auth.citromail.hu/img/icon-read-reply-text-colour.png) center -8px no-repeat;
}

.text-link {
    background: url(https://auth.citromail.hu/img/icon-read-reply-link.png) center -8px no-repeat;
}

.text-unlink {
    background: url(https://auth.citromail.hu/img/icon-read-reply-unlink.png) center -8px no-repeat;
}

.read-reply-editor .caret {
    color: #435365;
    margin-left: 5px;
    font-size: 14px;
}

.btn:hover .caret, .open > .dropdown-toggle.btn-default .caret, .open > .dropdown-toggle.btn-default, .btn:focus .caret, .btn:hover .caret {
    color: #fff;
    
}

.open > .dropdown-toggle.btn-default .font-family, .btn:hover .font-family, .btn:focus .font-family, .btn:hover .font-family {
    background: url(https://auth.citromail.hu/img/icon-read-reply-font-family.png) center -8px no-repeat;
}

.open > .dropdown-toggle.btn-default .font-size, .btn:hover .font-size, .btn:focus .font-size, .btn:hover .font-size {
    background: url(https://auth.citromail.hu/img/icon-read-reply-font-size.png) center -8px no-repeat;
}

.read-reply:hover button, .read-reply:focus button, .open > .dropdown-toggle.btn-default {
    background: #33b5e5;
}

.btn-send {
    background: #ff8c10;
}

.btn-dark-blue {
    background: #435365;
}

button.btn-grey {
    background: #eee;
    color: #435365;
    text-transform: none;
}

button.btn-text-control {
    background: #cdcdcd;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #33b5e5;
}

ul.choose-color {
    padding: 10px;
    left: -160px;
}

li.choose-color {
    display: inline-block;
    padding: 0;
    margin: 0px;
    height: 20px;
    width: 20px;
    background: none;
    border: 1px solid transparent;
}

li.choose-color:hover {
    border: 1px solid #33b5e5;
}

.dropdown-menu > li > a.choose-color {
    display: block;
    padding: 0px;
    margin: 0;
    height: 100%;
    width: 100%;
    background: white;
}
    
@media (min-width: 1350px) {
    ul.btn-text-control {
        float: right;
    }   
    ul.send-blue-grey {
        margin-bottom: 260px;
    }
    textarea.read-reply-editor {
        float: right;
    }

}

textarea.read-reply-editor {
    padding: 15px;
}

.send-blue-grey button {
        font-size: 0px;
}

.send-blue-grey .caret {
    margin-top: 10px;
}

@media (min-width: 590px) {
    .send-blue-grey button {
        font-size: 14px;
    }
    .send-blue-grey .caret {
        margin-top: 0px;
    }
}

@media (max-width: 1349px) {
    ul.btn-grey {
        margin-top: -230px;
    }
}

/* ========================================================================== *
 *                                                                            *
 * 11.01 Read - Attachments                                                   *
 *                                                                            *
 * ========================================================================== */

.attachment-window {
    display: block;
    height: 100px;
    width: 150px;
    background: url(https://auth.citromail.hu/img/bg-example.jpg);
    background-size: cover;
    overflow: hidden;
}

.share-attachment {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 100px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-weight: bolder;
    transition: all 200ms ease-in-out;
    
}

.attachment-window:hover .share-attachment {
    margin-top: 50px;
    transition: all 200ms ease-in-out;
    
}

.share-attachment i {
    margin-right: 10px;
}

.btn-share-attachment {
    padding: 0;
    border: none;
    display: block;
}

.attachment-window-label {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
}

.attachment-window-container {
    display: inline-block;
    margin-right: 2%;
}

.attachments-container {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.attachments-container.special-1-align-left {
    text-align: left;
}

.fa-tags.special, .fa-download {
    margin-left: 10px;
}

/* ========================================================================== *
 *                                                                            *
 * 12.01 Popups                                                               *
 *                                                                            *
 * ========================================================================== */

.modal-content {
    background: #eee;
    border-radius: 0;
}

.modal .btn-default {
    margin: 0;
}

.full-width {
    width: 100% !important;
    border-radius: 0px;
}

.modal label {
    font-weight: normal;
    text-transform: lowercase;
    margin-top: 5px;
}

.modal-search-dropdown-button, .modal-search-dropdown-button:hover {
    width: inherit;
    background: #fff;
    color: #666;
}

@media (max-width: 767px) {
    .modal-search-dropdown-button {
        margin-top: -2px !important;
    }
}

.modal-search-dropdown-button:hover .caret {
    color: #666;
}

.inline-block {
    display: inline-block;
}

.no-margin {
    margin: 0 !important;
}

.dropdown.inline-block.breathe {
    margin-top: 5px;
}

.no-border-radius {
    border-radius: 0;
}

.modal-footer {
    text-align: left;
}

.dropdown-toggle.modal-responsive {
    padding: 6px 15px;
}

input.modal-responsive {
    max-width: 25% !important;
    display: inline-block !important;
    min-height: 35px;
}

.modal-dialog {
    /*min-width: 515px; *Andor - 2015.03.27.*/
}

.modal-body span {
    font-weight: bold;
}

.big-share-socials {
    font-size: 18px;
    text-transform: inherit;
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin-bottom: 15px !important;
}

.big-share-socials-container {
    margin: 15px 0px 0px !important;
}

.big-share-socials i {
    float: left;
    font-size: 50px;
    margin: 10px 20px;
}

.colour-facebook {
    background: #3b5998;
}

.colour-twitter {
    background: #00aced;
}

.colour-dropbox {
    background: #007ee5;
}

.colour-google-plus {
    background: #dd4b39;
}

.modal-sm {
    min-width: 200px;
}

#log-in-with-facebook .checkbox label {
    text-transform: inherit;
}
/* ========================================================================== *
 *                                                                            *
 * 11.02 Read Navigations                                                     *
 *                                                                            *
 * ========================================================================== */

.btn-dark-grey {
    background: #cdcdcd;
    margin: 0 2px;
    height: 40px;
    /*line-height: 40px;*/
}

.btn-dark-grey:first-child, .btn-dark-grey:last-child {
    margin: 0 0;
}


/* ========================================================================== *
 *                                                                            *
 * 11.03 Read Final Margns                                                    *
 *                                                                            *
 * ========================================================================== */

.read-subject {
    margin-bottom: 10px;
  border-bottom: solid 2px #eee;
  padding-bottom: 10px;
}

.read-recipient {
    margin-top: 5px;
}

#all-recipients {
    margin-top: 5px;
}

.read-error-spam-container {
    margin-top: 25px;
    margin-bottom: 2px;
}

.read-error-image-container {
    margin-bottom: 5px;
}

.attachments-container {
    margin-top: 15px;
}

.read-reply-editor {
    margin-top: 15px;
}

.read-navigation-container:last-child {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .read-navigation-container:last-child {
    padding-bottom: 5px !important;
}
}

/* ========================================================================== *
 *                                                                            *
 * 13.01 Compose                                                              *
 *                                                                            *
 * ========================================================================== */

.compose-header {
    margin-left: 15px;
}

.save-message {
    background: url(https://auth.citromail.hu/img/icon-compose-save.png) center -8px no-repeat;
}

.important-message {
    background: url(https://auth.citromail.hu/img/icon-compose-important-default.png) center -8px no-repeat;
}

.open > .dropdown-toggle.btn-default .important-message, .btn:hover .important-message, .btn:focus .important-message, .btn:hover .important-message {
    background: url(https://auth.citromail.hu/img/icon-compose-important-hover.png) center -8px no-repeat;
}

.address-book {
    background: url(https://auth.citromail.hu/img/icon-compose-contacts-default.png) center -8px no-repeat;
}

.open > .dropdown-toggle.btn-default .address-book, .btn:hover .address-book, .btn:focus .address-book, .btn:hover .address-book {
    background: url(https://auth.citromail.hu/img/icon-compose-contacts-hover.png) center -8px no-repeat;
}

button.important-message {
    color: #c60000;
}

 ul.send-blue-grey.compose-header{
    margin: 0px;
}

.compose-textarea {
    margin-bottom: 15px;
}

.address-book-dropdown {
    width: 440px;
    padding: 15px;
}

.address-book-dropdown .form-control {
    clear: both;
}

.address-book-dropdown .btn-cancel, .btn-cancel:hover, .btn-cancel:focus {
    margin:0px;
    background: #435365;
    float: right;
}

.address-book-dropdown .input-group .form-control {
    width: inherit;
}

.address-book-dropdown-search-result {
    background: #fff;
    padding: 1px 10px;
    margin: 5px 0px;
}

.group-names {
    font-style: italic;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 589px) {
    .address-book-dropdown {
        left: -125px;
    }
}

@media (min-width: 590px) and (max-width: 1199px) {
    .address-book-dropdown {
        left: -318px
    }
}

.compose-page .dropdown-toggle, .compose-page .dropdown-toggle:focus, .compose-page .dropdown-toggle:hover {
    margin: 5px 0px 0px;
    text-align: left;
    color: #666;
    font-weight: bold;
    float: left;
    width: 30%;
    background: none;
    border: none;
}

.compose-page .dropdown-toggle:first-child {
    margin-top: 15px;
}

.compose-page .dropdown-menu {
    width: 70%;
    margin-top: 50px;
    margin-left: 30%;
}

.compose-page .dropdown-menu li, .compose-page .dropdown-menu li a {
    max-width: 100% !important;
}

.compose-recipient {
    margin-top: 15px;
    width: 69% !important;
    background: #eee;
}

.btn-show-cc-bc, .btn-show-cc-bc:hover, .btn-show-cc-bc:focus {
    background: #eee;
    border: none;
    border-radius: 0;
    color: #666;
    float: right;
    clear: both;    
    box-shadow: none;
    outline: none;
    padding-top: 5px;
    margin-top: -32px;
    z-index: 900 !important;
    position: relative
}

#cc-bc {
    clear: both;
}

ul.compose-page {
    margin-top: -228px;
}

ul.compose-page-2 {
    margin-top: -250px;
}

.compose-select-signature {
    float: left !important;
    max-width: 72% !important;
}

button.compose-select-signature {
    margin: 0 15px !important;
}
/* ========================================================================== *
 *                                                                            *
 * 13.02 Reply Layer                                                          *
 *                                                                            *
 * ========================================================================== */

.nav-tabs .popover .arrow {
    display: none;
}

.nav-tabs .popover {
    border-radius: 0;
    min-width: 450px;
    max-width: 450px;
    min-height: 500px;
    position: fixed;
    bottom: 5px !important;
    right: 5px !important;
    margin-left: 34%;
    height: auto;
    overflow: scroll;
}

.reply-layer {
    clear: both;
}

.reply-layer .attachment-window-container {
    width: 20%;
    overflow: hidden;
}

.reply-layer .share-attachment {
    display: none;
}

.reply-layer .btn-share-attachment {
    height: 15px;
}

.reply-layer button.btn-text-control {
    padding: 2px 0px 3px 2px;
}

.reply-layer .btn-dark-blue, .reply-layer .btn-grey {
    font-size: 0px;
}

.reply-layer ul.btn-text-control {
    float: none;
}
    
.reply-layer ul.compose-page {
    margin-top: -228px;
}

.reply-layer ul.compose-page-2 {
    margin-top: -250px;
}

.clear {
    clear: both;
}

/* ========================================================================== *
 *                                                                            *
 * 14.01 Registration                                                         *
 *                                                                            *
 * ========================================================================== */

.reg-page-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .reg-page-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .reg-page-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .reg-page-container {
    width: 1170px;
  }
}

.correct {
    color: #59a43d;
}

.incorrect {
    color: #c60000;
}

.reg-error {
    display: inline-block;
}

.reg-error i {
    margin: 0 10px;
}

.reg-page-container label {
    font-weight: normal;
    display: block;
}

.reg-page-container .form-control {
    border-radius: 0;
    background: #eee;
    border: none;
}

.form-control.margin-special {
    margin-right: 10px;
}

.reg-label {
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
  .reg-label {
    width: 26%;
  }
}

@media (min-width: 1200px) {
  .reg-label {
    width: 17%;
  }
}


/* ========================================================================== *
 *                                                                            *
 * 15.01 Apps Page / Terms / Privacy / FAQ / HELP                             *
 *                                                                            *
 * ========================================================================== */

.apps-page h5 {
    text-transform: uppercase;
}

.apps-page ul {
    list-style: none;
    list-style-position: inside;
}

.apps-page i {
    float: left;
    font-size: 32px;
    clear: both;
    margin-top: 10px;
}

.apps-page a span {
    clear: both;
    padding: 15px;
    display: inline-block;
}

.apps-page ol {
    list-style: upper-roman;
}

.apps-page ol ol {
    list-style: decimal;
}

.apps-page .panel-title a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
}

.apps-page .panel-heading {
    background: #666d82;
    border-radius: 0;
}

/* ========================================================================== *
 *                                                                            *
 * 16.01 Settings                                                             *
 *                                                                            *
 * ========================================================================== */

ul.settings-tab {
    float: left;
    border: none;
}

li.settings-tab {
    float: none;
}

li.settings-tab a {
    color: #555;
    border-radius: 0;
    border: none;
    background: transparent;
    text-transform: uppercase;
    margin-right: 0;
    font-size: 10px;
}

@media (min-width: 768px) {
    li.settings-tab a {
      font-size: 14px;
    }
}

.nav-tabs > li.settings-tab.active > a, .nav-tabs > li.settings-tab.active > a:hover, .nav-tabs > li.settings-tab.active > a:focus {
    cursor: default;
    background-color: #eee;
    border: none;
}

.tab-content.settings-tab {
    display: flex;
    display: -webkit-box;
    background: #eee;
    padding: 15px;
    min-height: 391px;
}

.settings-page .tab-pane {
    width: 100%;
}

.settings-page .form-inline {
    width: 100%;
}

.settings-page .form-group {
    width: 100%;
}

@media (min-width: 992px) {
    .settings-page .form-group {
        line-height: 40px;
        min-height: 40px;
        max-height: 40px;
    }
}

.settings-page .form-group.special-height {
    width: 100%
}

@media (min-width: 992px) {
    .settings-page .form-group.special-height {
        line-height: 70px;
        min-height: 70px;
        max-height: 70px;
    }
}

.settings-page label {
    width: 100%;
    font-weight: normal;
}

.settings-page .reg-label {
    display: inline-block;
    width: auto;
}

@media (min-width: 992px) {
    .settings-page .reg-label {
      width: 42%;
      float: left;
    }
}

@media (min-width: 1200px) {
    .settings-page .reg-label {
      width: 30%;
    }
}

.settings-page select.form-control, .settings-page input.form-control, .settings-page button#profilePic, .settings-page button.pull-left {
    width: 100%;
}
    
@media (min-width: 992px) {
    .settings-page select.form-control, .settings-page input.form-control, .settings-page button#profilePic, .settings-page button.pull-left {
        float: left;
        width: auto;
    }
}

/*@media (min-width: 992px) and (max-width: 1199px) {
    .settings-page select.form-control.settings-width-correction {
        width: 100% !important;
    }
}*/

.hint {
    background: #33b5e5;
    border-radius: 49%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 2px;
}

    .special-text-indent {
        text-indent: 0px;
    }
    
@media (min-width: 992px) {
    .special-text-indent {
        text-indent: 30px;
    }
}

#profilePic {
    border: none;
    background: url(https://auth.citromail.hu/img/user.png);
    width: 65px !important;
    height: 65px;
    margin-right: 5px;
}

.btn-danger-custom {
    background: #c60000;
}

.settings-page .btn-default {
    margin: 15px 5px 0 0;
}

.settings-page .checkbox {
    display: block;
}

.settings-page .progress {
    display: inline-block;
    width: 100%;
    margin: 0 25px 0 7px;
}

@media (min-width: 992px) {
    .settings-page .progress {
        width: 20%;
        float: left;
        margin: 7px;
    }
}

.holds-textarea {
    max-height: none !important;
}

.holds-textarea textarea {
    width: 100% !important;
}

.special-height-2 {
    max-height: none !important;
    line-height: inherit !important;
}



.special-width-2 select, .special-width-2 input {
    width: 100% !important;
    
}

@media (min-width: 1200px) {
    .special-width-2 select, .special-width-2 input {
        margin-right: 5px !important;
        width: auto !important;
    }
    
}

.special-width-2 {
    max-height: none !important;
    line-height: inherit !important;
}

@media (min-width: 1200px) {
    .special-width-2 {
        max-height: 40px !important;
        line-height: 40px !important;
    }
    input.special-width {
    width: 40px !important;
}
    input.special-width-3 {
        width: 120px !important;
    }
}

@media (min-width: 992px) {
    .special-margin {
        margin: 0 0 0 5px !important;
    }
}

.btn-dark-grey-special {
    background: #cdcdcd;
}

.special-signature {
    width: 100%;
}

@media (min-width: 992px) {
    .special-signature {
        max-width: 130px;
    }
}

@media (min-width: 992px) {
.special-delete-button {
    margin: 0 0 0 15px !important;
}
}
/* ========================================================================== *
 *                                                                            *
 * 17.01 Big Attachment                                                       *
 *                                                                            *
 * ========================================================================== */

.big-attachment-container {
    background: #eee;
    margin: 15px -5px;
    min-height: 500px;
    
}

.big-attachment-header {
    color: #fff;
    background: #59a43d;
    padding: 10px;
    text-align: center;
    margin: 21px 0;
    width: 100%;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 876px) {
    .big-attachment-header {
        margin-top: 0px; /* 20150304*/
    }
}

.big-attachment-body {
    margin: 15px;
    text-align: justify;
}

.big-attachment-body button {
    margin: 15px 0;
}

.big-preview-container {
    width: 100%;
    text-align: center;
    background: #cdcdcd;
    margin:0 0 15px;
    
}

.big-preview {
    display: inline-block;
    margin: 0 0 -5px;
    width: 210px;
    height: 140px;
}


/* ========================================================================== *
 *                                                                            *
 * 18.01 Right view / Banner                                                  *
 *                                                                            *
 * ========================================================================== */

.right-view {
    width: 100%;
}

@media (min-width: 1200px) {
    .right-view {
        width: 40%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .right-view .mail-list-row {
            white-space: nowrap;
            padding-bottom: 6px;
            padding-top: 6px;
            height: 84px;
            border-bottom: solid 1px #eee;
            border-bottom: 1px solid rgba(0,0,0,0.1);
    }
}

@media (min-width: 1200px) {
    .right-view .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .right-view .col-xs-9 {
        width: 75%;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
        .right-view .col-xs-3 {
            width: 25%;
        }
}

@media (min-width: 1200px) {
    .right-view .col-xs-10 {
        width: 83.33333333%;
    }
}

@media (min-width: 1200px) {
    .right-view .col-xs-2 {
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .right-view .search-subject-snippet {
        margin-left: 30px;
    }
}

.mail-list-right-view-container {
    display: none;
    
}

@media (min-width: 1200px) {
    .mail-list-right-view-container {
        display: block;
        float: left;
        width: 47%;
    }
}

@media (min-width: 1300px) {
    .mail-list-right-view-container {
        display: block;
        float: left;
        width: 48%;
    }
}

.banner-on-the-right {
    display: none;
}

@media (min-width: 1200px) {
    .banner-on-the-right {
        display: inline-block;
        background: #373737;
        width: 120px;
        height: 600px;
        margin-left: 5px;
    }
}

.banner-on-the-right.no-banner {
    display: none;
}

@media (min-width: 1200px) {
    .mail-list-right-view-container.no-banner {
        
        width: 59%;

    }
}

@media (min-width: 1200px) {
    .mail-list-right-view-container .error-icon-spam, .mail-list-right-view-container .error-icon-image, .mail-list-right-view-container .error-spam, .mail-list-right-view-container .error-image {
        height: 48px;
    }
}

@media (min-width: 1200px) {
    .mail-list-right-view-container.no-banner .error-icon-spam, .mail-list-right-view-container.no-banner .error-spam {
        height: 24px;
    }
}

.mail-list-right-view-container ul.read-reply-editor.btn-text-control {
    float: none;
}

@media (min-width: 1200px) {
    .mail-list-right-view-container ul.read-reply-editor.btn-text-control button.btn-text-control {
        padding: 3px 0 3px 3px;
    }
}

@media (min-width: 1350px) {
    .mail-list-right-view-container textarea {
        margin-bottom: 15px;
    }
}

@media (min-width: 1350px) {
    .mail-list-right-view-container textarea {
        margin-bottom: 15px;
    }
    .mail-list-right-view-container .send-blue-grey {
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .has-banner-on-the-right {
        width: 87%;
        float: left;
    }
    .has-banner-on-the-right .col-xs-3.col-md-3.col-lg-1.mail-list-column.text-right {
        width: 10%;
    }
    .has-banner-on-the-right .col-xs-10.col-lg-5.mail-list-column {
        width: 40%;
    }
    .has-banner-on-the-right .col-xs-2.col-lg-1.mail-list-column.text-right {
        width: 5%;
    }
    .has-banner-on-the-right .date {
        margin-right: 15px;
    }
}

.mail-list-row-container.bottom-view {
        height: 419px;
        overflow-y: scroll;
    }
       
@media (min-width: 992px) {
    .mail-list-row-container.bottom-view {
        height: 299px;
    }
}    

@media (min-width: 1200px) {
    .mail-list-row-container.bottom-view {
        height: 239px;
    }
}

.special-addresses label {
    white-space: nowrap;
    font-weight: normal;
}

ul li ul li a:hover {
    background: #33b5e5 !important;
    color: #fff !important;
}

.index-compose-page {
    margin-top: -260px !important;
}

@media (max-width: 1349px) {
    .compose-subject-margin-correction {
        margin-bottom: 15px !important;
    }
}

.dropdown-header {
    padding: 7px 15px 5px !important;
    background: #666;
    color: #eee;
}

.btn-show-cc-bc {
    z-index: 900 !important;
    margin-right: 11px !important;
}

.fixes-height {
    max-height: 40px !important;
}
.fixes-reg-margin {
    width: 100% !important;
}
                   
@media (max-width: 767px) {
.fixes-reg-margin {
    margin-top: -10px;
    margin-bottom: -10px;
}
}

@media (max-width: 1350px) {
.fixes-bottom-margin-index-reply-layer {
    margin-bottom: 15px !important;
}
}

@media (min-width: 992px) and (max-width:1065px) {
.special-width-4 {
    width: 118px !important;
}
}

@media (max-width:767px) {
.address-book-dropdown {
    position: absolute !important;
    font-size: 14px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
}

.fixes-font-size {
    font-size: 14px !important;
}

.col-xs-10.col-lg-5.mail-list-column {
    overflow: hidden;
}

@media (max-width: 434px) {
.hide-320 {
    display: none;
}
}

@media (max-width: 434px) {
    .col-xs-6.col-md-3.col-lg-2.mail-list-column {
        height: 48px;
        width: 18px;
    }
    .col-xs-9.col-md-4.col-lg-2.mail-list-column.overflow-hidden.sender-data {
        width: 86%;
    }
    .col-xs-3.col-md-3.col-lg-1.mail-list-column.text-right {
        width: 8%;
    }
    .col-xs-2.col-lg-1.mail-list-column.text-right {
        width: 8%;
    }
    .col-xs-10.col-lg-5.mail-list-column {
        width: 86%
    }
    .search-subject-snippet {
        margin-left: 5px;
        width: 100%;
    }
    .page-control {
        margin: 0 4px;
    }
    .page-control:last-child {
        margin-right: 8px;
    }
    .mail-list-nav .mail-list-nav-element:first-child, .mail-list-nav-bottom .mail-list-nav-element:first-child {
        display: none;
    }
    .pull-right.mail-list-nav-text-element.dropdown .dropdown-toggle.color-33b5e5-hover {
        padding-right: 0;
    }
    .popover {
        display: none !important;
    }
}

@media (max-width: 434px) {
    .mail-list-nav-text-element .dropdown-toggle {
        padding: 0 9px;
    }
    .prnt-sv-fllsz {
        padding: 0 !important;
    }
    .read-navigation-container .btn-dark-grey {
        padding: 6px;
    }
    .read-date, .read-sender, .read-recipient, .read-recipients {
        display: block;
        float: none;
        margin: 5px 0px;
        }
        .read-sender {
            float: left;
        }
        .fa-tags.special {
            margin: 0;
        }
        .rs-usr-addnew {
            width: 100%;
        }
        .rs-usr-addnew .fa-plus {
            margin-top:8px;
        }
        .read-error-image-container, .read-error-spam-container {
            min-width: 300px;
            margin-left: -10px;
        }
        ul.choose-color {
            margin-left: 131px !important;
        }    
        .address-book-dropdown {
            width: 320px;
        }
        .address-book-dropdown-search-result label {
            max-width: 25%;
            overflow: hidden;
        }
        .dragable {
            display: none;
        }
}

.read-reply-editor.send-blue-grey .btn-group .dropdown-menu.btn-grey {
            margin-top: -257px;
        }
        .address-book-dropdown {
            margin-top: auto !important;
        }

@media (max-width: 434px) {
    .fixes-height .nav-print, .fixes-height .nav-save, .fixes-height .nav-full-size {
        margin-top: 0px;
    }
    .compose-select-signature {
        float: left !important;
        max-width: 60% !important;
    }
    .compose-page .dropdown-toggle {
        width: 100%;
    }
    .compose-recipient {
        width: 100% !important;
    }
    .btn-show-cc-bc {
        margin-right: -8px !important;
    }
    .btn-show-cc-bc i {
        display: none;
    }
    
    .addresses-page .col-xs-10.col-md-4.col-lg-4.mail-list-column.overflow-hidden.sender-data {
        margin-left: -82px;
        width: 90% !important;
    }
    
    .addresses-page .col-xs-6.col-xs-offset-2.col-md-offset-0.col-md-5.mail-list-column, .addresses-page .col-xs-3.col-md-offset-0.col-md-1.col-lg-2.mail-list-column {
        margin-left: 15px;
    }
    
    .forgot-pass {
        display: inline-block;
        width: 100%;
    }
    .technical {
        margin-top: 4px;
    }
    .advertisment-small-container {
        display: none;
    }
}
@media (min-width: 1920px) {
.col-xs-6.col-md-3.col-lg-2.mail-list-column {
    max-width: 200px;
}

.date {
    max-width: 150px;
}

.col-xs-3.col-md-3.col-lg-1.mail-list-column.text-right, .col-xs-2.col-lg-1.mail-list-column.text-right {
    max-width: 150px;
}


.col-xs-10.col-lg-5.mail-list-column {
    width: 45%; 
}
}

@media (min-width: 2560px) {
.col-xs-10.col-lg-5.mail-list-column {
    width: 52%; 
}
}

@media (min-width: 3840px) {
.col-xs-10.col-lg-5.mail-list-column {
    width: 62.5%; 
}
}

@media (min-width: 5120px) {
.col-xs-10.col-lg-5.mail-list-column {
    width: 67.5%; 
}
.body-bg, .container {
    background-size: 100%;
}
}

.body-bg.ie8 .tab-view {
    display: none;
}

.folders-page a.color-33b5e5-hover {
    font-size: 0;
    display: block;
    width: 49px;
}

@media (max-width: 434px) {
    .folders-page .mail-list-nav-menu-icon {
        margin-top: 0px;
    }
}

.special-margin-1 {
  top: -258px !important;
}

.fa-special {
    font-size: 12px !important;
    padding: 2px 3px;
    border: solid 1px #666;
    border-radius: 49%;
}

span.close:hover .fa-special {
    border: solid 1px white;
}

li.active .fa-special {
    border: solid 1px white;
}

.btn-special-1, .btn-special-1:hover {
    border: none;
    background: none;
    color: #eee;
    margin: 0;
    margin-top: 13px;
}

@media (max-width: 767px) {
    .btn-special-1, .btn-special-1:hover {
        margin-top: -3px;
    }   
}

.btn-special-1a, .btn-special-1a:hover {
    margin-left: -57px;
}

.btn-special-1b, .btn-special-1b:hover {
    margin-left: 10px;
}

.search-form {
    height: 60px;
    padding-top: 0;
    margin-top: 0;
}

.search-form-special {
    margin-top: 13px;
}

.navbar-form .form-control {
    display: inline-block;
    max-width: 80%;
}

@media (max-width: 434px) {
    .search-form button {
        margin: -57px !important;
    }
}

@media (max-width: 434px) {
.search-form input {
  max-width: 80% !important;
  display: inline-block !important;
  margin-bottom: 15px;
}}

@media (max-width: 434px){
.search-form {
  margin-bottom: 0px;
}}

@media (max-width: 434px){
.mail-list-nav .pull-right {
  display: none;
}
.mail-list-nav {
    height: 40px;
}

}

.progress-2 {
    margin: 20px 0;
}

.progress-3 {
    margin: 20px 0;
    overflow: visible;
}

.progress-4 {
    height: 10px;
    padding: 2px;
    margin: 20px 0;
    overflow: visible;
}

.progress-bar-warning {
  background-color: #f0ad4e !important;
}

.progress-bar-danger {
  background-color: #c60000 !important;
}

.progress-bar-donno {
    background-color: #337ab7;
}

.special-margin-2, .special-margin-2:hover {
    margin: -40px 10px !important;
    background: none !important;
}

.progress-3-circle {
    display: inline-block;
    background: #59a43d;
    height: 40px;
    width: 40px;
    border-radius: 49%;
    float: left;
    z-index: 9000;
    margin: -10px 5px;
}

.progress-3-circle-2 {
    display: inline-block;
    background: #eee;
    height: 40px;
    width: 40px;
    border-radius: 49%;
    float: left;
    z-index: 9000;
    margin: -17px 5px;
    padding: 2px
}

.holds-number.donno {
    background-color: #337ab7;
}

.holds-number {
    display: inline-block;
    /*margin: 10px 15px;*/
    color: #fff;
    font-weight: bold;
    background: #59a43d;
    height: 36px;
    width: 36px;
    border-radius: 49%;
    padding: 8px 13px;
}

.no-background {
    background: #eee;
    box-shadow: none;
}

.read-message-container.read .original-bootstrap-body {
  border-bottom: solid 2px #eee;
  padding-bottom: 15px;
}

.mail-list-bottom-view-container {
  box-shadow: 0px -2px 1px rgba(0,0,0,0.2);
}

.mail-list-right-view-container {
    
    border-left: solid 2px #eee;

}

.special-margin-bottom {
    margin-bottom: 5px;
}

.special-line-height {
    height: 35px;
    line-height: 35px;
}

.special-margin-bottom-2 {
    margin-bottom: 115px;
}

.dropdown-special-width {
    width: 440px;
}

.special-width-5 {
    width: 100%;
}

.just-for-you a {
    display: block;
    cursor: pointer;
}

.form-control.full-width {
    max-width: 100% !important;
}

/*Andor - 2015.03.27.*/

@media (max-width: 767px) {
    #advanced-search-modal .modal-dialog .dropdown.inline-block, #advanced-search-modal .modal-dialog .btn.btn-default.dropdown-toggle.modal-search-dropdown-button.modal-responsive, #advanced-search-modal .modal-dialog .form-control.no-margin.no-border-radius.modal-responsive, #advanced-search-modal .modal-dialog .modal-footer button {
        position: relative !important;
        display: block !important;
        margin: 10px 0px !important;
        width: 100% !important;
    }
    
    .can-scale-down-320-px #advanced-search-modal .modal-dialog .dropdown-menu {
        margin-left: 0px;
        width: 100%;
    }
}

.btn-dark-blue {
  background: #435365;
}

.upload {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

.special-dropdown {
    position: absolute;
    z-index: 100000;
    display: inline-block;
    top: 50px;
    width: 100%;
}

@media (max-width: 433px) {
    .special-dropdown {
    top: 85px;
    margin-left: 0px !important;
}}

.special-dropdown a {
    max-width: 100% !important;
    width: 100% !important;
}

.read-message-container .star-icon {
    opacity: 1;
}

.read-message-container .mail-list-element > .star-icon {
    margin-top: -3px;
}

/*Andor - 2015.03.31.*/

.form-inline .collapse.in, .collapse {
    margin-top: 50px;
}

.move-up-and-down {
    display: inline-block;
    float: left;
    height: 34px;
    width: 34px;
}

.move-up-and-down i {
    font-size: 20px;
    color: #cdcdcd;
}

.move-up-and-down:hover i {
    color: #33b5e5;
}

@media (max-width: 767px) {
    
    .navbar-form {
        box-shadow: none;
    }
    
}

.btn-special-1 .fa-search {
    color: #666;
}

.display-none {
    display: none;
}

@media (max-width: 433px) {
    .addresses-page .sender-data {
        margin-left: -80px;
    }
}



@media (min-width: 1200px) {
    .special-collapse-rule .reg-label {
        width: 37%;
    }
    .special-collapse-rule .form-group {
        width: 46%;
    }
    .special-collapse-rule .btn-default {
        margin-top: -5px;
    }
    .form-group-special {
        width: 50% !important;
    }
    .form-group-special .reg-label {
        width: 60% !important;
    }
    .form-group-special .form-control {
        width: 35% !important;
    }
    
    .form-group-special-2 {
        width: 45% !important;
    }
    .form-group-special-2 ~ .move-up-and-down {
        float: none;
        padding-top: 5px;
    }
    .form-group-special-2 label {
        white-space: nowrap;
    }
}

.just-for-height-just-for-you {
    height: 80px;
}

.fa-rebel {
    display: none !important;
}

@media (max-width:767px) {
    li.settings-tab {
        width: 34px;
    }
    li.settings-tab a {
        width: 34px;
        height: 34px;
        overflow: hidden;
        font-size: 0;
        padding: 2px;
    }
    .fa-rebel {
    font-size: 30px !important;
    margin-top: 0px !important;
    display: inline-block !important;
}
}

.display-block {
    display: block !important;
}

.list-special li {
    list-style: disc;
}