/* .sidenav { */
    /* height: 100%; */
    /* width: 160px; */
    /* position: fixed; */
    /* z-index: 1; */
    /* top: 0; */
    /* left: 0; */
    /* background-color: #111; */
    /* overflow-x: hidden; */
    /* padding-top: 20px; */
/* } */

/* .sidenav a { */
    /* padding: 6px 8px 6px 16px; */
    /* text-decoration: none; */
    /* font-size: 25px; */
    /* color: #818181; */
    /* display: block; */
/* } */

/* .sidenav a:hover { */
    /* color: #f1f1f1; */
/* } */

/* .main { */
    /* margin-left: 160px; /* Same as the width of the sidenav */ */
    /* font-size: 28px; /* Increased text to enable scrolling */ */
    /* padding: 0px 10px; */
/* } */

/* @media screen and (max-height: 450px) { */
    /* .sidenav {padding-top: 15px;} */
    /* .sidenav a {font-size: 18px;} */
/* } */


/* /* h1 { */ */
  /* /* color: #333; */ */
  /* /* font-family: arial, sans-serif; */ */
  /* /* margin: 1em auto; */ */
  /* /* width: 80%; */ */
/* /* } */ */

/* /* .tabordion { */ */
  /* /* color: #333; */ */
  /* /* display: block; */ */
  /* /* font-family: arial, sans-serif; */ */
  /* /* margin: auto; */ */
  /* /* position: relative; */ */
  /* /* width: 80%; */ */
/* /* } */ */

/* /* .tabordion input[name="sections"] { */ */
  /* /* left: -9999px; */ */
  /* /* position: absolute; */ */
  /* /* top: -9999px; */ */
/* /* } */ */

/* /* .tabordion section { */ */
  /* /* display: block; */ */
/* /* } */ */

/* /* .tabordion section label { */ */
  /* /* background: #ccc; */ */
  /* /* border:1px solid #fff; */ */
  /* /* cursor: pointer; */ */
  /* /* display: block; */ */
  /* /* font-size: 1.2em; */ */
  /* /* font-weight: bold; */ */
  /* /* padding: 15px 20px; */ */
  /* /* position: relative; */ */
  /* /* width: 180px; */ */
  /* /* z-index:100; */ */
/* /* } */ */

/* /* .tabordion section article { */ */
  /* /* display: none; */ */
  /* /* left: 230px; */ */
  /* /* min-width: 300px; */ */
  /* /* padding: 0 0 0 21px; */ */
  /* /* position: absolute;   */ */
  /* /* top: 0; */ */
/* /* } */ */

/* /* .tabordion section article:after { */ */
  /* /* background-color: #ccc; */ */
  /* /* bottom: 0; */ */
  /* /* content: ""; */ */
  /* /* display: block; */ */
  /* /* left:-229px; */ */
  /* /* position: absolute; */ */
  /* /* top: 0; */ */
  /* /* width: 220px; */ */
  /* /* z-index:1; */ */
/* /* } */ */

/* /* .tabordion input[name="sections"]:checked + label {  */ */
  /* /* background: #eee; */ */
  /* /* color: #bbb; */ */
/* /* } */ */

/* /* .tabordion input[name="sections"]:checked ~ article { */ */
  /* /* display: block; */ */
/* /* } */ */


/* /* @media (max-width: 533px) { */ */
  
  /* /* h1 { */ */
    /* /* width: 100%; */ */
  /* /* } */ */

  /* /* .tabordion { */ */
    /* /* width: 100%; */ */
  /* /* } */ */
  
  /* /* .tabordion section label { */ */
    /* /* font-size: 1em; */ */
    /* /* width: 160px; */ */
  /* /* }   */ */

 /* /* .tabordion section article { */ */
    /* /* left: 200px; */ */
    /* /* min-width: 270px; */ */
  /* /* }  */ */
  
  /* /* .tabordion section article:after { */ */
    /* /* background-color: #ccc; */ */
    /* /* bottom: 0; */ */
    /* /* content: ""; */ */
    /* /* display: block; */ */
    /* /* left:-199px; */ */
    /* /* position: absolute; */ */
    /* /* top: 0; */ */
    /* /* width: 200px; */ */

  /* /* }   */ */
  
