﻿.detail, .detail2 {
    min-width: 150px;
    line-height: 25px;
    font-weight: bold;
}

select, input[type=text], input[type=password] {
    width: 280px;
    min-height: 20px;
}
input[type=text], input[type=password] {
    line-height: 20px;
}
textarea {
    min-width: 280px;
    min-height: 300px;
}

.indent-access {
    padding-left: 10px;
}

.buttons-div {
    margin-left: 100px;
    margin-top: 20px;
}

.buttons-div input[type=button] {
    width: 100px;
}

div.k-treeview.k-widget {
    overflow: hidden;
}

.detail2 {
    font-weight: normal;
}

.row-item {
    border-bottom: solid 1pt lightgrey;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*   height: 25px;*/
}

    .row-item:last-child {
        border: 0;
    }

.settings-container {
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden; /*border: solid 1px;*/
}

/*.security-groups {
    margin-left: 50px;
    margin-top: 25px;
}*/

.site-item {
    padding: .4167em .6667em .3333em .5833em;
    line-height: 1.3333em;
    text-decoration: none;
    border-bottom: solid 1px lightgrey;
    width: auto;
}

    .site-item span {
        cursor: default;
    }

.sites {
    width: 100%;
    min-height: 140px;
}

.selected {
    background-color: #E6E6E8;
}

.logo {
    width: 180px;
    height: 120px;
}

.k-tabstrip .k-content.k-state-active {
    font-family: tahoma;
    color: #384e73;
    font-size: 8pt;
}

.hover:hover {
    background-color:#E6E6E8;
}

.msg-block {
    margin-left: 5px;    
}

.msg-error {
    color: red;  
}
.user-mgmt-buttons-div {
    margin: 10px 0px 10px 5px;
}