/*
Custom Styles go in this file, bootstrap variables in bootstrap/variables.less
*/
@import 'bootstrap/bootstrap.less';

/* Sticky footer styles
-------------------------------------------------- */



/*------------Table Form----------------------------------*/

.nav-tabs {
    border-bottom: 1px solid #ddd !important;
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    border: 1px solid #ccc !important;
    background-color: #f1f1f1 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #ccc !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
div#options {
    margin-left: 2%;
}
.form_table {
    margin-top: .5em;
    border: solid;
    border-color: #e7e7e7;
}

img.coverphoto {
    max-width: 400px;
    max-height: 400px;
}

.form_table:hover {
    padding: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

span.aligned {
    display: inline-block;
    float: left;
    clear: left;
    width: 65px;
    padding-right: 5px;
    text-align: right;
}

.fee_select {
    margin-right: 5px;
}

div#notecpy {
    border: solid !important;
    margin: 15px;
    border-color: grey !important;
    padding: 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: right;
    color: gray;
}

/* Style the tab */
.tab {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.form-control {
    display: inline-block !important;
    height: 30px !important;
    border-radius: 0px !important;
}

input.form-control {
    width: 50%;
}

input.form-control,
full {
    width: 100% !important;
}

textarea.form-control {
    height: auto !important;
    width: 100% !important;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    /*    border-top: none; */
}

a#log_btn {
    float: right;
}

.btn-info {
    margin: 5px;
    color: #fff;
    background-color: darkgray !important;
    border-color: lightgray !important;
}

.btn-info:hover {
    color: #fff;
    background-color: lightgray !important;
    border-color: darkgray !important;
}

.action_items {
    padding: 5px;
    margin-left: 67%;
    font-size: 12px;
    position: absolute;
    /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.header {
    color: lightgray;
    text-transform: uppercase;
    padding-left: 5px;
}

section,
summary {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
}

a#btn_inline {
    margin-top: 2.5% !important;
}

.btn-space {
    margin: 15px !important;
}

button#btn_inline {
    margin-top: 25px;
}

.center-block {
    float: none !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin top by navbar height */
    margin-top: @navbar-height;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

thead th {
    background-color: #3F4F74;
    color: lightgrey;
}

table.project_tbl tr td {
    padding: 5px;
    border: black;
    border-style: solid;
    border-width: thin;
    width: 100px;
}

button.logout {
    float: right !important;
    margin-top: 1% !important;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;

}

table.project_tbl {
    margin-top: 2em;
}

table.report td {
    padding: 5px;
    border: #555;
    border-style: solid;
    border-width: 2px;
}

#footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ddd;
    color: white;
    text-align: center;
}

table.footertbl {
    float: left;
    margin-left: 40%;
    margin-top: 5em;
}

.col-lg-6 {
    width: 50%;
    margin-left: 20% !important;
}

a.header:hover {
    color: white;
    text-transform: uppercase;
}

a.files {
    float: right;
    color: floralwhite;
    font-size: medium !important;
}

a.files:hover {
    color: white;
    font-size: large !important;
}

a {
    font-size: large !important;
}

.h1,
h1 {
    font-size: 36px;
    margin-top: 2em !important;
}

.image,
img {
    vertical-align: middle;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

input#sitename {
    width: 100% !important;
    text-align: center;
    font-size: 40px;
    height: 45px !important;
    background-color: #3F4F74;
    color: lightgray;
}

input#bunheader {
    margin-top: 3%;
    width: 100% !important;
    text-align: center;
    font-size: 40px;
    height: 45px !important;
    background-color: #3F4F74;
    color: lightgray;
}

input.form-control.max {
    width: 100% !important;
}

form.row {
    overflow: scroll;
}

/* Set the size of the div element that contains the map */
#map {
    height: 75vh;
   /* width: 40vw; */
    padding: 5px;
    margin-top: 3%;
    margin-bottom: 3%;
    /*overflow: unset!important;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: auto;
    margin-right: auto;
}

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

.close {
    margin-right: 55%;
}

/*PT Form */
#ptform label#ptlab {
    margin-left: 15px;
}

#ptform select#project_type {
    margin-left: 15px;
    margin-bottom: 5px;
}

#ptform input#sitename {
    margin-top: 50px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

#ptform .header {
    margin-left: 15px;
}

#ptform div#mvrow {
    margin-left: 15px;
}

#ptform div#btns {
    margin-bottom: 5px;
}

input#verify {
    float: right;
    margin-right: 79%;
    margin-top: 5px;
}

#disablelabel {
    margin-top: auto;
    margin-bottom: auto;
    padding-inline: 4px;
    float: left;
    font-weight: 700;
    font-size: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #3F4F74;
}

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

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

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* DataTables action buttons*/
.dt-buttons {
    margin-left: 2em;
}
div.dt-buttons {
    float: left;
    margin-left: 2em;
}