﻿.activedirectory {
    background: url(../css/img/social/activedirectory.png) no-repeat;
}
.idm {
    background: url(../css/img/social/idm.png) no-repeat;
}
.activeSesionsHeaderRow{
    clear:both;
    height:20px;
    width:100%;
}

.activeSessionsHeaderCell{
    float:left;
    border:solid;
    border-width:1px;
    height:20px;
    border-width:1px;
    border-style:solid;
    text-align:center;
    border-color:#88B9E3;
    height:25px;   
}

.activeSesionsValueRow{
    clear:both;
    width:100%;
    height:20px;
}
.activeSessionsValueCell{
    float:left;
    border:solid;
    border-width:1px;
    height:20px;
    border-width:1px;
    border-style:solid;
    text-align:center;
    border-color:#88B9E3;
    height:50px;   
    word-break:break-all;
    font-size:12px;
}

.btn{
    text-transform:capitalize;
}

.form-group-dropdown select {
    border: 1px solid silver;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-repeat: no-repeat;
    background-position: 95% 42%;
}

.form-group-dropdown select::-ms-expand {
    display: none;
}