:root {
  --table-line-height:2.2em;
}

body {
    font-family: 'Lato';
    background-color: #f0f6f6;
    color:#003f6d;
    font-size: 13px;
}

#search_name{
  margin-top:25px;
}
.scrol{
  max-height:15em;
  overflow-y:auto;
}

#report_small {

  margin-left:1em;
  margin-top:1.4em;
  /*line-height: 10em;*/
  display:block;
  float:right;
}

.arabic{
  direction: rtl;
  font-family: Tahoma,Verdana, Geneva,  sans-serif;
  padding-right:2em;
}
.fa-btn {
    margin-right: 6px;
}

#header-nav {
    background-image: url('/images/header_bg.jpg'),  url('/images/header_bg.png');
    /* background-size: 100%, 100%; */
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat, repeat;
    height: 74px;
}
.navbar-default .navbar-nav>li>a {
    color: #ff6600;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #e83100;
}

#main-menu{
    margin-top:6px;
}

#main-menu a{
    text-transform: uppercase;
    margin-right:       3px;
    margin-left:        3px;
    border-top:         solid 2px #c8d8ea;
    padding-top:        6px;
    padding-bottom:     6px;
    margin-top:         4px;
}

#main-menu .active{
    border-top : solid 2px #aa1111;
    font-weight: bold;
    background-color: #fff;
    border-bottom: solid 1px #fff;
    margin-bottom: -2px;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;

}

#main-menu .active a{
    border: none;
}

#main-map{
	height:555px;
}

#map-search{
  margin-top: 16em;
}

.sort_me{

  text-transform:!none;
}

.form-top-links {
  line-height: 2.2em;
  margin-right:1em;
  margin-left:1em;
  float:left;
}

#map-top-bar {
  border-top: solid 1px #e0e0ff;
  border-bottom: solid 1px #e0e0ff;
  background-color: #f4f4ff;
  padding-top: 3px;
  padding-bottom: 3px;
  width:99.6%;
}
/*
*	 page title <h2> in menu.blade.php
*/
.pm_page_title h2{
	margin-top:1px !important;
  float:left;
}

/*
*	 page title <h4> in menu.blade.php
*/
.pm_page_title h4{
	margin-left:1em !important;
  float:left;
  color:#009ea6;
}

#filters {
    margin-top:0.5em;
}

.form-group.required strong:after {
  content:"*";
  color:red;
  margin-left:0.2em;
  font-weight: bold;
}

/*
* text box of justifications and comments in req. details
*/
.txt_box {
    height:6em !important;
    margin-bottom: 1em;
}

.panel {
    /* padding: 1em; */
}

.short-hr{
  margin-top:0px;
  margin-bottom:5px;
}
/*
* list requests table
*/
.edit_req{
  background-color: rgba(217, 237, 247, 0.8) !important;
}
    
/* --------------- create request   ---------*/
#add_btn {
 /* margin-top:2em;*/
  padding-right: 2em;
  padding-left: 2em;
}

.table_bold {
  font-weight: bold;
}

#create_req_page .table_bold{
  width:30%;
}

#create_req_page .table{
  margin-bottom: 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display:  -ms-flexbox;
  display:         flex;
}

.align_bottom{
  margin-top:40%;
}

#warning{
  display: none;
}

/*  SVG  */
#svg-selected .segment-fill {
  fill: red;
  stroke: lightsteelblue;
  stroke-width: 1;
  }

#svg-selected .segment-edge {
  fill: none;
  stroke: deepskyblue;
  stroke-width: 3;
  }



use.koko {
  /*  fill:#ff0000;*/
}

#Symbol_230_0_Layer0_0_FILL path{
    fill:#ff0000;
}

.user_img{
  padding:4px;
  border: 1px solid #aaa;
  margin-top:1em;
  margin-bottom: 1em;
  -webkit-box-shadow: 2px 2px 6px 1px rgba(173,157,173,1);
  -moz-box-shadow: 2px 2px 6px 1px rgba(173,157,173,1);
  box-shadow: 2px 2px 6px 1px rgba(173,157,173,1);
}

.custom-select a:focus{
  outline:none !important;
}

#create_nsu_btn{
    margin-top: 25px;
}

#create_nsu_btn_container{
   text-align: right;
}

.isAlert{
  border:1px solid #ccc;
  padding: 2px;
  padding-top: 4px;
  padding-bottom: 0px;
  margin-bottom: 10px;

  display: block;
  border-radius: 4px;
}

.pagination {
  margin-bottom: 0px;
}

#create_req_map #mainView {
  width: 100%;
  height: 40vw;
}

#lock_map #mainView{
  width: 100%;
  height: 60vh;
}

#side-over{
  display: none;
  z-index: 199;
  position: absolute;
  top:220px;
  left:0px;
  width:100%;
  padding:5%;
  background-color: rgba(2,39,53,0.97);
  color:white;
  overflow-y: scroll;
  height: 50vh;
}


