﻿
:root {
  /*--background:lightgrey;*/
	--background:white;
  --header-footer:white;
  --label-black:black;
  --label-white:white;
  --button_bck:#75c825;
  --error:#eda7a7;
  --iframe:#eaeaea;
}


body {
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
}

header {
    background-color: var(--header-footer);
}

footer {
    background-color: var(--header-footer);
    display: block !important;
    font-size: .8em;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    text-align:center;
}

.body {
    clear: both;
    /*opacity:0.8;*/
}

.background-image {
  /*background-image: url("/images/background.jpg");*/
  background-color:	white;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 10px;
  z-index: -1;
}

/*a:hover {
    background-color: var(--button_bck);
}*/

a {
    color:var(--label-black);
}

h2 {
    font-family:Comic Sans MS;
    text-shadow: 1px 1px 3px silver;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    /*margin: 0 auto;
    max-width: 1200px;*/
    padding:10px;
}

.main-content{
     background-color: var(--background);
    height:100%;
}

.header-content{
    display:flexbox;
}

.welcome{
    color: lightgray; 
    height:120px;
    font-size: 8em;
    text-align:center;
    padding-top:100px;
    padding-bottom:100px;
    text-align:center;
    background: #2980B9; 
    background: -webkit-linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9);  
    background: linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9); 
    height:410px ; 
    background-size: 100% 100% ;
}

.filter{
    width: 30%;
}


/* login
----------------------------------------------------------*/
.logoff {
    display: block;
    text-align: right;
    width:120px;
    font-size: .8em;
}

.logoff a {
    margin-left: 5px;
    text-decoration: underline;
}

/* login page */
.loginForm {
    margin: auto;
    width: 40%;
    /*background-color :var(--header-footer);*/
    padding:20px;
    border-radius:10px;
}
.loginForm > form > fieldset > ol > li > input {
    width: auto;
}

.loginForm label {
    /*color:var(--label-black);*/
    color:white;
      font-size:15px;
}

/* forms */
fieldset {
    border: none;
    margin: auto;
    width:100%;
}

fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

fieldset ol li {
    padding-bottom: 5px;
}

label {
    display: block;
    color: black;
}

/*input[type="submit"],*/
input[type="button"],
button, 
.button{
    background-color: var(--button_bck);
    color:var(--label-white);
    cursor: pointer;
    border-style:none;
    width: auto;
    padding:7px;
    text-decoration:none;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    height:20px;
		 
}

/*input[type="submit"],*/
input[type="button"],
button, 
.button >  .full_button {
    display: block;
    margin: 0 auto;
    width: 10%;
}


input, textarea , select, textarea{
    background: var(--label-white);
		background-color: whitesmoke;
    margin-top:5px;
    padding:7px;
    width: 100%;
    display: block;
     border-style:none;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}

select {
    -webkit-appearance:none;
}

.validation-summary-errors,.error,.message-error {
    color: var(--error);
    font-size: 1.5em;
    margin:0;
}

/* tables
----------------------------------------------------------*/
.MYtable {
  /*border: 2px solid var(--label-white);*/

	border: 2px solid whitesmoke;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  color:var(--label-black);
}
.MYtable td, .MYtable th {
  /*border: 1px solid var(--label-white)*/;
	border: 1px solid whitesmoke ;
  padding: 5px 4px;
}

.tblHeader {
color:white;
background-color:#4169E1;
}

a.white {
  color:var(--label-white);
}


/* menu
----------------------------------------------------------*/


.navbar {
    margin: auto;
    width: 100%;
    height:30px;
    padding-left:10px;
	margin-bottom: -1%;
		
}

/* Dropdown button */
.dropdown {
   display: inline-block;
	
	 
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    z-index:1;
    background-color: var(--header-footer);
}

/* Links inside the dropdown */
.dropdown-content a ,.dropdown a{
    float: none;
    text-decoration: none;
    display: block;
    text-align: left;
    padding:7px;
    z-index:1;
}

/* Show the dropdown menu on hover */
/*.dropdown:hover .dropdown-content {
    display: block;
}*/

div.inline { 
    float:left !important;
    margin-right:10px  !important;
    margin-bottom:5px !important;
		
}

.clearBoth { clear:both !important; }
.clearLeft { clear:left !important; }



.mytab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.mytab li {
  float: left;
  border-right:1px solid #bbb;
}

.mytab li:last-child {
  border-right: none;
}

.mytab li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/*.mytab li a:hover:not(.active) {
  background-color: #111;
}*/

.mytab .active {
  background-color: #2BBBAD;
}

