﻿.doctor-profile p, .doctor-profile ul, .doctor-profile li, .doctor-profile th, .doctor-profile td, .doctor-profile span {
    font-size: 14px !important;
    font-family: Roboto, 'DINBek', sans-serif !important;
    color: rgb(28, 60, 115) !important;
    line-height: 20px !important;
    background-color: transparent !important;
}

body, html {
    color: #012A43;
    background-color: #fafafa;
}

.multiselect-container.dropdown-menu {
    max-height: 350px;
    overflow: auto;
}

input.lastChk, input.lastChkCompany, input.lastChkCompany2 {
    margin-left: 10px !important;
    position: static !important;
}

.checkbox-npl label {
    padding-left: 0;
}

a.blackColor, a.blackColor:hover {
    color: #012A43;
}

.container.content {
    margin-bottom: 25px;
    margin-top: 35px;
}

    .container.content ul {
        font-size: 18px;
        font-weight: 200;
    }

header {
    opacity: 1;
}

.btn-orange, .btn-orange:hover {
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: none;
    background-color: #f1624d;
    border-color: #f1624d;
    color: #fff0f5;
}
/* USER CONTROLS */
.lojistikRow h4 {
    text-align: center;
}

.lojistikRow img {
    display: inline-block;
}

.nasilRow .row {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 300;
}

.nasilRow img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/* PRICING TABLE */