#side-over::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
#side-over::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#side-over::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border: 0px none #ffffff;
  border-radius: 3px;
}
#side-over::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
#side-over::-webkit-scrollbar-thumb:active {
  background: #dbdbdb;
}
#side-over::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 0px;
}
#side-over::-webkit-scrollbar-track:hover {
  background: #666666;
}
#side-over::-webkit-scrollbar-track:active {
  background: #333333;
}
#side-over::-webkit-scrollbar-corner {
  background: transparent;
}


#close-side {
    display: block;
    background-color: red;
    color: white;
    cursor: pointer;
    width: 1.5em;
    text-align: center;
    clear: left;
    position: absolute;
    right: 5px;
    top: 5px;
}

.side-footer{
  background-color: #0b4463;
}

.input-big{
  padding:0px !important;
  border-width:0px !important;
  height:2em;
  width:2em;
  margin-bottom: 4px;
}

#colors input  {
  padding:0px !important;
}

#keys{
 /* width:auto;*/
  margin-top:0.2em;
  /*margin-bottom:1em;*/
  display: block;
}

.map_key{
  /*width:20%;*/
  float:left;
}

.bg-bread div{
  border-radius: 50px;
  text-align:center;
  padding:0px;
  margin-right:2vw;
  margin-left:2vw;
  float:left;
  padding:0.3em;
  width:10vw;
  display: block;
  border:solid 1px #bbbbbb;
  color:#222;
  background-color: #ffffff;

}

#bread_container{
  padding: 0;
  margin: 0;
  margin-top: 1em;
  text-align: center;
  display: block;
  width:66vw;
  float: left;
  margin-left:16vw;
  margin-bottom:0.5em;
  margin-top: 2em;
}

#bread_container2 {
  padding: 0;
  margin: 0;
  margin-top: 1em;
  text-align: center;
  display: block;
  width:52vw;
  float: left;
  margin-left:16vw;
  margin-bottom: 0.1em;
  margin-top: 2em;
}



#bread_container ul{
  color:#fff;  
  list-style: none;
}

.bread_line{
  height: 2px;
  width: 100%;
  background-color: #0b4463;
  margin-top:1em;
}
.key_color{
  width:1em;
  height:1em;
  display: inline-block;
  border: 1px solid #333;
  margin-left: 0.4em;
  margin-right: 2.6em;
}

.overlap_indc{
  color:red;
  font-size: 1.2em;
  line-height: .8em;
}

.padding2{
		padding-left:3em !important;
	}

th{
  /* text-transform: uppercase; */
}

/*#thumbViewContainer{
    position: absolute;
    width: 100%;
    height: 500px;
   
}*/

.faq h4{
  color: #0b4463 !important;
  margin-top:2em !important;
  margin-bottom:5px !important;
}

.area {
    fill: rgb(53, 189, 79);
    clip-path: url(#clip);
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/eFRpvGLEW31oiexbYNx7Y_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/GtRkRNTnri0g82CjKnEB0Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.navbar-nav > li > a {
  padding-top: 5px;
  margin-top:5px;
  padding-bottom: 15px;
}
/*
 @media (min-width: 768px)
#app-navbar-collapse {
    margin-top: -10px;
    padding-top: 1px;
    padding-bottom: 5px;
} */

#main_logo{
  margin-top:5px;
  margin-left:10px;
}

.left-menu a{
  margin-bottom: 0.75em;
  display: block;
}

.red{
  background-color: #e32020; /* #c52e2e;*/
  display: block;
  height:var(--table-line-height);
  border-bottom: solid 1px white;
  padding-left: 0px;
}
.green{
  background-color: rgb(53, 186, 53);
  display: block;
  height:var(--table-line-height);
  border-bottom: solid 1px white;
}
.grey{
  background-color: #ddd;
  display: block;
  height:var(--table-line-height);
  border-bottom: solid 1px white;
  padding-left:0.5em !important;
}
.no-padding{
  padding:0px;
}
.occu{
  color:rgb(255, 189, 189);
  /* padding-left:0.5em; */
  line-height: var(--table-line-height);
}
.vac{
  color:rgb(167, 255, 204);
  padding-right:0.5em;
  line-height: var(--table-line-height);
}
.na{
  line-height: var(--table-line-height);
}
.header {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom:solid #ccc 2px;
  margin-bottom:0.5em;
  padding-bottom:0.5em;
}

.under-line{
  border-bottom:solid #ddd 1px;
  line-height: var(--table-line-height);
}
.goBldg>div:hover{
    background-color: #eee;
}

.dep{
  line-height: 1.5em;
  font-size:12px; 
}

.goBldg>div{
  padding-bottom:0.3em; 
}

.goBldg{
  cursor: pointer;
}

/* Loading Spinner */
.lds-dual-ring {
  /* display: inline-block; */
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid rgb(173, 202, 247);
  border-color: rgb(105, 212, 245) transparent rgb(202, 242, 252) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

#loading{
  
  text-align: center;
  z-index: 99;
  top:40%;
  left:50%;
  position: absolute;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
