﻿.select2>.select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control>.selectize-dropdown {
    top: 36px;
}

input,
select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: inherit;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=checkbox],
input[type=radio] {
    width: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 18px;
    }
}

.form-control {
    font-size: inherit;
    height: inherit;
}

.trs-invalid {
    border: 2px solid #a94442;
    border-collapse: inherit;
    border-radius: 4px;
}

.alert.ng-hide-add,
.alert.ng-hide-remove {
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
    display: block !important;
    opacity: 1;
}

.alert.ng-hide {
    opacity: 0;
}

.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed>.ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html,
.ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window>.ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-resizer-handle-overlay>.ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7;
}

.ta-resizer-handle-overlay>.ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute;
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tl {
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tr {
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-bl {
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-br {
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.ta-scroll-window>.ta-bind {
    width: 100%;
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 20px;
}

/**** Document Library STYLES ****/
#DocumentLibrary .panel-default>.panel-heading {
    background-image: linear-gradient(to bottom, #c5c5c5 0, #a5a5a5 100%);
    background-image: linear-gradient(to bottom, #bfd3f8 0, cornflowerblue 100%);
}

#DocumentLibrary .panel-body {
    font-size: 20px;
}

ul.attachments * {
    font-size: 15px;
}

/**** Timereg REPORT STYLES ****/
#TimeRegReport .panel-default>.panel-heading {
    background-image: linear-gradient(to bottom, #c5c5c5 0, #a5a5a5 100%);
    background-image: linear-gradient(to bottom, #bfd3f8 0, cornflowerblue 100%);
}

#TimeRegReport .report_panel_main {
    background-color: #edf3fd;
}

#TimeRegReport .panel-default {
    border-color: #aaa;
}

#TimeRegReport .panel-group {
    margin-bottom: 30px;
}

#TimeRegReport .panel-body {
    padding-top: 0;
}

#TimeRegReport .report-calendar-btn {
    padding-top: 7px;
    padding-bottom: 8px;
    top: 14px;
}

#TimeRegReport .report-cost-total {
    padding-right: 10px;
}

#TimeRegReport .report-time-total {
    padding-left: 20px;
}

#TimeRegReport .btn.report-run {
    margin-top: 0;
}

#TimeRegReport .report-run {
    padding-top: 5px;
}

#TimeRegReport .report-config-title {
    display: inline-block;
    vertical-align: middle;
}

#TimeRegReport .report-result-title {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
}

#TimeRegReport i.active-switch-btn,
i.inactive-switch-btn {
    font-size: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#TimeRegReport i.active-switch-btn {
    color: #5cb85c;
}

#TimeRegReport i.inactive-switch-btn {
    color: #d9534f;
}

/**** REPORT STYLES ****/
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-left: 0px;
}

.menu>li.sep {
    visibility: hidden;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 19px;
    color: #9d9d9d;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

a.disabled {
    cursor: not-allowed !important;
}

div.projectnote {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0;
    margin-top: 0;
    font-size: 24px;
    color: #888;
    font-style: italic;
}

@media (max-width: 990px) {

    #TimeRegReport i.active-switch-btn,
    i.inactive-switch-btn {
        font-size: 25px;
    }

    #TimeRegReport .report-result-title {
        font-size: 20px;
    }

    .custom-popup-title {
        font-size: 22px !important;
        font-weight: bold;
    }

    #TimeRegTable .text-right,
    #TimeRegTable .text-center,
    #TimeRegReport .text-right,
    #TimeRegReport .text-center {
        text-align: left;
    }

    #TimeRegTable .report-cost-total,
    #TimeRegReport .report-cost-total {
        padding-right: 0;
        padding-left: 0;
    }

    #TimeRegTable .report-time-total,
    #TimeRegReport .report-time-total {
        padding-right: 0;
        padding-left: 0;
    }

    #TimeRegReport .report-run {
        text-align: right;
    }

    #TimeRegReport .report-config-title {
        width: 70px !important;
    }

    #TimeRegReport .btn.report-run {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #TimeRegReport .report-config-container.row {
        margin-left: -15px;
    }

    #TimeRegReport .report-calendar-btn {
        padding-top: 7px;
        padding-bottom: 8px;
        top: 14px;
    }

    .body-content {
        padding-top: 50px;
    }

    body {
        /*font-size: 15px;*/
    }

    .navbar-brand {
        padding-left: 0px;
    }

    .container {
        padding-left: 0px;
    }

    .menu>li>a {
        font-size: 18px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .menu>li.sep {
        visibility: visible;
    }

    .navbar-right {
        right: 0px;
    }

    .row {
        margin-left: -10px;
    }
}

