body {
  padding-top: 50px;
  font-family: 'Open Sans', sans-serif;
  background-color: #cccccc;
}

.container-app{
    background-color: #ffffff;
    min-height: 1000px;
}

.borde-ficha {
	border: #cdcdcd  solid 1px;
}

.login {
  background: #47A0DE;
  padding-top: 0px;
}
.navbar-inverse {
   background: #47A0DE;
  
  z-index:10;
  border-color:#58960F;
  border-bottom-width: 8px;
}

.navbar-header{
    min-height: 55px; 
    background-image: url("../img/bg-header.png");
    width: 200px; 
    margin-bottom: 0px;
    padding-top: 5px;
}

.navbar-inverse li a {
  color: #FFF !important;
}
.navbar-inverse li a:hover {
  color: #CCC !important;
}
.navbar-inverse li:last-child {
  margin-right: 20px;
}
.navbar-inverse .navbar-brand {
  color: #FFF;
  text-transform: uppercase;
}
.page-header .btn {
  margin-left: 5px;
}
.table {
  margin-top: 40px;
}
.label-default {
  text-align: center;
  display: block;
}
.label-active {
  background: #439d44;
}
/* SIDEBAR */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 1px;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 20px;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.test{ /*font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; */font-family: 'Lobster', cursive;
    font-size: 32px;
}

.sidebar-nav li.active {
  background: #E7E7E7;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #333;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: auto;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
.sidebar-nav > .sidebar-brand p {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.sidebar-nav > .sidebar-brand.well {
  margin: 10px;
  padding: 10px;
  background: #FFF;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #333;
  background: none;
}

#editor {
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}

* {
   font-size: 13px;
   line-height: 2;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}  

@media (min-width: 768px) {
  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }

  

}

@media (max-width: 768px) {
      .btn-file {
      margin-top: 12px;
  }
}



.tokenize-sample { width: 100% }

glyphicon glyphicon-question-sign a{color:#000000;}
.navbar-nav>li>a {/*padding-top: 27px;*/ padding-bottom: 0px; font-size: 15px;}
#wrapper{padding-left: 30px; padding-right: 30px;}
.btn-success{background-color: #58960F; border-color: #58960F;}
.btn-primary{background-color: #47A0DE; border-color: #47A0DE;}
a{color: #47A0DE}
.img-thumbnail{border-color:#47A0DE; }
.nav-tabs{border-color:#47A0DE; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border-color:#47A0DE; border-bottom-color:transparent; }
.page-header{border-bottom-color:#47A0DE; border-bottom-width: 2px; background-image: url('../img/bg-head.png'); background-repeat: no-repeat; background-position: right bottom; }
.glyphicon {font-size: 20px;}
.navbar-inverse .dropdown-menu li a{color:#000000 !important;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {background-color: transparent;}
.glyphicon-user{background-color: #ffffff; padding: 4px; /* margin-top: -10px;*/ color:  #47A0DE;border-radius:20px; border-color: #ffffff;}
.glyphicon-cog{background-color: #ffffff; padding: 4px;  /*margin-top: -10px;*/ color:  #47A0DE;border-radius:20px; border-color: #ffffff; /*margin-left:-42px;*/ }
.sign-header{background-color: #ffffff; padding: 4px;  /*margin-top: -10px;*/ color:  #47A0DE; border-radius:20px; border-color: #ffffff; /*margin-left:-30px;*/  }
.glyphicon-log-out{background-color: #ffffff; padding: 4px; /* margin-top: -10px;*/ color:  #47A0DE;border-radius:20px; border-color: #ffffff; /*margin-left:-20px;*/ }
.badge-header{min-width:20px; /*background-color: #ffffff;*/ color:#ffffff; min-height: 15px; margin-top: -15px; padding: 4px;border-radius:20px; font-size: 12px; margin-left: -40px; }
.bootstrap-switch{height: 30px;}
.label-default a{color:#FFF;line-height:1.1;font-size:110%; }
.ui-widget-header{background-color: #d9534f;}

.print{font-size: 10px;}



/* typeahead */
.twitter-typeahead{
    width: 100%;
}
.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}


/*resposive fix*/
        .navbar-header{width: 300px;}
        .navbar{background-color: #47A0DE; border-color: #58960F; border-bottom-width: 8px; color: #ffffff;}
        .navbar-toggle{background-color:#58960F; color: #ffffff;}
        .navbar a{color:#ffffff;}
        .icon-bar{background-color: #ffffff;}
        .navbar-brand{padding: 5px 40px;}
        .nav>li>a:focus, .nav>li>a:hover{background-color: transparent; color: #000;}
        .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-color: transparent; color: #000;}
        .navbar-right{margin-right: 20px;}
        .navbar-right>li>a {/*padding-top:  0px;*/ margin-left: 0px; margin-right: 0px; padding-right: 0px;}
        .navbar-right>li>a .lala{padding-top:0px;}
        nav .badge {
  display: block;
  position: absolute;
  top: 12px;
  right: -8px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  background: red;
  border-color: red;
}

.brandcaptcha{
    margin-top: 10px; 
    margin-bottom: 20px; 
    max-width: 340px; 
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 340px) {
    
    .brandcaptcha{
        max-width: 340px; 
        overflow-x: scroll;
    }

    #brand_cap_asset{
        width: 100% !important;
    }

    #brand_cap_image_holder{
        width: 250px !important;
    }
}

.tc{width: 100%; min-height: 400px; text-align: center; word-wrap: break-word; }

#sending-data {
	padding: 10px;
	border: 1px solid #ccc;
	display:table;
	margin: 0 auto;
	border-radius: 4px;
	background:white
}
#sending-data img {
	width: 20px;
	margin-right: 10px;
}





.group-title {
	background: #3989c1;
	color: #fff;
	padding: 5px;
}


.group-title input {
	float: right;
	margin-top:10px;
}

.group-fields {
	background: #efefef;
	padding: 10px;
	box-shadow: 1px 1px 1px #d8d8d8;
	border-radius: 2px 2px 2px 2px;
}

.group-fields label {
	text-transform:capitalize;
}