/* Space out content a bit */
body {
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.nav>li>a {
    /* position: relative; */
    display: block;
    padding: 6px 15px;
}
.nav>li.active>a {
    text-decoration: none;
    background-color: #282B30;
    color: #FFFFFF;
    font-weight: bold;
    border-right: 3px solid white;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #282B30;
    color: #FFFFFF;
}


.select-page {
    width: 50px;
    text-align: center;
}
.pagination li a input {
    padding: 0;
    margin: -5px 0;
}


.st-sort-ascent:before{
    content: '\25B2';
}

.st-sort-descent:before{
    content: '\25BC';
}



.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }

canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
	max-width: 140px;
    margin: 6px 0 0 6px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-brand {
    height: 50px;
    padding: 15px 0px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
		font-weight: bold;
        line-height: 20px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}		

.navbar-toggle2 {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle2:focus {
    outline: 0;
}
.navbar-toggle2 .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle2 .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle2 {
        display: block;
        margin-right:30px;
    }
}
.navbar-default .navbar-toggle2 {
    border-color: #ddd;
}
.navbar-default .navbar-toggle2:hover,
.navbar-default .navbar-toggle2:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle2 .icon-bar {
    background-color: #888;
}
.navbar-inverse .navbar-toggle2 {
    border-color: #333;
}
.navbar-inverse .navbar-toggle2:hover,
.navbar-inverse .navbar-toggle2:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle2 .icon-bar {
    background-color: #fff;
}			



.dropbtn {
    background-color: #F8F8F8;
    color: #A7A7A7;
    /* width: 40px; */
    /* height: 40px; */
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 15px;
}
.dropbtn:hover, .dropbtn:focus {
}
.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FDFDFD;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	top: 50px;
    right: 0;
    z-index: 1;
    margin-right: 15px;
    font-size:13px;
}
.dropdown-content a {
    color: #6A6A6A;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #E5E5E5;
}
.dropdown a:hover {
    background-color: #00AFF0;
    color: white;
}
.show {display:block;}

@media (min-width: 768px) {
    .dropbtn {
        margin-right:30px;
    }
    .dropdown-content {
        margin-right:30px;
    }
}


.panel-nav-tabs {
    padding: 15px;
    width: 92vw;
    max-width: 400px;
    height: 70vh;
    padding: 0;
    margin: 0;
}
.nav-tabs {
    border-bottom: 2px solid #BBCDD2;
}
.nav-tabs > li {
    float: left;
}
.nav-tabs > li > a {
    text-align: center;
    border: 0;
    width: 42vw;
    max-width: 190px;
    margin: 0;
}
.nav-tabs > li > a:hover {
    background-color: #fff;
    color: #25B9D7;
    border-bottom: 1px solid #BBCDD2;
    width: 42vw;
    max-width: 190px;
    margin: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #25B9D7;
    width: 42vw;
    max-width: 190px;
    margin: 0;
}


.tab-content > .tab-pane {
    display: none;
    margin: 15px;
}
.tab-content > .active {
    display: block;
}

