﻿

/******************* fixes for new drupal jocogov.org */
/*  these stlyes were needed to override the styles being set in the header/footers when migrated to new drupal site */
input:focus,input:active,textarea:focus,textarea:active {    box-shadow: 0 0 0 0 rgba(253, 111, 141, 0.45) !important;}
 /* table tbody tr:nth-child(2n) { background: #fff; } */
img[src$="collapse2.png"] {    width: 13px;     height: 13px; }
.open {    display: none !important; }  /* hide the non-functional hamburger on mobile*/
.main-menu {     margin-top: 0px !important;  }  /*  remove the extra space between logo and nav bar*/
/******************************************************/


#divSearchResults {max-height:200px; resize: vertical; overflow: auto;}
#divSearchResultsSpinner {
    max-height: 200px;
    resize: vertical;
    overflow: auto;
}
#tblSearchResults {margin-left:5px;    width: 98%;    cursor: pointer}
#tblSearchResults tr {padding:2px;    }
#tblSearchResults tr :hover {        background: #FFFFCC    }
#tblSearchResults tr:nth-child(odd) {    background: #ececec}
#tblSearchResults tr:nth-child(even) {    background: #fff;  }

#txtNotes, #txtInqComment {
    width: 100%;
    padding: 5px !important;
    resize: vertical;
    overflow: auto
}

.center-container {
            display: flex;
            justify-content: flex-end; /* Centers horizontally */
            align-items: center; /* Centers vertically */
}

/* needed for color contrast compliance*/
.text-danger {color:#e60000 !important}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* aimslogin */
.aimslogin .container { padding-left: 0px; }
.aimslogin { padding: 10px;  width: 260px; font-family: Roboto,sans-serif; font-weight: 500; }
.aimslogin h2 { font-size: 20px; font-weight: bold; margin-top: 0px !important; }
.aimslogin label {margin:.25rem 0 .5rem 0; font-size:14px; font-family: Roboto,sans-serif; font-weight: bold; }
.aimslogin .btn { font-size: 12px !important; background-color: #356F8D !important; border: 0;   }
.aimslogin #tbUsername, #tbPassword { font-size:85% !important; margin-bottom:10px; padding:.625em .5em !important; background-color: #fff !important; border: 1px solid #72808a !important; border-radius: .125em !important;  width: 95% !important }
 /* end aimslogin */

 .fullscreen-container {
     display:none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}


.internal { color:#ff0000; display:none }

legend {
color:gray;}

/*div, p, table, li {
    font: normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: black;
    text-align: left;
}*/

input[type=text]:focus, textarea:focus, input[type=tel]:focus, input[type=email]:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}


.ui-autocomplete-category {
    padding-left: 2px !important;
    font-weight: bold;
}

.ui-autocomplete-category-inactive {
    padding-left: 2px !important;
    font-weight: bold;
    color: #808080;
}

.ui-widget-header {
    border: 1px solid #ccc;
    background: #556DB1;
    color: #fff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #fff;
    }

.ui-accordion .ui-accordion-content {
    padding: 0px
}

/*div.jHtmlArea { border: solid 1px #ccc; }*/

/*******************************************/

body {
}

/*a {
    color: #556DB1 !important;
}*/

    a:hover {
        text-decoration: underline;
    }



#divNeatline {
    margin: 0 auto;
    padding: 5px;
    width: 7.4in;
    border: 0px solid #000;
    background: #fff;
}

textarea {
    /*font-size: 11px;*/
    font-family: Verdana, Arial Universe, Univers, Helvetica, Sans-Serif;
    resize: none;
}

.ui-state-default {
    background: #fff;
    /*margin-top: -12px;
            margin-left: -40px;*/
    list-style-type: none;
}

.button-small {
    height: 19px;
    background: #ccf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    text-indent: 0px;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    background-color: #EAEAEA;
    border-radius: 0px;
    color: lightgrey;
}

    .button-small:hover {
        cursor: pointer;
        color: #000;
        background: #eef;
    }

button, input, optgroup, select, textarea {
    border-radius: 0px;
    border-color: #999999;
}

textarea {
    display: block;
    padding-top: 30px;
    border: solid 0px #999999;
    width: 85%;
    overflow: hidden;
}

label {
    margin: 3px 3px 5px 3px;
    /*font-weight: bold;*/
    display: inline-block;
    /*width: 90px;*/
    text-align: left;
    color: #3e3d3d;
}

@-ms-viewport {
    width: device-width;
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin-bottom: 5px;
}

    input[type="checkbox"]:focus, button:focus, input[type="button"]:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        border: 1px solid rgba(81, 203, 238, 1);
    }

.form-group {
    margin-bottom: 5px !important;
    width:107%;
}

.button-small {
    height: 19px;
    background: #ccf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    text-indent: 0px;
    color: #404040;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    background-color: #EAEAEA;
}

td, th {
    border: 0px solid black;
    border-top: 0px solid #ddd !important;
}

table {
    margin: 0px 0;
    border: 0px solid black;
    table-layout: fixed;
    width: 90%; /* must have this set */
}

select:active, select:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.text {
    white-space: nowrap;
    text-decoration: none;
    font-size: 8pt;
    font-weight: normal;
    color: #000;
}

