﻿/* ---------------------------------------------------
    Sergey Efraim, April 2, 2018
----------------------------------------------------- */

/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/
/* Oswald font*/
@import "https://fonts.googleapis.com/css?family=Oswald:300,500,700%7COpen+Sans:400,600,700";

body {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; 
    background: #fff;
}

p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
   margin-top:0px;
    min-width: 250px;
    max-width: 250px;
    background: #DCDCDC;
    color: #000;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #005587;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color:#000099;

    /*color: #7386D5;
    background: #fff;*/
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000;
    background: #F3F3F3;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    /*content: '\e259';*/
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    /*content: '\e260';*/
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #F3F3F3;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #005587    !important;
    color: #fff !important;
}

.removeButton {
background:#F7D3B7;
}


.introPanel {
text-align: center; z-index: 1; background-color:#fff; border-radius:4px;border:1px solid #999; font-size:120%!important; width:320px!important;
             -webkit-box-shadow: -12px 8px 66px -17px rgba(0,0,0,0.75);
-moz-box-shadow: -12px 8px 66px -17px rgba(0,0,0,0.75);
box-shadow: -12px 8px 66px -17px rgba(0,0,0,0.75);
}


 .extractSelectedBtn {
      position:relative;
    }



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: block;
    }
       .topSpacer {
     border-top:1px solid #fff
    }
}


@media (max-width: 643px) {
  
    .imgRespond {
        width:230px
    }
       .topSpacer {
     border-top:1px solid #fff
    }

}


@media (max-width: 443px) {
     .blueBar {
        margin-top: 0px!important;
    }

    .imgRespond {
        width:80%
    }

    .topSpacer {
     border-top:1px solid #fff
    }
    a.resultTitle {
     font-size:90%;
    }

   

    .resultFields {
        font-size: 85%;
    }

    .fieldName {
        font-size: 85%;
    }

     .detailData
    {
     font-size:75%;
    }

    h2 {
     font-size:160%;
    }

    /* ---------------------------------------------------
      FOLLOWING CLASSES ADJUSTING CONTROLS FOR SELECTED RECORD(S) EXTRACTION
    ----------------------------------------------------- */
    .chkUnchkBtn {
    margin-top:-8px!important;
    }
    .extractSelectedBtn {
      position:absolute;
      margin-left:110px!important;
      margin-top:5px;
      height:20px; width:110px;
      padding:0px 3px 3px 3px;

    }
}


/*This class is used only for IE (see jquery add/remove class for btnExtract object)*/
       @media (max-width: 443px) {
                .extractSelectedBtnIE {
                    position: absolute !important;
                    margin-left: -110px !important;
                    margin-top: 35px;
                    height: 20px;
                    width: 110px;
                    padding: 0px 3px 3px 3px;
                }
            }

/* ---------------------------------------------------
     END OF EXTRACTION
    ----------------------------------------------------- */


/* ---------------------------------------------------
    SPECIFIC
----------------------------------------------------- */
h1, h2, h3, h4, h6 {
     font-family:Oswald;
}

.blackText {
    color:black!important;
}

h3 {
 font-size:182%
}

.white {
  color:#fff;
}

.pageTitle {
 color:#005587;
 font-family:Oswald;
}


.selectionClear {
 font-family:sans-serif;
}


a[aria-expanded="false"]::before, a[aria-expanded="false"]::before {
    content: '\002B';
}
a[aria-expanded="true"]::after, a[aria-expanded="true"]::after {
    content: '\2212'
}

a[aria-expanded="true"]::after {
    content: '';
}

a[aria-expanded="true"]::before {
    content: '\2212';
}
label {
 font-weight:100; padding-left:5px; font-size:80%;
}
.checBox {
 width:17px; height:17px; 
}

.chbCouncilDistrict { 
padding: 0px;
}



   input[type=text], select {
     height:20px !important;font-size:11px; border:1px solid #999; color:#000; background:White;
    }


.required {
 color:red;
 font-size:70%;
}

.commonWidth {
  width: 5ch;
  min-width:25%!important;
  border:0px solid red;
  float:left;
  text-align:right;
  padding: 0px 5px 0px 0px;
  font-size:90%
}


input[type=checkbox], select{
    height:17px; width:17px; font-size:80%; border:1px solid #999!important; float:left; border-style:solid;
    }

.chbCouncilDistrict {
    display:block;
    clear:both;
    line-height:14px;
    text-align:left;
    
}


/*input[type="checkbox"]:-ms-check {
    display: none;
}*/


input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 1.5em;
    width: 1.5em;
    border: 1px solid #999!important; 
    background-color: #f4f4f4;
    border-radius: 3px;
}