/* /* } */ */


/* /* @media (max-width: 768px) { */ */
  /* /* h1 { */ */
    /* /* width: 96%; */ */
  /* /* } */ */

  /* /* .tabordion { */ */
    /* /* width: 96%; */ */
  /* /* } */ */
/* /* } */ */


/* /* @media (min-width: 1366px) { */ */
  /* /* h1 { */ */
    /* /* width: 70%; */ */
  /* /* } */ */

  /* /* .tabordion { */ */
    /* /* width: 70%; */ */
  /* /* } */ */
/* /* } */ */


/* /*! */
 /* * bootstrap-vertical-tabs - v1.2.1 */
 /* * https://dbtek.github.io/bootstrap-vertical-tabs */
 /* * 2014-11-07 */
 /* * Copyright (c) 2014 İsmail Demirbilek */
 /* * License: MIT */
 /* */ */
/* .tabs-left, .tabs-right { */
  /* border-bottom: none; */
  /* padding-top: 2px; */
/* } */
/* .tabs-left { */
  /* border-right: 1px solid #ddd; */
/* } */
/* .tabs-right { */
  /* border-left: 1px solid #ddd; */
/* } */
/* .tabs-left>li, .tabs-right>li { */
  /* float: none; */
  /* margin-bottom: 2px; */
/* } */
/* .tabs-left>li { */
  /* margin-right: -1px; */
/* } */
/* .tabs-right>li { */
  /* margin-left: -1px; */
/* } */
/* .tabs-left>li.active>a, */
/* .tabs-left>li.active>a:hover, */
/* .tabs-left>li.active>a:focus { */
  /* border-bottom-color: #ddd; */
  /* border-right-color: transparent; */
/* } */

/* .tabs-right>li.active>a, */
/* .tabs-right>li.active>a:hover, */
/* .tabs-right>li.active>a:focus { */
  /* border-bottom: 1px solid #ddd; */
  /* border-left-color: transparent; */
/* } */
/* .tabs-left>li>a { */
  /* border-radius: 4px 0 0 4px; */
  /* margin-right: 0; */
  /* display:block; */
/* } */
/* .tabs-right>li>a { */
  /* border-radius: 0 4px 4px 0; */
  /* margin-right: 0; */
/* } */
/* .sideways { */
  /* margin-top:50px; */
  /* border: none; */
  /* position: relative; */
/* } */
/* .sideways>li { */
  /* height: 20px; */
  /* width: 120px; */
  /* margin-bottom: 100px; */
/* } */
/* .sideways>li>a { */
  /* border-bottom: 1px solid #ddd; */
  /* border-right-color: transparent; */
  /* text-align: center; */
  /* border-radius: 4px 4px 0px 0px; */
/* } */
/* .sideways>li.active>a, */
/* .sideways>li.active>a:hover, */
/* .sideways>li.active>a:focus { */
  /* border-bottom-color: transparent; */
  /* border-right-color: #ddd; */
  /* border-left-color: #ddd; */
/* } */
/* .sideways.tabs-left { */
  /* left: -50px; */
/* } */
/* .sideways.tabs-right { */
  /* right: -50px; */
/* } */
/* .sideways.tabs-right>li { */
  /* -webkit-transform: rotate(90deg); */
  /* -moz-transform: rotate(90deg); */
  /* -ms-transform: rotate(90deg); */
  /* -o-transform: rotate(90deg); */
  /* transform: rotate(90deg); */
/* } */
/* .sideways.tabs-left>li { */
  /* -webkit-transform: rotate(-90deg); */
  /* -moz-transform: rotate(-90deg); */
  /* -ms-transform: rotate(-90deg); */
  /* -o-transform: rotate(-90deg); */
  /* transform: rotate(-90deg); */
/* } */






















