html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 80px 15px 20px;
    width: 100%
}

@media (max-width:1279px) and (min-width: 768px) {
    .wrap > .container {
        padding: 160px 15px 20px;
        width: 100%
    }
}

@media (max-width:1144px) and (min-width: 768px) {
    .wrap > .container {
        padding: 160px 15px 20px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
}


.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.nav > li {
    min-width: 80px;
    max-width: 200px;
    text-align: center;
}

.navbar-toggle {
    float: left;
}

.myGridViewTable table thead {
    background-color: #A4A4A4;
}

tr[id^="expand-row-column-detail"] {
    background: #F6CED8;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

div.event_absent,
div.event_urgent,
div.event_other,
div.event_maintenance,
div.event_onlyadmin,
div.event_onlyoffice {
    margin: 2px;
    border: 1px;
    border-color: black;
    border-style: ridge;
    float:left;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
}
div.event_absent {
    background-color: #8080FF;
}
div.event_urgent {
    background-color: #ff9999;
}
div.event_other {
    background-color: #7FFF7F;
}
div.event_maintenance {
    background-color: #ffffb3;
}
div.event_onlyadmin {
    background-color: #FFBF00;
    color:  #283747 ;
    border: 1px solid #8b00b4;
}
div.event_onlyoffice {
    background-color: #dc039e;
    color:  #fff ;
    border: 1px solid #ff00b7;
}
div.long {
    float:none;
}

div.call_notice_call{
    border-radius: 5px;
    border-color: #585858;
    border-width: 2px;
    padding: 5px;
    border-style: solid;
    background: #BCF5A9;
}
div.call_notice_szerelo{
    border-radius: 5px;
    border-color: #585858;
    border-width: 2px;
    padding: 5px;
    border-style: solid;
    background: #D0A9F5;
}
div.call_notice_iroda{
    border-radius: 5px;
    border-color: #585858;
    border-width: 2px;
    padding: 5px;
    border-style: solid;
    background: #F3E2A9;
}

div.round_day {
    border-radius: 5px;
    border-color: #585858;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    background: #F5F5F5;
    padding: 4px;
    min-height: 55px;
    min-width: 630px;
}

div.round_day_column {
    border-radius: 5px;
    border-color: #585858;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    background: #F5F5F5;
    padding: 4px;
    min-height: 400px;
    min-width: 200px;
    width: 19.5%;
    float: left;
    margin-right: 4px;
}

div.round_city_column {
    border-radius: 5px;
    border-color: #585858;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    background: #F5F5F5;
    padding: 4px;
    min-height: 600px;
    min-width: 180px;
    float: left;
    margin-right: 4px;
    width: 16.4%;
}

div.round_city_column_6 {
    width: 16.4%;
}
div.round_city_column_5 {
    width: 19.7%;
}
div.round_city_column_4 {
    width: 24.5%;
}
div.round_city_column_3 {
    width: 32.7%;
}
div.round_city_column_2 {
    width: 49.3%;
}
div.round_city_column_1 {
    width: 98%;
}

.rotate {
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
}

td.szerzodestable{
    padding: 3px !important;
    vertical-align: middle !important;
}

td.szerelo_table{
    padding: 3px !important;
    vertical-align: middle !important;
    font-size: 12px;
}

tr.szerelo_table{
    border-top-style: groove;
    border-top-color:  #b2babb;
}
th.szerelo_table{
    border: 1px solid #ddd;
    color: #333333;
    font-size: 14px;
    background-color: #A4A4A4;
}
div.megjegyzes{
    padding: 4px;
    margin: 0 0 5px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
}
div.round_task{
    padding: 4px;
    margin: 0 0 5px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
}

th.rotate_th_small > div {
    transform:
        /* Magic Numbers */
        translate(25px, 51px)
        /* 90 is really 360 - 90 */
        rotate(270deg);
    width: 0px;
    border: none;
    padding: 0px;
}
th.rotate_th_small {
    /* Something you can count on */
    height:200px;
    white-space: nowrap;
    vertical-align: middle !important;
    padding: 0px !important;
}

th.rotate_th {
    /* Something you can count on */
    height:200px;
    white-space: nowrap;
    vertical-align: middle !important;
    padding: 0px !important;
}

th.rotate_th > div {
    transform:
        /* Magic Numbers */
        translate(25px, 51px)
        /* 90 is really 360 - 90 */
        rotate(270deg);
    width: 30px;
    border: none;
    padding: 0px;

}
th.rotate_th > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: -80px;
    border: none;
    padding: 0px;
}

.darkborder {
    border-color: #566573 !important;
}


.right_width_border {
    border-right-width: 2px  !important;
}

.hirek {
    border-bottom: 1px solid #444;
    text-align: left;
    padding:10px;
}
#deleted {
    flow: static(watermarkflow);
    font-size: 40px;
    text-align: center;
}



.covid_form{
    font-size: 18px;
    color: #333333;
    font-family: Raleway,sans-serif;
}

