﻿/* GOOGLE FONT*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../font/opensans-light-webfont.woff.txt') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../font/opensans-regular-webfont.woff.txt') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../font/opensans-semibold-webfont.woff.txt') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../font/opensans-bold-webfont.woff.txt') format('woff');
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    .metro .tile {
        margin-left: 0px !important;
    }

        .metro .tile:hover {
            outline: none !important;
        }
}

@media only screen and (min-width: 1200px) {
}

/*********************************************************************************/

.k-state-selected {
    background-color: #468847 !important;
    border-color: #468847 !important;
}

.gridToolbar {
    margin-bottom: 10px;
}

.kendoGridBootMetro {
    margin-bottom: 20px;
}

    .kendoGridBootMetro td:hover {
        cursor: pointer;
    }

.logo {
    width: 30px;
    height: 30px;
    margin-top: 2px;
}

.popupContainerRight {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    background-color: #1d1d1d;
    opacity: 0.95;
    z-index: 100;
    color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.popupSearchButton {
    color: white!important;
}

    .popupSearchButton:hover {
        cursor: pointer!important;
    }

a:hover {
    cursor: pointer;
}

.clear {
    clear: both;
}

.tabHeader {
    margin-bottom: 10px;
}

    .tabHeader a {
        color: #333;
    }

    .tabHeader:hover {
        /*text-decoration: underline;*/
        cursor: pointer;
    }

.tabSection {
    margin-bottom: 10px;
}

.paragraphSection {
    margin-bottom: 10px;
}

.paragraph-header {
    margin-bottom: 20px;
}

.paragraph-buttons {
    text-align: left;
    margin-top: 30px;
}

    .paragraph-buttons button {
        margin-bottom: 10px;
    }

.fixedPatch {
    position: fixed !important;
    /*padding-left: 20px !important;
    padding-right: 20px !important;*/
}

.win-ui-light .menu-header {
    color: #333 !important;
}

.win-ui-dark .menu-header {
    color: white !important;
}

.menu-header {
    font-size: 16px;
    line-height: 30px;
}

    .menu-header:hover {
        color: #999 !important;
        text-decoration: none;
    }

.menu-header-text {
    font-size: 12px;
    line-height: 30px;
}

.function {
    color: #333 !important;
}

    .function.wide {
        width: 100%;
    }

    .function:hover {
        color: #999 !important;
        text-decoration: none;
    }

.caret {
    line-height: 30px;
}

.footer-small {
    background-color: #eeeeee;
    border-top: 1px solid #ddd;
}

.navigation-section {
    margin-bottom: 10px;
}

.navigation-section-header {
    float: left;
    margin-right: 20px;
    font-weight: 600;
    min-width: 80px;
}

.function-container {
    float: left;
    margin-right: 10px;
    font-weight: 500;
}

button.function {
    background-color: white !important;
    border: 2px solid #ccc !important;
    color: #333 !important;
    height: 40px;
}

    button.function.primary {
        background-color: #781096 !important;
        border-color: #781096 !important;
        color: white !important;
        font-weight: bold;
    }

        button.function.primary:hover {
            background-color: #bbb !important;
            border-color: #ccc !important;
            color: white !important;
        }

    button.function.small {
        height: 30px !important;
    }

button.function {
    margin-bottom: 5px;
}

    button.function:hover {
        background-color: #ddd;
        color: #000 !important;
    }

    button.function.working {
        background-color: #eee !important;
    }

        button.function.working:hover {
            background-color: #eee !important;
            color: #333 !important;
            cursor: default;
        }

    button.function img {
        height: 20px;
        margin-right: 5px;
        margin-top: -3px;
    }

    button.function.xlarge {
        width: 140px;
        height: 140px;
    }

        button.function.xlarge.selected {
            background-color: #eee !important;
        }

        button.function.xlarge img {
            height: 128px;
            margin-right: 0px;
            margin-top: 0px;
        }

.flat-button-container {
    margin-top: 5px;
    margin-bottom: 24px;
}

#PhoneFooter {
}

    #PhoneFooter .function-container {
        float: left;
        margin-right: 2px;
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 12px;
        text-align: center;
        height: auto !important;
        background-color: white;
        min-width: initial !important;
    }

    #PhoneFooter .function {
        color: #333 !important;
    }

        #PhoneFooter .function:hover {
            /*text-decoration: underline;*/
        }

    #PhoneFooter .phone-button-image {
        width: 100%;
        height: 12px;
        line-height: 16px;
        color: #333;
        font-family: "IcoMoon";
        font-size: 12px;
        margin-bottom: 3px;
        text-align: center;
        display: block;
    }

