/*
 * Developed by Aaron Belsham of A D Belsham Pty Ltd.
 * This code is Copyright A D Belsham Pty Ltd, and may not be
 * used or distributed without written permission.
 *
 */

/*Global Reset*/

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,sub, sup, tt, var, 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 */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*Our actual CSS now the reset is taken care of*/

body {
    font-family: 'Oxygen', sans-serif;
    line-height: 1.3em;
    font-size: 13px;
    color: #000;
}

a {
    color: #3484df;
}

a:link, a:visited {
    color: #3484df;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 5px;
}

h1 {
    font-family: 'Oxygen', sans-serif;
    font-size: 2.0em;
    color: #154c82;
    line-height: 1.1em;
    padding-bottom: 10px;
}

h2 {
    font-family: 'Oxygen', sans-serif;
    font-size: 1.8em;
    color: #154c82;
    line-height: 1.1em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h3 {
    font-family: 'Oxygen', sans-serif;
    color: #154c82;
    font-size: 1.6em;
    line-height: 1.1em;
    padding-bottom: 10px;
}

h4 {
    font-family: 'Oxygen', sans-serif;
    color: #154c82;
    font-size: 1.4em;
    padding-top: 10px;
    line-height: 1.1em;
    padding-bottom: 10px;
}

h5 {
    font-family: 'Oxygen', sans-serif;
    color: #154c82;
    font-size: 1.2em;
    line-height: 1.1em;
    padding-bottom: 10px;
}

h6 {
    font-family: 'Oxygen', sans-serif;
    color: #154c82;
    font-size: 1.1em;
    line-height: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.full_width {
    position: relative;
    float: left;
    width: 100%;
    min-width: 1050px;
    height: auto;
    overflow: hidden;
}

div.inner_div {
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

#page_bg {
    background: #fff;
}

label {
    font-weight: bold;
    padding-left: 5px;
}

div.hidden {
    display:none;
}

div.central_dialog {
     margin-top: 150px;
     position: fixed;
     width: 295px;
     padding: 20px;
     height: auto;
     overflow: hidden;
     border: 1px solid #f1f1f1;
     background: #f7f7f7;
     border-radius: 5px;
     box-shadow: 1px 1px 5px 1px #cbcbcb;
     left: 50%;
     margin-left: -150px;
 }
 
 div.central_dialog textarea {
     position: relative;
     float: left;
     width: 260px;
     height: 150px;
     padding: 10px;
     margin: 5px;
     border: 1px solid #f1f1f1;
     box-shadow: 0px 0px 1px -1px #f1f1f1;
     border-radius: 5px;
 }
 
 div.central_dialog input#smod_feedback_button {
     display: block;
     width: 260px;
     padding: 7px;
     text-align: center;
     background: #008ec2;
     color: #f7f7f7;
     font-weight: bold;
     border: 1px solid #cbcbcb;
     border-radius: 5px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 5px;
 }
 
 div#wrapper {
     padding-bottom: 50px;
 }
 
 div#wrapper_inner {
     padding-bottom: 50px;
 }

div#header {
    height: 28px;
    background: #008ec2;
    overflow: visible;
}

div#header_inner {
    text-align: center;
    height: 28px;
    overflow: visible;
    position:relative;
    z-index:5;
    text-align: left;
}

div#logo_area {
    position: absolute;
    top: 3px;
    z-index: 99;
    right: 40px;
    width: 280px;
    height: 100px;
    text-align: right;
}

div#logo_area img {
    width: 30%;
}

div#footer_inner ul {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
}

div#footer_inner ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.9em;
}

div#header_inner ul li a:hover {
    text-decoration: underline;
}

#header_inner li {
    float:left;
    position:relative;
    text-align: left;
}
#header_inner a {
    display:block;
    color:#fff;
    text-decoration:none;
}
#header_inner a:hover {
    color:#fff;
    text-decoration:underline;
}

#header_inner ul {
    list-style:none;
    position:absolute;
    width: 100%;
    height: 28px;
    background: #008ec2;
}

#header_inner ul li ul {
    left: -9999px;
    width: 140px;
    height: auto;
}
#header_inner ul li{
    display: inline-block;
    float:none;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.9em;
}
#header_inner ul a{
    white-space:nowrap;
}
#header_inner li:hover ul{
    left:0;
}
#header_inner li:hover a{
    text-decoration:underline;
}
#header_inner li:hover ul a{
    text-decoration:none;
}