.covid_form_title{
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
    background-color: #8ABDFF /* blue-light */;
    margin-bottom: 20px;
}
.covid_form_title > span{
    font-size: 18px;
    text-align: center;
    font-variant-caps: small-caps;
    padding-bottom: 10px;
}
.covid_form_contentbox{
    background-color:  #EAEFFA /* blue-extra-light */;
    border: 1px #8ABDFF /* blue-light */ solid;
    border-radius: 10px;
    font-size: 17px;
}
.covid_form_text_capital{
    font-variant-caps: small-caps;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.covid_details_row{
    margin-top: 5px;
}

.order-button, .order-button:visited, .order-button:active:focus, .order-button:focus, .order-button:active  {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px #696A6B /* gray-dark */ solid;
}
.order-button:hover {
    text-decoration: none;
}

.button-unselectable{
    color: darkgray;
    background-color: lightgray;
    cursor: not-allowed;
    pointer-events: none;
}
.button-unselectable:hover{
    color: darkgray;
    background-color: lightgray;
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
}

.help_table_td{
    width: 150px;
    text-align: center;
    border: 1px solid #566573;
}

.round_box{
    border-radius: 5px;
    border-color: #585858;
    border-style: solid;
    border-width: 1px;
    background: #F5F5F5;
    padding: 10px;
    margin: 10px;
}

.sms_sablon{
    background: #abebc6 /* GREEN_LIGHT */;
}

.front_page_extra_content{
    background-color:  #EAEFFA /* blue-extra-light */;
    border: 1px #8ABDFF /* blue-light */ solid;
    border-radius: 10px;
}

.bubble-object {
    border-radius: 5px;
    border-color: #585858;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}
/*
.nav-tabs {
        text-align: center;

}

.nav-tabs > li {
        float: none;
        display: inline-block;
}*/

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 640px;
}


.only_desktop_view {
}
@media (max-width: 768px){
    .only_desktop_view {
        display: none;
    }
}

.no_fix_width_in_mobile {
}
@media (max-width: 768px){
    .no_fix_width_in_mobile {
        width: auto;
        min-width: 1px !important;
    }
}

.triangle {
    border-bottom: 00px;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid  #f39c12;
    height: 0;
    width: 0px;
}

.img_button {
    cursor:pointer;
    padding:2px;
    margin:1px;
}
.img_button:hover{
    background-color:  #f9e79f ;
}
.img_blank_button {
    padding:2px;
    margin:1px;
}

.szerzodes_form-title{
    font-size: 15px;
    font-weight: bold;
    padding-top: 8px;
    text-align: right;
}
.szerzodes_form-field{
}


.bubble_left {
    position: relative;
    background: #d6eaf8 ;
    border-radius: 10px;
    min-height: 100px;
    padding: 10px;
    border: #101ba8 solid 1px;
}
.bubble_left:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #d6eaf8;
    border-width: 20px 20px 20px 0;
    top: 50%;
    left: -20px;
    margin-top: -20px;
}
.bubble_left:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent #101ba8;
    border-width: 21px 21px 21px 0;
    top: 50%;
    left: -21.5px;
    margin-top: -21px;
    display: block;
}

.bubble_right {
    position: relative;
    background: #bee8d9;
    color: #000000;
    min-height: 100px;
    border-radius: 10px;
    padding: 10px;
    border: #15731e solid 1px;
}
.bubble_right:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #bee8d9;
    border-width: 20px 0 20px 20px;
    top: 50%;
    right: -20px;
    margin-top: -20px;
}
.bubble_right:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent #15731e;
    border-width: 21px 0 21px 21px;
    top: 50%;
    right: -21.5px;
    margin-top: -21px;
    display: block;
}

td.adat_title{
    padding-right:20px;
    text-align: right;
    font-weight: bold;
}

.mandatory_field_box{
    background-color: pink;
}

@media screen and (max-width: 1077px) and  (min-width: 993px) {
    #hibajegyHeader{
        margin-top: 8%;
    }
}


#feladatszerelo-eltoltott_perc{
    border: none;
    height: auto;
    padding: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    float: left;
}

@media screen and (min-width: 992px) {
    .main-navbar {
        margin-top: 20px;
    }
}

.bg-danger {
    background-color: #ffc4c4;
}

@media screen and (min-width: 1400px) {
    .modal-lg {
        width: 1350px;
    }
}

.munkalap_summary {

}

.nav-tabs > li > a {
    border-bottom-color:  #f1c40f ;
    margin-top: 4px;

}
.nav-tabs > li.active > a {
    border-left-color:  #f1c40f ;
    border-right-color:  #f1c40f ;
    border-top-color:  #f1c40f ;
    background-color:  #f7dc6f  !important;
    font-weight: bold;
}
.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover {
    background-color: #777 !important;
    color: white;

}
.nav-tabs{
    border-bottom-color:  #f1c40f ;
}

.blink_me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink-text{
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    animation: blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%		{
        background-color: #ff0000;
    }    
    90%	{
        background-color: transparent;        
    }
}


.idopontok{
    margin:3px;
    border: 1px solid #222;
    float:left;
    width: 13.4%;
    min-height: 450px;
    background-color: #A4DDED;
}
@media (max-width: 768px){
    .idopontok {
        margin:3px;
        border: 1px solid #222;
        width: 100%;
        min-height: 450px;
        background-color: #A4DDED;
    }
}

.purple_button {
    background-color: #8e44ad !important;
    border-color: #741a77 !important;
}
.purple_button:hover {
    background-color: #7b4393 !important;
    border-color: #741a77 !important;
}