/* 
    Created on : 22-04-2015, 11:42:46
    Author     : Nicolai Ireneo-Larsen
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block; }

body {
    line-height: 1; }

ol,
ul {
    list-style: none; }

blockquote,
q {
    quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

.flex-parent {
    display: box;
    display: flex; }

.flex-column {
    box-orient: vertical;
    flex-direction: column; }

.flex-justify-start {
    justify-content: flex-start; }

.flex-justify-end {
    justify-content: flex-end; }

.flex-justify-center {
    justify-content: center; }

.flex-justify-around {
    justify-content: space-around; }

.flex-justify-between {
    justify-content: space-between; }

.flex-align-stretch {
    align-items: stretch; }

.flex-align-start {
    align-items: flex-start; }

.flex-align-end {
    align-items: flex-end; }

.flex-align-center {
    align-items: center; }

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

.flex-row {
    -webkit-flex-direction: row;
    flex-direction: row; }

html, body {
    width: 100%;
    height: calc(100% - 25px); }

body {
    background: #fbfbfb; }

header {
    position: fixed;
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 50px;
    background: #015694; }

input, select, option, textarea {
    outline-color: #015694; }

.logo {
    width: 100%; }

.logo img {
    width: 100%;
    height: auto; }

main {
    padding-top: 50px; }

.container {
    height: 100%;
    padding-top: 50px; }

.login-box-wrapper {
    width: 350px;
    margin: 2% auto; }

.login-box {
    padding: 15px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.2); }

.login-box h1 {
    font-size: 28px; }

.login-box h2 {
    font-size: 18px; }

.login-box h1, .login-box h2 {
    color: #333;
    text-align: center; }

.login-box label img {
    width: 20px;
    height: auto; }

.login-box label {
    width: 40px;
    padding: 12px 5px;
    margin-top: 10px;
    background: #3377a9;
    border-radius: 3px 0 0 3px; }

.login-box input {
    width: 190px;
    padding: 12px 5px;
    border: solid 1px #DDD;
    background: #DDD;
    margin-top: 10px;
    border-radius: 0 3px 3px 0; }

.pincode {
    margin: 20px 0; }

.pincode div, .pincode button {
    width: 80px;
    height: 80px;
    background: #015694;
    background: #3377a9;
    color: #FFF;
    margin: 3px;
    border-radius: 3px;
    border: none;
    outline: none; }

.pincode div:hover, .pincode button:hover {
    cursor: pointer;
    background: #015694; }

.pincode div:active, .pincode button:active {
    background: #015694; }

.pincode img {
    width: 20px;
    height: auto; }

.pincode .login-box-reset {
    background: #bf4444; }

.pincode .login-box-reset:active {
    background: #ab3d3d; }

.pincode .login-box-reset:hover {
    background: #ab3d3d; }

.pincode .login-box-login img {
    width: 70px;
    height: auto; }

.pincode .login-box-login-img {
    width: 25px !important;
    height: auto; }

#message {
    display: none; }

.login-box-contact {
    font-size: 12px;
    color: #333;
    text-align: center; }

.login-box-contact a {
    text-decoration: none;
    font-weight: bold;
    color: #333; }

.login-box-error {
    color: red;
    font-size: 14px;
    margin-top: 10px; }

.logo {
    width: 160px;
    height: auto;
    margin: 10px 0; }

.settings-btn {
    border: none;
    background: none;
    outline: none;
    margin: 0;
    padding: 0;
    background: url(../img/ico/back.png) center center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px; }

.settings-btn:hover {
    cursor: pointer; }

.screen-header-title {
    font-size: 20px;
    color: #FFF; }

#mobile-menu-checkbox {
    display: none; }

#mobile-menu-checkbox:checked ~ #mobile-menu-overlay {
    display: block; }

#mobile-menu-checkbox:checked ~ .mobile-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

#mobile-menu-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100; }

.mobile-menu {
    position: fixed;
    left: 0;
    z-index: 101;
    top: 0;
    visibility: hidden;
    width: 20%;
    height: 100%;
    background: #FFF;
    color: #333;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

#mobile-menu-btn {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(../img/ico/menu.png) center center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px; }

.mobile-menu img {
    padding: 5px 20px; }

.mobile-menu li {
    border-bottom: solid 1px #ddd; }

.mobile-menu li:first-child {
    border-top: solid 1px #ddd; }

.mobile-menu a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 15px; }

.box {
    padding: 15px;
    margin: 15px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.08); }

.box-last {
    margin-top: -5px;
    margin-bottom: 20px; }

.box-1 {
    width: 100%; }

.box-2 {
    width: 50%; }

.box-2-3 {
    width: 66.6%; }

.box-2-4 {
    width: 75%; }

.box-3 {
    width: 33.3%; }

.box-4 {
    width: 25%; }

.box h2 {
    font-size: 20px;
    margin-bottom: 10px; }

.box label {
    margin: 15px 0 2px 0; }

.box .checkbox {
    margin: 15px 0 2px 0; }

.box input, .box select, .box textarea {
    padding: 10px;
    border: none;
    border: 1px solid #DDD; }

.box-form input[type=submit] {
    margin-top: 20px;
    background: #015694;
    color: #FFF;
    border: none; }

.box input[type=submit]:hover {
    cursor: pointer; }

.admin-box-holder {
    width: 100%; }

.admin-store-link {
    text-align: center;
    color: #015694; }

.box-ul li {
    padding: 8px; }

.box-ul:nth-child(odd) {
    background: #ededed; }

.box-ul-drive:nth-child(even) {
    background: #ededed; }

.box-ul-drive:nth-child(odd) {
    background: #fff; }

.box-ul-header {
    font-weight: bold;
    background: none !important; }

.box-ul-storelist li:nth-child(1) {
    width: 20%; }

.box-ul-storelist li:nth-child(2) {
    width: 12%; }

.box-ul-storelist li:nth-child(3) {
    width: 12%; }

.box-ul-storelist li:nth-child(4) {
    width: 15%; }

.box-ul-storelist li:nth-child(5) {
    width: 10%; }

.box-ul-storelist li:nth-child(6) {
    width: 10%; }

.box-ul-storelist li:nth-child(7) {
    width: 8%; }

.box-ul-gotobtn {
    background: #1c991c url(../img/ico/goto.png) center center no-repeat;
    background-size: 80%;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px; }

.box-ul-editbtn {
    background: #ffa244 url(../img/ico/edit.png) center center no-repeat;
    background-size: 80%;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    margin: 0 8px; }

.box-ul-resendbtn {
    background: #1c991c url(../img/ico/resend.png) center center no-repeat;
    background-size: 80%;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    margin: 0 8px; }

.box-ul-settlementbtn {
    background: #1c5a99 url(../img/ico/checked.png) center right no-repeat;
    background-size: contain;
    padding: 0;
    padding-left: 6px;
    margin: 0;
    width: 80px;
    height: 24px;
    border-radius: 3px;
    margin: 0 8px;
    color: #FFF;
    text-decoration: none;
    font-size: 12px; }

.box-ul-settlementbtn-un {
    background: #b2b2b2 url(../img/ico/unchecked.png) center right no-repeat;
    background-size: contain; }

.box-ul-orderdone-un {
    background: #1c5a99 url(../img/ico/unchecked.png) center right no-repeat;
    background-size: contain; }

.box-ul-orderdone {
    background: #1c5a99 url(../img/ico/checked.png) center right no-repeat;
    background-size: contain; }

.box-ul-ordercopy-un {
    background: #ffa244 url(../img/ico/copy.png) center right no-repeat;
    background-size: contain;
    width: 65px; }

.box input[type=submit] {
    margin-top: 20px;
    background: #015694;
    color: #FFF;
    border: none; }

.box input[type=submit]:hover {
    cursor: pointer; }

.box input.delete_distance_btn {
    background: #ff3030 url(../img/ico/reset.png) center center no-repeat;
    background-size: 80%;
    border: none !important;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px; }

.box input.status_goal_btn {
    color: #FFF;
    border: none !important;
    padding: 0;
    margin: 0;
    width: 48px;
    height: 24px;
    border-radius: 3px; }

.box input.status_goal_btn1 {
    background: #1c5a99 !important; }

.box input.status_goal_btn0 {
    background: #b2b2b2; }

.old_goal {
    background: #FFE9E9 !important; }

.store-empty-string {
    text-align: center;
    font-size: 13px;
    color: #CCC; }

.newcampaign_inputs select {
    width: 90%; }

.newcampaign_inputs .remove_field {
    border: none;
    background: #bf4444;
    color: #FFF;
    width: 10%;
    border-top: solid 1px #FFF;
    font-weight: bold;
    outline: none; }

.newcampaign_inputs .remove_field:first-child {
    border: none; }

.newcampaign_inputs .remove_field:hover, .add_field_button_campaign:hover {
    cursor: pointer;
    opacity: 0.9; }

.add_field_button_campaign {
    border: none;
    background: #3377a9;
    color: #FFF;
    width: 10%;
    border-top: solid 1px #FFF;
    font-weight: bold;
    height: 39px;
    outline: none; }

.campaign-chain-box {
    width: 150px;
    height: 75px;
    color: #FFF;
    text-decoration: none;
    margin: 20px;
    background: #3377a9; }

.campaign-chain-box:hover {
    opacity: 0.9; }

.campaign-table tr {
    border: solid 1px red; }

.campaign-table td {
    border: solid 1px; }

.campaign-info-table a {
    color: #000;
    text-decoration: none; }

.campaign-box {
    padding: 0;
    margin: 20px;
    margin-right: 10px;
    width: 180px;
    color: #000;
    text-decoration: none; }

.campaign-box:hover {
    opacity: 0.8; }

.campaign-header {
    background: #ededed; }

.campaign-store, .campaign-week, .campaign-info {
    padding: 7px; }

.campaign-store {
    font-weight: bold; }

.campaign-week {
    width: 8%;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 3px;
    background: #0c457d; }

.campaign-info {
    font-size: 14px; }

.campaign-info-week {
    margin-top: 20px;
    font-size: 20px; }

.campaign-info-table {
    margin-top: 10px; }

.campaign-info-table tr:nth-child(odd) {
    background: #84adcb; }

.campaign-info-table tr:nth-child(even) {
    background: #c1d6e5; }

.campaign-info-table tr:first-child {
    font-weight: bold;
    background: #333;
    color: #fff; }

.campaign-info-table td {
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF; }

.campaign-info-table td {
    padding: 10px;
    font-size: 14px; }

.campaign-backlink {
    margin-top: 20px;
    background: #015694;
    color: #FFF;
    padding: 8px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
    border: none; }

.campaign-backlink:hover {
    opacity: 0.9;
    cursor: pointer; }

.campaign-box-list li:nth-child(1) {
    width: 55%; }

.campaign-box-list li:nth-child(2) {
    width: 15%; }

.campaign-box-list li:nth-child(3) {
    width: 30%; }

.neworder {
    background: #015694;
    color: #FFF;
    padding: 12px;
    text-decoration: none;
    border-radius: 3px; }

.neworder_inputs > div {
    width: 70%; }

.neworder_inputs input, .neworder_adjuster1 li {
    width: 25%; }

.neworder_inputs input[type=hidden] {
    width: 0; }

.neworder_adjuster1 {
    width: 70%; }

.neworder_adjuster2 {
    width: 100%; }

.neworder_ul li {
    font-size: 14px;
    margin-bottom: 5px;
    border: solid 1px #FFF;
    font-weight: bold; }

.neworder_inputs select, .neworder_ul > li:nth-child(1) {
    width: 30%; }

.add_field_button_neworder, .remove_field_button_neworder {
    border: none;
    background: #3377a9;
    color: #FFF;
    width: 5%;
    font-weight: bold;
    border-left: solid 1px #FFF;
    height: 39px; }

.add_field_button_neworder:hover, .remove_field_button_neworder:hover {
    opacity: 0.9;
    cursor: pointer; }

.remove_field_button_neworder {
    border: none;
    background: #bf4444;
    border-bottom: solid 1px #FFF;
    height: auto; }

.profile-password-text {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: #ff3030; }

.store_visitdays label, .store_visitdays input {
    padding: 10px 0; }

.store_visitdays > div:nth-child(odd) {
    background: #CCC; }

.store_visitdays label {
    margin: 0;
    margin-left: 10px;
    width: 80%; }

.store_visitdays input[type=checkbox] {
    width: 20%; }

.dayform {
    width: calc(50% - 10px);
    margin: 5px; }

.dayform button {
    border: none;
    color: #FFF;
    width: 100%;
    height: 50px; }

.dayform button:hover {
    cursor: pointer;
    opacity: 0.9; }

.dignified button {
    background: #3377a9; }

.not-dignified button {
    background: #bf4444; }

.daytext {
    font-size: 13px;
    text-align: center;
    margin-top: 5px; }

.activity-form input, .activity-form select, .activity-form textarea {
    padding: 10px;
    margin: 3px; }

.activity-form input[type=submit] {
    border: none;
    background: #3377a9;
    color: #FFF;
    font-weight: bold;
    outline: none;
    padding: 10px 20px; }

.activity-form input[type=submit]:hover {
    cursor: pointer;
    opacity: 0.9; }

.delete_activity_btn {
    background: #ff3030 url(../img/ico/reset.png) center center no-repeat;
    background-size: 80%;
    border: none !important;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px; }

.delete_activity_btn:hover {
    cursor: pointer; }

.goal-box li:nth-child(1) {
    width: 75%; }

.goal-box li:nth-child(2) {
    width: 25%; }

.goal-box2 {
    font-weight: bold; }

.goal_text {
    font-size: 14px; }

.goal_input {
    width: 36px !important;
    padding: 4px !important;
    margin-right: 4px;
    text-align: center; }

.goal_separator {
    padding: 0 3px; }

.goal_amount {
    margin-left: 7px; }

.box-ul-goallist li:nth-child(1) {
    width: 34%; }

.box-ul-goallist li:nth-child(2) {
    width: 10%; }

.box-ul-goallist li:nth-child(3) {
    width: 18%; }

.box-ul-goallist li:nth-child(4) {
    width: 11%; }

.box-ul-goallist li:nth-child(5) {
    width: 16%; }

.goal_status_amount_box {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    border: none !important;
    padding: 0;
    margin: 0;
    width: 38px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px; }

.goal_status_amount_box_red {
    background: #ff3030; }

.goal_status_amount_box_yellow {
    background: #ffa244; }

.goal_status_amount_box_green {
    background: #1c991c; }

.storelist_edit_label {
    margin: 0 !important; }

.storelist_edit_label input[type=checkbox] {
    width: 16px;
    height: 16px; }

.box-ul-storelist-edit li:nth-child(1) {
    width: 30%; }

.box-ul-storelist-edit li:nth-child(2) {
    width: 20%; }

.box-ul-storelist-edit li:nth-child(3) {
    width: 20%; }

.box-ul-storelist-edit li:nth-child(4) {
    width: 20%; }

.campaign-info-table tr.campaign_output_header {
    background: #d1d1d1; }

.campaign-info-table tr.campaign_output_sub {
    background: #e5e5e5; }

.box-campaignlist-overflow {
    max-height: 490px;
    overflow-x: scroll; }

.box-ul-campaignselect li:nth-child(1) {
    width: 75%; }

.box-ul-campaignselect li:nth-child(2) {
    width: 15%; }

.box-ul-campaignselect li:nth-child(3) {
    width: 5%; }

.campaignselect-bg:nth-child(2n+1) .box-ul {
    background: #ededed; }

.campaignselect-bg:nth-child(2n) .box-ul {
    background: #fff; }

.store_order-box li:nth-child(1) {
    width: 15%; }

.store_order-box li:nth-child(2) {
    width: 50%; }

.store_order-box li:nth-child(3) {
    width: 35%; }

.store_campaign-box li:nth-child(1) {
    width: 40%; }

.store_campaign-box li:nth-child(2) {
    width: 15%; }

.store_campaign-box li:nth-child(3) {
    width: 35%; }

.store_campaign-box li:nth-child(4) {
    width: 10%; }

.newsettlement_inputs li, .newsettlement_inputs input {
    width: 15%; }

.newsettlement_inputs li {
    padding: 10px; }

.newsettlement_inputs input:nth-child(1), .newsettlement_inputs li:nth-child(1) {
    width: 53%; }

.newsettlement_inputs button {
    width: 7%; }

#external-events {
    flex: 2;
    height: 100%;
    background: #eee;
    text-align: left; }

#external-events h4 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0; }

#external-events .fc-event {
    display: box;
    display: flex; }

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666; }

#external-events p input {
    margin: 0;
    vertical-align: middle; }

.calendar-user {
    padding: 10px;
    background: #FFF !important;
    color: #333 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #DDD !important;
    border-right: 1px solid #DDD !important;
    text-decoration: none; }

.calendar-user:hover {
    background: #c3c3c3; }

.calendar-user-selected {
    font-weight: bold; }

.list {
    overflow: auto; }

#calendar {
    flex: 6;
    background: #FFF; }

.fc-toolbar {
    padding: 15px 15px 0 15px; }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 !important; }

.calendar-store {
    background: #FFF !important;
    color: #333 !important;
    padding: 5px;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #DDD !important; }

.calendar-store-name {
    font-weight: bold; }

.calendar-store-address, .calendar-store-phone, .calendar-store-visits {
    font-size: 11px; }

.closeon {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url("../img/ico/reset.png") center center no-repeat;
    background-size: contain; }

.closeon:hover, .closeon:active {
    filter: invert(100%); }

#delete {
    float: left;
    width: 100%;
    height: 300px;
    background: grey; }

.fc-day-header {
    padding: 5px 0 !important; }

.fc-h-event .closeon {
    display: none; }

.fc-h-event a {
    display: none; }

.search {
    padding: 15px;
    border: none;
    border-left: solid 4px #333;
    border-right: 1px solid #DDD !important;
    border-bottom: 1px solid #DDD !important; }

/* width */
.list::-webkit-scrollbar {
    width: 40px; }

