html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/*
Default Values
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

code {
    background: #d8d8d8;
    text-shadow: 1px 1px #fff;
    border: 1px solid #bbbbbb;
    display: block;
    padding: 7px;
    margin: 5px 0;
    border-radius: 7px;
}

mark {
    background-color: #fdfc9b;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

hr {
    border: none;
    border-top: #EEE 1px solid;
}

dt {
    font-weight: bold;
    margin-bottom: 24px;
}

dd {
    margin-left: 30px;
    margin-bottom: 24px;
}

abbr,
acronym {
    border-bottom: #999 1px dotted;
    cursor: help;
}

big {
    font-size: 1.3em;
}

cite,
em {
    font-style: italic;
}

ins {
    background-color: #fdfc9b;
    text-decoration: none;
}

pre {
    background: #d8d8d8;
    text-shadow: 1px 1px #fff;
    border: 1px solid #bbbbbb;
    padding: 7px;
    margin: 5px 0;
    border-radius: 7px;
}

blockquote, q {
    quotes: none;
    border: 1px solid rgb(226, 220, 220);
    background: rgb(250, 247, 247) url(../images/quote.png) no-repeat;
    padding: 10px 5px 5px 47px;
    text-shadow: 1px 1px #fff;
    margin: 5px 0;
    border-radius: 7px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

strong {
    font-weight: bold;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 10px;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

img,
video {
    max-width: 100%;
    height: auto;
}

video {
    display: block;
}

audio {
    max-width: 100%;
}

/*
  end of
  Default values
*/

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
    background: transparent;
    border: 0;
}

table.cke_editor td {
    background: transparent;
    padding: 0;
    border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}

.poll .vote-form .choices {
    margin: 0;
}

.form-submit {
    cursor: pointer;
    margin: 5px;
}

input.form-checkbox, input.form-radio {
    vertical-align: baseline;
}

.form-text {
    padding: 6px;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
    border-bottom: 1px solid #b7b7b7;
    margin: 0 0 5px 0;
}

ul.primary {
    border: none;
    margin: 0;
    padding: 0;
}

ul.primary li {
    display: inline-block;
}

ul.primary li a {
    background: none;
    border: none;
    display: block;
    float: left;
    line-height: 1.5385em;
    margin: 0;
    padding: 0 1em;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
    background: #666;
    border: none;
    color: #fff;
}

ul.primary li a:hover {
    background: #888;
    text-decoration: none;
}

ul.secondary {
    background: #666;
    border-bottom: none;
    clear: both;
    margin: 0;
    padding: 0;
}

ul.secondary li {
    border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
    border: none;
    color: #ccc;
    display: block;
    float: left;
    line-height: 1.5385em;
    padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
    background: #888;
    color: #fff;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
    margin: 0 0 10px 0;
}

.field-name-field-tags a {
    display: inline-block;
    background: url(../images/tag.png) no-repeat;
    padding: 0px 8px 0 16px;
    height: 22px;
    text-shadow: 1px 1px #fff;
    border-radius: 2px;
    font-size: 12px;
}

.field-name-field-tags .field-item {
    margin: 0 1em 0 0;
}

.field-name-field-tags div {
    display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
    margin: 1.5385em 0;
}

.profile dd {
    margin-bottom: 1.5385em;
}

.profile h3 {
    border: none;
}

.profile dt {
    margin-bottom: 0;
}

.password-parent {
    width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager li {
    background: #cfcfcf;
    border-radius: 3px;
    margin-right: 4px;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
    display: inline;
    margin-top: 4px;
}

#forum .title {
    font-size: 16px;
}

#forum .submitted {
    font-size: 12px;
    background: transparent;
    padding: 0;
}

#forum .container {
    background: #a1a1a1;
    color: #fff;
}

#forum .container a {
    color: #000;
    font-weight: bold;
}

#forum div.indent {
    margin-left: 2px;
}

.forum-starter-picture {
    float: left;
    padding: 4px;
    border: 1px solid #d9d9d9;
    margin: 5px 7px 5px 0;
}

#forum th {
    background: #434343;
    text-shadow: none;
    color: #fff;
}

#forum th a {
    color: #fff;
}

#forum td.forum .icon, #forum .icon div {
    background: url(../images/no-new-posts.png) no-repeat;
    width: 35px;
    height: 35px;
}

#forum .name a {
    font-size: 16px;
}

/* Images */

img {
    outline: 0;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* Comments */

.comment h2.title {
    margin-bottom: 1em;
}

.comment div.user-picture img {
    margin-left: 0;
}

.comment {
    margin-bottom: 20px;
    display: table;
    vertical-align: top;
}

.comment .attribution {
    display: table-cell;
    padding: 0 35px 0 0;
    vertical-align: top;
    overflow: hidden;
}

.comment .attribution img {
    margin: 0;
    border: 1px solid #d3d7d9;
}

.comment .attribution .username {
    white-space: nowrap;
}

.comment .comment-submitted p {
    margin: 4px 0;
    font-size: 1.071em;
    line-height: 1.2;
}

.comment .comment-submitted .comment-time {
    font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
    font-size: 0.786em;
    text-transform: lowercase;
}

.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}

.comment .comment-arrow {
    background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -36px;
    margin-top: 15px;
    position: absolute;
    width: 20px;
}