#header_inner ul li a {
    padding-top: 5px;
    padding-bottom: 1px;
}

#header_inner ul li ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

#header_inner ul li ul li {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

#header_inner li:hover ul li a:hover{
}

div#context {
    position: relative;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
}

ul.context_ul {
    width: 100%;
    text-align: left;
}

ul.context_ul li {
    width: 20%;
    display: inline-block;
    border: 1px solid #f1f1f1;
    text-align: center;
    margin: 2px;
    border-radius: 5px;
}

ul.context_ul li:hover {
    background: #f1f1f1;
}

div#footer {
    
}

div#footer_inner {
    text-align: center;
}

div#footer_inner img {
    width: 120px;
}

p.error_text {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -35px;
    color: red;
    font-weight: bold;
}

div#form_box {
    width: 100%;
    height: auto;
    position: relative;
    float: left;      
}

fieldset.form_fieldset {
    width: 97%;
    position: relative;
    float: left;
    padding: 5px;
    padding-bottom: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 5px;
}

fieldset.form_submit {
    width: 97%;
    position: relative;
    float: left;
    padding: 5px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 5px;
}

fieldset.form_submit ul {
    width: 100%;
    text-align: left;
}

fieldset.form_submit ul li {
    width: 15%;
    display: inline-block;
    padding: 2px;
    margin: 2px;
}