.page-2246 .panel-body, .page-2247 .panel-body {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.price-container-bg {
    background-color: #ececec;
    border: 1px solid #e1e1e1;
    background-image: url('/images/paket-bg.jpg');
    background-size: cover;
    background-position: right;
}

.price-table-container .price-container-bg, .col-sm-8 .price-container-bg {
    background: none;
    background-color: #ececec;
}

.price-container {
    border-radius: 10px;
    background: white;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

    .price-container:hover {
        transform: scale(1.1);
    }

    .price-container .pc-price span {
        border-radius: 100px;
        font-size: 25px;
        height: 100px;
        width: 100px;
        text-align: center;
        color: black;
        border: 2px solid black;
        display: block;
        margin: 0 auto;
        line-height: 95px;
    }

    .price-container .price-header {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px;
        color: white;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    .price-container .price-header-after {
        width: 100%;
        background-repeat: repeat-x;
        background-position: top center;
        background-size: contain;
        height: 13px;
        float: left;
        clear: both;
    }

    .price-container.pc-green .price-header, .price-container.pc-green .btn {
        background-color: #00865f;
    }

        .price-container.pc-green .price-header span {
            display: block;
            padding: 10px 0;
        }

.en .price-container.pc-green .price-header span {
    display: block;
    padding: 0;
}

.price-container.pc-green .pc-price span {
    border-color: #00865f;
}

.price-container.pc-green.active .pc-price span {
    background-color: #00865f;
    color: white;
}

.price-table-container .price-container.pc-green .price-header span {
    padding: 0;
}

.price-container.pc-green .price-header-after {
    background-image: url("/images/ph-green.png");
}

.price-container.pc-blue .price-header, .price-container.pc-blue .btn {
    background-color: #002b38;
}

.price-container.pc-blue .price-header-after {
    background-image: url("/images/ph-blue.png");
}

.price-container.pc-blue .pc-price span {
    border-color: #002b38;
}

.price-container.pc-blue.active .pc-price span {
    background-color: #002b38;
    color: white;
}

.price-container.pc-orange .price-header, .price-container.pc-orange .btn {
    background-color: #db6d00;
}

.price-container.pc-orange .price-header-after {
    background-image: url("/images/ph-orange.png");
}

.price-container.pc-orange .pc-price span {
    border-color: #db6d00;
}

.price-container.pc-orange.active .pc-price span {
    background-color: #db6d00;
    color: white;
}

@media(max-width: 768px) {
    .price-container-bg {
        background: #ececec;
    }

    .price-container.pc-green .price-header span {
        padding: 0;
    }
}

/* PAGING */
.page_navi {
    clear: both;
    text-align: center;
    color: #23528d;
    padding-top: 20px;
    margin-bottom: 20px;
    cursor: default;
    font-size: 12px;
}

    .page_navi .page_numbers {
        margin-top: 5px;
        text-align: center;
        width: auto;
    }

        .page_navi .page_numbers .btn_kutu {
            padding: 0 6px;
            display: inline-block;
            border-left: 1px solid #23528d;
            color: #737373;
        }

        .page_navi .page_numbers .page_active {
            color: #23528d;
        }

/* CONTENT PAGE */

.container.content, .container.content p, .container.content a, .container.content a:hover {
    color: inherit;
}

.navCurrent {
    color: #11566f;
}

.bannerImage {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 5px #000000;
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pageContent, .clinicContent {
    background-color: rgba(255,255,255,0.8);
    min-height: 850px;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 5px #000000;
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .pageContent p {
        font-size: 18px !important;
    }

    .pageContent a:not(.btnShowAccordion), .clinicContent a:not(.btnShowAccordion) {
        color: #1d6e8b !important;
        font-weight: bold;
    }

#leftNav {
    background-color: #1287b0;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.mainMenu {
    list-style: none;
    padding: 20px 0;
    color: white;
    list-style-position: outside;
}

    ul.mainMenu a {
        color: white !important;
    }

    ul.mainMenu li {
        padding: 5px 20px;
    }

.mainMenu li.none {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li.mainSelected {
    background-color: #022d45;
}

ul.mainMenu ul li {
    list-style: disc;
}


.buttonWithBottomTitle img {
    width: 100%;
}

.buttonWithBottomTitle .bottomTitleWithBg {
    background-color: #1287b0;
    background-color: rgba(18, 135, 176, 0.7);
    margin-top: -40px;
    color: white;
    line-height: 40px;
    -webkit-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btnWelcomeBg {
    border: none;
    background-color: #1287b0;
    padding: 5px 20px;
    color: white;
    border-radius: 3px;
    float: right;
    margin-right: 15px;
    text-align: center;
}

.cc-revoke, .cc-window {
    z-index: 1035 !important;
    font-size: 14px !important;
    font-family: 'DINBEK' !important;
}

    .cc-window.cc-banner {
        padding: 8px 1.8em !important;
    }

.cc-theme-classic .cc-btn:last-child {
    min-width: 100px !important;
}

.cc-window a {
    color: rgb(131, 131, 145);
    text-decoration: underline;
    font-weight: bold;
}

    .cc-window a.cc-btn {
        text-decoration: none;
    }
/* HELPERS  */
.form-error {
    color: #a94442;
    float: left;
    clear: both;
    margin-top: 3px;
}

.has-error .checkbox, .has-error .checkbox a {
    color: #a94442 !important;
}

.has-success .checkbox, .has-success .checkbox a {
    color: #3c763d !important;
}

.scaleImageContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
}

.scaleImage {
    position: absolute;
}

.noDisplay {
    display: none;
}

.clear {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.blueColor {
    color: #2d92b6;
}

.blueBg {
    background-color: #2d92b6;
}

.blackColor {
    color: black;
}

.whiteColor {
    color: #fff;
}

.orangeColor {
    color: #EF5F01;
}

.space {
    float: left;
    clear: both;
    width: 100%;
    height: 20px;
}

.spaceShort {
    float: left;
    clear: both;
    width: 100%;
    height: 10px;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.width100 {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.txtCenter {
    text-align: center;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.pageMessage {
    width: 100%;
    float: left;
    clear: both;
    height: auto;
    text-align: center;
    color: #2d92b6;
    padding: 100px 0;
}

    .pageMessage.row {
        padding-left: 30px;
    }

    .pageMessage p {
        line-height: 35px;
    }

    .pageMessage .glyphicon {
        font-size: 35px;
    }

    .pageMessage.shortPadding {
        padding: 0;
        padding-bottom: 20px;
        color: black;
    }

.pointer {
    cursor: pointer;
}

.marginRight10 {
    margin-right: 10px;
}

.lineHeight28 {
    line-height: 28px;
}

.pageHeader {
    color: black;
    font-weight: bold;
    padding: 10px 0;
}

.noBorder {
    border: none;
}

.noBorderRadius {
    border-radius: 0;
}

.loading {
    display: none;
}

.bigHr {
    margin: 30px 0;
}

.whiteBgWithBlueBorder {
    background-color: #fff;
    border: 1px solid #2d92b6;
    margin-top: -1px;
    z-index: 0;
}

    .whiteBgWithBlueBorder p, .modal-body p, .whiteBgWithBlueBorder a, .modal-body a, .modal-body ul {
        color: #2d92b6;
    }

    .whiteBgWithBlueBorder a, .modal-body a {
        text-decoration: underline;
    }

label a {
    text-decoration: underline !important;
}

#printContainer, .printContent, .printHeader, .printFooter {
    color: #000 !important;
}

.justprint {
    display: none;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

@media print {
    .modal, .modal-open .modal {
        overflow: hidden !important;
    }

    .noprint, .dropdown-menu.open {
        display: none;
    }

    body, html {
        overflow: visible !important;
        margin-top: 0;
        display: block;
        height: 100%;
        width: 100%;
    }

        body .justprint, body .printIt {
            float: left;
            overflow: visible !important;
            margin-top: 0;
            display: block;
            height: 100%;
            width: 100%;
        }

            body .justprint, body .justprint *, body .printIt, body .printIt * {
                display: block !important;
                background-color: white;
                color: #000 !important;
            }
}


body.mobile, html.mobile {
    background-color: #fff !important;
}

html.mobile {
    padding-top: 10px;
}

body.mobile header, body.mobile footer {
    display: none !important;
}

body.mobile .emergency-content .tabRow {
    display: none !important;
}

body.mobile .emergency-content .whiteBgWithBlueBorder {
    border: none;
}

body.mobile .calendar-content .fc-header-right, body.mobile .calendar-content .calendarButton {
    display: none !important;
}

body.mobile .calendar-content h2 {
    font-size: 24px;
}

body.mobile .calendar-content #calendar {
    padding-left: 0;
    padding-right: 0;
}

body.mobile #banner.medihis-content {
    display: none !important;
}

body.mobile .price-table-container .panel-heading {
    display: none;
}

body.mobile .price-table-container .panel-body {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.npl {
    padding-left: 0;
}

.npr {
    padding-right: 0;
}

.radioDrug input[type="radio"] {
    margin-left: 0px;
}

.radioDrug label {
    padding-left: 20px;
    margin-right: 15px;
}

.radioDrug {
    padding-left: 0;
}

#html5-watermark {
    display: none !important;
}

@media (max-width: 767px) {
    .container.content {
        padding-top: 150px;
    }
    .clear-xs {
        clear: both;
    }

    .width100-xs {
        width: 100% !important;
    }

    #addFormPopup label {
        text-align: left;
    }

    body.mobile .col-xs-12.np .modal table tr th {
        padding-left: 0;
    }

    #addFormPopup th {
        width: 17% !important;
    }

    #addFormPopup #dateTestYear {
        width: 27% !important;
    }

    body.mobile #addFormPopup .ui-combobox, #addVaccinationPopup select {
        margin-bottom: 5px;
    }

    #dateTestValue td .dateText:first-child {
        width: 71px !important;
    }

    #exampleDateValueTd select {
        margin-bottom: 5px;
    }

    body.mobile #addFormPopup .testDateYear {
        width: 15% !important;
    }

    #addBMIPopup td .dateText {
        width: 54px !important;
    }

    #addBMIPopup td .width78 {
        width: 78px !important;
    }

    #addBMIPopup td .width83 {
        width: 83px !important;
    }

    #addBMIPopup .txtHeight, #addBMIPopup .txtWeight {
        width: 21% !important;
    }

    #addBMIPopup .drWeight, #addBMIPopup .drHeight {
        width: 26% !important;
    }

    #addBMIPopup .testDateDay {
        width: 12% !important;
    }

    #addBMIPopup .testDateMonth {
        width: 22% !important;
    }

    #exampleBMITd td {
        padding-bottom: 15px;
    }

    #compareTestPopup .btn {
        margin-left: 0 !important;
    }

    #compareTestPopup th {
        min-width: 105px !important;
    }

    #compareTestPopup select {
        width: 67% !important;
    }

    #addVaccinationPopup td .dateText {
        text-align: right !important;
        width: 85px !important;
        font-size: 12px !important;
    }

        #addVaccinationPopup td .dateText:first-child {
            width: 90px !important;
            font-size: 12px !important;
        }

    #addVaccinationPopup select {
        width: 57% !important;
    }

    #addVaccinationPopup .testDateDay {
        width: 12% !important;
    }

    #addVaccinationPopup .testDateMonth {
        width: 25% !important;
    }

    #addVaccinationPopup .testDateYear {
        width: 17% !important;
    }

    #newFilePopup select:first-child {
        width: 100%;
    }

    #addFormPopup #testDateValue .ui-combobox, #addFormPopup #testDateValue .ui-combobox .ui-combobox-input {
        width: 100% !important;
    }

    body.mobile #fullScreenBtn, body.mobile .panels {
        display: none !important;
    }

    body.mobile .medihis-content-chart .btn-primary {
        font-size: 12px !important;
        padding: 10px;
    }

    .mobile .profile-content .birthday-form-group {
        width: 100%;
        clear: both;
    }

    .mobile .profile-content .form-control-static {
        padding-top: 0;
    }

    .mobile .profile-content .after, .mobile .profile-content .after .formCountry {
        margin-bottom: 15px;
    }

    .mobile .nav-pills > li + li {
        margin-left: 0;
    }

    .mobile .nav-pills li a {
        margin: 0;
    }

    .mobile .nav-pills > li.active > a, .mobile .nav-pills > li.active > a:focus, .mobile .nav-pills > li.active > a:hover {
        background-color: #2d92b6;
        color: white;
    }

    .mobile .nav-pills > li > a {
        background-color: white;
        color: #2d92b6;
        border: 1px solid #2d92b6;
    }

    .mobile .nav-pills > li + li > a {
        border-top: none;
    }

    #addVaccinationBtn, #addFilePopupBtn {
        font-size: 12px !important;
    }

    .history-date {
        font-size: 12px;
    }
}

