﻿.row {
    margin-bottom: 5px;
}

#addLabel {
    margin-left: 30px;
}


#leftMenu td {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.anchorvisible {
    color: #000 !important;
    width: 8%;
    cursor: pointer;
}

.anchordel {
    float: right;
    margin-right: -17px;
    margin-top: 16px;
    color: #428BCA !important;
}

    .anchordel:hover {
        background-color: #fff !important;
    }

.inputchangeimage {
    width: 106%;
}

.thumbnails {
    width: 50px;
    height: 50px;
}

.showme {
    display: block;
}

.hideme {
    display: none;
}

#content .panel.sidebar-menu {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