fieldset.form_fieldset h4 {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

fieldset.form_fieldset ul {
    width: 100%;
    text-align: left;
}

fieldset.form_fieldset ul li {
    width: 15%;
    display: inline-block;
    padding: 2px;
    margin: 2px;
}

fieldset.form_fieldset ul li label {
    color: #999;
    font-weight: lighter;
}

div#information_box {
     margin-top: 10px;
     position: relative;
     width: 295px;
     padding: 20px;
     height: auto;
     overflow: hidden;
     border: 1px solid #f1f1f1;
     background: #f7f7f7;
     border-radius: 5px;
     box-shadow: 1px 1px 5px 1px #cbcbcb;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 20px;
 }
 
 div#information_box ul {
     width: 100%;
     height: 100%;
 }
 
 div#information_box ul li {
     width: 100%;
     height: auto;
     overflow: hidden;
 }
 
 div#information_box input {
     display: block;
     width: 260px;
     padding: 10px;
     margin: 5px;
     border: 1px solid #f1f1f1;
     box-shadow: 0px 0px 1px -1px #f1f1f1;
     border-radius: 5px;
 }
 
 div.show_hints {
     display: none;
     position: absolute;
     float: left;
     width: 155px;
     max-height: 90px;
     overflow-x: hidden;
     overflow-y: auto;
     z-index: 99;
     background: #f7f7f7;
     border: 1px solid #cbcbcb;
 }
 
 div.show_hints ul {
     width: 100%;
     height: auto;
 }
 
 div.show_hints ul li {
     display: block;
     width: 100%;
 }
 
 div.show_hints ul li:hover {
     background: #f1f1f1;
 }
 
 div.days_remaining_positive {
     position: relative;
     float: right;
     color: green;
     font-size: 1.0em;
 }
 
 div.days_remaining_negative {
     position: relative;
     float: right;
     color: red;
     font-size: 1.0em;
 }
 
  input.submit_blue {
     position: relative;
     float: left;
     display: block;
     width: 140px;
     padding: 7px;
     text-align: center;
     background: #008ec2;
     color: #f7f7f7;
     font-weight: bold;
     margin-left: 5px;
     border: 1px solid #cbcbcb;
     border-radius: 5px;
 }
 
 input.submit_orange {
     position: relative;
     float: left;
     display: block;
     width: 140px;
     padding: 7px;
     text-align: center;
     background: orange;
     color: #f7f7f7;
     font-weight: bold;
     margin-left: 5px;
     border: 1px solid #cbcbcb;
     border-radius: 5px;
 }
 
 input.submit_red {
     position: relative;
     float: left;
     display: block;
     width: 140px;
     padding: 7px;
     text-align: left;
     color: #333;
     font-weight: bold;
     margin-left: 5px;
     border: 1px solid #cbcbcb;
     border-radius: 5px;
     background: url(../Images/trash_small.png) 8px  no-repeat;
     background-size: contain;
 }
 
 input.trash_can {
     width: 20px;
     height: 20px;
     border: 0;
     margin: 0;
     background: url(../Images/trash.png) 0 0 no-repeat;
     background-size: contain;
 }
 
 input.trash_can:hover {
     background: url(../Images/trash_red.png) 0 0 no-repeat;
     background-size: contain;
 }

 input.check_box {
     width: 20px;
     height: 20px;
     border: 0;
     margin: 0;
     background: url(../Images/check_box.png) 0 0 no-repeat;
     background-size: contain;
 }
 
 input.check_box:hover {
     background: url(../Images/check_box_green.png) 0 0 no-repeat;
     background-size: contain;
 }
 input.clock_on {
     width: 20px;
     height: 20px;
     border: 0;
     margin: 0;
     background: url(../Images/clock_on.png) 0 0 no-repeat;
     background-size: contain;
 }
 input.clock_off {
     width: 20px;
     height: 20px;
     border: 0;
     margin: 0;
     background: url(../Images/clock_off.png) 0 0 no-repeat;
     background-size: contain;
 }
 
 input.clock_on:hover {
     background: url(../Images/clock_on_green.png) 0 0 no-repeat;
     background-size: contain;
 }
 
 div#running_time_clock {
     position: fixed;
     left: 5px;
     bottom: 5px;
     height: auto;
     padding: 10px; 
     min-width: 300px;
     border: 1px solid #cbcbcb;
     background: #008ec2;
     box-shadow: 0px 0px 5px #999;
 }
 
 span.small_clock_label {
     font-size: 0.9em;
     font-weight: 300;
     color: #f7f7f7;
 }
 
 span.large_clock {
     font-size: 4.0em;
     font-weight: bold;
     color: #f7f7f7;
     line-height: 1.1em;
 }
 span.small_clock {
     font-size: 3.0em;
     font-weight: bold;
     color: #f7f7f7;
     line-height: 1.1em;
 }
 
 div#action_items_pending {
     position: relative;
     width: 700px;
     float: left;
 }
 
 div#action_items_pending th {
     font-weight: bold;
     border-bottom: 1px solid #154c82;
 }
 
 div#action_items_pending td {
     padding-left: 5px;
     padding-right: 5px;
     text-align: center;
 }
 
 div#action_items_pending input.form_input {
     width: 50px;
 }
 
 th.sixty_percent {
     width: 300px;
     text-align: left;
     vertical-align: text-bottom;
 }
 td.sixty_percent {
     width: 300px;
     text-align: left!important;
     vertical-align: text-bottom;
 }
 
 tr.red_row {
     color: #c00;
 }
 
 tr.orange_row {
     color: orange;
 }
 
 tr.black {
     color: #000;
 }
 
 input.add_button {
     width: 20px;
     height: 20px;
     border: 0;
     margin: 0;
     background: url(../Images/plus_sign.png) 0 0 no-repeat;
     background-size: contain;
 }
 
 input.add_button:hover {
     background: url(../Images/plus_sign_green.png) 0 0 no-repeat;
     background-size: contain;
 }
 
 li.small_icons {
     width: 30px!important;
 }
 
 div.small_icons {
     position: relative;
     float: left;
     padding-left: 10px!important;
     margin-bottom: -10px;
 }
 
 input.form_input {
     width: 90%;
     margin-top: 1px;
     padding: 7px;
     border-radius: 5px;
     border: 1px solid #cbcbcb;
 }
 
 select.form_input {
     width: 100%;
     margin-top: 1px;
     padding: 7px;
     border-radius: 5px;
     border: 1px solid #cbcbcb;
 }
 
 div.private_sticky {
     position: absolute;
     top: 120px;
     right: -120px;
     width: 180px;
     height: 180px;
     padding-top: 20px;
     padding-left: 20px;
     padding-right: 0px;
     background: #f1f1f1;
     border: 1px solid #999;
     border-radius: 5px;
     background-size: cover;
 }
 
 div.private_sticky input {
     border: 1px solid #000;
     border-radius: 5px;
     background: none;
 }
 div.public_sticky input {
     border: 1px solid #000;
     border-radius: 5px;
     background: none;
 }
 
 textarea#private_sticky_note {
     width: 170px;
     height: 130px;
     border: 0;
     background: 0;
     margin: 0;
     padding: 0;
     padding-top: 20px;
     font-family: 'Rock Salt', cursive;
     font-size: 12px;
 }
 div.public_sticky {
     position: absolute;
     top: 340px;
     right: -120px;
     width: 180px;
     height: 180px;
     padding-top: 20px;
     padding-left: 20px;
     padding-right: 0px;
     background: #f1f1f1;
     border: 1px solid #999;
     border-radius: 5px;
     background-size: cover;
 }
 
 textarea#public_sticky_note {
     width: 170px;
     height: 130px;
     border: 0;
     background: 0;
     margin: 0;
     padding: 0;
     padding-top: 20px;
     font-family: 'Rock Salt', cursive;
     font-size: 12px;
 }
 
 textarea.form_input_textarea {
     width: 90%;
     margin-top: 1px;
     padding: 7px;
     border-radius: 5px;
     border: 1px solid #cbcbcb;
 }
 
 input.float_right_button {
     position: relative;
     float: right;
     margin-right: 5px;
     margin-bottom: 5px;
     margin-top: 10px;
 }
 
 ul.pages_for_modules {
     width: 100%;
 }
 
 li.pages_for_modules_li {
     display: inline;
 }

 div.full_width_add_box {
     position: relative;
     float: left;
     width: 90%;
     margin-left: 20px;
     margin-top: 20px;
     height: auto;
     padding: 10px;
     border: 1px solid #cbcbcb;
     border-radius: 10px;
 }
 
 div.full_width_add_box ul {
     width: 97%;
 }
 
 div.full_width_add_box ul li {
    width: 100%;
    display: inline-block;
    border: 1px solid #f1f1f1;
    text-align: left;
    margin: 2px;
    border-radius: 5px;
    padding: 5px
 }
 
 div.full_width_add_box ul li input.form_input {
     width: 75%;
     margin-top: 1px;
     padding: 7px;
     border-radius: 5px;
     border: 1px solid #cbcbcb;
 }
 
 div.full_width_add_box input.submit_blue {
     position: relative;
     float: right;
     margin-top: 0px;
     border-radius: 5px;
 }
 
 div.full_width_add_box h6 {
     margin-bottom: 0;
     padding-bottom: 0;
 }
 
 
 div.masterfile_list {
     position: relative;
     float: left;
     width: 90%;
     margin-top: 20px;
     margin-left: 20px;
     height: auto;
     padding: 10px;
     border: 1px solid #cbcbcb;
     border-radius: 10px;
 }
 
 div.masterfile_list ul {
     width: 97%;
 }
 
 div.masterfile_list ul li {
    width: 100%;
    display: inline-block;
    border: 1px solid #f1f1f1;
    text-align: left;
    margin: 2px;
    border-radius: 5px;
    padding: 5px;
}