@media (max-width: 786px) {
    #TimeRegReport .report-calendar-btn {
        padding-top: 7px;
        padding-bottom: 6px;
        top: 11px;
    }

    .custom-popup-title {
        font-size: 20px !important;
        font-weight: bold;
    }

    #TimeRegReport .btn.report-run {
        margin-top: 0;
    }

    body {
        font-size: 15px;
    }

    .body-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 34px;
    }

    .menu>li.sep {
        visibility: hidden;
        width: 0px !important;
        height: 0px !important;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    button.logoff,
    button.login {
        margin-top: 16px;
        margin-right: 3px;
    }

    .row {
        margin-left: -10px;
    }
}

i.trs-datepicker {
    font-size: 20px;
}

.trs-datepicker {
    font-size: 20px;
    max-width: 140px;
    display: inline-block;
    margin-right: 3px;
}

@media (max-width: 786px) {
    .trs-datepicker {
        font-size: 14px;
        max-width: 100px;
        display: inline-block;
        margin-right: 3px;
    }

    .custom-popup-title {
        font-size: 20px !important;
        font-weight: bold;
    }
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
@media (min-width: 990px) {
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}

.navbar-collapse {
    max-height: 100% !important;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        padding-top: 0px;
    }
}

tfoot {
    background-color: #87CEFA;
}

body {
    padding: 5px;
}

.fa {
    color: #666;
}

hr {
    border-color: transparent;
}

.alt {
    background-color: #B0B0B0;
}

.btn-inrow {
    display: inline-block;
}

.row div.center {
    text-align: center;
    font-weight: bold;
}

.row div.right {
    text-align: right;
    font-weight: bold;
}

.row {
    text-align: left;
    font-weight: bold;
}

.trs-cancelled-text {
    color: #808080;
}

.sv_placeholder {
    width: 100%;
    height: 38px;
    text-align: center;
    background: whitesmoke;
    border: 3px dashed gray;
    box-sizing: border-box;
    display: table;
    margin-bottom: 5px;
    /*& > span{
                display: table-cell;
                vertical-align: middle;
            }*/
}

@media (max-width: 786px) {
    .btn {
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-top: 3px;
    }
}

@media (min-width: 786px) {
    .btn {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 9px;
        padding-top: 9px;
        font-size: 18px;
    }
}

/***********************************************************************/
/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none !important;
}