.colhead {
    height: 30px;
    font-size:12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    padding: 6px 0 6px 10px;
    background-color: #556DB1;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    margin: 0 0 10px 0;
}

.selectbox {
    vertical-align: middle;
    font-size: 8pt;
    /*background-image: url(<%= [Global].AppRoot%>/common/crc/images/form_bg.jpg);*/
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    color: #333333;
    padding: 2px;
    border-radius: 0px;
    margin-right: 4px;
    margin: 2px;
    height: 21px;
}

.row {
    display: flex;
}

.column {
    flex: 40%;
}

.column1 {
    flex: 10%;
    line-height: 23px;
}

.columnlocation {
    flex: 45%;
    line-height: 1.4em;
}

.column1location {
    flex: 10%;
    line-height: 1.6em;
}

#accordionsearch .ui-accordion-header {
    background-color: #556DB1;
    color: #fff;
    font-weight: bold;
}
#accordionsearch .ui-icon {
    background-image: url(https://ims.jocogov.org/common/crc/css/images/ui-icons_ffffff_256x240.png) !important;
}

#accordionsearch .ui-state-active {
    border-radius: 4px;
}
#accordionsearch .ui-widget-content {
    border-color:#fff
}

/*#searchaccordion:hover {
    cursor: pointer;
}*/

.link-joco {
    color: #305b7d;
    transition: color 0.3s ease;
    text-decoration:underline;
    /*color:#305b7d;
    */
}
.link-joco:link .link-joco:hover .link-joco:focus {
        cursor: pointer;
        color: #0056b3;
        font-weight:bold;
    }
.btn-outline-secondary {
    color: #3e3d3d !important;
}
.btn-joco {
    background-color: #3F729B;
    border-color: #345d7f;
}
.btn-joco:hover {
        background-color: #345d7f;
        border-color: #345d7f;
    }

.jumbotron {
    padding: 1rem 2rem 1rem 2rem;
}

.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


#container {
    max-width: 1200px !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: left
}

.col-form-label {white-space:nowrap;}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

body {
    line-height: 1.2
}

.ui-autocomplete {
    font-size: 90%;
    white-space: nowrap;
    text-align: left;
    width: auto;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    cursor: default;
    z-index: 5000 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border: 0;
    border-radius: 3px;

}
}

/*.ui-autocomplete:hover {
        background: #eee;
}
.ui-menu-item:hover {
        background: #fff;
}*/

.ui-autocomplete .ui-menu-item {
    padding:1px;
    padding-left: 10px;
    white-space: nowrap;
    font-size: 12px;
    margin:5px;
}
    .ui-autocomplete .ui-menu-item:hover {
        background: #eee;
        border: solid 1px transparent;
    }

        /*.ui-autocomplete .ui-menu-item {
    padding-left: 5px;
    white-space: nowrap;
    font-size: 12px;
}*/
        .ui-autocomplete-category {
    font-weight: bold;
    padding: 0 4px;
    line-height: 1.5;
    font-variant: small-caps;
    font-size: 14px;
}



/*
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

    */



/*.ui-button-text {
            font-size: 11px;
        }*/

.btn-link {
    line-height:24px;
}
.text-muted {
    color:#495057 !important;
}
.btn-link:hover {
    cursor: pointer;
}
.btn.btn-primary:disabled {
    background-color: #b0bec5;
    border-color: #dad4ce;
}

#inputDescription, #inputevt1desc, #inputInternalComments, #inputevt1duration {
    font-size: 95%;
}
#inputDescription::placeholder, #inputevt1desc::placeholder {
    /*font-size: 85%;*/
}
#inputDescription:-ms-input-placeholder, #inputevt1desc::placeholder {
    /*font-size: 85%;*/
}

    /**********************    mapESRI.aspx    **************************/
    html, body, #viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

/*layer button*/
.mapbutton {
    top: 2px;
    right: 2px;
    position: absolute;
    z-index: 99;
    background-color: white;
    border-radius: 5px;
    padding: 2px;
    opacity: 0.75;
    font-size: 12px;
}

/*body {
    font-family: Arial;
    font-size: 12px;
}

.container {
    width: 95px;
    z-index: 1;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    text-align: left;
    display: none;
    direction: ltr;
    overflow: hidden;
    position: relative;
    color: rgb(0, 0, 0);
    font-family: Roboto,Arial,sans-serif;
    -moz-user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    border-radius: 2px;
    background-clip: padding-box;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.dropDownArrow {
    -webkit-user-select: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    right: 8px;
    top: 15px;
    margin-top: -2px;
    width: 7px;
    height: 4px;
}

.dropDownOptionsDiv {
    z-index: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    position: relative;
    text-align: left;
    display: none;
    padding: 1px;
    font-weight: 450;
}

.dropDownItemDiv {
    padding: 6px !important;
    font-family: Roboto,Arial,sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    background-color: rgb(255, 255, 255);
    color: black;
}

    .dropDownItemDiv:hover, .checkboxContainer:hover, .dropDownControl:hover {
        background-color: rgb(235, 235, 235);
    }

.dropDownControl:hover {
    background: -webkit-linear-gradient(top,rgb(255,255,255),rgb(230,230,230));
}

table {
    border-spacing: 0px;
    border-collapse: separate;
}

td {
    padding: 0px;
}*/

/****************************************************************/