div.masterfile_list ul li:hover {
    background: #f1f1f1;
}

li.add_website_menu_sub_li {
    position: relative;
    float: left;
    height: 51px;
}

input.padded_down_button {
    margin-top: 17px!important;
}

li.add_website_menu_sub_li ul li input {
    margin-top: 10px;
}

li#add_website_menu_li ul li input {
    width: 90%!important;
}

li.one_third {
    width: 31%!important;
}

li.one_third input {
    width: 90%!important;
}

li#add_website_menu_li ul li div#position_hints {
    width: 255px;
    z-index: 99;
}

li.one_third div.show_hints {
    width: 255px;
    z-index: 99;
}

div#price_list li {
    list-style: none!important;
}

div#question_list li {
    list-style: none!important;
}

div#gallery_images {
    position: relative;
    float: left;
    width: 700px;
    padding-left: 30px;
}

div.masterfile_gallery {
    padding-left: 5px;
    float: right!important;
    width: 700px!important;
    margin-right: -100px;
}

div#gallery_images ul li {
    display: inline-block;
    position: relative;
    float: left;
    width: 180px;
    height: 280px;
    margin: 5px;
    padding: 10px;
    border: 1px solid #cbcbcb;
    overflow: hidden;
    text-align: center;
}

ul.audio_thumbs li {
    display: inline-block;
    position: relative;
    float: left;
    width: 286.5px!important;
    height: 60px!important;
    margin: 5px;
    padding: 10px;
    border: 1px solid #cbcbcb;
    overflow: hidden;
    text-align: center;
}