/* Track */
.list::-webkit-scrollbar-track {
    background: #f1f1f1; }

/* Handle */
.list::-webkit-scrollbar-thumb {
    height: 60px;
    background: #c3c3c3 url(../img/ico/scroll.png) center center no-repeat;
    background-size: 70%; }

/* Handle on hover */
.list::-webkit-scrollbar-thumb:hover {
    background: #b7b7b7 url(../img/ico/scroll.png) center center no-repeat;
    background-size: 70%; }

#eventContent {
    width: 300px;
    height: auto !important; }

.popupevent-links a {
    flex: 1;
    text-align: center;
    background: #3377a9;
    padding: 20px 10px;
    margin: 5px;
    color: #FFF !important;
    text-decoration: none;
    font-weight: bold;
    outline: none; }

.popupevent-links a:hover {
    cursor: pointer;
    opacity: 0.9; }

.drive-box {
    min-width: 400px;
    max-width: 500px;
    padding: 15px;
    margin: 15px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.2); }

.drive-box-small {
    min-width: 250px;
    max-width: 300px; }

.drive-box-small2 {
    min-width: 300px;
    max-width: 350px; }

.drive-box h2 {
    font-size: 20px;
    margin-bottom: 10px; }

.drive-box label {
    margin: 15px 0 2px 0; }

