﻿
        .aha-invalid {
            border: 1px solid red;
        }
        #user_role_table{
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed; 
  word-wrap:break-word; 
}
        .clickable {
            cursor: pointer;
            outline: 0;
        }
    
.date.input-medium {
    width: inherit !important;
    padding-right: 15px;
}

.aha-sub-menu > li > a {
    color: #bdbdbd;
    display: block;
    margin: 0;
    padding: 6px 15px 6px 43px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
}

.aha-sub-menu > li {
    background: none;
    padding: 0;
    margin: 0;
    margin-top: 1px !important;
}

.aha-sub-menu {
    padding: 0;
    margin: 8px 0px 8px 0px;   
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid grey; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.block-ui {
    z-index: 101100;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 100%;
    top: 45px;
    left: 235px;
    height: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 0px;
    cursor: default;
    background-color: gainsboro;   
    background: rgba(255,255,255,0.5);
}

.loading-message {
    display: inline-block;
    min-width: 125px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    left: 40%;
}