﻿/*
    audit file CSS
*/

/*
    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(0, 0, 0, .5) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .15);    
    background: linear-gradient(to bottom, #325d88 0%, #dedede 100%);
}

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); 
    background: -o-linear-gradient(#ededed, white, #ededed); 
    background: -moz-linear-gradient(#ededed, white, #ededed); 
    background: linear-gradient(#ededed, white, #ededed); 
}

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;
}
*/


.auditModal .modal-dialog {
    width: 395px;
    /*height: 257px;
  position: absolute;
  top:0; bottom: 0; left: 0; right: 0;
  margin: auto*/
}

.auditZipColumn{
    
}

/*.green {
  background-color: #2dff07;
  color: red;
}*/


.auditTreeNode1 {
    
  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; 
}

*/


.auditTreeNode2 {
  background-color: #1fe0f0;
  color: #AC3F8F; 
}

.auditTreeNode3 {
  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;
   }

*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    #gridau1 {
        /*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) {

    #gridau1 {
        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) {

    #gridau1 {
        height: auto;
        /*height: 550px;*/
        width: auto;
        background-color: #e7e7e7;
    }


}