#PageContent {
    margin-top: 5px;
    padding-bottom: 100px;
}

.simpleSection {
    background-color: #f1f1f1; /* MAIN COLOR rgb(87, 0, 0) */
    border: 1px solid #e5e5e5;
    color: #666;
    padding: 15px;
    padding-bottom: 0px;
}

    .simpleSection .row-fluid {
        margin-bottom: 10px !important;
    }

.orange {
    background-color: #f89406 !important;
    border-color: #f89406 !important;
}

.green {
    background-color: #51a351 !important;
    border-color: #51a351 !important;
    color: white !important;
}

.azure {
    background-color: #2f96b4 !important;
    border-color: #2f96b4 !important;
}

.blue {
    background-color: #2C83EF !important;
    border-color: #2C83EF !important;
}

.red {
    background-color: #bd362f !important;
    border-color: #bd362f !important;
    color: white !important;
}

.navigationTable .divider {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

section {
    padding-top: 30px;
}

    section > .page-header,
    section > .lead {
        color: #5a5a5a;
    }

    section > ul li {
        margin-bottom: 5px;
    }

.pageFunctionsHeader {
    float: left;
    font-weight: 600;
    line-height: 30px;
}

.bottomContainer {
    /*position: absolute;
    bottom: 5px;
    width: 100%;
    height: 40px;*/
}

.elementProgressBar {
    /*position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;*/
}

.internalLink {
    color: #333;
}

    .internalLink:hover {
        color: #333;
        text-decoration: underline;
    }

.image-button {
    font-size: 1.5em;
    margin-top: 3px;
}

    .image-button:hover {
        cursor: pointer;
    }

.question-container {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #333;
}

.question-response-value {
    border: 1px solid black;
    width: 48px;
    height: 48px;
    margin-top: 36px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    background-position: center center;
    background-repeat: no-repeat;
}

.cliccable {
}

    .cliccable:hover {
        cursor: pointer;
    }

.float-paragraph {
    margin-right: 10px;
}

/* TIMER */

.topRightTimer {
    position: fixed;
    top: 145px;
    right: 15px;
    width: 120px;
    height: 20px;
    border: 1px solid #333;
    font-size: 1.2em;
    color: rgb(0, 162, 232);
    text-align: center;
    line-height: 20px;
    background-color: white;
}

.internalMessageArea {
    position: absolute;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 250px;
    background-color: #1d1d1d;
    z-index: 100;
    color: White;
}

    .internalMessageArea h1 {
        text-align: center;
        color: White;
    }

.fixed-bottom-header {
    position: fixed;
    bottom: 0px;
    background-color: white;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 10px;
}

.thumbnail-selected {
    background-color: #eee !important;
}

    .thumbnail-selected::after {
        top: 5px;
        width: 16px;
        height: 16px;
        right: 5px;
        color: #333;
        font-family: "IcoMoon";
        font-size: 16px;
        position: absolute;
        content: "\e03c";
    }

.simple-border {
    border: 2px solid #666;
}

.mediumListIconTextItem-Text {
    margin: 5px;
}

    .mediumListIconTextItem-Text .body {
        height: 80px;
        overflow: hidden;
    }

.mediumListIconTextItem-Detail h4 {
    margin-bottom: 8px;
}

.mediumListIconTextItem-Detail h6 {
    margin-bottom: 3px;
}

.mediumListIconTextItem-Wide {
    margin: 5px;
}

.mediumListIconTextItem-Buttons {
    margin: 5px;
    text-align: right;
}

.header-separator {
    height: 30px;
}

.mediumListIconTextItem.highlight {
    background-color: #eee;
}

.mediumListIconTextItem.attached {
    background-color: #eee;
}

    .mediumListIconTextItem.attached::after {
        top: 5px;
        width: 16px;
        height: 16px;
        right: 5px;
        color: #333;
        font-family: "IcoMoon";
        font-size: 16px;
        position: absolute;
        content: "\e03c";
    }

.mediumListIconTextItem.success::after {
    top: 5px;
    width: 16px;
    height: 16px;
    right: 5px;
    color: #333;
    font-family: "IcoMoon";
    font-size: 16px;
    position: absolute;
    content: "\e150";
}

.mediumListIconTextItem.facebook {
}

    .mediumListIconTextItem.facebook::after {
        top: 5px;
        width: 16px;
        height: 16px;
        right: 5px;
        color: #2f96b4;
        font-family: "IcoMoon";
        font-size: 16px;
        position: absolute;
        content: "\e090";
    }

.mediumListIconTextItem-Buttons a {
    margin-bottom: 3px !important;
    min-width: 50px;
}

.mediumListIconTextItem.unread {
    background-color: #eee !important;
}

.mediumListIconTextItem.warned {
    background-color: #c09853;
}

.mediumListIconTextItem.loading {
    background-color: #eee !important;
}

.message-target-link {
    margin-right: 5px;
    color: #333;
    border-bottom: 1px dotted #333;
}

    .message-target-link:hover {
        color: #333;
        text-decoration: none;
    }

    .message-target-link::after {
        font-family: 'IcoMoon';
        content: "\e03a";
        color: #333;
        font-size: 10px;
        margin-left: 5px;
    }

.message-target-link-fixed {
    margin-right: 5px;
    color: #333;
    border-bottom: 1px dotted #333;
}

    .message-target-link-fixed:hover {
        color: #333;
        text-decoration: none;
    }

.input-image {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
}

.siteLogo {
    max-width: 30px;
    max-height: 30px;
    margin-top: -1px;
    margin-right: 5px;
}

.instruction {
}

.chat-user {
    margin-bottom: 10px;
}

.chat-user-name {
    color: #ccc !important;
    font-style: italic;
}

    .chat-user-name.available {
        color: white !important;
        font-style: normal;
    }

.chat-user-image {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border: 2px solid #ccc;
}

.chat-user-name:hover {
    text-decoration: underline !important;
}

.char-user-name-box {
    margin-right: 5px;
}

.chat-user-tutor {
    width: 16px;
    height: 16px;
}


/* CHAT */

.chat-box {
    position: fixed;
    bottom: 0px;
    height: 260px;
    width: 240px;
    border: 1px solid #ccc;
    z-index: 9999;
    background-color: white;
}

.chat-box-header {
    background-color: #2f96b4;
    color: white;
    position: relative;
}

.chat-box-container {
    margin-bottom: 5px;
    height: 193px;
    position: relative;
    overflow-y: auto;
}

.chat-box-date {
    margin-top: 20px;
    margin-bottom: 20px;
}

.chat-message-header {
    border-bottom: 1px solid #eee;
    text-align: right;
    line-height: 16px;
}

.chat-message-image {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 5px;
}

.chat-header-minimized {
    font-weight: bold;
    cursor: pointer;
}

.alert-link {
    color: #333;
    border-bottom: 1px dotted #999999;
    text-decoration: none;
}

    .alert-link:hover {
        text-decoration: none;
        color: #999;
        cursor: pointer;
    }

.image-small {
    width: 24px;
    height: 24px;
    border: 1px solid #999999;
}

.button-link {
    color: #333;
    border-bottom: 1px dotted #999999;
    text-decoration: none;
    font-size: 14px;
}

    .button-link:hover {
        text-decoration: none;
        color: #999;
        cursor: pointer;
    }

.button-link-nosize {
    color: #333;
    border-bottom: 1px dotted #999999;
    text-decoration: none;
}

    .button-link-nosize:hover {
        text-decoration: none;
        color: #999;
        cursor: pointer;
    }

.zero-padding td {
    padding: 0 !important;
}

.zero-padding th {
    padding: 0 !important;
}

.tile-selector-option {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    padding: 3px;
}

    .tile-selector-option:hover {
        cursor: pointer;
        background-color: #eee;
    }

.image-button {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.sortable {
    position: relative;
    overflow: hidden;
}

    .sortable:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .sortable.sort-asc::after {
        position: absolute;
        right: -2px;
        top: 5px;
        font-family: "IcoMoon";
        font-size: 14px;
        line-height: initial;
        content: "\e042";
    }

    .sortable.sort-desc::after {
        position: absolute;
        right: -2px;
        top: 5px;
        font-family: "IcoMoon";
        line-height: initial;
        font-size: 14px;
        content: "\e044";
    }

.table-scrolled-body {
    border: 0;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table-scrolled-header {
    margin-bottom: 0;
}

.tile-wide-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tile.wide {
    /*padding-top: 10px !important;
    height: 130px !important;*/
}

.table-highlight tbody tr:hover td {
    background-color: rgb(255, 255, 204) !important;
}

.tile-phone {
    color: white;
    padding: 10px;
    margin-bottom: 10px;
}

    .tile-phone .image-wrapper {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tile-phone:hover {
        color: white;
    }

.navbar-fixed-top.win-ui-light.fixedPatch {
    border-bottom: 1px solid #ddd;
    background-color: white;
}

.footer-large {
    min-height: 0 !important;
    height: 50px;
    border-top: 1px solid #ddd;
    background-color: #eeeeee;
}

.win-ui-light .menu-link {
    color: #333 !important;
}

.win-ui-dark .menu-link {
    color: white !important;
}

    .win-ui-dark .menu-link:hover {
        color: #ccc !important;
        text-decoration: none;
    }


.user-info-name {
    font-size: 16px;
}

.master-page-body {
    background: white;
    padding: 0;
}

.application-page-body {
    background: white;
    padding-bottom: 0 !important;
}

.social-icon {
    width: 16px;
    margin-left: 15px;
}

    .social-icon:hover {
        cursor: pointer;
    }

section.middle {
    padding-bottom: 30px;
    text-align: center;
}

.section-opacity {
    background-color: rgba(0, 20, 30, 0.1);
}

.master-body {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.master-menu-element {
    color: #666;
    font-size: 16px;
    margin-left: 20px;
    vertical-align: baseline;
}

    .master-menu-element.first {
        margin-left: 0;
    }

    .master-menu-element.button-wide {
        background-color: #fafafa;
        border: 1px solid #ccc;
        padding: 5px 15px 5px 15px;
        font-weight: 600;
        color: #333;
        display: block;
        margin-left: 10px !important;
        margin-right: 10px !important;
        text-align: center;
    }

        .master-menu-element.button-wide:hover {
            background-color: #eee;
            text-decoration: none;
        }

    .master-menu-element.button {
        background-color: #fafafa;
        border: 1px solid #ccc;
        padding: 5px 15px 5px 15px;
        font-weight: 600;
        color: #333;
    }

        .master-menu-element.button:hover {
            background-color: #eee;
            text-decoration: none;
        }

    .master-menu-element.selected {
        font-weight: 600;
        color: #333;
    }

    .master-menu-element:hover {
        color: #333;
        cursor: pointer;
        text-decoration: underline;
    }

.carousel-item {
    position: relative;
    color: white;
}

.carousel-image {
    width: 100%;
}

.carousel-inner-container {
    position: absolute;
    left: 55%;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.carousel-bottom-container {
    color: #333 !important;
    margin-bottom: 10px;
}

    .carousel-bottom-container p {
        padding-left: 10px;
        padding-right: 10px;
    }

footer hr {
    border: none;
    border-top: 1px solid #1a1c1d;
    border-bottom: 1px solid #404449;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.master-page-container {
    padding: 0;
}

    .master-page-container.header {
        background-color: rgb(45, 48, 51);
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .master-page-container.footer {
        background-color: rgb(45, 48, 51);
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .master-page-container .menu-element {
        float: left;
        margin-right: 15px;
        line-height: 42px;
    }

        .master-page-container .menu-element.link:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        .master-page-container .menu-element img {
            width: 42px;
            height: 42px;
        }

button img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px;
}

.master-page-container .menu-element.right {
    float: right;
}

.master-page-container .menu-element.header {
    float: left;
    margin-right: 20px;
    font-size: 1.8em;
    margin-right: 40px;
}

.step-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: white;
    background-color: rgba(0, 20, 30, 0.3);
    text-align: left;
}

.step-caption {
    text-align: center;
    /*color: #2f96b4;*/
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    background-color: rgba(0, 20, 30, 0.3);
    padding: 5px;
}

.thumbnail {
    background-color: white;
    margin-bottom: 20px;
}

.thumbnail-image-wrapper {
    height: 240px;
    overflow: hidden;
    text-align: center;
}

.news-item {
    margin-bottom: 20px;
}

.background-tile2 {
    background-image: url(/Images/Pages/Tile1.png);
}

.news-section {
    background-color: transparent;
}

    .news-section::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        content: " ";
        z-index: -1;
        background: url(/Images/Pages/Tile1.png);
        content: ' ';
    }

.tile-button-container {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.tile-menu-element {
    margin-bottom: 10px;
}

.tile-button {
    background-color: transparent;
    border: 2px solid #eee;
    display: block;
    width: 100%;
    color: #333;
}

    .tile-button.small {
        width: 100px !important;
        display: inline !important;
    }

    .tile-button:hover {
        background-color: #ddd;
    }

.navigation-table {
    color: #333;
}

.section-title {
    margin-bottom: 10px;
}

    .section-title img {
        margin-top: 5px;
        margin-left: 10px;
    }

        .section-title img:hover {
            cursor: pointer;
        }

.section-container {
    margin-bottom: 20px;
}

.article-list-item {
    float: left;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article-item.highlight {
    background-color: #eee;
}

.article-item {
    background-color: white;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    position: relative;
    color: #666;
}

    .article-item img {
        width: auto;
        height: auto;
        max-width: 80px;
        max-height: 80px;
    }

    .article-item button {
        background-color: transparent;
        border: 2px solid #333;
        color: #333;
    }

        .article-item button:hover {
            background-color: #ddd;
        }

    .article-item .lead {
        margin-bottom: 0 !important;
        /*font-weight: 600;*/
    }

    .article-item .favorite {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
    }

    .article-item .favorite2 {
        position: absolute;
        top: 0px;
        right: 25px;
        width: 30px;
        height: 30px;
    }

    .article-item .favorite3 {
        position: absolute;
        top: 0px;
        right: 50px;
        width: 30px;
        height: 30px;
    }

.article-item-buttons {
    margin-top: 15px;
    text-align: right;
}

.article-detail {
    line-height: 1.5em;
    font-size: 0.9em;
}

.ad-title {
    font-size: 1.8em;
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
}

.ad-description {
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: justify;
    margin-bottom: 5px;
}

.ad-logo {
    max-width: 200px;
    max-height: 200px;
}

legend {
    font-size: 1.8em !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid #333 !important;
    margin-bottom: 15px !important;
}

.caret {
    overflow: visible !important;
}

.tile.wide.single-line {
    width: 590px !important;
}

    .tile.wide.single-line .column-text {
        width: auto !important;
    }

.table {
    background-color: white;
}

.calendar-table {
    background-color: white;
}

    .calendar-table .cell {
        position: relative;
    }

        .calendar-table .cell.empty {
            background-color: white;
        }

        .calendar-table .cell.disabled {
            background-color: #f0f0f0;
        }

        .calendar-table .cell .header {
            text-align: center;
            margin-top: 10px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .calendar-table .cell .caption {
            font-size: 0.8em;
            color: #3a87ad;
        }

        .calendar-table .cell .warning {
            color: #c09853;
        }

        .calendar-table .cell .success {
        }

        .calendar-table .cell .info {
            color: #3a87ad;
        }

        .calendar-table .cell .body {
            font-size: 0.8em;
        }

        .calendar-table .cell .no-items {
            text-align: center;
            height: 80px;
        }

.phone-container .disabled {
    background-color: #f0f0f0;
}

.description-section {
    font-size: 1.4em;
    color: #3a87ad;
    margin-top: 30px;
    margin-bottom: 20px;
}


.alert img {
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
}

.alert-mini {
    margin-bottom: 5px !important;
    font-size: 0.8em !important;
    padding: 5px !important;
    display: block;
}

    .alert-mini:hover {
        color: #ddd;
    }

.alert-text {
    text-align: justify;
}

footer ul {
    margin: 0;
}

    footer ul li {
        list-style: none;
        padding: 10px;
    }

        footer ul li a {
            color: white;
        }

            footer ul li a:hover {
                color: white;
                text-decoration: none;
            }

        footer ul li:hover {
            background-color: #49afcd;
            cursor: pointer;
        }

/* NU PATCHES */
.table-bordered {
    border: 1px solid #666 !important;
}

.pagination ul > li > a,
.pagination ul > li > span {
    border-color: #666 !important;
}

.quotation-item {
    margin-bottom: 5px;
    color: white !important;
    border: 3px solid white;
    width: 320px;
    min-height: 80px;
    margin-right: 5px;
    float: left;
    border-width: 2px;
    border-style: solid;
    border-color: white;
}

    .quotation-item.blink-state {
        border-color: red;
    }

    .quotation-item.bg-color-gray-light {
        color: #333 !important;
    }

        .quotation-item.bg-color-gray-light a {
            color: #333 !important;
        }

    .quotation-item.bg-color-orange-light {
        color: #333 !important;
    }

        .quotation-item.bg-color-orange-light a {
            color: #333 !important;
        }

    .quotation-item.bg-color-yellow {
        color: #333 !important;
    }

        .quotation-item.bg-color-yellow a {
            color: #333 !important;
        }

    .quotation-item.bg-color-green-light {
        color: #333 !important;
    }

        .quotation-item.bg-color-green-light a {
            color: #333 !important;
        }

    .quotation-item.bg-color-blue-light {
        color: #333 !important;
    }

        .quotation-item.bg-color-blue-light a {
            color: #333 !important;
        }

    .quotation-item a {
        color: white !important;
        font-weight: bold;
    }

    .quotation-item.assigned {
        width: auto;
        min-height: 80px;
        margin-right: 0px;
        float: none;
    }

    .quotation-item:hover {
        border-color: #333;
        cursor: pointer;
    }

    .quotation-item .wrap {
        padding: 15px 10px;
    }


.quotation-agenda-block {
    margin-bottom: 3px;
    border: 3px solid #ccc;
}

    .quotation-agenda-block:hover {
        border-color: #333;
        cursor: pointer;
    }

    .quotation-agenda-block .wrap {
        padding: 5px 5px;
    }

.quotation-item {
    position: relative;
}

    .quotation-item.selected {
        border-color: #333;
    }

        .quotation-item.selected:after {
            position: absolute;
            top: 5px;
            right: 5px;
            width: 16px;
            height: 16px;
            font-family: 'IcoMoon';
            content: "\e03c";
            color: #FFF;
            font-size: 16px;
        }

    .quotation-item.owner::before {
        position: absolute;
        top: 5px;
        right: 25px;
        width: 16px;
        height: 16px;
        font-family: 'IcoMoon';
        content: "\e15f";
        color: #FFF;
        font-size: 16px;
    }

    .quotation-item.selected:hover {
        border-color: #ccc;
    }

.phone {
    color: white !important;
}

.text-header {
    height: 40px;
    overflow: hidden;
}

.section-header {
    padding-bottom: 5px !important;
    border-bottom: 2px solid #333 !important;
    margin-bottom: 15px !important;
}

    .section-header h3 {
        font-size: 1.8em !important;
        font-weight: 300 !important;
    }

.attachment-container {
    float: left;
    width: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
}

.attachment-image {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.attachment-container h2 {
    margin-bottom: 10px;
}

.radio-button-element {
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px;
    font-size: 1.2em;
    text-align: center;
    display: block;
    min-height: 50px;
}

    .radio-button-element.small {
        font-size: 1em;
        min-height: 40px;
    }

    .radio-button-element:hover {
        text-decoration: none;
    }

    .radio-button-element.selected {
        background-color: #eee;
    }

.item-row input[type=text] {
    width: 100% !important;
}

.item-row input[type=checkbox] {
    width: 100% !important;
}

.item-row select {
    height: auto !important;
    line-height: initial !important;
    width: 100% !important;
}

.picture-element {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    float: left;
    width: 200px;
    height: 240px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .picture-element:hover {
        cursor: pointer;
    }

    .picture-element.selected {
        background-color: rgb(249, 236, 0);
    }

    .picture-element .picture-image-container {
        
    }

    .picture-element img {
        max-height: 180px;
    }

.chat-element {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.chat-header {
    background-color: rgb(239, 228, 176);
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px;
}

.chat-text {
    padding: 5px;
}