@media (max-width: 480px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }


  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }


  .paddingtop {
  	padding-top: 80px !important;
  }



}

.welcome {
    font-size: 14px;
}
.welcome_esviewer {
    font-size: 14px;
}
.welcome_template {
    font-size: 14px;
}


@media (max-width: 840px) {
  .welcome {
      display: none !important;
  }
  .welcome_esviewer {
    display: none !important;
}

}
@media (max-width: 770px) {
    .welcome_template {
        display: none !important;
    }
  }


.high_collaped_panel_title {
	height : 54px !important;
}

.regular_collaped_panel_title {
	height : 37px !important;
}




.modeless{
    top:10%;
    left:50%;
    bottom:auto;
    right:auto;
    margin-left:-300px;
}



.navbar-custom {
    background-color: #0080A3;
    color: white;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #10B6E6;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-toggle {
    background-color: #1D1C73;
}
.navbar-custom .icon-bar {
    background-color: white;
}

/* for dropdowns only */
.navbar-custom .navbar-nav .dropdown-menu  {
  background-color: #0080A3;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a  {
  color: #fff;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  {
  color: #0080A3;
}




.properties_panel {
    padding-left: 5px;
    padding-right: 5px;
}



.tudesc-nav-btn {
	font-size:14px;
	padding-top:10px !important;
	margin-top:16px;
	margin-right:10px;
	padding-bottom:10px  !important;
}


.login-nav-btn {
	font-size:14px;
	padding-top:10px !important;
	margin-top:6px;
	margin-right:10px;
	padding-bottom:10px  !important;
}


.tudesc_frame_legend {
	width:100px;
	padding:0 10px;
	border-bottom:none;
	font-size:14px;
	font-weight:bold;
}

.tudesc_frame_legend_top {
	margin-top: 22px;
}

.panel-heading span {
	margin-top: -20px;
	font-size: 14px;
}

.clickable {
	cursor: pointer;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.form-horizontal .control-label {
	text-align: left;
}



.btn_not_active, .btn_not_active:hover, .btn_not_active:active, .btn_not_active:visited {
    background-color: gray !important;
    color:white !important;
}




.btn-custom, .btn-custom:hover, .btn-custom:active, .btn-custom:visited {
    background-color: #1D1C73 !important;
    color:white !important;
}


.btn-custom:disabled{
    background-color: gray !important;
}




input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

   opacity: 1;

}
.label_error {
	 color: red;
}
.label_oke {
	 color: black;
}



.error {
	border-color: #FF0000 !important;
	border-width:medium;
}

.error_range {
  box-shadow: 2px 2px 2px 2px #FF0000;
 }


.oke {
	border-color: #00CC00 !important;
	border-width:thin;
}

.warning {
	border-color: #FFB400 !important;
	border-width:medium;
}


.red_border_dashed {
    border-width: 2px;
    border-color: red  !important;
    border-style: dashed;
}


.red_border {
    border-width: 3px;
    border-color: red  !important;
    border-style: solid;
}

.orange_border {
    border-width: 3px;
    border-color: #FFB400  !important;
    border-style: solid;
}





.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.doorpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
    height:54px;
}

.windowpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
    height:54px;
}



.trafficpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
    /* height:54px; */
}

.chalkboardpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}
.chairpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}
.tablepanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}

.deskpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}
.obstaclepanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
    height:54px;

}


.whiteboardpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}

.screenpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}

.projectorpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}

.displaypanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}
.iaboardpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}

.segmentpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}

.twistandbendpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
}


.ledpanel > .panel-heading {
    background-image: none;
    background-color: #DCDCDC;

    color: black;
    height:54px;
}

.panel > .panel-heading {
    background-image: none;
    background-color: #0080A3;

/*
    color: white;
     height:30px;
 */
}


.panel-title {
/*     margin-top: -3px; */
/*     margin-bottom: 0; */
    font-size: 15px;
}

 .sub_col {
 	padding:0px 0px 0px 0px;
 }


.first_col {
	padding-left:0px;
	padding-right:25px;
}

.next_col {
	padding-left:0px;
	padding-right:25px;

}

.last_col {
	padding-left:0px;
	padding-right:0px;

}

.disabled_lbl {
    color: darkgrey;
 }


.my_form_group {
	margin-bottom: 5px; /*original its 15 */
}

.less_bottom_margin {
	margin-bottom:0px;
	padding-bottom:0px;

}

.less_top_margin {
	margin-top:0px !important;
	padding-top:0px !important;

}

.no_margin {
	margin-left:0px !important;
	margin-right:0px !important;
	padding-right:0px !important;
}

.no_margin-1 {
	margin-right:0px !important;
	padding-right:0px !important;
}


.text-nowrap {
    white-space: nowrap;
}

.right{
    float:right;
}

.left{
    float:left;
}

.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}


div.a {
    position: relative;
}

div.b {
    position: absolute;
    left: auto;
    margin-right: 70px;
    width:100%;
}
div.c {
    position: absolute;
    right: 15px;
}

.oddrow {
	background-color: #eeeeee !important;
}

.mypanel {
	margin-top:10px;
	padding-top: 10px;
}


.tooltip {
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:16px;
    opacity:0;
    filter:alpha(opacity=0);
    /* width: 340px; */
}

.tooltip.bottom .tooltip-inner{
    color:#fff;
    background-color:#1D1C73;
    max-width:1810px;
    width: 85px;
	text-align:left;
}

.tooltip.right .tooltip-inner{
    color:#fff;
    background-color:#1D1C73;
    width: 100px;
}
.tooltip.left .tooltip-inner{
    color:#fff;
    background-color:#1D1C73;
    width: 340px;
}

#image_container {
	margin-top:10px;
    position:relative;
}


#img_smart {
    position: absolute;
    left: 447px;
    top: 132px;
}


.modal-body {
    height: 320;
 }

.col_less_margin {
	padding-right:10px  !important;
	padding-left:10px  !important;
}


