@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,greek);

a, a:hover, a:active, a:focus {
    outline: 0;
}

#admin_panel {
    text-align: left;
}

#admin_panel h3 {
    margin: 20px 0;
    color: grey;
}

.listbox {
    height: auto !important;
    min-height: 18px;
}

.edit_bar {
    margin-bottom: 20px;
}

.edit_bar a {
    color: white !important;
    display: inline-block;
    padding: 5px 20px 5px 34px;
    text-decoration: none;
    margin-left: 10px;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    position: relative;
}

.edit_bar a:hover {
    color: white !important;
}

.edit_bar_selected {
    color: white !important;
    cursor: default;
}

.icon1 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 15px;
    background: url(../images/admin_edit_bar_sprite.png) center top no-repeat;
}

.icon2 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 15px;
    background: url(../images/admin_edit_bar_sprite.png) center center no-repeat;
}

.icon3 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 15px;
    background: url(../images/admin_edit_bar_sprite.png) center bottom no-repeat;
}

#option2content {
    display: none;
}

#option3content {
    display: none;
}

.delete_attachment_container {
    position: relative;
    background: url(../images/placeholder.gif) 0 0 no-repeat;
    padding: 28px 0 0 0;
    margin: 0;
    height: 131px;
    width: 170px;
    text-align: center;
    vertical-align: middle;
}

.delete_attachment_container div {
    position: absolute;
    background: none;
    width: 144px;
    height: 106px;
    top: 16px;
    left: 18px;
    cursor: pointer;
}

.delete_attachment_container div:hover {
    background: url(../images/delete_attachment.png) left top no-repeat;
}

.delete_attachment_container img {
    max-height: 90px;
}

.seo {
    display: none;
}

.tag_container {
    position: relative;
    margin: 5px 0;
    padding: 5px;
    min-height: 23px;
    max-width: 350px;
}

.tag {
    display: inline-block;
    padding: 2px 5px 4px 16px;
    margin: 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #f3f3f3;
    position: relative;
    cursor: default;
    -moz-box-shadow: 1px 1px 2px #939393;
    -webkit-box-shadow: 1px 1px 2px #939393;
    box-shadow: 1px 1px 2px #939393;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393');
}

.tag:hover {
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.tag a {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/remove_tag.gif) no-repeat left center;
    top: 5px;
    left: 4px;
}

.tag a:hover {
    background: url(../images/remove_tag.gif) no-repeat right center;
}

.edit_events {
    background: url(../images/edit_events.png) no-repeat left center;
    height: 36px;
    padding-top: 25px;
    padding-left: 48px;
    color: #3d3d3d;
    display: inline-block;
}

.edit_events:hover {
    color: #cd3036;
}

#eventDates {
    position: relative;
    margin: 5px 0;
    padding: 5px;
    min-height: 23px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
}

.date_tag {
    max-width: 200px;
    padding: 2px 5px 4px 25px;
    text-align: center;
    margin: 5px 217px;
    font-size: 16px;
    color: #505050;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #dadada;
    position: relative;
    cursor: default;
    -moz-box-shadow: 1px 1px 2px #939393;
    -webkit-box-shadow: 1px 1px 2px #939393;
    box-shadow: 1px 1px 2px #939393;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393');
    text-shadow: 1px 1px #ffffff;
}

.date_tag:hover {
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.date_tag a {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/remove_tag.gif) no-repeat left center;
    top: 7px;
    left: 7px;
}

.date_tag a:hover {
    background: url(../images/remove_tag.gif) no-repeat right center;
}

.btn {
    text-decoration: none;
}

.edit_category {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #21252a;
    padding: 3px 3px 1px 80px;
    border-bottom: 1px dotted silver;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
}

.edit_category:hover {
    background-color: #f1f2ed;
}

.edit_category_deactivate {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #800000;
    padding: 3px 3px 1px 80px;
    border-bottom: 1px dotted silver;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
}

.hideText {
    padding-left: 26px;
    font-style: italic;
    color: #636363;
}

#massSelectionForm a:hover {
    color: black;
}

.sort_title {
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    padding-left: 10px;
}

#users_admin_selectors {
    padding-bottom: 60px;
    border-bottom: 2px dashed #aaa;
}

#admin_panel_wrap {
    position: relative;
    margin-top: 10px;

}

#admin_panel *, #users_admin_selectors, #massSelectionForm {
    font-family: Verdana, sans-serif !important;
    font-size: 11px !important;
}

#admin_panel_container {
    float: left;
    border: 1px solid grey;
    background-color: white !important;
    width: 95%;
    padding: 10px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .6);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .6);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .6);
}

#admin_panel h3 {
    font-size: 12px !important;
    font-weight: bold;
    padding: 2px 0;
}

#admin_panel h4 {
    font-size: 13px !important;
    color: black !important;
}

.admin_record_title {
    background-color: #e5e5e5;
    border: 1px solid silver;
    color: white !important;
    padding: 10px 10px 2px 10px;
    margin: -18px 0 20px 0;
}

#admin_panel .formLabel {
    text-align: right;
    font-weight: bold;
    color: grey;
    padding: 3px 10px 0 0;
}

#admin_panel .textbox {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: black;
    width: 95%;
    max-width: 600px;
    height: 20px;
    border: 1px solid silver;
    background: #f7f7f7;
    padding: 0 10px;
}