ul.video_thumbs li {
    display: inline-block;
    position: relative;
    float: left;
    width: 606px!important;
    height: 380px!important;
    margin: 5px;
    padding: 10px;
    border: 1px solid #cbcbcb;
    overflow: hidden;
    text-align: center;
}

div#gallery_images ul li img {
    max-width: 95%;
    max-height: 140px;
}

div.gallery_controls {
    position: relative;
    float: left;
    color: #fff;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
}

div.gallery_controls ul li {
    width: 30%;
    height: 15px;
    border: none;
    padding: 0;
    margin: 0;
}

div#uploader {
    position: relative;
    float: left;
    width: 240px;
    height: 280px;
}

div#company_logo {
    position: relative;
    float: left;
    width: 240px;
    height: 280px;
	padding:0 0 25px;
	max-height:80%;
}

div#bulk_uploader {
    position: absolute;
    right: 100px;
    top: 10px;
    width: 200px;
    height: 130px;
}

#holder { border: 10px dashed #ccc; width: 200px; height: 200px; margin-left: auto; margin-right: auto; overflow: hidden;}
#holder.hover { border: 10px dashed #0c0; }
#holder img { display: block; max-width: 180px; max-height: 180px; margin: 10px auto; }
#holder p { margin: 10px; font-size: 14px; }
progress { width: 100%; }
progress:after { content: '%'; }
.fail { background: #c00; padding: 2px; color: #fff; }
.hidden { display: none !important;}

div#bulk_uploader #holder { border: 10px dashed #ccc; width: 100px; height: 100px; margin-left: auto; margin-right: auto; overflow: hidden;}
div#bulk_uploader #holder.hover { border: 10px dashed #0c0; }
div#bulk_uploader #holder img { display: block; max-width: 90px; max-height: 90px; margin: 10px auto; }
div#bulk_uploader #holder p { margin: 10px; font-size: 14px; }
div#bulk_uploader progress { width: 100%; }
div#bulk_uploader progress:after { content: '%'; }
div#bulk_uploader .fail { background: #c00; padding: 2px; color: #fff; }
div#bulk_uploader .hidden { display: none !important;}

div.masterfile_edit_body {
    position: relative;
    float: left;
    width: 96%;
    border: 1px solid #cbcbcb;
    height: auto;
    overflow: hidden;
}

div.masterfile_edit_tabs {
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #cbcbcb;
}

ul.masterfile_edit_tabs_ul {
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
}

ul.masterfile_edit_tabs_ul li {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 180px;
    text-align: center;
    border-right: 1px solid #cbcbcb;
}

ul.masterfile_edit_tabs_ul li h4 {
    font-size: 1.1em;
}

ul.masterfile_edit_tabs_ul li:hover {
    background: #f7f7f7;
}

li.active_masterfile_edit_tab {
    border-bottom: 1px solid #fff;
}

.active_tab_li {
    background: #f7f7f7;
}

.active_tab {
    display: block;
}

.hidden_tab {
    display: none;
}

div.masterfile_edit_inner {
    position: relative;
    float: left;
    width: 90%;
    padding: 2%;
}

div.masterfile_edit_inner:hover {
}

div.clean_break {
    position: relative;
    float: left;
    height: 20px;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 10px;
}

div.loader_visible {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/transparent.png);
}

div#statistics {
    position: relative;
    width: 80%;
    padding: 10px;
    padding-right: 0px;
    border: 1px solid #154c82;
    background: #f7f7f7;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
}

div#last_30_days {
    position: relative;
    float: left;
    width: 29.2%;
    height: 150px;
    margin-right: 10px;
    border: #008ec2 solid 1px;
    background: #008ec2;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

span.stats_header {
    font-size: 1.8em;
    line-height: 1.1em;
    color: #fff;
    text-align: center;
}

span.large_turnover {
    font-size: 3.6em;
    line-height: 1.2em;
}
span.x_large_turnover {
    font-size: 5.8em;
    line-height: 1.2em;
}

span.small_turnover {
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: right;
    color: #666;
}

span.large_percentage {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #f1f1f1;
}

div#central_loader_image {
    position: fixed;
    left: 50%;
    margin-left: -40px;
    z-index: 999;
    top: 40%;
    width: 80px;
    height: 20px;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