.drive-box input, .drive-box select {
    padding: 10px;
    border: none;
    border: 1px solid #DDD; }

.drive-box-form input[type=submit] {
    margin-top: 20px;
    background: #015694;
    color: #FFF;
    border: none; }

.drive-box input[type=submit]:hover {
    cursor: pointer; }

.drive-box-holder {
    height: 100%;
    width: 33.3%; }

.drive-box-list {
    max-height: calc(100% - 70px);
    overflow: auto; }

.drive-box-ul {
    font-weight: bold; }

.drive-box-li li {
    padding: 8px; }

.drive-box-li:nth-child(odd) {
    background: #ededed; }

.drive-box-list input.delete_distance_btn {
    background: #ff3030 url(../img/ico/reset.png) center center no-repeat;
    background-size: 80%;
    border: none !important;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px; }

.box input.update_distance_btn {
    background: #1c991c url(../img/ico/check.png) center center no-repeat;
    background-size: 80%;
    border: none !important;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px; }

.distance_input {
    width: 60px !important;
    padding: 5px !important;
    margin-right: 4px; }

.box-ul-drive li:nth-child(1) {
    width: 40%; }

.box-ul-drive li:nth-child(2) {
    width: 20%; }

.box-ul-drive li:nth-child(3) {
    width: 20%; }

.box-ul-drive li:nth-child(4) {
    width: 20%; }

.box-ul-drive li:nth-child(5) {
    width: 5%; }

.drive_box_header {
    margin-bottom: 15px; }

.drive_box_header input {
    margin-left: 5px; }

.box input.drive_update_btn {
    margin-top: 0;
    border: solid 1px #015694; }

.item-drag{
    background: #EEE url(../img/ico/drag.png) center center no-repeat;
    background-size: auto;
    background-size: 50%;
    height: auto;
    width: 15%;
    cursor: pointer;
}

.box-ul-itemlist li:nth-child(1){
    width: 28%;
}
.box-ul-itemlist li:nth-child(2){
    width: 8%;
}
.box-ul-itemlist li:nth-child(3){
    width: 7%;
}
.box-ul-itemlist li:nth-child(4){
    width: 7%;
}
.box-ul-itemlist li:nth-child(5){
    width: 8%;
    text-align: right;
    margin-right: 10px;
}
.box-ul-itemlist li:nth-child(6){
    width: 11%;
}
.box-ul-itemlist li:nth-child(7){
    width: 8%;
}
.box-ul-itemlist li:nth-child(8){
    width: 8%;
}
.box-ul-itemlist li:nth-child(9){
    width: 8%;
}
.box-ul-itemlist li:nth-child(10){
    width: 8%;
}
.box-ul-itemlist li:nth-child(11){
    width: 8%;
}