/* APPLICATION CSS BEGINS */
/* Initially empty. Add styles as provided by the ID Team. */


/* 2.3 template has a class equalize that adds min-height.  The class below will cancel it out */
.cancelEqualize {
  min-height:0 !important;
}

dataTables_filter{
	width:30%
}

img.width100{
	max-width: 100%;
}
/* WET 3 background-medium class */
    .background-medium {
        background-color: #666!important;
        color: white!important
    }
    .background-medium a,
    .background-medium a:link,
    .background-medium a:visited {
        color: white
    }
    .background-medium a:hover,
    .background-medium a:focus {
        color: #e6e6e6
    }


    h1.background-medium,
    h2.background-medium,
    h3.background-medium,
    h4.background-medium,
    h5.background-medium,
    h6.background-medium {
        text-shadow: 0 1px 1px #222;
        background-repeat: repeat-x;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==')!important;
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #666), color-stop(100%, #545454))!important;
        background-image: -webkit-linear-gradient(#666, #545454)!important;
        background-image: -moz-linear-gradient(#666, #545454)!important;
        background-image: -o-linear-gradient(#666, #545454)!important;
        background-image: linear-gradient(#666, #545454)!important
    }