﻿/*
    Adress browser CSS
*/


/*#region Resolution independent styles */

/*Context Menu*/
ul.menu {
    position: absolute;
    list-style-type: none;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    width: 150px;
    border: 1px solid rgba(0, 0, 0, .15);
    top: 0;
    left: 0;
    padding-left: 0px;
}

    ul.menu li.title {
        padding: 5px 10px;
        font-size: 11px;
        color: rgba(255, 255, 255, .5) !important;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        background: #325d88;
    }

ul.menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: background-color .25s;
    font-size: 12px;
    font-family: Lato, Arial, Tahoma Helvetica, sans-serif;
    overflow: hidden;
    padding: 5px 10px;
    
    background: -webkit-linear-gradient(#ededed, white, #ededed); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ededed, white, #ededed); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ededed, white, #ededed); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ededed, white, #ededed); /* Standard syntax (must be last) */
}

ul.menu li img {
    float: left;
    overflow: hidden;
    width: 20px;
    opacity: .5;
    margin: 6px;
    transition: opacity .25s;
}

ul.menu li:last-of-type {
    border-bottom: 0;
}

ul.menu li a {
    padding: 8px 12px 0 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: dodgerblue;
    transition: color .25s;
    text-decoration: none;
    font-family: Lato, Arial, Tahoma Helvetica, sans-serif;
}

ul.menu li:hover a {
    color:green;
}

ul.menu li:hover a {
    color: black;
}

ul.menu li:hover img {
    opacity: 1;
}



.browseModal .modal-dialog {
    width: fit-content;
    width: -moz-fit-content;
    max-width: 100%;
    margin-top: 10%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}


.browseZipColumn{
    
}


.browserTreeNode1 {
    
  background-color: green !important;
  color: #325d88 !important; /*color: #153FF0;*/
  /*font-weight: bolder;*/
  
}

/*
.browserTreeNode1 .ui-grid-row  {
    background-color: #ff0000 !important;
    color: #1fe0f0 !important; 
}


.browserTreeNode1 .ui-grid-row .ui-grid-cell {
    background-color: #FFCD33 !important;
    color: #1fe0f0 !important; 
}

*/


.browserTreeNode2 {
  background-color: #1fe0f0;
  color: #AC3F8F;
}

.browserTreeNode3 {
  background-color: #1fe0f0;
  color: #FFCD33;
}

/*
.browseZipColumn:nth-child(even) {
    background-color: aqua;
}

.browseZipColumn:nth-child(even) .ui-grid-cell{
    background-color: blue !important;
}

.browseZipColumn:nth-child(odd) .ui-grid-cell{
    background-color: red !important;
}

.browseZipColumn .ui-grid-row .ui-grid-cell {
   
}

.browseZipColumn .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: black !important;
}

.browseZipColumn .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #e8e8e8 !important;
}

browseZipHeader {
   border-color: #d4d4d4;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
   background-color: inherit !important;
   }

*/

/*Browser TypeAhead and search box padding*/
.DropDownRecordType {
    text-transform: uppercase;
    margin-left: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 1px;
    padding-left: 1px;
}

.tahbrowserstate {
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 3px;
    padding-left: 3px;
}

.tahbrowsercity {
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 3px;
    padding-left: 3px;
}

.tahbrowserzip {
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 3px;
    padding-left: 3px;
    width: 50px;
}

.txtbrowsercriteria1 {
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 3px;
    padding-left: 3px;
    width: 100px;
}

.DropDownSearchOption {
    text-transform: uppercase;
    margin-left: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 1px;
    padding-left: 1px;
}

.txtbrowsercriteria2 {
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 3px;
    padding-left: 3px;
    width: 70px;
}

.btnbrowserclr {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 65px;
}

.btnbrowsersrh {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 75px;

    background-color: #337ab7;
    border-color: #2e6da4;
}

/*#endregion */

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    #gridbr1 {
        /*height: auto;*/
        height: 350px;
        width: auto;
        background-color: #e7e7e7;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #gridbr1 {
        height: 100%;
        /*height: 550px;*/
        width: auto;
        background-color: #e7e7e7;
    }

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    #gridbr1 {
        height: auto;
        /*height: 550px;*/
        width: auto;
        background-color: #e7e7e7;
    }


}