.tabs__item {
    display: table-cell; 
    width:180px; /*12%*/
    min-height:40px;
}

.mytab .tabs__item:hover:not(.active) {
    background-color: #111;
}

.tabs_links {
    min-height:40px;
}

a {
    cursor: pointer;
}

.grid_header {
    color:black;
}

/* edit forms
----------------------------------------------------------*/
.wrapper{
  display: flex;
  flex-direction: row;  
	width: 49.5%;
	float:left;  
	min-height:50px;
}
.label{  
  width: 25%;  
	  
}
.text{  
  width: 70%;
	color:black;
	margin-bottom:2px;
	border-radius:2px;
}

.OneFieldInRow{
	width: 30%;
    margin:auto;
}

.OneFieldInPanelRow{
	width: 100%;
    margin:auto;
}

@media only screen and (max-width : 768px) {
    .label {
        float:none;
        width: 95%;         
    }
    .text {
        float:none;
        width: 95%;     
    }
    .wrapper {
				width: 100%;
        display: Block;
    }
    .loginForm {
        margin-top: 20px;
        width: 100% !important;
    }

    .infoMsg {
        display: none;
    }

    .infoLinks {
        display: none;
    }

    .infoLinksOnly {
        display: none;
    }

    .FilterBgr {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width : 900px) {
    .infoMsg {
        font-size: 15.5px !important;
    }
    .infoLinks a {
        font-size: 12px !important;    
    }
}


@media only screen and (max-width : 1300px) {
    .infoLinksOnly {
        font-size: 11px !important;
    }
    .infoLinks {
        margin-top: 320px !important;
    }
}

.hidden {
    display:none;
}

.edit {
    background: url("logo.png") no-repeat center right; display:block; height:20px; width:20px; 
}

.accordion {
  background-color: WhiteSmoke;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.AlignRight {
    text-align:right;
}

.Left {
    float:left;
    width:15%;
}

.Right {
    float:right;
    width:80%;
}

.CbxWidth {
    width:30px;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius:10px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 30px 16px;
  transition: 0.3s;
  font-size: 15px;
  color:black;

}


.tab a {
    color:#4B515D;    
    }

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #2BBBAD ;
  text-decoration:none;
}


/* Create an active/current tablink class */
.tab a.active {
  background-color: #2BBBAD ;
  color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 6px;
  transition: 0.3s;
  font-size: 15px;
  color:black;
  width:31.9%;
  text-align:center
}


.photo {
    background-image: url('../Images/foxit-logo.png');
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-clip: border-box;
    transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);

    display: block;
    width: 190px;
    height: 190px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
}

.photo:hover {
    background-size: 75px;
}


a.nav-res:hover {
  color: red;
  font-size: larger;
  line-height:18pt;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.dropdown-menu a:hover {
    background-color: #5bc0de;
    color:white;
}

th.nav-res:hover {
  font-size: larger;
  line-height:18pt;
}

tr.nav-res:hover {
  background-color:#e9ecef;
  color: black;
}

.thead-light {
  background-color:#e9ecef;
}

.navbar-default {
    background-color:white !important;
    border-color:white !important;
    font-size:larger !important;
}

.thead-light th{
    vertical-align:middle !important;
}

.nav-res td{
		vertical-align:middle !important;
}
.NoWraping {
		width:1px;
		white-space:nowrap;
}

.btn-success {
        width: 95% !important;
        margin-left: 1px;
    }


.btn-primary {
		    width: 30% !important;
  			background-color: #5bc0de !important;
				border-color: #5bc0de !important;
        margin-left: 1px;
}
 
.btn-Myinfo {
        width: 30% !important;
        background-color: #2BBBAD !important;
        color: white !important;
        margin-left: 1px;
    }

.fc_format {
        width: 100% !important;
        height: 20px !important;
        padding: 5px !important;
}


.fc_format:hover {
        border-color:#33b5e5;
}

.container {
    width: 100% !important;
}

div.HScroll {
		overflow-x:auto;
}

/*.bckWhite {
background-color:white;
}*/

#bs-example-navbar-collapse-1 {
		background-color:white;
}

/*za hide show vo dneven kurs*/
.HideShow {
		cursor: pointer;
		background-color: #75c825;
		text-align: center;
}

/*za chek-boxovi*/
.ChkBoxRoundCorner
{
	width:99%;
	border: solid 1px silver;	border-radius:15px; 
  margin-top: 4px;  margin-left: 4px;  margin-bottom: 4px;
  padding-top:2px;  padding-left:10px;  padding-bottom:2px;
}