/***********************************************************************/
.tooltip.notesTooltip .tooltip-inner {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);*/
.tooltip.notesTooltip .tooltip-arrow {
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

pre.alert {
    background-color: transparent;
    border: none;
    color: inherit;
}

span.alert-bullet {
    font-weight: bold;
    margin-right: 10px;
}

a.trs-boss-feature {
    font-style: italic;
    font-weight: 700;
    color: #a94442;
}

img.Card {
    border: 1px dimgrey solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 194px;
    height: 194px;
}

@media (max-width: 960px) {
    img.Card {
        width: 176px;
        height: 176px;
    }
}

@media (max-width: 786px) {
    img.Card {
        width: 96px;
        height: 96px;
    }
}

a.accordion-toggle {
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

a.accordion-toggle .fa,
a.accordion-toggle .glyphicon {
    vertical-align: middle;
    font-size: 32px;
    display: inline-block;
}

a.accordion-toggle span.header {
    vertical-align: middle;
    font-size: 24px;
    color: #555555;
    font-weight: 600;
    display: inline-block;
}

.panel-active>div.panel-heading {
    background-image: -webkit-linear-gradient(top, #B3B3B3 0, #A3A3A3 100%);
    background-image: -o-linear-gradient(top, #B3B3B3 0, #A3A3A3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B3B3B3), to(#A3A3A3));
    background-image: linear-gradient(to bottom, #B3B3B3 0, #A3A3A3 100%);
}

input[type=checkbox].large {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    /* IE */
    padding: 10px;
}

.MyTimePicker input {
    margin-left: auto;
    margin-right: auto;
}

.MyTimePicker a.btn {
    padding-bottom: 12px;
    padding-top: 12px;
}

ul.fa-steps {
    list-style: none;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 25px;
}

ul.fa-steps li {
    padding-left: 1.3em;
}

ul.fa-steps li:before {
    content: "\f0a4";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

#watermark {
    position: fixed;
    bottom: 10px;
    right: 20px;
    opacity: 0.4;
    z-index: -1;
    color: dimgrey;
}

#watermark * {
    font-size: 140px;
}

@media (max-width: 786px) {
    #watermark * {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .project-anchor {
        margin-top: 10px;
    }
}

.trs-form .row {
    margin-top: 15px;
}

.userinfo {
    color: #d9534f;
    font-weight: normal;
}

hr.footer {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
    .menu>li>a {
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .menu>li {
        /*margin-top: 0px;
        margin-bottom: 0px;*/
        margin-top: 6px;
        padding-bottom: 1px;
    }

    .menu>li>a {
        /*line-height: 14px;
        height: 14px;*/
        display: inline;
        padding-top: 0px;
        /*padding-left: 5px;
        padding-right: 5px;*/
    }

    div.header>div {
        font-size: 14px;
        font-weight: 100 !important;
        font-family: 'sans-serif-condensed';
        font-stretch: condensed;
    }
}

.trs-font-alert {
    color: orange;
}

div.ng-valid {
    display: inline-block !important;
}

.popover {
    width: 300px;
}

.trs-cost-calculator {
    border: 1px dimgrey solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: auto;
}

select.trs-cost-calculator-small-field,
input.trs-cost-calculator-small-field {
    width: 90%;
}

input.trs-cost-calculator-large-field {
    width: 90%;
}

.trs-smallbtn,
.trs-smallbtn .fa {
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white !important;
}

.trs-time-alt {
    background-color: #D8D8D8;
}

.trs-time-currentrow {
    border: 1px solid #202020;
}

.nowrap {
    white-space: nowrap;
}

textarea.project-notes {
    width: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 50px;
    max-height: 150px;
}

pre.project-notes {
    resize: none;
    background: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 50px;
    max-height: 150px;
}

.trs-disabled {
    font-style: italic;
    color: #808080;
}

.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.project-detail-container {
    font-size: 12px;
    width: 100%;
    font-style: italic;
    border-left: 1px solid silver;
    margin-top: 5px;
    padding: 2px;
    padding-left: 10px;
}

.project-deatil-row {
    width: 100%;
    display: block;
}

.trs-foreign {
    color: green;
}


/****************************************
Mobile App Support Page Specific Classes
*****************************************/

.map_error {
    font-style: italic;
    color: red;
}

.app-has-no-rec {
    background-color: #FFF284;
    /*yellow*/
}

.app-normal {
    background-color: #62D0FF;
    /*blue*/
}

.app-finished {
    background-color: #B0EF87;
    /*green*/
}

.app-issue {
    background-color: #FF7575;
    /*red*/
    /*color: white;*/
}

.app-legend-block {
    height: 80px;
    text-align: center !important;
    display: flex;
    align-items: center;
    padding: 10px;

}

.app-legend-block span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    border: solid 2px #696969;
}

.app-tool-btn {
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-top: 8px;

}

.app-map-icon {
    color: white;
}

.app-col-right {
    text-align: right;
}

.app-row {
    /*margin-top: 5px;*/
    padding-bottom: 2px;
    padding-top: 2px;
    border-top: 1px solid #696969;
    font-size: 16px;
    font-weight: 200;
    display: flex;
    /*align-items: center;*/
    line-height: 47px;
}

.app-table-frame {
    border-bottom: 1px solid #696969;
}

div.app-row-outer {
    /*border-bottom: 1px solid #696969;*/
}

.app-message {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 47px;
    color: red;
}

.app-header-row {
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 2px solid black;
    background-color: #696969;
    color: white;
    font-weight: bold
}

.app-input {
    min-width: 80px;
    margin-bottom: 2px;
}

.app-truncate {
    /*width: 250px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    display: block;
}


.guide-install-btn {
    font-size: 32px;
    text-align: center;
    width: auto;
    height: auto;
}

.guide-install .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
}

.guide-install i {
    color: #000;
}


ol.guide {
    margin-left: 50px;
}

img.guide,
img.img_step {
    max-width: 100%;
    height: auto;
    margin-top: 6px;
}

li.guide,
ol.guide li {
    margin-bottom: 20px;
}

.LoginMessageBox {
    width: 300px !important;
    font-weight: normal;
    padding-right: 0;
    text-align: left !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.LoginMessageBox span.LoginMessageTitle {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.LoginMessageBox span.LoginMessageBody {
    width: 100%;
    padding: 10px;

}


trs-webapp-guide {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 60px;
    text-align: justify;
}

video.trs-webapp-guide,
img.trs-webapp-guide {
    border: 1px solid darkgray;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-left: 20px;
    max-width: 300px;
    vertical-align: top;
}

.trs-webapp-guide h3 {
    margin-top: 65px;
    margin-right: 12rem;
    font-weight: 600;
    display: block;
    color: #337ab7;
    width: auto;
    position: relative;
}


.trs-webapp-guide h3::after {
    /*display: inline-block;*/
    position: absolute;
    content: "";
    z-index: -1;
    border-top: .3rem solid black;
    margin-left: 1rem;
    margin-top: 2rem;
    border-color: #337ab7;
    transform: translateY(-0.75rem);
    width: 500px;
    max-width: 40%;
}

.trs-webapp-guide h2 {
    display: inline-block;
    vertical-align: sub;
    font-weight: bold
}

._trs-webapp-guide iframe {
    border: 1px solid black;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    /* width: 90% !important;
    height: auto !important;*/
    /*max-width: 500px;*/
}

.trs-video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.trs-video-responsive iframe {
    border: 1px solid black;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    left: 2%;
    top: 0;
    height: 90%;
    width: 90%;
    position: absolute;
}

.trs-webapp-guide .trs-remark {
    align-self: center;
    border: 2px solid #337ab7;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-left: 20px;
    display: inline-block;
    padding: 20px;
    color: #337ab7;
    vertical-align: top;
    text-align: center;
    width: 90%;
    max-width: 90%;
}


.trs-webapp-guide .trs-remark .trs-remark-titlebox {
    float: left;
    padding: 0 5px;
    margin: -34px 0 0 30px;
    background: #fff;
    text-transform: uppercase;
}

.trs-fluid-text {
    font-weight: bold;
    font-size: 5vw;
}


.white-text {
    color: white;
}

.black-text {
    color: black;
}

.trs-zero-width-col {
    max-width: 0 !important;
}

.custom-center-btn {
    display: block;
    width: 75%;
    margin: 0 auto;
}

.space-before {
    margin-bottom: 20px;
}

.space-after {
    margin-top: 20px;
}


.thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.thumbnail-item {
    margin: 4px;
    position: relative;
    /* ahhoz, hogy az overlay abszolút pozícionálható legyen */
    cursor: pointer;
    /* kattintható elem */
}

.thumbnail-item img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    object-fit: contain;
}

/* A kis kerek törlés-overlay */
.delete-overlay {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    pointer-events: none;
    /* hogy a kattintás ne csak az overlay-re essen, hanem a thumbnail-item-re is */
}


@media (min-width: 800px) {
    .trs-fluid-text {
        font-size: 30px;
    }

    .custom-popup-title {
        font-size: 25px !important;
        font-weight: bold;
    }


}