

/*hide legend on small screens
USE bootstrap hidden-xs INSTEAD!
@media only screen and (max-width:767px){
    .mobilehide {
      display:none !important;
    }
}
*/


.input-group-xs{
}
.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>select,
.input-group-xs>.input-group-btn>.btn {
    height: 28px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
.input-group-xs>.bootstrap-select{
    padding-left:0;
    padding-right:0;
    height:28px;
}
.btn-group-xs>.btn, .btn-xs {
    padding:3px 5px;
    height:28px;
}
.btn-group-xs input{
    height:22px;
}
.btn-group-xs>.btn, .btn-xxs {
    font-size: 11px;
    padding:3px;
    padding-top: 2px;
    height:24px;
}
.btn-group-xs>.btn, .btn-xxxs {
    font-size: 10px;
    padding:1px;
    height:20px;
}


.input-group .form-control.btn-primary > option{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.input-group > select:only-child{
    border-radius: 3px!important;
}


.input-group .bs-caret {
	padding-right: 8px;
}
.input-group .selectinput{
	margin-left:-1px!important;
    float: none;
}

.btn:focus {
    outline: 0!important;
}

/*
Override bootstrap styles
*/
.collapse {
  display: none;
  visibility: inherit;
}
.collapse.in {
  display: block;
  visibility: inherit;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{
    /*fixes alignment problem on input groups between label and dropdown*/
    height: 31px;
    font-size: 12px;
    line-height: 1.5;
}

.input-group-sm .btn {
    height:31px;
}
.btn-group-sm>.btn, .btn-sm {
    padding:6px 10px;
}
.input-group-addon-fixedwidth {
    min-width:100px;// if you want width please write here //
    text-align:left;
}
.input-group{
    padding-bottom:5px;
}
.col-narrow{
    padding-left:2px!important;
    padding-right:2px!important;
}
.footer{
    margin-left: 0px;
    margin-right: 0px;
}
.extra{
    margin-left: 0px;
    margin-right: 0px;
}

/* fix dropdowns not working in media component 
 * https://github.com/twbs/bootstrap/issues/6053 */
.media, .media-body{
    overflow: visible; /*overflow was set to hidden before */
}
.media .media-body {
display: table-cell;
width: 10000px;
*width: auto;
*zoom: 1;
}
.media:before, .media:after {
content: "";
display: table;
}
.media:after {
clear: both;
}

.disabled{
    cursor:default!important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    cursor:default!important;
}



/*add support for icofont base admin*/
.widget .widget-header [class^="icofont-"],
.widget .widget-header [class*=" icofont-"] {
  display: inline-block;
  margin-top: -3px;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}

/*table colors*/
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  /*background-color: #d9edf7;*/
  background-color: #99c6dd;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  /*background-color: #c4e3f3;*/
  background-color: #99c6dd;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ddd;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #ddd;
}
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  color: #fff;
  background-color: #337ab7;
}
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover,
.table-hover > tbody > tr.primary:hover > td,
.table-hover > tbody > tr:hover > .primary,
.table-hover > tbody > tr.primary:hover > th {
  color: #fff;
  background-color: #286090;
}
.table > tbody > tr.primary > td > a,
.table-hover > tbody > tr.primary:hover > td {
  color: #fff;
}




html,
body {
   margin:0;
   padding:0;
   height:100%;
}

h5 {
  line-height: 20px;
}

.main {
    padding-top:0px;
    padding-bottom:0px;
}



/*row margin fix for rows with margin = -30px */
.row-margin-fix {
    margin-left:0px;
}

.tab-content {
    margin-top: 10px;
}



/*Packery*/
.pack { }
.pack.w25 { width:25%; }
.pack.w50 { width:50%; }
.pack.w100 { width:100%; }
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .pack.w25 { width:100%; }
    .pack.w50 { width:100%; }
    .pack.w100 { width:100%; }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .pack.w25 { width:50%; }
    .pack.w50 { width:50%; }
    .pack.w100 { width:100%; }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .pack.w25 { width:25%; }
    .pack.w50 { width:50%; }
    .pack.w100 { width:100%; }

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .pack.w25 { width:25%; }
    .pack.w50 { width:50%; }
    .pack.w100 { width:100%; }
}


