body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background: #cccccc38;
}

.menubar {
    background: #79aec8;
}

.menu-item {
    /* color: #fff !important; */
    font-family: arial;
}

a:link,
a:visited {
    color: #79aec8;
    text-decoration: none;
    font-family: arial;
}

a:hover {
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #036;
}

a:focus {
    text-decoration: underline;
}

a img {
    border: none;
}

a.section:link,
a.section:visited {
    color: #fff;
    text-decoration: none;
}

a.section:focus,
a.section:hover {
    text-decoration: underline;
}

p,
ol,
ul,
dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

h1 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}

h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 10px;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul li {
    list-style-type: square;
    padding: 1px 0;
}

li ul {
    margin-bottom: 0;
}

li,
dt,
dd {
    font-size: 14px;
    line-height: 20px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #eee;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code,
pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    color: #666;
    font-size: 12px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 10px;
}

p.mini {
    margin-top: -3px;
}

.help,
p.help,
form p.help,
div.help,
form div.help,
div.help li {
    font-size: 11px;
    color: #999;
}

div.help ul {
    margin-bottom: 0;
}

.help-tooltip {
    cursor: help;
}

p img,
h1 img,
h2 img,
h3 img,
h4 img,
td img {
    vertical-align: middle;
}

.quiet,
a.quiet:link,
a.quiet:visited {
    color: #999;
    font-weight: normal;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

table {
    border-collapse: collapse;
    border-color: #ccc;
}

td,
th {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 15px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    /* display: flex;
    align-items: center; */
}

th {
    font-weight: 600;
    text-align: left;
    padding: 15px !important;
}

thead th,
tfoot td {
    color: #666;
    padding: 5px 10px;
    font-size: 11px;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #eee;
}

thead th.required {
    color: #000;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #fff;
}

.row2 {
    background: #f9f9f9;
}

thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
}

thead th a:link,
thead th a:visited {
    color: #666;
}

thead th.sorted {
    background: #eee;
}

thead th.sorted .text {
    padding-right: 42px;
}

table thead th .text span {
    padding: 8px 10px;
    display: block;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

table thead th .text a:focus,
table thead th .text a:hover {
    background: #eee;
}

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 9px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: left;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '\\';
    position: absolute;
    top: -6px;
    left: 3px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #447e9b;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}

input,
textarea,
select,
.form-row p,
form .button {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 12px;
}

.form-row div.help {
    padding: 2px 3px;
}

textarea {
    vertical-align: top;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=time],
input[type=number],
textarea,
select,
.vTextField {
    border: none !important;
    border-radius: 4px;
    padding: 9px 6px;
    margin-top: 0;
    width: 100%;
    /* height: unset !important; */
    height: 40px !important;
    background: #ffffff !important;
    box-shadow: 0px 0px 3px #00000029;
    opacity: 1;
    font-size: 14px !important;
    font-weight: 400px !important;
    color: #495057 !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus,
select:focus,
.vTextField:focus {
    /* border-color: #999; */
    /* outline-offset: none !important;
    outline: none !important;
    border: none !important; */
    /* box-shadow: none !important;*/
    outline-color: #ccc !important;
    font-size: 14px !important;
} 
input:focus{
    outline-color: #ccc !important;
}

select {
    border: none;
    border-radius: 4px;
    padding: 9px 6px !important;
    margin-top: 0;
    /* height: unset !important; */
    height: 40px !important;
    background: #ffffff !important;
    box-shadow: 0px 0px 3px #00000029;
    opacity: 1;
    font-size: 14px !important;
}

select[multiple] {
    min-height: 150px;
}

.bottom-button {
    text-align: right;
}

.button,
input[type=submit],
input[type=button],
.submit-row input,
a.button {
    /* background: #3683c5 !important ; */
    background: #47D6C1 !important;
    padding: 8px 7px!important;
    border: none !important;
    font-size: 14px !important;
    border-radius: 7px !important;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold !important;
}

.page-title {
    font-size: 20px;
    font-weight: 500;
}

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

#reset-password {
    background: #47D6C1 !important;
    padding: 10px 35px;
    border: none;
    font-size: 14px;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.btn-color {
    background: #47D6C1 !important;
    padding: 10px 0px!important;
    border: none !important;
    font-size: 14px !important;
    border-radius: 7px !important;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold !important;
}

#cancel {
    background: #47D6C1 !important;
    padding: 8px 15px !important;
    border: none;
    font-size: 14px;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

#save_btn {
    background: #47D6C1 !important;
    padding: 8px 20px !important;
    border: none;
    font-size: 14px;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

a.button {
    padding: 4px 5px;
}

.button:active,
input[type=submit]:active,
input[type=button]:active,
.button:focus,
input[type=submit]:focus,
input[type=button]:focus,
.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
    /* background: #3683c5 !important; */
    /* outline-offset: none !important;
    outline: none !important;
    border: none !important; */
    /* box-shadow: none !important; */
    
}

.button[disabled],
input[type=submit][disabled],
input[type=button][disabled] {
    opacity: 0.4;
}

.button.default,
input[type=submit].default,
.submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #47d6c1;
}