@media (min-width: 768px) {
    .tab-content > .tab-pane {
        display: none;
        margin: 15px;
    }
    .tab-content > .active {
        display: block;
    }
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    font-weight: bold;
	color: #333333;
}



    table.detatech {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: stretch;
		color: #000;
    }

    table.detatech * {
        box-sizing: inherit;
        -moz-box-sizing: inherit;
    }

    thead.detatech {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        overflow-y: initial;
    }

    tbody.detatech {
        overflow-x: hidden;
        overflow-y: hidden;
        display: inline-block;
    }

    thead.detatech > tr.detatech, tbody.detatech > tr.detatech, tfoot.detatech > tr.detatech {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    thead.detatech, tfoot.detatech {
        flex-shrink: 0;
    }

    th.detatech, tbody.detatech td.detatech {
        width: 20%; /* this can vary */
        overflow-x: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    tfoot.detatech {
        display: inline-block;
    }

    tfoot.detatech td.detatech {
        width: 100%;
        display: inline-block;
    }

	
.btn-link-danger {
  font-weight: normal;
  color: #d9534f;
  border-radius: 0;
}
.btn-link-danger,
.btn-link-danger:active,
.btn-link-danger.active,
.btn-link-danger[disabled],
fieldset[disabled] .btn-link-danger {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link-danger,
.btn-link-danger:hover,
.btn-link-danger:focus,
.btn-link-danger:active {
  border-color: transparent;
}
.btn-link-danger:hover,
.btn-link-danger:focus {
  color: #c9302c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link-danger[disabled]:hover,
fieldset[disabled] .btn-link-danger:hover,
.btn-link-danger[disabled]:focus,
fieldset[disabled] .btn-link-danger:focus {
  color: #d9534f;
  text-decoration: none;
}

.btn-link-warning {
  font-weight: normal;
  color: #f0ad4e;
  border-radius: 0;
}
.btn-link-warning,
.btn-link-warning:active,
.btn-link-warning.active,
.btn-link-warning[disabled],
fieldset[disabled] .btn-link-warning {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link-warning,
.btn-link-warning:hover,
.btn-link-warning:focus,
.btn-link-warning:active {
  border-color: transparent;
}
.btn-link-warning:hover,
.btn-link-warning:focus {
  color: #ec971f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link-warning[disabled]:hover,
fieldset[disabled] .btn-link-warning:hover,
.btn-link-warning[disabled]:focus,
fieldset[disabled] .btn-link-warning:focus {
  color: #f0ad4e;
  text-decoration: none;
}



.adjustMenuPosition {
	padding-top:18px;
	padding-bottom:5px;
}
.adjustMenuPosition2 {
	padding-top:115px;
}
.adjustHeaderSize {
	height:110px;
}

@media (min-width: 410px) {
    .adjustMenuPosition {
		margin-top: -15px;
        padding-top:0px;
        padding-bottom:0px;
    }
	.adjustMenuPosition2 {
		padding-top:85px;
	}
	.adjustHeaderSize {
		height:85px;
	}
}



.alert {
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-default {
  color: #333333;
  background-color: #F5F5F5;
  border-color: #E3E3E3;
}


.modal-backdrop.in
{
    filter: alpha(opacity=30);
    opacity: .3;
}




.nowloading {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  .nowloading.hide {
    opacity: 0;
    pointer-events: none; }
  .nowloading, .nowloading.show {
    box-sizing: border-box;
    transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .nowloading, .nowloading * {
    box-sizing: border-box; }
  .nowloading .dialog {
    padding: 12px; }
  .nowloading .dialog, .nowloading .alert {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .nowloading .dialog > *, .nowloading .alert > * {
      width: 400px;
      max-width: 95%;
      margin: 0 auto;
      text-align: center;
      padding: 12px;
      background: #fff;
      box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084); }
    .nowloading .dialog .msg, .nowloading .alert .msg {
      padding: 12px;
      margin-bottom: 12px;
      margin: 0;
      text-align: left; }
    .nowloading .dialog input:not(.form-control), .nowloading .alert input:not(.form-control) {
      margin-bottom: 15px;
      width: 100%;
      font-size: 100%;
      padding: 12px; }
      .nowloading .dialog input:not(.form-control):focus, .nowloading .alert input:not(.form-control):focus {
        outline-offset: -2px; }
    .nowloading .dialog nav, .nowloading .alert nav {
      text-align: right; }
      .nowloading .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button), .nowloading .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button) {
        background: transparent;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.87);
        position: relative;
        outline: 0;
        border: 0;
        display: inline-block;
        -ms-flex-align: center;
            -ms-grid-row-align: center;
            align-items: center;
        padding: 0 6px;
        margin: 6px 8px;
        line-height: 36px;
        min-height: 36px;
        white-space: nowrap;
        min-width: 88px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 2px; }
        .nowloading .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover, .nowloading .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):active, .nowloading .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover, .nowloading .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):active {
          background-color: rgba(0, 0, 0, 0.05); }
        .nowloading .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus, .nowloading .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus {
          border: 1px solid rgba(0, 0, 0, 0.1); }
      .nowloading .dialog nav button.btn, .nowloading .alert nav button.btn {
        margin: 6px 4px; }
		
		
.text-bold {
	color: #d9534f;
    font-weight: bold;
}


.detatech-brand {
	float: left;
	width: 180px;
	height: 50px;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
	background-color: #F8F8F8;
	color: #5E5E5E;
}

@media (min-width: 768px) {
    .detatech-brand {
		float: left;
		width: 180px;
        height: 50px;
        padding: 15px 10px;
        font-size: 18px;
		font-weight: bold;
		line-height: 20px;
		background-color: #363A41;
		color: white;
    }
}



.detatech-alert-success {
	color: #333;
	background-color: #dff0d8;
}
.detatech-alert-success-bold {
	color: #3c763d;
	background-color: #dff0d8;
	font-weight: bold;
}
.detatech-alert-primary {
	color: #31708f;
	background-color: #d9edf7;
}
.detatech-alert-primary-bold {
	color: #31708f;
	background-color: #d9edf7;
	font-weight: bold;
}
.detatech-alert-warning {
	color: #8a6d3b;
	background-color: #fef9bd;
}
.detatech-alert-warning-bold {
	color: #8a6d3b;
	background-color: #fef9bd;
	font-weight: bold;
}
.detatech-alert-danger {
	color: #a94442;
	background-color: #f2dede;
}
.detatech-alert-danger-bold {
	color: #a94442;
	background-color: #f2dede;
	font-weight: bold;
}
.detatech-alert-default {
	color: #000;
	background-color: white;
}
.detatech-alert-default-bold {
	color: #000;
	background-color: white;
	font-weight: bold;
}
.detatech-alert-disable-bold {
	color: #000;
	background-color: #efefef;
	font-weight: bold;
}
.detatech-alert-seperator {
	color: #000;
	background-color: white;
	-webkit-logical-height: 35px;
	height: 35px;
}

.detatech-locked-mode {
	color: #ccc;
	font-weight: normal;
}
.detatech-non-locked-mode {
	color: #000;
	font-weight: 500;
}
.detatech-alert-locked-mode {
	color: #ccc;
	background-color: #efefef;
	font-weight: normal;
}

