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

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.loginform_container {
    background: #fff;
    border: 1px solid #ccc;
    margin: 50px auto 0;
    text-align: left;
    width: 640px;
}
h1.title_box {
    background-color: #dedede;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-decoration: none;
    padding: 10px !important;
}
form.appnitro {
    margin: 20px 20px 0;
    padding: 0 0 20px;
}
label.description {
    border: none;
    color: #222;
    display: block;
    font-size: 95%;
    font-weight: 700;
    line-height: 150%;
    padding: 0 0 1px;
}
.left_box, .right_box {
    float: left;
    width: 50%;
}
.right_box{
    text-align: center;
}
.clear{
    clear: both;
    width: 100%;    
}
input.button_text {
    padding: 0 7px;
    width: auto;
    margin: 5px 0px;
    cursor: pointer;
}
.loginform_container input[type="text"],.loginform_container input[type="password"],.loginform_container  select {
    vertical-align: middle;
    border: 1px solid #ccc;
    min-height: 36px;
    padding: 3px;
    box-sizing: border-box;
    width: 100%;
}
.loginform_container{
    display: none;
}
.loginform_container.active{
    display: block;
}
.field_error{
    border:1px solid red !important;
}
.form_description.haserror {
    border: 1px solid red;
    padding: 10px;
    background: #ddd;
    margin: 5px 0;
}
.required{
    color: red;
}
#form_container {
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px auto 0;
    text-align: left;
    width: 80%;
}
#form_container h1 {
    background-color: #dedede;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-decoration: none;
}
#form_container h1 a {
    display: block;
    height: 100%;
    min-height: 40px;
    overflow: hidden;
}
.logout a, a:visited, a:link, a:active {
    text-decoration: none;
    color: #696969;
}
.logout {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2%;
    text-align: right;
    outline: none;
}
.top-menu {
    padding-top: 15px;
    margin: 0;
    list-style-type: none;
    font-family: 'Hoefler Text', Georgia, 'Times New Roman', serif;
    font-weight: normal;
    font-size: 1em;
    letter-spacing: .2em;
    line-height: 1.1em;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}
#iddi {
    padding: 5px;
    float: left;
    padding-bottom: 15px;
}
.top-menu li {
    margin-left: 2px;
    float: left;
}
.top-menu a {
    display: block;
    float: left;
    width: 150px;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 15px;
}
.form_description {
    border-bottom: 1px dotted #ccc;
    clear: both;
    margin: 0 0 1em;
}
.main_content{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
table.table {
    border-collapse: separate;
    border-spacing: 0 2px 0 0;
    margin-bottom: 5px;
    width: 100%;
}
table.table thead>tr>th {
    border: none;
    font-weight: normal;
    vertical-align: top;
    background: #ccc;
    padding: 8px;
    line-height: 1.42857;
    font-weight: bold;
    color: white;
}
table.table tbody>tr>td {
    background-color: #FFFFFF;
    padding: 3px 7px;
    line-height: 1.42857;
    border-bottom: solid 1px #EAEDEF;
}
table.table tbody>tr.odd>td {
    background-color: #FCFDFE;
}
a.action_bt {
    width: 27px;
    height: 27px;
    cursor: pointer;
    border: 1px solid #ccc;
    float: left;
    margin: 0 2px;
    border-radius: 3px;
    background: url('../img/actions.png') no-repeat transparent;
}
a.action_bt.action_edit {
    background-position: -39px -2px;
}
a.action_bt.action_delete {
    background-position: 0 -2px;
}
a.action_bt.action_login_as {
    background-position: -86px -2px;
}
a.action_bt:hover{
    background-color:#ccc;
}
#register_form .active_wp label {
    width: 50%;
    float: left;
}
#register_form .active_wp input {
    width: auto;
    float: left;
}
#register_form .active_wp {
    width: 100%;
    float: left;
    margin: 3px 0;
}
.block h1{
    padding: 10px !important;
    position: relative;
}
.left_box_wp{
    width: 49%;
    float: left;
    border: 1px solid #ccc;
}
.right_box_wp{
    width: 49%;
    float: right;
    border: 1px solid #ccc;
}
.table_content {
    padding: 10px;
}
#submitimageform,#submitlinkform{
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
#newimage,#newlink{
    display: none;
}
#submitimageform label,#submitlinkform label{
    font-weight: bold;
    width: 100%;
    float: left;
    margin-bottom: 3px;
    
}
#submitimageform input[type="text"],#submitlinkform input[type="text"]{
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
.addnew.action_bt {
    float: right;
    position: absolute;
    top: 2px;
    right: 0;
    background-position: -124px -1px;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
}
.img_uploads{
    max-width: 50px;
    max-height: 50px;
}
.listitem_action {
    width: 25%;
    text-align: center;
    float: left;
}
.listitem_filename {
    width: 30%;
    text-align: left;
    float: left;
}
.listitem_image {
    width: 30%;
    text-align: center;
    float: left;
}
.listitem_id {
    width: 15%;
    text-align: center;
    float: left;
}
.listitem_link{
    width: 60%;
    text-align: left;
    float: left;
}
.ui-state-default >div{
    padding: 10px;
    box-sizing: border-box;
}
.ui-state-default {
    width: 100%;
    float: left;
    box-sizing: border-box;
    cursor: move;
}
.list_data .head{
    border: none;
    font-weight: normal;
    vertical-align: top;
    background: #ccc;
    padding: 8px;
    line-height: 1.42857;
    font-weight: bold;
    color: white;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.ui-state-highlight{
    min-height: 50px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.action_changestatus {
    background-position: -201px 0 !important;
}
.action_changestatus.status_active {
    background-position: -164px 0 !important;
}
.haserror{
    border: 1px solid red;
    padding: 10px;
    background: #ddd;
    margin: 5px 0;
}
.button_default{
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.button_default:hover{
    background: #ccc;
}
.pull-right{
    float: right;
}
@media screen and (max-width: 680px) {
    .left_box_wp{
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .right_box_wp{
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
}