﻿html {
    font-size: small;
}

body {
    font-family: Verdana;
    font-size: small;
    max-width: 750px;
    margin: auto auto;
    min-width: 450px;
}

ul, menu, dir {
    -webkit-padding-start: 0px;
}

.groupHeader {
    font-weight: bold;
    font-size: 1rem;
}

.itemText {
    /*font-size: 6rem!important;*/
}

.item {
    /*float: left;*/
    position: relative;
    margin: 2px 0px;
    padding: 2px 7px 2px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; /*for IE*/
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.8);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,0.1);
}

.itemBad {
    /*float: left;*/
    position: relative;
    margin: 2px 0px;
    padding: 2px 7px 2px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; /*for IE*/
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.8);
    box-shadow: inset 0 0 1px rgba(0,0,0,0.8);
    background-color: rgba(228,122,37,0.9);
}

.fileGroupsItem0000000000 {
    /*float: left;*/
    position: relative;
    margin: 2px 0px;
    padding: 7px 7px 9px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; /*for IE*/
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.8);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.8);
    /*background-color: rgba(255,255,255,0.1);*/
}

.fileGroupsItem.skipedAttachment {
    color: #232222;
    cursor: default;
}

.fileGroupsItem.skipedAttachment IMG {
    display: none;
}

.fileGroupsItem:not(.skipedAttachment) {
    cursor: pointer;
}

.fileGroupsItem.item:hover:not(.skipedAttachment) {
    background-color: rgba(255,255,255,0.3);
}

.fileGroupsItem.itemBad:hover:not(.skipedAttachment) {
    background-color: rgba(255,163,88,0.9);
}

.fileGroupsItem.item:active:not(.skipedAttachment),
.fileGroupsItem.itemBad:active:not(.skipedAttachment) {
    background-color: rgba(193,204,255,0.75);
}

.fileGroupImg {
    margin-left: 0px;
    margin-top: 15px;
    width: 40px;
}



.cleanSkipButon {
    white-space: nowrap;
    min-width: 65px;
}

.cleanSkipButon_Unchecked {
    background-color: #45a1ef; /*background-image: none,linear-gradient(to bottom,rgba(18,121,205,0.1) 0,rgba(18,121,205,0.8) 20%,rgba(18,121,205,0.8) 15%,rgba(18,121,205,0.8) 85%,rgba(18,121,205,.8) 90%,rgba(18,121,205,0.1) 100%);*/ /* border-radius: 50px;*/ /* background-image: radial-gradient(ellipse,#0e5b9a,#45a1ef);*/
}

.k-button:focus, .k-button.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cleanSkipButon_Unchecked:hover {
    background-color: #6ab5f2;
}

TD.filename {
    /* white-space:normal;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;*/
}

TD.buttonTD {
    /* width: 65px;
    min-width: 65px;
     width:auto;*/
}

DIV.filenameDiv {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    /* position: relative;*/
}