/* Widgets */
.widget {
    padding-left:5px;
    padding-right:5px;
    padding-top:10px;
    margin-bottom:5px;
}
.widget .widget-content{
}
.widget-content-narrowpadding {
    padding-left:5px !important;
    padding-right:5px !important;
}
.widget-content-narrowtop {
    padding-top:5px !important;
}
.widget-content-narrowbot {
    padding-bottom:5px !important;
}
.widget-content-nopadding {
    padding:0px !important;
}
.widget-content-topsquareedges {
  border-top: none !important; 
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.widget .widget-header h3 {
    font-size:16px;
    font-weight:700;
}
.widget .widget-scroll-y {
    overflow-y: scroll;
}

.marginszero {
    margin:0;
}


/* large screen vertical spacer */
.large-screen-vertical-spacer {
    padding-top:100px;
}
@media (max-width:768px)  {
    .large-screen-vertical-spacer {
        padding-top:0px;
    }
}

/* Top navbar */
.navbar {
    min-height:50px;
    margin-left:0px!important;
    margin-right:0px!important;
}
/*@media (max-width:768px)  {
    .navbar {
        overflow:hidden;
    }
}
*/
.navbar .container {
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:0px!important;
    margin-left:0px!important;
    margin-right:0px!important;
}
.navbar-header{
}
.navbar-inverse .navbar-nav > li > a {
    color:#DDD; 
    font-size:16px; 
}
.navbar .navbar-header .navbar-brand {
    color:#FFF;
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:10px;
    margin-left:0px!important;
    margin-right:0px!important;
}
.dropdown-menu > li > a {
  font-size: 14px;
}

/* Sub navbar */
.subnavbar .mainnav > li > a {
    color: #888;
    font-size:14px; 
    font-weight: normal;
}
.subnavbar .mainnav > li > a:hover {
  color: #BBB;
}
.subnavbar .mainnav > li.active > a {
  background: #333;
  color: #0F0;
}
.subnavbar .dropdown > .dropdown-menu a {
    font-size:14px; 
}
.navbar a.disabled {
    pointer-events: none;
    cursor: default;
    color: #777;
}




/*Bot Tab*/
.botnavbar-outter {
    width:100%;
    border-bottom:1px solid #AAA;
}
.botnavbar { 
    margin:-1px;
    font-size:16px;
    border-bottom-color:#AAA;
}
.botnavbar > li.active > a {
    border-right-color:#AAA;
    border-left-color:#AAA;
    border-bottom-color:#FFF;
}
.botnavbar > li.active > a:hover {
    border-right-color:#AAA;
    border-left-color:#AAA;
}
.botnavbar > li > a:hover {
    border-bottom-color:#0F0;
}
.botnavbar > li {
  padding-top: 7px;
}

.isibadmin,
.nav-tabs > li.isibadmin > a{
    color:#00F !important;
}
.isibadminlight,
.nav-tabs > li.isibadmin > a{
    color:#66F !important;
}

/*for tabs dropdown*/
.nav-tabs > .nav-item > .dropdown-menu{
    width:100%;
    border-right: 0px solid #AAA;
    border-left: 0px solid #AAA;
    border-bottom: 0px solid #AAA;
}
.nav-tabs > .nav-item > .dropdown-menu > a.dropdown-item {
    padding: 7px 12px;
    font-size: 16px;
    color:#555;
    text-decoration: none;
    display:block;
}

/* sign in */
.login-extra {  
    font-size:15px!important;
}
.account-container {
}


/* Nanobar */
.nanobar {
  width: 100%;
  height: 2px;
  z-index: 9999;
  top:0
}
.nanobar .bar {
  width: 0;
  height: 100%;
  transition: height .3s;
  background:#fff;
}



/*Flash messages*/
.flash-message {
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}




/* Sensor Settings */
.sensor_settings_help {
    padding-top:25px;
    font-size:14px;
}
.sensor_settings_help ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-top:0;
    padding-bottom:0;
}
.sensor_settings_help ul li {
    list-style: none;
    padding:3px;
}