input[type="checkbox"]:checked {
    background-color: #005587!important;
    display:block!important;
    border:2px solid #fff!important;
}




.resultTitle {
margin-left:20px;
font-size:100%;
color:#005587;
font-weight:700;
display: -webkit-box;
}

.resultFields {
margin-left:20px;
font-size:100%;
color:#333;
font-weight:100;
}

.fieldName {
font-weight:500;
color:#999;
}

.botomSpacer {
padding-bottom:12px;
}


.iconSpacer {
padding-bottom:22px!important;

}
.paddingLeft0 {

padding-left:0px;

}

.modal {
width:100%
}

.modal-body {
    /*max-height: 100vh; Sets the height to 80/100ths of the viewport.*/
    height:300px;

    
}
.modal-footer {
    background-color:#ddd
}
.metaData {
margin-top:30px; font-size:x-small;
}

.sortingIndicator {
color:red; font-weight:700
}



/***** GridPager *****/
/*.GridPager table{
margin-top:30px;
}*/




.GridPager a,
.GridPager span { 
     display: inline-block;
  padding: 1px 7px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1px 7px;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager a:hover {
    background-color: #005587;
    color: #ffffff;
    border: 1px solid #969696;
}


.GridPager span {

    background: #005587;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}
/***** GridPager *****/



.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#processMessage {
    position: fixed;
    top: 0px;
    left: 0;
    top: 0px;
    min-height: 1320px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #fff;
    border: solid 0px #000;
    text-align: center;
    padding-top: 15%;
    font-size: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* This works in IE 8 & 9 too */
    filter: alpha(opacity=50);
    /* Older than Firefox 0.8 */
    -moz-opacity: 0.5;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;
    /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 8+ */
    opacity: 1.0;
}


/*SCROLLER styles*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.badge-warning {
  background-color: #f89406; font-style:italic;
}

/*Modals styles*/
/*.fadeIt {
  top: calc(100% - 300px); 
}*/

.badge-warning {
 padding-bottom:1px;
 padding-top:2px;
}

.boxHeight {
 height:90px;
 min-height:90px;
 max-height:200px;
}

#chbSelectAllVisibleRecords {
display:none;

}

.up30px {
margin-top:-30px;
}


.btn-submit {
    /*color: #fff!important;*/
    background: #005587!important;
    margin-left: 1rem;
    font-size:90%;
    /*transition-duration: 0.2s;*/

}

.ourBgColor {
 background:#005587;
}

.retrieveBtn {
    background: #005587   ;
}
/******* Modal. Used to display details ********/

/*.detail-modal {
    background: rgba(0, 115, 149, 0.10);
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}*/

.detail-modal-contents
{
  background-color: #FFFFFF;
  border: #ccc solid 2px;
  max-width: 80%;
  margin: 5% auto;
  padding: 10px;
  position: relative;
  z-index: 1000;
}

.detail-modal-header
{
  margin-bottom: 15px;
  position: relative;
  background-color:#f9f9f9;
  padding:10px;
}

.detail-modal-header h3
{
  margin: 0;
  padding: 0;
}

.detail-modal-header .btn-close
{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: rgb(102, 102, 102);
  text-decoration: none;
  font-weight: bold;
}

.detail-modal-wrapper {
    background-color: #fff;
    border: #000 solid 2px;
    width: 1000px;
    margin: 5% auto;
    padding: 10px;
    position: relative;
}
       
/******* End of Detail Modal ********/


/******* PREVENTS FROM URL TO PRINT ON THE BOTTOM OF PAGE. NOTE: DOES NOT WORK IN VERSIONS OF CHROME BROWSER ********/
@media print {
   a[href]:after {
      display: none!important;
      visibility: hidden!important;
   }
   .hidden-print {
    display: none !important;
  }

}


.clickForMoreIcon {
    border-radius: 50%;
    /*background-color: #4486F9;*/ 
    background-color: #ccc;
    border: none;
    color: white;
    padding: 2px 5px 2px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border:1px solid #ccc;
}



.clickForMoreIcon:hover {
   background-color:#f9f9f9;
    color: #999;
    border:1px solid #ccc;
}



.clickForMoreIcon:after {
  content: '\2807';
  font-size: 100%;
  }

/*.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
    top:100px;
    left:-105px;
    float:left;
    position:absolute;
    font-size:450%;
    color:#fff;
    font-family:'Sitka Heading';
    z-index:-1;
}*/

.popover {
  min-width: 200px;

}
element.style {
left:12px;
top:-50px;
}

h5 {
 font-weight:500
}


li.text-primary {
    color:#005587;
}

.nav-link.dropdown-toggle::before {
display:none;
}

