html,
body {
    height: 100%;
}
.navbar-collapse {
    width: 100%;
    padding:0;
}
.active > .nav {
    width:90%;
    margin-left:5%;
    font-size:0.9em;
}
.nav {
    font-size:0.9em;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.modal-dialog {
    margin-top: 15vh !important;
}

.scale {
 -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 -webkit-transition: all 0.3s ease-out;
 }

.scale:hover{
 -webkit-transform: scale(1.04);
 -moz-transform: scale(1.04);
 -o-transform: scale(1.04);
 }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #498d97;
    border-radius: 0px;
}

.header-menu-nav .active a,
.header-menu-nav .active a:hover,
.header-menu-nav a:hover{
    background-color: #f89537 !important;
    color:#fff;
    border-radius:0px !important;
}
.header-menu-nav a {
    background: #498d97;
    color:#fff;
    border-radius:0px !important;
}

.header-menu {
    position:absolute;
    top:0px;
    left:0px;
    z-index: 1001;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.container > .row {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.header {
    background:#fff;
}
.header-btn {
    color:#fff;
    background:#498d97;
    text-decoration:none;
}
.header-btn .nav-pills > li > a {
    border-radius: 0px;
}
.email span {
    color:#f89537;
}
.email {
    font-size: 13px;
    /*line-height:88px;*/
}
section .container {
    margin-top: 15px !important;
    margin-bottom:15px !important;
}
.item-3 {
    margin-bottom: 20px;
    min-height:250px;
}
section .padding {
    margin-top: 30px !important;
    margin-bottom:30px !important;
    padding-top: 15px !important;
    padding-bottom:15px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}



input:checked + .slider {
  background-color: #498d97;
}

input:focus + .slider {
  box-shadow: 0 0 1px #498d97;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */


.form-control {
    border-radius: 4px;
    margin-bottom:10px;
}
.landing {
font-family: Arial,Sans-serif;
  min-height: 100%;
  width:100%;
}
 html,
body {
  height: 100%;
}


.wrapper {
  width:100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
    display: block !important;
    flex: 1 0 auto;
     align-items: flex-start;
}

.section {
    display: block !important;
}

.text-logo {
    font-family: "Arial Bold",Sans-Serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	display: inline-block;
	vertical-align:middle;
	/*padding-top:15px;*/
	/*width:40%;*/
}  
.text-sublogo {
    font-family: "Arial",Sans-Serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	color:#000000;
	display:block;
	text-transform:uppercase;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 30px;
}
.header{
    padding:0 !important;
        flex: 0 0 auto;

}
.bold {
    font-weight: 600;
}
.blue {
    color: #498d97;
}
.white {
    color: #ffffff;
}
.black {
    color: #000000;
}




.soc-top {
    padding: 5px;
    padding-bottom: 25px;
}
.soc-top-wrapper {
    display:inline-block;
}
.top-right {
    display:inline-block;
    /*height:100px;*/
    float:right;
    padding: 15px 0;
    /*line-height:35px;*/
}
.top-right-btn-wrapper{
    margin:auto 0;
    display:inline-block;
    vertical-align:middle;
    height: 50px;
}
.top-right-btn{
    font-family: "Arial",Sans-Serif;
    background:#f89537;
    border-radius:0px;
    padding: 10px 20px;
    line-height:20px;
    font-size:18px;
    color:#fff;
}
.top-right-btn>a{
    font-family: "Arial",Sans-Serif;
    color:#ffffff;
    font-weight:100;
    font-size:16px;
    display: inline-block;
    transition:all 0.3s ease;
}
.top-right-btn>a:hover, .btn-menu:hover {
    text-shadow: 0 0 4px rgba(256,256,256,0.6);
    color:#ffffff;
}
.btn-primary {
    background-color: #498d97;
    border-color: #498d97;
}
.btn-primary:hover {
    background:#5dc0c9;
    border-color: #5dc0c9;
}
.btn-menu {
    font-family: "Arial",Sans-Serif;
    background:#498d97;
    border-radius:50px;
    padding: 10px 38px;
    min-width: 220px;
    margin-right:10px;
    line-height:16px;
    font-size:16px; 
    color:#ffffff;
    font-weight:100;
    display: inline-block;
    transition:all 0.3s ease;
    text-transform:uppercase;
    margin-bottom:5px;
    text-align:center;
}
.btn-menu:hover {
    background:#5dc0c9;
}
.logo-img-top{
    display:inline-block;
}

.footer {
      flex: 0 0 auto;

    height:auto;
    border-top-width:0px;
    padding-bottom:20px;
    background:#498d97;
    color:#ffffff;
    position:relative;
    bottom:0px;
    left:0px;
    right:0px;
    margin-top:0px;
    min-height:50px;
}


.footer .center, .footer .right {
    padding-top: 20px;
}

.footer .left, .footer .center {
    text-align:left;
    min-height:100px;
    display:inline-block;
    vertical-align:middle;
}
.footer .right {
    text-align:right;
}
.footer .text-sublogo{
    max-width:100%; 
}
.site-profile{
    width:100%;
}

.content-wrapper{
    padding-left:15px;
    padding-right:15px;
}
.sidebar, .content-wrapper>div,.user-panel-mobile {
    color: #333;
    /*background-color: #f5f5f5;
    border: 1px solid #ddd;*/
    border-radius: 4px;
    /*background-image: url(/img/pricebg.jpg);*/
    background-color:#f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
        box-shadow: 0 4px 4px 0px rgba(0,0,0,0.2);
    margin-bottom:15px;
}

.content-wrapper>div,.user-panel-mobile {
    padding:15px;
}
.content-wrapper>div>h1{
    margin-top:0;
}

.content-wrapper .user-panel-mobile-row {
    background:transparent;
    box-shadow: 0 0px 0px 0px #000;
    margin-bottom:0;
    position:relative;
    padding-left:0;
}
.user-panel-mobile {
    background:#f8983f !important;

}
.tgl-btn-div{
    position:relative;
    left:0;
}
.menuu{
    border-radius:0 30px 30px 0;margin-left:0px;margin-bottom:15px;width:120px;display:inline-block;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,0.2);
    text-align:right;
    transition:all 0.2s ease;
}
.sidebar-open .menuu {
    width:170px;
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.1);
}
body, html, div{
    transition:all 0.3s ease;
}
ul, li, a {
     transition:all 0s ease;
}

.padding-0 {
    padding:0 !important;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
   .top-right-btn-wrapper {
       height:50px;
   } 
.text-sublogo, .text-logo {
  max-width:30%;
}
.top-right{
    float:none;
    width:100%;
    text-align:center;
    padding: 5px 0 5px;
}
.text-logo {
    font-size:24px;
    line-height:24px;
}
.item-3 {
    font-size: 20px;   
}
}



@media screen and (max-width: 768px) {
.container > .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.header-menu {
    position:relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.item-3 {
    font-size: 17px;   
}
.btn-menu {
    line-height:14px;
    font-size:14px; 
    padding: 14px 20px;
    margin-right:4px;
    min-width:10px;
}
.text-sublogo, .text-logo {
    
  max-width:30%;
}
.top-right{
    float:none;
    width:100%;
    text-align:center;
    padding: 5px 0 5px;
}
.top-right-btn-wrapper{
    display:inline-block;
    height:auto;
}
.soc-top-wrapper{
    width:100%;
    text-align:center;
}
.logo-img-top{
    width:40%;
    text-align:right;
}
.logo-img-top img{
    width:100%;
    max-width:106px;
}
.mobile-center {
    text-align:center;
}
.text-logo {
    font-size:20px;
    /*width:58%;*/
    padding-top:0;
margin-bottom:0;
    
}
.footer .left, .footer .center, .footer .right {
    text-align:center;
}

}
.btn-admin {
    position:fixed;
    left: 6px;
    top:6px;
    z-index:1001;
    border-width:0;
    opacity:0.4;
    color:#999;
}
#admin-panel {
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:1100;
    background:#498d97;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.2);
    opacity:1;
}
#header-panel {
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:1100;
    font-size: 13px;
    background:#498d97;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.2);
    opacity:1;
}
#header-panel a {
    color: #fff;
    text-decoration:none;
}
#header-panel .dropdown-menu a {
    color:#000;
}

#admin-panel:hover {
    opacity:1;
}
#admin-panel a {
    color:#fff;
}
#admin-panel .dropdown-menu a {
    color:#000;
}
.tooltip-inner {
  background-color: #00acd6 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #00acd6;
}
#refreshButton {
    border-style: none;
}
.well {
    background-color: rgba(245, 245, 245, 0.8);
}