/*Kendo UI grids*/
.smallgrid .k-grid,
.smallgrid .k-item,
.smallgrid .k-state-focused,
.smallgrid .k-multiselect-wrap,
.smallgrid .k-list,
.smallgrid .k-input,
.smallgrid .k-dropdown,
.smallgrid .k-reset,
.smallgrid .k-list-container,
.smallgrid .k-button {
    font-size: 11px !important;
    min-width: 30px !important;
    margin:0px!important;
}

.smallgrid .k-header{
    font-size: 14px;
}
.smallgrid .k-grid td{
    line-height: 2em;

}

/*REMOVE KENDO SPINNER*/
.k-loading-mask{
    display:hidden!important;
}
.k-loading-image{
    background-image: none!important;
}
.k-loading-color {
    opacity: 0!important;
}

/*Kendo UI charts*/
.kendo-bar-chart {
    width:100%;
}


/* Sensor Settings Slider */
/*
.red {
  color: #FF2400;
}
.ylw {
  color: #E8A317;
}

.slider.slider-horizontal {
    width:100%
}

.redslider  .slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #FF2400 0%, #9F000F 100%);
  background-image: linear-gradient(to bottom, #FF2400 0%, #9F000F 100%);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.9;
  border: 0px solid transparent;
}
.redslider .slider-selection {
    background: #9F000F;
}

.ylwslider .slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #FFD801 0%, #E9AB17 100%);
  background-image: linear-gradient(to bottom, #FFD801 0%, #E9AB17 100%);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.9;
  border: 0px solid transparent;
}
.ylwslider .slider-selection {
    background: #E9AB17;
}

.minslider .slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #6E6E6E 0%, #424242 100%);
  background-image: linear-gradient(to bottom, #6E6E6E 0%, #424242 100%);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.9;
  border: 0px solid transparent;
}
.minslider .slider-selection {
    background: #424242;
}

.blkslider .slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #6E6E6E 0%, #424242 100%);
  background-image: linear-gradient(to bottom, #6E6E6E 0%, #424242 100%);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.9;
  border: 0px solid transparent;
}
.blkslider .slider-selection {
    background: #424242;
}

.bluslider .slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #2554C7 0%, #0020C2 100%);
  background-image: linear-gradient(to bottom, #2554C7 0%, #0020C2 100%);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.9;
  border: 0px solid transparent;
}
.bluslider .slider-selection {
    background: #2554C7;
}
*/



/* social macro buttons */
.btn-social-macro {
    padding-top:10px;
    padding-bottom:10px;
}


/* social feed widget */
ul.social {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size:12px;
    line-height:16px;
}
ul.social li {
    list-style: none;
    border-bottom: 1px solid #CCC;
    padding:5px;
}
ul.social li.social-li-connect {
    list-style: none;
    border-bottom: 0px solid transparent!important;
}
.social-item-container {
    max-width:250px;
}
.social-item-container-connect {
    text-align:center;
    width:100%;
}
.social-item-image {
    width:48px;
}
.social-item-image img {
    width:48px;
    height:48px;
}
.social-item-content {
    padding-left:5px;
}
.social-item-content-button {
    padding-top:5px;
}
.social-item-content-connect {
    font-size:14px;
}