@media (max-width: 440px) {
    body.mobile .medihis-content-chart .btn-primary#addGraphic {
        font-size: 9px !important;
        line-height: 17px;
    }

    #addVaccinationBtn, #addFilePopupBtn, .history-date {
        font-size: 10px !important;
    }

    body.mobile .calendar-content h2 {
        font-size: 18px;
    }
}


/* SCHEDULE TABLE */

.scheduleTable {
    table-layout: fixed;
    word-wrap: break-word;
}

    .scheduleTable tr {
        display: none;
    }

    .scheduleTable .dayDateDate {
        font-size: 12px;
    }

    .scheduleTable th, .scheduleTable td {
        text-align: center;
        border: 1px solid #a2a2a2 !important;
    }

    .scheduleTable .titleTr {
        background-color: #605f5b;
        color: #d3d3d3;
        border: 1px solid #a2a2a2 !important;
    }

        .scheduleTable .titleTr th {
            border: none !important;
        }

    .scheduleTable .thTr {
        background-color: #ededed;
        color: #a2a2a2;
    }

    .scheduleTable td {
        font-size: 14px;
        background-color: #f5f5f5;
        color: #707070;
    }

    .scheduleTable .glyphicon {
        cursor: pointer;
    }

    .scheduleTable .tdActive {
        cursor: pointer;
    }

        .scheduleTable .tdActive:hover {
            background-color: #d3d3d3;
        }

        .scheduleTable .tdActive.active {
            background-color: #26b9b3;
            color: white;
        }

    .scheduleTable.scheduleSettings table {
        margin: 0;
    }

    .scheduleTable.scheduleSettings td {
        border: none !important;
    }

    .scheduleTable.scheduleSettings tr {
        display: table-row;
        border-top: 1px solid #ddd;
        border-bottom: 0;
    }

    .scheduleTable.scheduleSettings table tr:first-child {
        border-top: none;
    }

        .scheduleTable.scheduleSettings table tr:first-child td {
            padding-top: 15px;
        }

    .scheduleTable.scheduleSettings table tr:last-child td {
        padding-bottom: 15px;
    }

    .scheduleTable.scheduleSettings table tr:hover td {
        background-color: #ededed;
    }

    .scheduleTable.scheduleSettings table tr:last-child:hover td {
        background-color: #f5f5f5;
    }

    .scheduleTable.scheduleSettings table select.form-control {
        padding-right: 25px;
    }

    .scheduleTable.scheduleSettings .thTr {
        color: #605f5b !important;
    }

    .scheduleTable.scheduleSettings table .glyphicon-remove {
        color: #605f5b;
    }

        .scheduleTable.scheduleSettings table .glyphicon-remove:hover {
            color: #26b9b3;
        }

    .scheduleTable.read-only-daily .tr-day2,
    .scheduleTable.read-only-daily .tr-day3,
    .scheduleTable.read-only-daily .tr-day4,
    .scheduleTable.read-only-daily .tr-day5,
    .scheduleTable.read-only-daily .tr-day6,
    .scheduleTable.read-only-daily .tr-day7 {
        display: none;
    }

    .scheduleTable.read-only-daily .tdPassive {
        display: none;
    }

    /*.scheduleTable.read-only-daily .tr0:nth-child(3) .tdPassive:first-child {
    display: table-cell;
}*/


    .scheduleTable.read-only .tdActive {
        cursor: default;
    }

        .scheduleTable.read-only .tdActive:hover {
            background-color: #f5f5f5;
        }

    .scheduleTable.read-only td {
        height: 37px;
    }


