/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.my-list-style-none{
    list-style: none;
}

.my-filter-position{position: absolute;}
.my-filter-align
{
    position: relative;
    top:20px;
}

.my-blocked-row{
    opacity: 0.5;
}
.my-color-gray{
    background-color: #ece8e8 !important;
}
.my-color-green{
    color: #29c30b !important;
}
.my-color-red{
    color: #f23212 !important;
}

.my-logo img{width: 150px;  padding: 7px 0 0;}
.my-showhide-btn{
      background-color: #303641;
    border-radius: 3px;
    color: #fff;
    padding: 10px 10px 10px 11px;
}
.my-paddingthree a:hover{color:#fff; background: #000;}
.my-paddingthree a:focus{color:#fff;}
.my-showhide-btn-content
{
    display: none;
    padding: 19px 0 0 0;
}
.my-paddingthree{
    padding: 3px 0px 0px 14px;
}
.my-rowalignmiddle td{vertical-align: middle !important;}
.my-filterby-align
{
    border: 1px solid #edeceb;
    margin: 0 10px 0 7px;
    padding: 6px;
}