body{

    background-color: #fff;

}

#headerGray{

    position: static;

    left: 0;

    top: 0;

    height: 32.6px;

    width: 100%;    

    background-color: #e6edf3;

}

#headerWhite{

    background-color: white;

    height: 70%;

    margin-bottom: 2vh;

}



.container{

    min-height: 800px;

    margin-top: 2vh;

    margin-bottom: 12vh;

}



.my-container{

    border: 1px solid gainsboro;

    width: 100%;

    height: 100%;

    position: relative;

    background-color: white;

    padding: 1%;

}



div.panel-body div.row div.col-lg-6{

    padding-bottom: 5%;

}



footer{


    left: 0;

    bottom: 0;

    height: 62px;

    width: 100%;

    background-color: #222;

    color: #fff;

    text-align: center;

}



.btn-warning{

    background-color: #ff641e;

    border: none;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}



.btn-warning:hover{

    background-color: #7a7a7a;

    transform: scale(1.1, 1.1);

    -ms-transform: scale(1.1, 1.1); /* IE 9 */

}

.my-panel{
    max-height: 800px;
    overflow: scroll;
}

.pagination{
    margin: 0;
}