.button.default:active,
input[type=submit].default:active,
.button.default:focus,
input[type=submit].default:focus,
.button.default:hover,
input[type=submit].default:hover {
    /* background: #205067; */
    /* outline-offset: none !important;
    outline: none !important;
    border: none !important; */
    /* box-shadow: none !important; */
}

.button[disabled].default,
input[type=submit][disabled].default,
input[type=button][disabled].default {
    opacity: 0.4;
}

.module {
    border: none;
    margin-bottom: 30px;
    background: #fff;
}

.module p,
.module ul,
.module h3,
.module h4,
.module dl,
.module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul,
.module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2,
.module caption,
.inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    background: #79aec8;
    color: #fff;
}

.module caption,
.inline-group h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.module table {
    border-collapse: collapse;
}

ul.messagelist {
    padding: 0;
    margin: 0;
}

ul.messagelist li {
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning {
    background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error {
    background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}

.errornote {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: #ba2121;
    border: 1px solid #ba2121;
    border-radius: 4px;
    background-color: #fff;
    background-position: 5px 12px;
}

ul.errorlist {
    margin: 0 0 4px;
    /* padding: 0; */
    color: #ba2121;
    background: #fff;
}

ul.errorlist li {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

ul.errorlist li:first-child {
    margin-top: 0;
}

ul.errorlist li a {
    color: inherit;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0;
    padding: 0;
}

td ul.errorlist li {
    margin: 0;
}

.form-row.errors {
    margin: 0;
    border: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.form-row.errors ul.errorlist li {
    padding-left: 0;
}

.errors input,
.errors select,
.errors textarea {
    border: 1px solid #ba2121;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: #c11;
    background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

.control-label label {
    font-weight: 600;
    font-size: 14px;
}

.manage-shortcuts {
    cursor: pointer;
}

.access-denied-info {
    margin: 25px;
}

#cke_id_body {
    width: 600px !important;
}

.mail-content-save {
    float: right;
    margin-right: 29%;
}

.bottom-menu.inactive {
    display: none;
}

.bottom-menu.active {
    display: block;
}


/* .form-horizontal{
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 30px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 4px #0000006b;
    border-radius: 4px;
} */

.create-header {
    /* text-align: center; */
    /* padding: 10px 0 10px; */
    margin-bottom: 30px;
    /* color: #3683c5 !important; */
}

.user-table tbody tr td a {
    margin-right: 10px;
}

.mail-available-languages {
    padding: 30px;
}

.first-translate-language {
    margin-right: 20px;
}

.input[type="text"] {
    background: red !important;
}

.table_row_heading th {
    color: black !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.mrg_top {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

.button_margin {
    margin-top: 22px !important;
    padding: 0px !important;
}
.filter-result-count {
    margin-top: 32px !important;
    margin-left: 22px !important;
    padding: 0px !important;
}