.full-width .main-content .right-content .notifications {
    border-top: 1px solid #d5943f;
    border-bottom: 1px solid #582818;
    background: #c9741e;
    /*
    background: -webkit-linear-gradient(0.75turn, #487576, #5e9798, #c9741e);
    background: -o-linear-gradient(0.75turn, #487576, #5e9798, #c9741e);
    background: -moz-linear-gradient(0.75turn, #487576, #5e9798, #c9741e);
    background: linear-gradient(0.75turn, #366576, #5e9798, #c9741e);
    */
}

.full-width .main-content .right-content .notifications .menu li a {
    border-right: 1px solid #581804;
}

.full-width .main-content .right-content .notifications .menu li a .counter {
    background: #581804;
}

.full-width .main-content .right-content .notifications .menu li a:hover, .full-width .main-content .right-content .notifications .menu li a:focus {
    background-color: #d5943f;
    color: white;
}

.full-width .main-header .user-account-links .email .counter.red {
    background-color: #3c3625;
}

.full-width .main-content .right-content .notifications .menu li a.acc-highlight-study {
    background-color: #FFFFFF;
    color: #581804;
    height: 41px;
    margin-left: 0px;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-docs {
    background-color: #FFFFFF;
    color: #581804;
    height: 41px;
    margin-left: 160px;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-tutor {
    background-color: #FFFFFF;
    color: #581804;
    height: 41px;
    margin-left: 320px;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-manage {
    background-color: #FFFFFF;
    color: #581804;
    height: 41px;
    margin-left: 480px;
}

.button, .count, .full-width .main-header .user-account-links .messages .counter, .full-width .main-header .user-account-links .email .counter, .courses-grid .course .top .tag.date {
    background: #8e3b1a;
}

.button.border {
    border: 1px solid #edf2d0;
}

.button:hover, .button:focus, .count:hover {
    background: #401104;
    background-repeat: no-repeat;
}

.button.cancel {
    background-color: #d5943f;
}

.button.cancel:hover {
    background-color: #3c3625;
}

.button.icon:hover {
    padding-left: 42px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.box-search2 input[type="submit"] {
    background: #8e3b1a url("../images/icon-zoom.png") center no-repeat;
}

.actions a.bcancel {
    background: #8e3b1a url("../images/icon-remove.png") center no-repeat;
}

.box-search2 input[type="submit"]:hover {
    background: #581804 url("../images/icon-zoom.png") center no-repeat;
}

.actions a.bcancel:hover {
    background: #581804 url("../images/icon-remove.png") center no-repeat;
}

.profile-edit-avatar .avatar .small .meta a.delete, a.delete-basket {
    background: #d5943f url("../images/icon-trash-white.png") center no-repeat;
}

.profile-edit-avatar .avatar .small .meta a.delete:hover, a.delete-basket:hover {
    background: #3c3625 url("../images/icon-trash-white.png") center no-repeat;
}

.when-start-valid {
    margin-top: 10px;
    display: block;
    background-color: rgba(237, 242, 208, 0.50);
    color: rgba(63, 157, 185, 0.60);
    border: 1px solid #edf2d0;
    font-size: 1.2em;
    font-weight: 200;
    padding: 7px 5px;
    border-radius: 5px;
    text-align: center;
}

.when-start-missing {
    margin-top: 10px;
    background-color: rgba(213, 148, 63, 0.45);
    color: rgba(60, 54, 37, 0.65);
    border: 1px solid #d5943f;
    font-size: 1.2em;
    font-weight: 200;
    padding: 7px 5px;
    border-radius: 5px;
    text-align: center;
}

.cust-text-color {
    color: #c9741e;
}

a, a:active, a:visited {
    color: #c9741e;
    text-decoration: none;
}

.access-group {
    background-color: #8e3b1a;
    border: 1px solid #8e3b1a;
}

.access-group:hover {
    background-color: #401104;
    border: 1px solid #401104;
}

.a-button {
    background-color: rgba(32, 130, 170, 0.5);
    text-transform: none;
    border: 2px solid #dadada;
    font-weight: 600;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

.a-button:hover {
    background-color: rgba(0, 60, 96, 0.5);
}
.full-width .main-content .right-content .big-heading.img-bg {
    margin-left: -1px;
    padding: 25px 30px;
    height: auto;
    background-image: none;
    background-color: #c9741e;
    line-height: 1em;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}
