/*

Theme Name: PSI
Author: Gabriel Palomino
Author Email: dev@fleido.com

*/

.clear{
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

.card {
    flex-grow:0;
}
a {
    color: #16c1f3;
}

a, a:hover {

    transition: all 0.25s ease-in-out 0s;
}

* {
    -moz-box-sizing: border-box;
}

img.full,
img.size-full {
    width: 100%;
    height: auto;
}
.hidediv{
    display: none;
}
.showdiv{
    display: block;
}

#loading{
    display: none;
    position:fixed;
    top:0;
    z-index:9999999;
    text-align: center;
    width:100%;
    height:100vh;
    color:#fff;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.6);
}
#loading.showit{
    display: flex;
}
#loading .la{
    font-size: 84px;
}

#progress{
    display: none;
    position:fixed;
    top:0;
    z-index:9999999;
    text-align: center;
    width:100%;
    height:100vh;
    color:#fff;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.6);
}
#progress.showit{
    display: flex;
}

.notice-wrap {
    background-color: #f4f4f4;
    border-style: solid;
    border-width: 1px 0;
    border-color: #eae9e9;
    padding: 12px 12px 4px;
    overflow: auto;
    margin: 20px -12px -23px;
    position: relative;
    width: 100%;
}
.notice-wrap .spinner {
    margin: 4px 10px 8px;
    float: right;
}
.prog-progress{
    background: #ddd;
    position: absolute;
    bottom: 15px;
    width: 95%;
    height: 15px;
}
.prog-progress div{
    background: #0073aa;
    height: 100%;
    width: 0;
}

/*GRAVITY FORM*/
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
    font-size: inherit;
    font-family: inherit;
    padding: 10px !important;
    letter-spacing: normal;
    text-indent: .25em;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.gform_wrapper textarea {
    border-radius: 5px;
    padding: 10px !important;
    border: 1px solid #ddd;
    height: 120px !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    background: #1f1f1f;
}

.gform_wrapper .gform_footer input:Hover.button,
.gform_wrapper .gform_footer input:Hover[type="submit"],
.gform_wrapper .gform_page_footer input:Hover[type=submit] {
    color: #fff;
    background: #013253 !important;
}

/* HEADER */
.header-navbar .navbar-header .navbar-brand {
    padding: 14px 0px;
}
.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 90px;
}

.themap {
    position: relative;
    display: block;
}
.themap #wellMapClients {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 515px);
}

.themap .filter-select {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 10px;
    background:#fff;
    padding:5px;
    border-radius: 2px;
}
.themap .filter-select select{
    font-size: 12px;
}
.themap .filter-select label{
    font-weight: 700;
    padding:5px;
}
.mywellactions{
    position: relative;
    top:-30px;
}
.requested-wells{
    position: fixed;
    right:0;
    top:0;
    z-index: 999999;
}
.modal-header.bg-dark h4{
    color:#fff;
}
/*
.no-sort::after,.sorting_asc::after, .sorting_asc::before { display: none!important; }
.no-sort { pointer-events: none!important; cursor: default!important; }
*/
#wellMap {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
}
.card-content #wellMap {
    position: relative;
    display: block;
    width: 100%;
    height: 650px;
}

#wellMapClients {
    position: relative;
    display: block;
    width: 100%;
    height: 750px;
}

#tt {
    position: absolute;
}

.custom-pin {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: #006288;
    position: absolute;
    z-index:999999 !important;
    font-weight: bold;
    transition: all 500ms;
    box-shadow: 1px 1px 10px #1f1f1f;
}

.custom-pin:hover {
    transform: scale(1.15);
}

.wellWindow {
    min-height: 500px;
}

.login {
    margin-top: 15% !important;
}

body.page-id-82 .gform_wrapper .addcolor *,
body.page-id-82 .gform_wrapper .addcolor *:before,
body.page-id-82 .gform_wrapper .addcolor *:after {
    box-sizing: unset !important;
}

.gform_wrapper .addcolor input[type="text"] {
    font-size: inherit;
    font-family: inherit;
    padding: 10px 0px 10px 30px !important;
    letter-spacing: normal;
    text-indent: .25em;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.icns{
	font-size:20px;
}
.red{
	color:#ff0000;
}
.blue{
	color:#11AFFD;
}
.btn-danger{
    color:#fff !important;
}

.welcome-user-dashboard h3{
    display: none !important;
}


.dt-buttons{
    position: absolute;
    z-index: 99;
}
#listWells_filter{
    position: relative;
    top:-5px;
}
#listWells_filter button.btn{
    position: relative;
    top:-1px;
    left:-2px;
    border-radius:0 5px 5px 0;
}
#listWells_filter .form-control-sm {
    height: calc(1.875rem + 18px);
}
/*
.welcome-user-dashboard .dt-buttons{
    display: none;
}
*/

.welcome-user-dashboard table{
    font-size:12px;
}
.welcome-user-dashboard .table th,
.welcome-user-dashboard .table td {
    padding: 8px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 500px;
}

