/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

body {
    margin-top: 100px;
    background-color: #263238;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}
.vis-tag{
    padding-right: 20px;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
}
#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 70px;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    /*white-space: normal;*/
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #263238;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: orange !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: orange;
}
.navbar-inverse {
    background-color: #37474f;
    border-color: #415256;
}
.top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus {
    color: #fff;
    background-color: orange;
}
.page-header {
    padding-bottom: 9px;
    margin: 15px 0 20px;
    border-bottom: 1px solid #eee;
}
.h1, h1 {
    font-size: 25px;
}
#gsgf-login-body{
    display: table;
    width: 100%;
    margin: 0;
}
#gsgf-login-wrapper{
    background: url(../images/login-wallpaper.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;}
#login-wrapper{
    display: inline-block;
    padding: 5% 4%;
    padding-top: 2%;
    background: rgba(0, 0, 0, 0.45);
    border-top: 3px solid orange;
}
#login-wrapper p{
    margin: 0 0 15px;
}
#login-wrapper input[type="text"], input[type="password"] {
    padding: 10px;
    border: 0px solid #fff;
    color: #2c1a07;
}
#login-wrapper .fa {
    padding: 13px 15px;
    background-color: orange;
    color: #2c1807;
}
#login-wrapper input[type="checkbox"] {
    float: left;
    margin-right: 3px;
}
#login-wrapper input[type="submit"] {
    padding: 10px;
    border: 0px solid #fff;
    color: #2c1a07;
    width: 100%;
    background: orange;
    font-weight: bold;
    letter-spacing: 1px;
}
#login-wrapper #rem-me-btn{
    float: left;
    color: orange;
    font-weight: 600;
}
#login-wrapper h4{
    color: orange;
    font-weight: 600;
    margin-bottom: 30px;
}
#login-wrapper input[type="checkbox"]{
  -webkit-appearance:none;
  width:10px;
  height:10px;
  position:relative;
  outline:medium none;
  margin-right:7px;
}
#login-wrapper input[type="checkbox"]::before{
  width:12px;
  height:12px;
  content:"";
  display:block;
  border:2px solid orange;
  border-radius: 9px;
  position:absolute;
}
#login-wrapper input[type="checkbox"]:checked::after{
  width:4px;
  height:4px;
  content:"";
  display:block;
  background: orange;
  border-radius: 5px;
  position:absolute;
  left:4px;
  top:4px;
}
#gsgf-forgot-password-wrapper a{
    color: #c78100;
}

#gsgf-forgot-password-wrapper{
  margin-top: 10px;
}
.loginErrorDiv{
    color: red;
    margin-bottom: 0px !important;
}
.SuccessDiv{
    color: #c78100;
    margin-bottom: 0px !important;
}
.SuccessDiv a{
    color: #c78100;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0px !important;
}
.last-login-tab{
    color: #fff !important;
    background-color: orange !important;
}.last-login-tab>li>a{
    color: #fff !important;
    background-color: orange !important;
}
.top-nav>.open>.dropdown-menu {
    min-width: 200px;
}
.top-nav>.open>.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
}
#page-wrapper {
    padding-bottom: 50px;
}
table.dataTable.display tbody tr td{
    white-space: nowrap;
}
.btn {
    padding: 4px 12px;
    font-size: 12px;
}
@media (min-width: 768px){
    .side-nav li a:hover{
        outline: none;
        background-color: rgb(251, 181, 53) !important;
    }
}

/*download button*/
.buttonDownload {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
  
    background-color: #4CC713;
    color: white;
  
    font-family: sans-serif;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    text-indent: 15px;
}

.buttonDownload:hover {
    background-color: #333;
    color: white;
}

.buttonDownload:before, .buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
    width: 10px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 1px;
    margin-top: -7px;
  
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: transparent;
    border-top-color: inherit;
    
    animation: downloadArrow 2s linear infinite;
    animation-play-state: paused;
}

.buttonDownload:hover:before {
    border-color: #4CC713;
}

.buttonDownload:hover:after {
    border-top-color: #4CC713;
    animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }
    
    0.001% {
        margin-top: -15px;
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    
    100% {
        margin-top: 0;
        opacity: 0;
    }
}
#uploadimagemodel{
    text-align: center;
}
#uploadmodelimage{
    max-width: 100%;
    height: auto;
    opacity: 0.5;
}
#progressBarDiv{
    background-color: rgba(0,0,0,0.5);
    padding: 8px;
    display: none;
}
#progressBarDiv #progressBar{
    width: 100%;
}
#progressBarDiv span{
    position: relative;
    top: -2px;
    color: white;
}
#uploadCropimage{
    display: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#uploadimageError{
    display: none;
}
#uploadimagewrapper{
    position: relative;
    display:none;
    overflow-y: hidden;
    overflow-x: scroll;
}
#uploadimagepreview{
    display:none;
    opacity: 0.5;
}
#imageUploadError{
    display: none;
}
#cropImageWrapper{
    display: none;
}
#cropImageBtn{
    display: none;
}

/* Dashboard inline image previews (e.g. BOD edit page) */
.dashboard-preview-img{
    max-width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    display: block;
}


/*map*/
#map {
    height: 400px;
    width: 50%;
}


/*toast msg*/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #ffa500; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.menuSelect{
    padding: 4px;
}
.menuSelectLabel{
    min-width: 220px;
}