/*
    Created on : 12-dic-2017, 10.57.39
    Author     : marco
*/

a{
  color:#407090;
}

label{
  margin:0 5px;
}

.row{
  margin: 5px;
}

.row-20{
  margin: 0 -20px;
}
.row-20:before{
  display: table;
  line-height: 0;
  content: "";
}
.navbar-inner,
.navbar .btn-navbar,
.btn-primary{
  background-color:#009;
  background-image:linear-gradient(to bottom,#407090,#5682a3);
  border: 1px solid #5682a3;
}

.navbar .nav-collapse .nav li>a{
  color: #fff;
  border-right: 1px solid #5682a3;
  border-left: 1px solid #5682a3;
}


.navbar .nav>.active>a {
  background-color: #457090;
  background-image:linear-gradient(to bottom,#407090,#457090);
}
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus{
  background-color: #306090 !important;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus,
.btn-primary:hover,
.btn-primary:focus{
  /*background-color: #306090 !important;*/
  background-image:linear-gradient(to bottom,#407090,#306090) !important;
  background-position: 0;
}


.navbar .brand, .navbar .nav>li>a{
  text-shadow: 0 1px 0 #306090;
}

.navbar-inverse,
.navbar-inverse .navbar-inner{
  color: #fff;
  background-color:#306090;
  background-image:linear-gradient(to bottom,#5682a3,#306090);
  border-right: 1px solid #306090;
  border-left: 1px solid #306090;
}

.hero-unit {
  padding: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  line-height: 15px;
  color: inherit;
}
footer{
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}




/* Tooltip text */
.tooltipcontainer {
    position: relative;
}
.tooltipcontainer .tooltiptext {
  opacity:0.7;
  visibility: hidden;
  width: 400px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  padding: 4px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 3em;
  left: 10%; 
}
.tooltipcontainer .tooltiptext span{
  font-weight: bold;
  display: inline-block;
  width:40%;
  border-bottom: 1px dotted #ccc;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltipcontainer:hover .tooltiptext {
  visibility: visible;
}
.userPhoto{
  width: 40px;
}

.form-group{
  padding-bottom:2px;
  height: 2em;
}

.form-group-text{
  padding-bottom:2px;
  height: 8em;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 2px;
  font-size: 100%;
}

.ui-state-active{
  background-color: #306090;
  background-image: -moz-linear-gradient(top, #5682a3, #306090);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5682a3), to(#306090));
  background-image: -webkit-linear-gradient(top, #5682a3, #306090);
  background-image: -o-linear-gradient(top, #5682a3, #306090);
  background-image: linear-gradient(to bottom, #5682a3, #306090);
  background-repeat: repeat-x;
  border-color: #306090;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5682a3', endColorstr='#306090', GradientType=0)
}

.table thead th{
  vertical-align: top;
  text-align: center;
}
.center, table.listbotUserAutorized td.center{
  vertical-align: middle;
  text-align: center;
}

.pagination{
  text-align: center;
}

.dropdown-menu,.dropdown-menu>li>a, .dropdown-menu>li>a, .dropdown-submenu>a, .dropdown-submenu>a{
  background-color: #306090 !important;
}

.dropdown-menu:hover,.dropdown-menu:focus,.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a{
  background-color: #5682a3 !important;
  background-image: none;
}
hr{
  margin: 10px;
  clear:both;
  border-bottom: 1px #306090 dashed;
}
.icon{
  fill: #fff;
}

.telegram-icon{
  fill: #306090;
}

.list li {
  display: inline-block;
  position: relative;
  width: 84px;
  min-width: 84px;
  margin: 0 17px 20px 22px;
  outline-color: #eeecec;
  vertical-align: top;
}
.body-contents{
  padding: 0 10px;
}

h2 {
  font-size: 1.3em;
}
[class^="widgets-"]{
  display: block;
  float: left;
  padding: 0 10px;
  margin: 1%;
  border: 0.1px solid #306090;
  min-height: 14em;
}
[class^="widgets-"] div{
  display: block;
  overflow: auto;
  height: 15em;
}
[class^="widgets-"] table{
  width:100%;
}
[class^="widgets-"] h2{
  background-color: #306090;
  color: #fff;
  padding: 0 10px;
}
[class^="widgets-"] td{
  text-align: center;
  border-bottom: 1px #306090 dotted;
}
table.listbotUserAutorized td{
  text-align: left;
}
table.listbotUserAutorized ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.listbotUserAutorized li{
    border-bottom: 1px dotted #ccc;
}
.widgets-3_12{
  width: 21%;
}
.widgets-6_12{
  width: 46%;
}
.widgets-9_12{
  width: 71%;
}
.widgets-12_12{
  width: 96%;
}
[class^="widgets-"] .addBot{
  float:right;
  display: block;
}
[class^="widgets-"] .addBot a{
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}
[class^="signup-icon-"]{
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #3b5998;
  outline-color: #eeecec;
  display: inline-block;
  margin-top: 1px;
  *margin-right: .3em;
  vertical-align: text-top;
}

#termsDescription,#privacyDescription{
  text-align: justify;
}

.status-programm{
  width: 165px; height: 100px; top: 30px; right: 0;
  background: url(/img/betatesting.png) no-repeat center top; position: fixed; z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

[class^="bot-"]{
  padding: 1px 2px;
}
.bot-disabled, .disabled{
  background-color: #f9f;
}
.bot-enabled, .enabled{
  background-color: #9f9;
}

ul.listBots{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
td.stats-updated{
    text-align: right;
    font-size: .80em;
}

footer{
  clear:both;
}