div#central_loader_image img {
    width: 35px;
}

textarea#smod_sms_textarea { 
    width: 95%;
    height: 75px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 1px -1px #f1f1f1;
    border-radius: 5px;
}

textarea#smod_note_textarea { 
    width: 95%;
    height: 75px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 1px -1px #f1f1f1;
    border-radius: 5px;
}

textarea.smod_textarea {
    width: 95%;
    height: 75px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 1px -1px #f1f1f1;
    border-radius: 5px;
}

li.full_width_masterfile_li {
    width: 95%!important;
}

input#smod_sms_button {
    margin-left: 5px;
}

input.full_width_input {
    width: 80%;
    height: 25px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 1px -1px #f1f1f1;
    border-radius: 5px;
}

select.smod_select_field {
    width: 200px;
}

div#feedback_button {
    font-size: 1.3em;
    width: 100px;
    height: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #cbcbcb;
    border-radius: 7px;
    position: fixed;
    left: -42px;
    top: 40%;
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);	
    -o-transform: rotate(90deg);	
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

div#feedback_button:hover {
    font-size: 1.4em;
    background: #f1f1f1;
}

li.item_card {
    display: inline-block;
    position: relative;
    float: left;
    height: 240px;
    width: 240px!important;
        
}

div.bottom_delete_button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
}

span.left_label {
    float: left;
    padding-left: 20px;
}

span.right_label {
    float: right;
    padding-right: 20px;
}

div.opens_graph {
    position: relative;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
    text-align: right;
}

span.x_large_span {
    font-size: 1.6em;
    line-height: 1.1em;
    color: #154c82;
}

div#wildcards {
    z-index: 99;
    position: fixed;
    right: 20px;
    top: 120px;
    width: 200px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #cbcbcb;
}

div#search_light {
    position: fixed;
    right: 30px;
    top: 26px;
    width: 500px;
    height: auto;
    max-height: 400px;
    height: 400px;
    background: #f7f7f7;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 10px!important;
    box-shadow: 1px 1px 2px #cbcbcb;
}

div#search_light ul {
    width: 480px;
    padding: 5px;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background: #f7f7f7;
    text-align: left!important;
}

div#search_light ul li {
    background: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    width: 470px;
    border: 1px solid #cbcbcb;
    text-align: left!important;
}

div#search_light ul li:hover {
    background: #f7f7f7;
}

div#search_light h5 {
    color: #154c82;
}

div#search_light h6 {
    color: #154c82;
}

div#search_light a {
    color: #3484df;
    white-space: normal;
}

div#search_light a:hover {
    color: #3484df;
}

input#search_light_input {
    position: absolute;
    right: 30px;
    top: 2px;
    border-radius: 5px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    border: 0;
    height: 22px;
    width: 280px;
    border: 1px solid #cbcbcb;
}

img#search_light_image {
    position: absolute;
    right: 34px;
    top: 4px;
    width: 20px;
    height: 20px;
}

div#search_light_results_container {
    position: absolute;
    width: auto;
    top: 26px;
    right: 30px;
    height: auto;
    overflow: hidden;
    box-shadow: 1px 1px 1px #cbcbcb;
}

span.top_menu_module {
    color: #f7f7f7;
    font-size: 1.3em;
}

span.top_menu_area {
    margin-left: 4px;
    color: #f1f1f1;
    font-size: 1.2em;
}

span.top_menu_masterfile {
    margin-left: 10px;
}

li.twenty_percent {
    width: 18%!important;
    vertical-align: top;
}
li.thirty_percent {
    width: 25%!important;
    margin-right: 2%!important;
    vertical-align: top;
}
li.ten_percent {
    width: 6%!important;
    vertical-align: top;
    padding-right: 1%!important;
}
li.five_percent {
    width: 4%!important;
    vertical-align: top;
}

li.eighty_percent {
    width: 55%!important;
}

.float_right_small_icons {
    position: absolute;
    right: -480px;
    top: -30px;
}

li.full_width_block_display {
    display: block;
    width: 800px!important;
}

div#chat_bar_collapsed {
    text-align: center;
    position: fixed;
    right: 30px;
    bottom: 0px;
    height: 26px;
    width: 260px;
    padding-top: 5px;
    background: #f7f7f7;
    border: 1px solid #cbcbcb;
}