#admin_panel .listbox {
    color: black;
    border: 1px solid silver;
    background: #f7f7f7;
    padding: 5px;
    margin: 2px;
    height: 22px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    width: 95%;
    max-width: 300px;
}

#admin_panel .multiline_textbox {
    padding: 2px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    border: 1px solid silver;
    background: #f7f7f7;
    color: black;
    width: 95%;
    max-width: 600px;
    padding: 0 10px;
}

#admin_panel .req {
    color: #b60000;
    font-weight: bold;
    margin-right: 5px;
    font-size: 1.3em;
}

#admin_panel .mceLayout {
    margin-left: 3px;
}

#admin_panel .jPicker .Icon {
    margin-bottom: -9px;
}

#admin_panel #edit_delete {
    display: block;
    margin: 15px auto;
}

.massButtons {
    text-align: right;
    margin-top: 30px;
    padding-top: 5px;
    border-top: 1px solid black;
}

.admin_label {
    font-weight: bold;
    margin: 20px 0 5px 0;
}

.admin_label_flag {
    position: relative;
    top: -5px;
    float: left;
    padding: 1px;
    border: 1px solid black;
    margin: 0 3px !important;
}

.admin_label_shadow {
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    padding: 5px;
    text-align: left;
}

.mceLayout iframe {
    width: 100% !important;
}

.mediabank_text_container {
    height: 50px;
    width: 170px;
    font-size: 10px;
    vertical-align: top;
}

.mediabank_text_container div {
    display: table;
    margin: 0 auto;
    text-align: left;
}

.silver_box {
    background-color: #ececec;
    padding: 0 4px 4px 4px;
    margin-bottom: 10px;
}

.section_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    margin: 0;
}

.form_centered {
    display: table;
    margin: 0 auto;
}

.edit_category {
    display: block;
    font-size: 1em;
    color: #21252a;
    padding: 3px 3px 1px 80px;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
    border: 2px solid transparent;
    border-bottom-color: #e0e0e0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
}

.edit_category:hover {
    color: white !important;
}

.edit_category_deactivate {
    display: block;
    font-size: 1em;
    color: #6d6d6d;
    padding: 3px 3px 1px 80px;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
    border: 2px solid transparent;
    border-bottom-color: #e0e0e0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
}

.edit_category_deactivate:hover {
    color: white !important;
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #6d6d6d), color-stop(100%, #3f3f3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6d6d6d 14%, #3f3f3f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#3f3f3f', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#b7b7b7', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#8a8a8a', GradientType=0); /* IE6-9 */
    border-left-color: #969494;
    border-top-color: #969494;
    border-right-color: #323232;
    border-bottom-color: #323232;
}

.chk_container {
    float: left;
    margin-right: 5px;
    margin-top: 9px;
    margin-left: 6px;
    z-index: 100;
    position: relative;
}

.toggler {
    position: absolute;
    left: 25px;
    top: -2px;
    width: 33px;
    height: 19px;
    display: inline-block;
}

.record_on {
    background: url(../images/buttons_on_off.png) center top no-repeat;
}

.record_off {
    background: url(../images/buttons_on_off.png) center bottom no-repeat;
}

.find {
    display: block;
    width: 33px;
    height: 19px;
    padding-left: 40px;
    margin-top: -10px;
    margin-left: 12px;
    color: #383838;
    text-decoration: none;
}

.find:hover {
    text-decoration: underline;
}

.search_off {
    background: url(../images/buttons_on_off.png) left bottom no-repeat;
}

.search_on {
    background: url(../images/buttons_on_off.png) left top no-repeat;
}

.visible {
    display: table !important;
    margin: 0 auto !important;
}

.hidden {
    display: none !important;
}

#add_item a {
    color: white !important;
    text-decoration: none;
    background: #9a2a54 url(../images/add.gif) 10px center no-repeat !important;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: right;
    min-width: 180px;
}

#add_item a:hover {
    background: #562e43 url(../images/add.gif) 10px center no-repeat !important;
}

#add_item div {
    display: inline-block;
    padding: 5px 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-left: -20px;
    position: relative;
    z-index: 2;
}

#edit_item a {
    color: white !important;
    text-decoration: none;
    background: #9a2a54 url(../images/edit.gif) 10px center no-repeat !important;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: right;
    min-width: 180px;
}

#edit_item a:hover {
    background: #562e43 url(../images/edit.gif) 10px center no-repeat !important;
}

#edit_item div {
    display: inline-block;
    padding: 5px 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-left: -20px;
    position: relative;
    z-index: 2;
}

#sort_item a {
    color: white !important;
    text-decoration: none;
    display: inline-block;
    background: #9a2a54 url(../images/sort.gif) 10px center no-repeat !important;
    padding: 10px 20px 10px 50px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: right;
    min-width: 180px;
}

#sort_item a:hover {
    background: #562e43 url(../images/sort.gif) 10px center no-repeat !important;
}

#sort_item div {
    display: inline-block;
    padding: 5px 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-left: -20px;
    position: relative;
    z-index: 2;
}

.sort_hover {
    color: white !important;
}

#sort-list-images .attachment_button {
    margin-left: 130px;
}