/* alert feed widget */
ul.alert {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-top:0;
    font-size:12px;
    line-height:16px;
    padding-bottom:0;
}
ul.alert li {
    list-style: none;
    border-bottom: 1px solid #E8E8E8;
    padding:5px;
}
.alert-item-container {
}
.alert-icon {
	font-size: 26px;
	font-weight: bold;
    width:30px;
}
.alert-val {
	font-size: 22px;
	font-weight: bold;
    width:30px;
}
.alert-item-content {
    padding-left:20px;
}
.alert-yellow {
    color: #FFD801;
    background: -webkit-linear-gradient(#FFD801, #E8A317);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
}
.alert-red {
    color: #E42217;
    background: -webkit-linear-gradient(#FF2400, #9F000F);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
}

/* Video feed widget */
.channel-media-body {
    padding-left:25px;
}
.channel-item {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
}
.channel-item-image-container {
    width:150px;
    height:auto;
    max-height:150px;
    overflow: hidden;
}
.channel-item-image-container .img{
    width:100%;
}
.channel-item-btn-container {
    float:right;
}
.channel-item-btn {
    padding: 2px 18px;
    font-size: 13px;
    line-height: normal;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; 
}
.channel-item-dropdown {
    width:auto;
    white-space: nowrap;
}
.channel-item-dropdown li{
}
.channel-progressbars {
    width:25%;
    min-width:100px;
}


/* big stats arrow */
#big_stats .stat .arrow
{
	font-size: 38px;
	font-weight: bold;
}
.arrow-up
{
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); 
}
.arrow-down
{
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg); 
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); 
}
.arrow-better
{
    color: #52D017;
    background: -webkit-linear-gradient(#59E817, #41A317);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
}
.arrow-worse
{
    color: #E42217;
    background: -webkit-linear-gradient(#FF2400, #9F000F);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
}
.arrow-nochange
{
    color: #461B7E;
    background: -webkit-linear-gradient(#461B7E, #4E387E);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
}


/* video */







/*checkout*/
.checkout {
    color:#222;
    height:100%;
}
.checkout .main_container {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.checkout .title {
    text-align:center;
    padding-bottom:10px;
}
.checkout .title  img{
    width:75%;
    max-width:500px;
}
@media (max-width:750px)  {
    .checkout .title  img{
        width:90%;
    }
}
.checkout .table_container{
    font-size:14px;
}
@media (max-width:750px)  {
    .checkout .table_container{
        padding-left:2px;
        padding-right:2px;
        font-size:14px;
    }
}
.checkout_button_container {
    padding-top:25px;
    padding-bottom:25px;
    text-align:center;
    width:100%;
    margin:0px auto;
}


.checkout_button_container {
    padding-top:25px;
    padding-bottom:25px;
    text-align:center;
    width:100%;
    margin:0px auto;
}

.drawer-horiz {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /*flex-grow: 1;*/
    /*overflow:hidden;*/
    /*white-space: nowrap;*/
    position:relative;
}
.drawer-vert {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    /*flex-grow: 1;*/
    /*overflow:hidden;*/
    /*white-space: nowrap;*/
    position:relative;
}


/*eula*/

.eula_title {
    text-align:center;
    padding-bottom:10px;
}
.eula_ib {
    padding-bottom:20px;
}
.eula_container {
    width:100%;
    margin:0px auto;
    max-width:800px;
    border:1px solid #CCC;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; 
}
.eula_contents {
    /*overflow-y:scroll;
    height:800px;
    */
    padding-right:10px;
    padding-left:10px;
}
.eula_section {
    padding-top:30px;
    padding-bottom:10px;
    padding-left:10px;
}
.eula_section .title {
    font-size:20px;
    padding-bottom:10px;
}
.eula_section ul {
    line-height: 1.5;
    list-style: none;
}
.eula_section ul li {
    list-style: none;
    padding-bottom:20px;
    padding-left:5px;
    margin:0;
}
.eula_section ul ul {
    list-style-type: square;
    margin:0;
    padding:0;
}
.eula_section ul ul li {
    list-style-type: square;
    margin:0;
    margin-left:30px;
    padding:0;
    padding-left:0px;
}
.eula_button_container {
    padding-top:25px;
    padding-bottom:25px;
    text-align:center;
    width:100%;
    margin:0px auto;
}





/*table*/
.tbl_container {
    width:100%;
    margin-left: auto; 
    margin-right: auto; 
    text-align:center;
}

.tbl_row {
    margin-left: auto; 
    margin-right: auto;
    text-align:center;
    display:inline-block;
}

.tbl_col {
    float:left;
}

.tbl_col_end {
    clear:both;
}
.clearfloat {
    clear:both;
}

/* center */
.centerp {
    /* let it fill the whole container */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.centerp:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.centerv {
    display: inline-block;
    vertical-align: middle;
}


/* progress bar*/
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}
[data-notify="container"] {
    padding:5px!important;
}

/* bootstrap-select overrides */
.bootstrap-select.btn-group .dropdown-toggle .caret{
    right:4px;
}
.bootstrap-select .dropdown-menu>li>a {
  font-size: 12px;
    line-height: 1.2;
}


/* bootstrap-tokenfield overrides */
.token-label {
    max-width:inherit!important;
}

/* bootstrap select overrides */
.selectpicker {
    z-index:inherit!important;
}
.selectpicker .filter-option{
    padding-right:10px;
    text-align:center;
}

div.row{
    margin:0px;
}
div.col-sm-1 {
    padding:0px;
}
div.col-sm-2 {
    padding:0px;
}
div.col-sm-3 {
    padding:0px;
}
div.col-sm-4 {
    padding:0px;
}
div.col-sm-5 {
    padding:0px;
}
div.col-sm-6 {
    padding:0px;
}
div.col-sm-7 {
    padding:0px;
}
div.col-sm-8 {
    padding:0px;
}
div.col-sm-9 {
    padding:0px;
}
div.col-sm-10 {
    padding:0px;
}
div.col-sm-11 {
    padding:0px;
}
div.col-sm-12 {
    padding:0px;
}
div.col-xs-1 {
    padding:0px;
}
div.col-xs-2 {
    padding:0px;
}
div.col-xs-3 {
    padding:0px;
}
div.col-xs-4 {
    padding:0px;
}
div.col-xs-5 {
    padding:0px;
}
div.col-xs-6 {
    padding:0px;
}
div.col-xs-7 {
    padding:0px;
}
div.col-xs-8 {
    padding:0px;
}
div.col-xs-9 {
    padding:0px;
}
div.col-xs-10 {
    padding:0px;
}
div.col-xs-11 {
    padding:0px;
}
div.col-xs-12 {
    padding:0px;
}
div.col-md-1 {
    padding:0px;
}
div.col-md-2 {
    padding:0px;
}
div.col-md-3 {
    padding:0px;
}
div.col-md-4 {
    padding:0px;
}
div.col-md-5 {
    padding:0px;
}
div.col-md-6 {
    padding:0px;
}
div.col-md-7 {
    padding:0px;
}
div.col-md-8 {
    padding:0px;
}
div.col-md-9 {
    padding:0px;
}
div.col-md-10 {
    padding:0px;
}
div.col-md-11 {
    padding:0px;
}
div.col-md-12 {
    padding:0px;
}
div.col-lg-1 {
    padding:0px;
}
div.col-lg-2 {
    padding:0px;
}
div.col-lg-3 {
    padding:0px;
}
div.col-lg-4 {
    padding:0px;
}
div.col-lg-5 {
    padding:0px;
}
div.col-lg-6 {
    padding:0px;
}
div.col-lg-7 {
    padding:0px;
}
div.col-lg-8 {
    padding:0px;
}
div.col-lg-9 {
    padding:0px;
}
div.col-lg-10 {
    padding:0px;
}
div.col-lg-11 {
    padding:0px;
}
div.col-lg-12 {
    padding:0px;
}










/* one shot spin */
.spin_oneshot {
    transition: spin1 0.5s ease;
	transform: rotate(180deg);
    transform-origin: 50% 50%;
}
@-webkit-keyframes rotate_inc {
  0% { -webkit-transform: rotate(0deg); }
  20% { -webkit-transform: rotate(90deg); }
  25% { -webkit-transform: rotate(90deg); }
  45% { -webkit-transform: rotate(180deg); }
  50% { -webkit-transform: rotate(180deg); }
  70% { -webkit-transform: rotate(270deg); }
  75% { -webkit-transform: rotate(270deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.spin_inc {
    -webkit-animation-name: rotate_inc; 
    -webkit-animation-duration: 4.5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
} 

@-webkit-keyframes rotate_once {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(180deg); }
}

.spin_once {
    -webkit-animation-name: rotate_once; 
    -webkit-animation-duration: 0.5s; 
    -webkit-animation-iteration-count: 1;
    -webkit-transition-timing-function: linear;
} 


/* borders for debug */
.redborder {
    border:2px solid #F00;
}
.greenborder {
    border:2px solid #0F0;
}
.blueborder {
    border:2px solid #00F;
}




.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1
  color: #333333;
  font-size:12px;
}
.tt-dropdown-menu .tt-dataset,
.tt-menu .tt-dataset {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1
  color: #333333;
  font-size:12px;
}