div.visible_chat_bar {
    text-align: center;
    position: fixed;
    right: 30px;
    bottom: 31px;
    width: 260px;
    height: 300px;
    background: #f7f7f7;
    border: 1px solid #cbcbcb;
}

ul.chat_users_ul {
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #cbcbcb;
}

ul.conversation_ul {
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #cbcbcb;
}

li.chat_users_li {
    width: 224px;
    padding: 5px;
    padding-top: 10px!important;
    padding-bottom: 3px;
    border-bottom: 1px solid #cbcbcb;
    height: 24px;
}

li.conversation_li_me {
    width: 224px;
    padding: 5px;
    padding-top: 10px!important;
    padding-bottom: 3px;
    border-bottom: 1px solid #cbcbcb;
    height: auto;
    background: #f7f7f7;
    font-size: 0.8em;
    color: #333;
    text-align: left;
}
li.conversation_li_you {
    width: 224px;
    padding: 5px;
    padding-top: 10px!important;
    padding-bottom: 3px;
    border-bottom: 1px solid #cbcbcb;
    height: auto;
    background: #f7f7f7;
    font-size: 0.8em;
    color: #333;
    text-align: left;
}

li.chat_users_li:hover {
    background: #f7f7f7;
}

ul#chat_input_box {
    position: fixed;
    bottom: 34px;
    right: 40px;
}

li.conversation_li {
    
}

input.chat_input {
    width: 200px;
    height: 24px;
}

input.chat_button {
    width: 28px;
    height: 28px;
    padding: 0;
    margin-left: 5px;
    border: 0;
    background: url(../Images/chat_send.png) 0 0 no-repeat;
}

div.chat_users_alert {
    position: relative;
    float: left;
    width: 32px;
    height: 28px;
    margin-top: -5px;
    margin-right: -32px;
    background: url(../Images/new_chat.png) 0 0 no-repeat;
    background-size: contain;
}

div#order_form {
    position: relative;
    float: left;
    width: 90%;
    height: auto;
    overflow: hidden;
    min-height: 500px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #999;
    background: #f7f7f7;
}

div#order_form_header {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 220px;
    border-bottom: 1px solid #cbcbcb;
}

div#order_form_header_left {
    position: relative;
    float: left;
    width: 280px;
    height: 180px;
    margin-top: 25px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: #fff;
}

div#order_form_header_center {
    position: relative;
    float: left;
    width: 280px;
    height: 180px;
    margin-top: 25px;
    margin-left: 20px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: #fff;
}

div#order_form_header_right {
    position: relative;
    float: right;
    width: 260px;
    height: 180px;
    margin-top: 25px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: #fff;
    font-size: 1.2em;
}

div#order_form_header_right ul {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

div#order_form_header_right ul li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#order_form_header_right span {
    float: right;
}
div#order_form_header_right input {
    float: right;
}

table.packages {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: #cbcbcb;
}

table.packages tr {
    padding-top: 3px;
    padding-bottom: 3px;
}

table.packages tr td {
    padding: 3px;
    margin: 3px;
    background: #fff;
    vertical-align: top;
}

div#top_modules {
    margin-bottom: 10px;
    background: #f7f7f7;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

div#top_modules ul.gallery_thumbs {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#top_modules ul.gallery_thumbs li {
    width: 24.1%;
    padding: 0;
    margin: 0;
    margin-right: 3px;
    box-shadow: 0px 0px 2px #333;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 3px;
}

div#top_modules ul.gallery_thumbs li a {
    text-shadow: 0px 0px 10px #000;
    font-size: 24px;
    color: #fff;
}

div#top_modules ul.gallery_thumbs li img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: -28px;
}

div#top_modules h1 {
    font-size: 3.4em;
    margin-top: -10px;
    text-align: center;
}

div#top_modules h2, div#top_modules h3 {
    text-align: center;
}

div#footer {
    padding-top: 10px;
    background: #f7f7f7;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-size: 1.3em;
}

div#footer h3 {
    font-size: 1.2em;
}

div#service_status {
    position: relative;
    float: left;
    width: 400px;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 5px;
}

div#service_status li {
    list-style: circle;
}

div#footer_menu {
    position: relative;
    float: right;
    width: 300px;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 5px;
}

div#copyright {
    position: relative;
    float: right;
    width: 600px;
    text-align: right;
    padding-bottom: 26px;
}