.link_bold a:hover{
				font-weight:bold;
				text-decoration:none;
				color:Black;
				background-color:white;
}
.link_bold a:link{
				color:Black;
}

.link_bold a:active { 
  background-color: Green;
}

.MBTN {
    margin-bottom:100px;
}


.HomeImg {
        margin-right:2%;
    }

.lgfDiv {
    color: lightgray; 
    text-align:center;
    padding-top:100px;
    padding-bottom:100px;
    text-align:center;
    background: #2980B9; 
    background: -webkit-linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9);  
    background: linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9); 
    height:410px ; 
    background-size: 100% 100% ;
    }

.LgfFooter {
      background: -webkit-linear-gradient(#6DD5FA, #2980B9);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size:100px;
    }

.btn-LogIn {
        /*width: 96% !important;*/
        background-color: #2BBBAD !important;
        color: white !important;
        font-size:15px;
    }

.FilterBgr {
    background-color:#f9f9f9;
    
	-webkit-box-shadow: 1px 1px 10px 1px rgba(153,141,146,0.88);
    -moz-box-shadow: 1px 1px 10px 1px rgba(153,141,146,0.88);
    box-shadow: 1px 1px 10px 1px rgba(153,141,146,0.88);
    margin-bottom:1.3%;
    padding-top:1%;
    padding-bottom:1%;
    border-radius:10px;
}
/*bela pozadina na malo meni i bez border*/
   
     .navbar-toggle {
    background-color: white !important;
    border: 1px solid white !important; 
    
}
 .dropdown-toggle

 {
    background-color: white !important;
    
}


@media (max-width: 768px) {
    .changeLng {
        margin-top:-21%;
        margin-left: 3%;
        margin-bottom: 11%;
    }
}

#leftPanel {
    position: relative; display:none;  height:20vh; float: left ;
}

#rightPanel {
    position: relative; display:none;  height:20vh; float: right ;
}

.DivBars {
    margin-top:-7%;
}

@media (max-width: 768px) {
    .bar1 {
        margin-top:-11%
    }
    .bar2 {
        margin-top:50%;
    }
    .bar3 {
        margin-top:10%;
    }
    .bar4 {
        margin-top:50% ; 
        margin-bottom:10%
    }
}

.UserMenuItems {
        color: #337ab7 !important;
        font-weight: bold !important;
}

.fixed-top {
        position: sticky;
    top: 0;
    z-index: 1020;
}


.BtnSucc {
    color: #fff !important; 
    background-color: #5cb85c !important; 
    border-color: #4cae4c !important;
}

.BtnSucc:hover {
    color: #fff !important; 
    background-color: #007E33 !important; 
    border-color: #4cae4c !important;
}

.Table_fc_format {
        width: 80% !important;
        height: 20px !important;
}


.page {
    margin-top:-1% ;
}

.alert {
    padding: 5px !important;
    margin-bottom: 10px !important;
}

.alert-txt {
    padding-top:0.5%;
    cursor: pointer;
    font-weight: bold;
}


.createNewCity {

    height:100% ; 
    width:100% ; 
    background-color: #f5f5f5; 
    border-color:#f5f5f5 ; 
    color:#337ab7;
    
}

.createNewCity:hover {
    background-color:#33b5e5; 
    border-color:#33b5e5; 
}

.createNewCity:hover span:first-child{
    color:white;
}

.createNewCity:hover span:nth-child(2){
    color:white;
}

.btnTrOrder {
    background-color: #f5f5f5; 
    border-color:#f5f5f5 ; 
    color:#337ab7;
    height:100% ; 
    width: 20vh !important
}

.btnTrOrder:hover {
    background-color:#33b5e5; 
    border-color:#33b5e5; 
    
}

.btnTrOrder:hover span:first-child{
    color:white;
}

.btnTrOrder:hover span:nth-child(2){
    color:white;
}



.chsVal {
    background-color:white;
    color:black;
}

.glyphicon-user {
    cursor: pointer;
}

.TransDdSpecClass {
    background-color: white !important;
    border: 1px solid #ccc;
    width:50%;
    height: 20px !important;
    padding: 5px !important;
}


.TransDdSpecClass:hover {
   border-color:#33b5e5;
}

.SmPrimary {
            width: 70% !important;
  			background-color: #5bc0de !important;
		    border-color: #5bc0de !important;
            margin-left: 1px;
}

.navbar {
    margin: auto;
    width: 100%;
    height:30px;
    padding-left:10px;
    margin-bottom: -1%;
    font-weight: bold;
}

.navbar-default {
    background-color:white !important;
    border-color:white !important;
    font-size:larger !important;
}