﻿* {
    /*zjednocuje velkost divu na zadane width a height*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
}

body {
}
#winSize {
    position: fixed;
    z-index:100;
    left: 0%;
    top: 20%;
}
/*setting responsive font-size, use REM everywhere
  Moja Motorola g6+ je  1080 x 2160 pixels
*/
@media screen and (min-width: 481px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width: 601px) {
    html {
        font-size: 13px;
    }
}

@media screen and (min-width: 801px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 1367px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1601px) {
    html {
        font-size: 17px;
    }
}

@media screen and (min-width: 1921px) {
    html {
        font-size: 18px;
    }
}  
/*setting responsive font-size, use REM everywhere*/
/*Velkosti textov musia byt od najvacsieho takto: h1, h2, h3, h4, h5, h6, p */
p, h1, h2, h3, h4 {
    padding: 0.5em;
    padding: 0.5rem;
}

p {
    font-size: 1em;
    font-size: 1rem;
}

h1 {
    font-size: 1.8em;
    font-size: 1.8rem;
}

h2 {
    font-size: 1.6em;
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4em;
    font-size: 1.4rem;
}.column-container

h4 {
    font-size: 1.2em;
    font-size: 1.2rem;
}
/*&#9776; je entita pre tri ciarky v menu - hamburger, &times; pre znak x, &#x25B2 je sipka VYUZIT!!!*/

/*DIVs v sections v Default.aspx*/
.column-container {
    display: table;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
}
.section1div { /*Domov*/
    display: table-cell;
    background-color: rgba(176, 235, 245,0.8);
    width: 20%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
.section2div { /*Obsah vycviku*/
    display: table-cell;
    background-color: rgba(176, 235, 245,0.8);
    width: 20%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
.section3div { /*Cennik a prihlaska*/
    display: table-cell;
    background-color: rgba(176, 235, 245,0.8);
    width: 20%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
.section4div { /*Objednavka jazdy*/
    display: table-cell;
    background-color: rgba(176, 235, 245,0.8);
    width: 20%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
.section5div { /*Vozidla*/
    display: table-cell;
    background-color: rgba(176, 235, 245,0.8);
    width: 20%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
.section6div { /*Dopravne sluzby*/
    display: table-cell;
    background-color: rgba(176, 235, 245,0.8);
    width: 20%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
.section7div { /*Kontakt*/
    display: table-cell;
    background-color: rgba(176, 235, 245,0.8);
    width: 20%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.znacka {
    widwth: 5em;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
}

/****************************************/
/**************************************/
/*prefix obj_ pouzivany v Objednavke*/
.obj_header {
    margin: auto;
    text-align: center;
    border: 0px solid #ccc;
    width: 100%;
    padding: 5px;
}

.obj_topnav {
    margin: auto;
    text-align: left;
    width: 100%;
    background-color: rgba(176, 235, 245,0.7);
    padding: 10px;
}
.obj_topnav a:link {
    color: black;
    text-decoration: none;
    font-size: 1.0em;
}

.obj_topnav a:visited {
    color: gray;
    text-decoration: none;
    font-size: 1.0em;
}

.obj_topnav a:hover {
    color: red;
    text-decoration: none;
    font-size: 1.0em;
}

.obj_middle {
    float: left;
    margin: auto;
    text-align: center;
    border: 0px solid #ccc;
    width: 100%;
    padding: 5px;
}

.obj_footer {
    float: left;
    margin: auto;
    text-align: center;
    border: 0px solid #ccc;
    width: 100%;
    padding: 5px;
}

.obj_table {
    width: 40%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px red;
}

.obj_tableZobrazeneJazdy {
    width: 60%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px red;
    border-collapse: collapse;
    padding: 5px;
    border: solid 0px red;
}

.obj_tableZobrazeneJazdyInstruktora {
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px red;
    border-collapse: collapse;
    padding: 5px;
}
td{padding:5px;}
.tblleft {background-color: #ddd;}
.tblright {background-color: #ffffff;}
.tblInsert {background-color: Yellow;}

@media screen and (max-width: 600px) {.obj_table {width: 80%;} .obj_tableZobrazeneJazdy {width:100%;} .obj_tableZobrazeneJazdyInstruktora {width:100%;}}/*pre mobil rozsirujem tabulku*/

.obj_ButtonSubmit {
    background-color: rgba(176, 235, 245);
    border: 1px solid blue;
    cursor: pointer;
    font-size: 1.0em;
    padding: 10px 20px 10px 20px;
    color: black;
    border-radius: 4px;
}

.obj_ButtonSubmit:hover {
    background-color: #07435a;
    box-shadow: 0 0 10px gray;
    color: white;
}
.obj_Datum {
    font-size: 18px;
    font-weight: bold;
}

.obj_DatumCas {
    text-align: center;
    background-color: rgb(194 250 209);
    cursor: pointer;
    width: 130px;
    white-space: normal;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid black;
    color:green;
}

.obj_DatumCas:hover {
    background-color: green;
    box-shadow: 0 0 10px gray;
    color: white;
}
.obj_DatumCasObsadena {
    text-align: center;
    background-color: rgb(251 28 5);
    cursor: none;
    width: 130px;
    white-space: normal;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid black;
    color:white;
}
.obj_DatumCasObsadena:hover {
    cursor: none;
}

.no_Cursor {
    text-align: center;
    background-color: rgb(194 250 209);
    cursor: pointer;
    width: 130px;
    white-space: normal;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid black;
    color: green;
    cursor: none;
}

/*odlisujem obsadenu jazdu danym frekventantom*/
.obj_DatumCasObsadenaDanymFrekventantom {
    text-align: center;
    background-color: Yellow;
    cursor: none;
    width: 130px;
    white-space: normal;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid black;
    color: red;
}

.obj_DatumCasObsadenaDanymFrekventantom:hover {
    cursor: none;
}
.obj_lblCas {
    color: #444;
    font-size: 14px;
}
.obj_DatumCasPotvrd {
    text-align: center;
    background-color: rgba(176, 235, 245);
    cursor: none;
    width: 130px;
    white-space: normal;
    padding: 10px;
    margin: 0 auto;
    
    font-size: 16px;
    font-weight: bold;
    border: 1px solid black;
}
.obj_rowHeader {
    background-color: rgba(176, 235, 245);
    color: black;
    font-weight:bold;
}
.obj_MessageInRed{
    background-color:red;
    color:white;
    padding:0px;
}

    /*prefix obj_ pouzivany v Objednavke - koniec*/
    /**************************************/


    /**************************************/
    /**************************************/
    /**************************************/