.comment .comment-text {
    padding: 0 25px 10px 35px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
    border-left: 1px solid #d3d7d9;
}

.comment .indented {
    margin-left: 40px;
}

.comment-unpublished {
    margin-right: 5px;
    padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/* -------------- Form Elements   ------------- */

fieldset {

}

.fieldset-wrapper {
    margin-top: 0;
}

.node-form .vertical-tabs .fieldset-wrapper {
    margin-top: 0;
}

.filter-wrapper {
    top: 0;
    padding: 1em 0 0.2em;
    -khtml-border-radius-topright: 0;
    -khtml-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-help a {
    font-size: 0.857em;
    padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
    margin-right: 10px;
}

.filter-wrapper .form-item {
    padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
    padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
    background: transparent;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

fieldset legend {
    border-bottom: 1px solid #12295d;
    display: block;
    padding: 10px 0;
    text-indent: 10px;
    width: 100%;
    color: #12295d;
}

fieldset.collapsed legend {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

fieldset .fieldset-wrapper {
    padding: 0 10px;
}

fieldset .fieldset-description {
    margin-top: 5px;
    margin-bottom: 1em;
    line-height: 1.4;
    font-style: italic;
}

input {
    margin: 2px 0;
    padding: 4px;
}

textarea {
    line-height: 1.5;
}

textarea.form-textarea, select.form-select {
    padding: 4px;
}

input.form-text, textarea.form-textarea, select.form-select {
    border: 1px solid #ccc;
    max-width: 100%;
}

.password-suggestions ul li {
    margin-left: 1.2em;
}

.form-item {
    margin: 0;
    padding: 20px 0;
}

.form-item .form-item {
    margin: 0;
    padding: 0;
}

.field-group-div {
    margin: 2em 0;
}
.field-group-div > h3 {
    color: #12295d;
}

.form-type-radio label, .form-type-checkbox label {
    margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2px;
}

.form-actions {
    padding-top: 10px;
}

/*Admin*/
#toolbar li, .tabs.primary li {
    background: none;
}

/* Form Buttons */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    background: rgba(158, 158, 158, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);

}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158, 158, 158, 0.40);
}

button:focus:not(:active),
input[type="submit"]:focus:not(:active),
input[type="reset"]:focus:not(:active),
input[type="button"]:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158, 158, 158, 0.40);
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: rgba(158, 158, 158, .5);
    cursor: pointer;
}

input[type="file"] {
    display: inline-block;
    margin-right: -100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    height: 36px;
}

.form-item .description {
    font-style: italic;
    color: #999;
    margin: .5em 0 1em;
    display: block;
    clear: both;
}

textarea {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

#block-search-form .content {
    overflow: hidden;
    text-align: right;
    height: 25px;
    width: 180px;
    position: relative;
    margin-top: 0;
}

.search_block {
    width: 40%;
    float: right;
}

#edit-search-block-form--2 {
    /*width: 140px;
    color: #999;
    font-style: italic;
    padding: 2px 5px;
    */
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0.9em;
    margin: 0;
    border: 1px solid #e2e2e2;

    width: 180px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
    color: #1b5194 !important;
    font-style: normal !important;
    text-indent: 10px;
    outline: none;
}

#search-block-form input.form-submit {
    /*background: #0fa4dd url(../images/searchbg.png) left top no-repeat;
    border-radius: 0;
    -webkit-border-radius: 0;
    */
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    border: 0;


    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    padding: 0 10px 0 15px;
    margin: 0;
    text-indent: -9999px;
    border-radius: 50%;
    background: #007fff  url(../images/search-btn.svg) center no-repeat !important;
}




#search-block-form .form-actions {
    padding: 0;
}

#search-form .form-item-keys label {
    display: block;
}

ol.search-results {
    padding-left: 0;
}

.search-results li {
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: 0.4285em;
    margin-bottom: 0.5em;
}

.search-results li:last-child {
    border-bottom: none;
    padding-bottom: none;
    margin-bottom: 1em;
}

.search-results .search-snippet-info {
    padding-left: 0;
}

a.tabledrag-handle .handle {
    width: 24px;
    height: 24px;
}

/*
imce
*/
#imce-content,
#imce-content * {
    font: 14px/1.7 Arial, Sans-Serif !important;
}
#ops-wrapper {
    background: #ffffff none !important;
    border: none !important;
    padding: 10px 20px;
}
#ops-list a {
    display: inline-block !important;
    padding: 3px 20px 3px 3px !important;
    background: #e9ecef none !important;
    margin-right: 10px !important;
    border-radius: 20px;
    height: 36px;
    line-height: 30px !important;
}

#ops-list a::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    border-radius: 20px;
    line-height: 30px;
    background-color: #353c4a;
    content: "\f138";
}

#op-item-upload a::before,
#imce-content #edit-upload::before {
    content: "\f574";
    background-color: #008000;
}

#op-item-thumb a::before,
#imce-content #edit-thumb::before {
    content: "\f03e";
}
#op-item-delete a::before {
    content:"\f1f8";
}
#op-item-resize a::before,
#imce-content #edit-resize::before {
    content: "\f31e";
}
#op-item-sendto a::before {
    content: "\f00c";
}
#op-item-help a,
#op-item-changeview a {
    width: auto !important;
}
#op-item-help a::before {
    content: "\f129";
}
#preview-wrapper {
    height: auto !important;
}


