/* {
    box-sizing: border-box;
}

html, button, input, select, textarea {
    font-family: "Source Sans Pro",Helvetica,sans-serif;
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
}
a {
    color: #ca3c08;
    text-decoration: none;
}
a:visited {
    color: #ac0404;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    color: #ea9629;
    outline: 0 none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Bitter,Georgia,serif;
    line-height: 1.3;
}



.head_box .tools{
	float:right;
}


table{
	width:100%;
}
table td, table th{
	padding:5px;
}
tbody tr:nth-child(odd){
	background: #b8d1f3;
}

tbody tr:nth-child(even){
	background: #dae5f4;
}

strong{
	font-weight:bold;
}*/

/**
 * Body CSS
 */


:root {
  --sidedrawer-width: 300px;
}
/*
var(--sidedrawer-width);

*/

html,
body {
  height: 100%;
  background-color: #eee;
}

html,
body,
input,
textarea,
buttons {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}





/**
 * Layout CSS
 */

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transition: left 0.2s;
}

#sidedrawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: var(--sidedrawer-width);
  left: calc(var(--sidedrawer-width) * -1);
  overflow: auto;
  z-index: 2;
  background-color: #fff;
  transition: left 0.2s;
}

#content-wrapper {
  min-height: 100%;
  overflow-x: hidden;
  margin-left: 0px;
  transition: margin-left 0.2s;

  /* sticky bottom */
  margin-bottom: -160px;
  padding-bottom: 160px;
}

#footer {
  height: 160px;
  margin-left: 0px;
  transition: margin-left 0.2s;
}

@media (min-width: 768px) {
  #header {
    left: var(--sidedrawer-width);
    transition: left 0.2s;
  }

  #sidedrawer {
    left: 0;
    transition: left 0.2s;
  }

  #content-wrapper {
    margin-left: var(--sidedrawer-width);
    transition: margin-left 0.2s;
  }

  #footer {
    margin-left: var(--sidedrawer-width);
    transition: margin-left 0.2s;
  }

  body.hide-sidedrawer #header {
    left: 0;
  }

  body.hide-sidedrawer #sidedrawer {
    left: calc(var(--sidedrawer-width) * -1);
  }

  body.hide-sidedrawer #content-wrapper {
    margin-left: 0;
  }

  body.hide-sidedrawer #footer {
    margin-left: 0;
  }

  .nnr{
	display:none;
}

}
@media (max-width: 767px) {
  .s_forms {
		padding:0;
		float:left;
		display:block;
		width:90vw;
		margin: 0 5vw;

	}

	.mobile {
		padding-left: 0;
		padding-right: 0;
	}

	#big_slider{
		width:200vw;

	}

}
.main_greeting{
	margin-top:18px;
}
@media (max-width: 480px){
	.main_greeting {
		margin-top: 12px;
	}
}


/**
 * Toggle Sidedrawer
 */

#sidedrawer.active {
  left: 0;
  transition: left 0.2s;
}


/**
 * Header CSS
 */

.sidedrawer-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
}

.sidedrawer-toggle:hover {
  color: #fff;
  text-decoration: none;
}


/**
 * Sidedrawer CSS
 */

#sidedrawer-brand {
  padding-left: 20px;
}

#sidedrawer ul {
  list-style: none;
}

#sidedrawer > ul {
  padding-left: 0px;
}

#sidedrawer > ul > li:first-child {
  padding-top: 15px;

}
#sidedrawer > ul > li{
  padding-left: 15px;
  margin-bottom:10px;
}
#sidedrawer > ul > li a{
	color: rgba(0, 0, 0, 0.870588);
	padding:10px;
}

#sidedrawer > ul > li a:hover{

	text-decoration:underline !important;
}

#sidedrawer strong {
  display: block;
  padding: 15px 22px;
  cursor: pointer;
}

#sidedrawer strong:hover {
  background-color: #E0E0E0;
}

#sidedrawer strong + ul > li {
  padding: 6px 0px;
}


/**
 * Footer CSS
 */

#footer {
  background-color: #0288D1;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}


table{
	width:100%;
	background-color: #fff;
}
table td, table th{
	padding:5px;
}

tbody tr:nth-child(odd),table col:nth-child(odd){
	background: rgba(176, 190, 197,.5);
}

tbody tr:nth-child(even){
	background: rgba(236, 239, 241,.5);
}


th:focus {
	    outline-color:transparent;

}
