/* This file should be deleted as soon as possible */

@font-face {
  font-family: "myfont";
  src: url(../fonts/n.ttf) format("truetype");
}


html{background: #0d0e1a}
body {
  margin:0 auto; width: 100%; text-align: left;
  background-color: white;
}


/* -------------------------- default style -------------------------- */

/* --------------------------  end default style -------------------------- */



/* -------------------------- classes -------------------------- */

.white{color: #fff}
.black{color: #444}



/* ----------------------------- end classes -------------------------*/



/* ----------------------------- menu -------------------------*/

.menubar{

  position: fixed;
  top: 41px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background-color: #f5f5f5;

}
*li{box-sizing: inherit !important;}
.menubar {  font: 14px "myfont" !important;background-color: #142333; text-align:left; padding: 0; margin: 0}
.menubar ul{ list-style-type: none; font: 14px "myfont" !important; margin: 0; padding: 0}
.menubar ul li{   float: left ;width: 100%; }
.menubar ul li div{ width: 100%; font-weight: bolder }
.menubar ul li div a{ width: 100%; height:40px;display: block;  background-color: #142333; float: left;text-decoration: none;color: #fff;
  padding-top: 14px; padding-left: 40px;font: 14px "myfont" !important; border-bottom:1px solid #162639; background-repeat: no-repeat;
  background-size: 14px 14px; background-position: left 10px center; opacity: 0.7}
.menubar ul li div a:hover{background-color: rgba(23, 176, 154, 0.25); color:#fff; opacity: 1.0}
.menubar ul li div a.active{background-color: rgba(23, 176, 154, 0.5); color:#fff;opacity: 1.0}

.menubar ul.admin-hidden-nav li div a {
  height: 25px;
  padding-top: 5px;
  padding-bottom: 0;
}


/*.in { padding: 2px; color: #033563; font-size:11px;}*/
/*.menubar ul li ul{ display: none;position: absolute; margin-top: 0px; padding-right: 0px; padding-left: 0px; width: 200px ; z-index: 10}*/
/*.menubar ul li:hover ul{ display:block; background: #a8a8a8;height:auto; width:200px; position: absolute; box-shadow: 0px 1px 2px 0px #000; top: 30px}*/
/*.menubar ul li:hover ul a{text-decoration: none; color: white;}*/


.admin_hidden_text      {padding:5px; padding-top: 20px; clear: both; color: #9b283b}
.log_leng{display:inline;text-decoration: none}


/* ----------------------------- mobil -------------------------*/
.editor-mobile-nav{display: none}
.navbar-inverse{background-color: #fff}
.navbar-toggle{background-color: #11171f}
/* ----------------------------- end mobil -------------------------*/


@media screen and (max-width:770px){
  .menubar{display: none}
  .editor-mobile-nav{display: block}
}

/* ----------------------------- end menu -------------------------*/














.gradient{ /* fallback */ background-color: #1e6ea9; background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e6ea9), to(#033563)); /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #033563, #1e6ea9); /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #033563, #1e6ea9); /* IE 10 */ background: -ms-linear-gradient(top, #033563, #1e6ea9); /* Opera 11.10+ */ background: -o-linear-gradient(top, #033563, #1e6ea9); }

tbody tr{height: 25px}

table#gallery {font-weight: bold}

.status{
  /*display: none;*/
  padding: 8px 35px 8px 14px;
  margin: 20px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}











/* original titles */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
/* end original titles*/


.purechat-widget .purechat-init-form input, .purechat-window .purechat-init-form input, .purechat-widget .purechat-init-form textarea, .purechat-window .purechat-init-form textarea, .purechat-widget .purechat-email-form input, .purechat-window .purechat-email-form input, .purechat-widget .purechat-email-form textarea, .purechat-window .purechat-email-form textarea {width: 290px !important}
.purechat.purechat-bottom-right, .purechat-expanded {bottom: -10px !important;}
.purechat-widget .purechat-expanded,.purechat-widget .purechat-collapsed-outer{background: rgba(0, 0,0 , 0) !important;}
.purechat-widget .purechat-expanded .purechat-widget-inner, .purechat-widget .purechat-collapsed-outer .purechat-widget-inner{border-radius: 0px !important}
.purechat-widget .purechat-menu .btn, .purechat-window .purechat-menu .btn, .purechat-widget .btn, .purechat-window .btn{margin: 5px !important; border-radius: 0px !important; box-shadow: 0px 0px 0px !important;background-color:  rgba(23, 176, 154, 0.5)!important;}
.purechat-widget .purechat-expanded .purechat-widget-inner, .purechat-widget .purechat-collapsed-outer .purechat-widget-inner{background-color: #121c2b !important}
/*#top1 { float:left; width: 400px; height: 80px;  position:relative; top:13px; left: 80px}*/
/*#top2 {  float:left;  position:relative; top:13px; left: 320px }*/
/*.menubar ul li div.b a:hover{background-color: #0ac6b1; color:#2c2f35 ;border-width: 0px 5px 0px 0px;border-style: solid; border-color: #f59d41; width:175px; height:27px;}*/
/*.menubar ul li div.c a:hover{background-color: #0ac6b1; color:#2c2f35 ;border-width: 0px 5px 0px 0px;border-style: solid; border-color: #91cd1d; width:175px; height:27px;}*/
/*.menubar ul li div.d a:hover{background-color: #0ac6b1; color:#2c2f35 ;border-width: 0px 5px 0px 0px;border-style: solid; border-color: #ba0b29; width:175px; height:27px;}*/

/* glyphicon fix*/


/* mark elements that need to have some design added later*/
.add-design {
  background-color: rgba(197, 199, 173, 0.100);
  padding: 5px;
  border: 1px dashed gray;
}

hr {
  border-bottom: 1px solid gray;
}

