/* Role List view css */
.role_management_container td {
    text-align: center;
}

/* Role detail view css */
.role_management_container {
    width: 800px;
    margin: 0 auto;
}

.role-information > .row > .field_flex > ul > li {
    padding: 1%;
    text-transform: uppercase;
    font-weight: bold;
    background: #A57234;
    color: white;
}

.role-information >  .row > .field_flex > ul {
    width: 600px;
    margin: 10px 0;
    border: 1px solid #a57234;
}

.role-information > .row > .field_flex >ul > ul > li {
    display: flex;
    padding: 2%;
}

.role-information > .row > .field_flex >ul > ul > li > input {
    flex-grow: 1;
}

.role-information > .row > .field_flex >ul > ul > li > label {
    flex-grow: 8;
    font-weight: normal;
    width: 300px;
}

.role-information > .row > .field_flex > p {
    flex: 0 0 100%;
}

.role-information > .row {
    display: flex;
}

.row {
    margin:     1%;
}

.left {
    padding-right: 30%;
    padding-left: 5%;
}

/* User -> Role assignment css. */
.role_management_container .small-input-select {
    background: #fff;
    border: 1px solid #d29344;
}
.row {
    padding: 1%;
}

.role_management_table {
    border: 2px solid #A57234 !important;
}

.role_management_table thead {
    background: #A57234;
    color: white;
}

.role_management_table th {
    padding: 1%;
}

.role_management_table td {
    padding: 2% !important;
    vertical-align: top !important;
}


.role_management_table a {
    color: #3f7ba0;
}

h3 a {
    color: #3f7ba0;
}


.role_management_table a:hover {
    color: #346584;
}

.sub_title {
    border-bottom: 1px solid #d69649;
    margin: 3% 0;
}

.create-button {
    background: #d29344;
    border: 0;
    padding: 1.3%;
    color: white;
    font-weight: bold;
    margin-bottom: 2%;
    cursor: pointer;
}

.save-button {
    background: #d29344;
    border: 0;
    width: 75px;
    height: 35px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 2%;
}

.right-button {
    text-align: right;
    width: 150px;
    float: right;
}

.label_flex {
    flex-grow: 2;
    width: 150px;
}

.field_flex {
    flex-grow: 4;
    width: 420px;
}

label[for="permissions"] {
    margin-top: 15px;
    width: 100px;
}

label[for="name"] {
    margin-top: 7px;

}

.save-button-container {
    text-align: right;
}

.search_and_create_bar {
    margin: 15px 0;
    overflow: hidden;
}
.search_and_create_bar form {
    width: 300px;
    float: left;
}

.search_and_create_bar button {
    width: 135px;
    height: 30px;
    font-size: 11px;
}

.search_and_create_bar input[name="search_input"] {
    width: 200px;
    height: 20px;
    border: 1px solid #d29344;
    padding: 1%;
}


.search_and_create_bar input[type="submit"] {
    background: #d29344;
    border: 0;
    width: 75px;
    height: 30px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
}

.left-button {
    float: left;
    width: 150px;
    height: 40px;
}

#select_search_input {
    width: 140px;
    height: 29px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
}

.title_flex {
    display: flex;
    border: 1px solid #d19141;
    padding: 10px 15px;
    background: #d19141;
    font-weight: bold;
    color: white;
}

.title_flex .feature {
    flex-grow: 3;
}

.title_flex .option {
    flex-grow: 1;
}

.permissions_flex .sub-heading {
    padding: 10px;
    background: #d29344;
    color: white;
    font-weight: bold;
}

.permission_flex {
    display: flex;
    padding: 12px 15px;
}

.permission-box {
    border: 1px solid #A57234;
}

.sub-heading {
    background: #A57234;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 12px;
}

.sub-permission {
    flex-grow: 1;
    width: 220px;
    font-size: 10px;
    font-weight: bold;
}

.checkbox {
    width: 125px;
}

.delete_icon {
    width: 25px !important;
    height: 25px !important;
}

.selectbox {
    flex-grow: 2;
}