.gridEmpty {
    font-size: 14px;
    padding: 25px 0;
    color: #b94a48;
}

    .gridEmpty:hover {
        color: #953b39;
    }


/* TABLE */

.gridTable {
    width: 100%;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

    .gridTable .gridEmpty {
        text-align: center;
        font-size: 14px;
    }

    .gridTable tr > th {
        border-top: 0px;
        background: #F0F0F0;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #ccc;
    }

    .gridTable td {
        border: 1px solid #ccc;
    }

    .gridTable .headerItem {
        text-align: left;
    }

        .gridTable .headerItem th {
            padding: 3px 3px;
        }

            .gridTable .headerItem th a, .gridTable .headerItem th {
                color: #fff;
            }

    .gridTable .rowItem {
        background: none;
    }

        .gridTable .rowItem:hover {
            background: #c2deed;
        }

        .gridTable .rowItem td {
            padding: 3px 3px !important;
        }

    .gridTable .alternateItem {
        background: #dee9ea;
    }

        .gridTable .alternateItem td {
            padding: 3px 3px !important;
        }

        .gridTable .alternateItem:hover {
            background: #c2deed;
        }

    .gridTable .fa {
        color: #fff;
    }

.note-editor .modal-body {
    padding: 15px 35px;
}

.note-editor .panel-heading {
    background: #f5f5f5 !important;
    border-radius: 0 !important;
    float: none !important;
}

a.btn-primary, a.btn-danger, a.btn-success {
    text-decoration: none !important;
    color: white !important;
}



/* STEPS */

.stepContainer {
    color: white;
    font-size: 15px;
    font-weight: bold;
}

    .stepContainer div:first-child {
        background-image: url(/images/stepBg.png);
        background-position-x: right;
        height: 46px;
        background-repeat: no-repeat;
        padding: 0;
    }

    .stepContainer div:last-child {
        background-image: url(/images/stepBg.png);
        background-position: left;
        background-position-y: -46px;
        height: 46px;
        background-repeat: no-repeat;
        padding: 0;
    }

    .stepContainer div:nth-child(2) {
        line-height: 46px;
        background-color: #26b9b3;
    }

    .stepContainer.passive div:first-child {
        background-position-y: -92px;
    }

    .stepContainer.passive div:last-child {
        background-position-y: -138px;
    }

    .stepContainer.passive div:nth-child(2) {
        background-color: #d7d8d7;
    }


@media (max-width: 1199px) {
    .stepContainer {
        font-size: 14px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .stepContainer div:nth-child(2) {
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 40px;
    }

    .stepContainer.lastStep div:nth-child(2) {
        line-height: 40px;
    }
}



.chatScreenContainer {
    overflow: hidden;
    width: 100%;
    min-height: 340px;
    float: left;
    z-index: 1000;
    left: inherit;
    top: inherit;
    background-color: black;
}

    .chatScreenContainer .OT_root {
        width: 100% !important;
        height: 100% !important;
    }

.OT_subscriber, .min-height-340, .min-height-340 .OT_root {
    min-height: 340px;
}

    .min-height-340.rightFloat, .min-height-340.rightFloat .OT_root {
        min-height: 80px;
    }

.chatScreenContainer-small.left-container {
    background-color: white;
    display: none;
    left: 4%;
}

.chatScreenContainer.leftFloat, .chatScreenContainer.rightFloat {
    position: fixed;
    left: 0%;
    top: 100%;
    width: 320px;
    height: 180px;
    min-height: 100px;
    margin-top: -200px;
    margin-left: 20px;
    z-index: 1000000001;
}

.chatScreenContainer.rightFloat {
    left: 100%;
    margin-left: -340px;
}

.text-white {
    color: white !important;
}

.chatScreenContainer .OT_archiving {
    display: none !important;
}

.chatScreenContainer.fullFloat {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100% !important;
    height: 100% !important;
    z-index: 100000000;
}

.chatScreenContainer .OT_archiving {
    display: none !important;
}

.chatScreenContainer-small {
    position: absolute;
    width: 25%;
    min-height: 0px;
    top: 60%;
    height: 35%;
    left: 70%;
}

.txtKalanSure.rightTopFloat {
    position: fixed;
    left: 100%;
    top: 0%;
    margin-top: 36px !important;
    margin-left: -146px !important;
    z-index: 1000000002;
    background: #000000;
    background: rgba(0, 0, 0, .4);
    color: white;
    padding: 6px 0px;
    text-align: center;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
}

.chatMsgContainer {
    background-color: #f4f4f4;
    padding: 10px;
    color: black;
    min-height: 100px;
    max-height: 150px;
    overflow-y: auto;
}

    .chatMsgContainer .chatSender {
        color: #26b9b3;
    }

.videoArchive {
    float: left;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 20px;
}


.ekRow {
    line-height: 30px;
    font-size: 12px;
    background-color: #e2e1e1;
}

p.ekRow {
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0 5px;
}

.ekRow .file {
    padding: 0 8px;
}
