@import url("normalize.css");
@import url("reusable.css");
@import url("plugins.css");


/* ==========================================================================
   Base
   ========================================================================== */

/**
 * Html
 */

html {
    height: 100%;
    overflow-x: hidden;
}

/**
 * Body
 */

body {
    height: 100%;
    min-width: 1160px;
    font: 14px/20px "Roboto", Arial;
    color: #000;
    background: url(../images/background.png);
}

/**
 * Links
 */

a {
    text-decoration: none;
    color: #4192d1;
    -webkit-transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
    transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
}

a:hover {
    text-decoration: underline;
}


/* ==========================================================================
   General
   ========================================================================== */

/**
 * Wrapper
 */

#wrapper {
    position: relative;
    min-height: 100%;
    padding: 0 0 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Header
 */

#header {
    position: relative;
    z-index: 100;
}

#header .top {
    background: #0e5187;
}

#header .bottom {
    background: #34383c;
}

/**
 * Header profile
 */

#header .profile {
    position: relative;
    float: right;
    height: 60px;
    background: #1e2327;
}

#header .profile a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 60px;
    color: #89949f;
    padding: 0 45px 0 60px;
}

#header .profile a:hover {
    text-decoration: none;
    color: #fff;
}

#header .profile > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    font: 0/0 a;
    content: "";
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 5px solid #89949f;
}

#header .profile > a:hover:after {
    border-top-color: #fff;
}

#header .profile a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
}

#header .profile ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 0 10px 20px;
    background: #1e2327;
}

#header .profile:hover ul {
    display: block;
}

#header .profile ul li a {
    line-height: 30px;
    padding: 0;
}

/**
 * Header navigation
 */

#header .navigation {
    float: left;
}

#header .navigation ul li {
    float: left;
    padding: 0 0 0 5px;
}

#header .navigation ul li:first-child {
    padding-left: 0;
}

#header .navigation ul li a {
    display: block;
    line-height: 60px;
    text-transform: uppercase;
    color: #89949f;
    padding: 0 15px;
}

#header .navigation ul .current a,
#header .navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #1e2327;
}

/**
 * Header search
 */

#header .search {
    float: right;
    width: 270px;
    padding: 5px;
    margin: 12px 0;
    background: #4b5055;
}

#header .search button {
    float: left;
    width: 30px;
    height: 26px;
    background: transparent url(../images/magnifier.png) no-repeat center center;
    border: 0;
    border-radius: 0;
}

#header .search input[type="text"],
#header .search input[type="search"] {
    float: left;
    width: 240px;
    height: 26px;
    font: 14px/26px "Roboto", Arial;
    color: #7b7e81;
    padding: 0 10px;
    background: #4b5055;
    border: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header .search input[type="text"]::-webkit-input-placeholder,
#header .search input[type="search"]::-webkit-input-placeholder {
    color: #7b7e81;
    opacity: 1;
}

#header .search input[type="text"]::-moz-placeholder,
#header .search input[type="search"]::-moz-placeholder {
    color: #7b7e81;
    opacity: 1;
}

#header .search input[type="text"]:-moz-placeholder,
#header .search input[type="search"]:-moz-placeholder {
    color: #7b7e81;
    opacity: 1;
}

#header .search input[type="text"]:-ms-input-placeholder,
#header .search input[type="search"]:-ms-input-placeholder {
    color: #7b7e81;
    opacity: 1;
}

/**
 * Main
 */

#main {
    padding: 40px 10px;
}

/**
 * Day
 */

#day {
    position: relative;
    width: 650px;
    height: 60px;
    font: 100 30px/60px "Roboto", Arial;
    text-transform: uppercase;
    text-align: center;
    padding: 0 80px;
    margin: 0 auto 40px auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#day .day {
    background: #fff;
}

#day .arrow {
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background: #ebf4fb;
}

#day .arrow:hover {
    background: #70a9da;
}

#day .arrow.prev {
    left: 0;
}

#day .arrow.next {
    right: 0;
}

#day .arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    font: 0/0 a;
    content: "";
    margin: -10px 0 0 0;
    border: 10px solid transparent;
}

#day .arrow.prev:after {
    margin-left: -15px;
    border-right: 10px solid #70a9da;
}

#day .arrow.prev:hover:after {
    border-right-color: #ebf4fb;
}

#day .arrow.next:after {
    margin-left: -5px;
    border-left: 10px solid #70a9da;
}

#day .arrow.next:hover:after {
    border-left-color: #ebf4fb;
}

/**
 * Add
 */

#add {
    padding: 0 0 40px 238px;
}

#add.left {
    text-align: left;
    padding: 0 0 40px 0;
}

/**
 * Sidebar
 */

#sidebar {
    float: left;
}

#sidebar .menu li a {
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    color: #656565;
}

#sidebar .menu li a:hover {
    text-decoration: none;
    color: #000;
}

#sidebar .menu li {
    padding: 10px 0 10px 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

#sidebar .menu .all {
    background-image: url(../images/menu/all.png);
}

#sidebar .menu .hot {
    background-image: url(../images/menu/hot.png);
}

#sidebar .menu .viewed {
    background-image: url(../images/menu/viewed.png);
}

#sidebar .menu .added {
    background-image: url(../images/menu/added.png);
}

#sidebar .menu .contacted {
    background-image: url(../images/menu/contacted.png);
}

/**
 * Content
 */

#content {
    margin: 0 0 40px 0;
    background: #fff;
    border: 1px solid #dbdbdb;
}

#content.right {
    width: 900px;
    float: right;
}

#content .completed {
    font: 100 26px/40px "Roboto", Arial;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 0 20px 0;
}

/**
 * Content statistic
 */

#content.statistic form {
    margin: 0 -10px 0 0;
}

#content.statistic form .column {
    clear: none;
    width: 33.33%;
    padding: 0 10px 10px 0;
}

#content.statistic form .column.reset {
    clear: both;
}

#content.statistic .clients thead tr th:first-child,
#content.statistic .clients tbody tr td:first-child {
    text-align: left;
    min-width: 200px;
    padding-left: 20px;
}

#content.statistic.custom .clients thead tr th:first-child,
#content.statistic.custom .clients tbody tr td:first-child {
    min-width: 0;
}

/**
 * Details
 */

#details {
    padding: 40px 0 0 0;
    margin: 0 0 40px 0;
    background: #fff;
    border: 1px solid #dbdbdb;
}

#details header {
    position: relative;
    padding: 0 20px;
    background: #d9e9f6;
}

#details header h1 {
    float: left;
    font: 300 34px/70px "Roboto", Arial;
}

#details header .icon {
    position: absolute;
    top: 22px;
    right: 20px;
}

/**
 * Details details
 */

#details {
    color: #4a4a4a;
}

#details .details {
    float: left;
    width: 66.66%;
    padding: 20px 10px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#details .details .column {
    margin: 0 0 20px 0;
}

#details .details h2 {
    font: 300 18px/35px "Roboto", Arial;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 10px 0;
    background: #4192d1;
}

#details .details table {
    width: 100%;
    background: #f7f7f7;
}

#details .details table tr td {
    line-height: 35px;
    padding: 0 10px;
    border-top: 1px solid #e3e3e3;
}

#details .details .wedding tr td {
    padding: 9px 10px;
}

#details .details table tr:first-child td {
    border: 0;
}

#details .details table tr td:first-child {
    width: 35px;
    text-align: center;
    padding: 0;
    background: #d2d2d2;
}

#details .details .notes {
    clear: both;
    min-height: 130px;
    padding: 10px;
    background: #f7f7f7;
}

/**
 * Details status
 */

#details .status {
    float: right;
    width: 33.33%;
    padding: 20px 20px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#details .status .row {
    padding: 0 0 20px 0;
}

#details .status .selectboxit-container .selectboxit {
    height: 35px;
    font: 300 15px/35px "Roboto", Arial;
    text-transform: uppercase;
    color: #fff;
    background: #23bb1f;
    border: 0;
}

#details .status .selectboxit-container .selectboxit .selectboxit-option-icon-container {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #23bb1f;
}

#details .status .selectboxit-container .selectboxit-options {
    background: #e7e7e7;
    border: 0;
}

#details .status .selectboxit-container .selectboxit-options li {
    border-top: 1px solid #f7f7f7;
}

#details .status .selectboxit-container .selectboxit-options li a {
    font: 300 15px/35px "Roboto", Arial;
    text-transform: uppercase;
}

#details .status .selectboxit-container .selectboxit-options li a:hover {
    color: #f7f7f7;
    background: #585858;
}

#details .status .action {
    display: block;
    font: 300 15px/35px "Roboto", Arial;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    background: #fb5252;
}

#details .status p {
    position: relative;
    font: 300 15px/25px "Roboto", Arial;
    text-transform: uppercase;
    padding: 5px 110px 5px 10px;
    background: #f7f7f7;
}

#details .status p time {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#details .status p time span {
    display: block;
    float: left;
    height: 100%;
    color: #f7f7f7;
    padding: 5px;
    background: #363636;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#details .status p time span:first-child {
    margin: 0 1px 0 0;
}

/**
 * Details booked clients
 */

#details.booked-clients .dates {
    font-size: 14px;
    line-height: 22px;
    padding: 20px;
    background: #f6f6f6;
}

#details.booked-clients .dates span {
    font-size: 13px;
    color: #999;
}

#details.booked-clients label {
    display: block;
    padding: 0 0 5px 0;

}

#details.booked-clients .label label {
    padding: 0;
}

#details.booked-clients small {
    color: #999;
}

#details.booked-clients #engagement_section,
#details.booked-clients #love_story_section {
    padding: 10px 20px;
    margin: 0 0 10px 0;
    background: #f6f6f6;
}

#details.booked-clients #album_section {
    margin: -20px 20px 0 20px;
    background: #f6f6f6;
}

/**
 * Timeline
 */

#timeline {
    padding: 40px 0 0 0;
    background: #fff;
    border: 1px solid #dbdbdb;
}

#timeline .timeline {
    margin: 0 0 40px 0;
}

/**
 * Calendar
 */

#calendar .month,
#calendar .day {
    background: #fff;
    border: 1px solid #dbdbdb;
}

#calendar .month {
    float: left;
    width: 500px;
}

#calendar .day {
    float: right;
    width: 596px;
}

#calendar .month header,
#calendar .day header {
    position: relative;
    height: 90px;
    font: 30px/90px "Roboto", Arial;
    text-align: center;
    color: #fff;
    background: #146cad;
}

#calendar .month header .arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
}

#calendar .month header .arrow:hover {
    background: #0e5187;
}

#calendar .month header .arrow.prev {
    left: 20px;
}

#calendar .month header .arrow.next {
    right: 20px;
}

#calendar .month header .arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    font: 0/0 a;
    content: "";
    margin: -10px 0 0 0;
    border: 10px solid transparent;
}

#calendar .month header .arrow.prev:after {
    left: 5px;
    border-right: 10px solid #fff;
}

#calendar .month header .arrow.next:after {
    right: 5px;
    border-left: 10px solid #fff;
}

#calendar .day footer {
    position: relative;
    height: 61px;
}

#calendar .day footer .arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    background: #dae4eb;
}

#calendar .day footer .arrow:hover {
    background: #9eb2c0;
}

#calendar .day footer .arrow.prev {
    left: 30px;
}

#calendar .day footer .arrow.next {
    right: 30px;
}

#calendar .day footer .arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    font: 0/0 a;
    content: "";
    margin: -8px 0 0 0;
    border: 8px solid transparent;
}

#calendar .day footer .arrow.prev:after {
    left: 3px;
    border-right: 8px solid #fff;
}

#calendar .day footer .arrow.next:after {
    right: 3px;
    border-left: 8px solid #fff;
}

/**
 * Calendar month table
 */

#calendar .month table {
    width: 100%;
    margin: 0 0 -1px 0;
}

#calendar .month table thead tr th {
    width: 14.5%;
    height: 60px;
    font: 700 14px/60px "Roboto", Arial;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

#calendar .month table thead tr th:first-child {
    border-left: 0;
}

#calendar .month table tbody tr td {
    width: 14.5%;
    height: 60px;
    font: 700 20px/60px "Roboto", Arial;
    color: #ccc;
    text-align: center;
    padding: 0;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

#calendar .month table tbody tr td:first-child {
    border-left: 0;
}

#calendar .month table tbody tr td:hover {
    background: #f6f6f6;
}

#calendar .month table tbody tr td div {
    color: #777;
}

#calendar .month table tbody tr td .exist {
    display: block;
    position: relative;
    color: #fff;
    background: #f2b0b0;
}

#calendar .month table tbody tr td .exist.current {
    background: #ec6969;
}

#calendar .month table tbody tr .today {
    line-height: 56px;
    border: 2px solid #ff0202;
}

#calendar .month table tbody tr td span {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    font: 400 11px/16px "Roboto", Arial;
    text-align: center;
    color: #795858;
    background: #f9d8d8;
    border-radius: 100%;
}

#calendar .month table tbody tr td .exist span {
    color: #000;
    background: #fff;
}

#calendar .month table tbody tr td a:hover {
    text-decoration: none;
}

/**
 * Calendar day table
 */

#calendar .day table {
    width: 100%;
}

#calendar .day table td {
    font-size: 16px;
    color: #777;
    padding: 5px 20px;
    background: #ebf4fb;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dbdbdb;
}

#calendar .day table td:first-child {
    width: 30px;
    text-align: center;
    padding: 10px 0;
    background: #fff;
}

#calendar .day table td ul li {
    font-size: 12px;
    color: #b1b6ba;
    padding: 2px 0;
}

#calendar .day table td ul .follow {
    color: #686868;
}

#calendar .day table td ul li .icon {
    margin: 0 5px 0 0;
}

/**
 * Footer
 */

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    color: #fff;
    background: #0e5187;
}


/* ==========================================================================
   Task list
   ========================================================================== */

/**
 * Task list
 */

#task-list {
    padding: 40px 0 0 0;
    margin: 0 0 40px 0;
    background: #fff;
    border: 1px solid #dbdbdb;

    counter-reset: booked;
}

#task-list .preview-link {
    position: absolute;
    top: 25px;
    right: 20px;
    text-transform: uppercase;
}

#task-list h2 {
    display: inline-block;
    font: 400 20px/40px "Roboto", Arial;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 30px 0 0 0;
    border: 1px solid #dbdbdb;
    border-left: 0;
}

#task-list h2 .remove-field {
    display: inline-block;
    position: relative;
    top: -4px;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px;
    margin: 0 0 0 10px;
    background: #c00;
    border-radius: 5px;
}

#task-list h2  .remove-field:hover {
    text-decoration: none;
    background: #a00;
}

#task-list h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}

#task-list .timeline-review h3,
#task-list h3#timeline-section-list {
    padding-top: 40px;
}

#task-list h3#timeline-section-list:first-child,
#task-list .print-link + h3#timeline-section-list {
    padding-top: 10px;
}

#task-list h4 {
    font: 400 20px/40px "Roboto", Arial;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 20px 0 0 0;
}

#task-list .inner {
    padding: 0 0 0 25px;
    margin: 0 0 -1px 0;
}

/* Task list sub section */

#task-list .timeline-review .sub-section h3 {
    padding-top: 40px;
}

/* Task list header */

#task-list header {
    position: relative;
    background: #f6f6f6;
}

#task-list header h1 {
    position: relative;
    font: 300 34px/70px "Roboto", Arial;
    padding: 0 20px;
    background: #d9e9f6;
}

#task-list header .left {
    float: left;
}

#task-list header .right {
    float: right;
}

#task-list header p {
    font-size: 13px;
    line-height: 22px;
    color: #999;
    padding: 20px;
}

#task-list header span {
    font-size: 14px;
    color: #000;
}

#task-list header .edit {
    position: absolute;
    top: 23px;
    right: 20px;
}

/* Task list booked task */

#task-list .booked-task {
    position: relative;
    color: #333;
    min-height: 20px;
    margin: -1px 0 0 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

#task-list .booked-task.finish label {
    background: #e4fae4;
}

#task-list .booked-task.finish label:hover {
    background: #d8f9d8;
}

#task-list .booked-task:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background: #dbdbdb;
    color: #777;

    counter-increment: booked;
    content: counter(booked);
    z-index: 2;
}

#task-list .inner .booked-task:before {
    left: -25px;
    border-right: 5px solid #ccc;
}

#task-list .inner.booked-task:before {
    left: 0;
    border-right: 5px solid #ccc;
}

#task-list .inner .inner.booked-task:before {
    left: -25px;
}

/* Task list booked task label, a */

#task-list .booked-task > .label-fake,
#task-list .booked-task > label,
#task-list .booked-task > a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 100px 5px 40px;
    background: #fff;
    cursor: pointer;
}

#task-list .booked-task > .label-fake {
    cursor: default;
}

#task-list .booked-task > .label-fake:hover,
#task-list .booked-task > label:hover,
#task-list .booked-task > a:hover {
    background: #fafafa;
}

#task-list .booked-task > label.default {
    cursor: text;
}

#task-list .booked-task > label.default strong {
    font-size: 13px;
    color: #c00;
}

#task-list .booked-task .expand-hidden:after {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 0;
    height: 0;
    content: "";
    border: 6px solid transparent;
    border-top-color: #333;
}

#task-list .booked-task .expand-hidden.expanded:after {
    top: 6px;
    border-top-color: transparent;
    border-bottom-color: #333;
}

#task-list .booked-task.task-checked > .label-fake,
#task-list .booked-task.task-checked > label,
#task-list .booked-task.task-checked > a {
    opacity: 0.7;
}

/* Task list booked task hidden */

#task-list .booked-task .hidden {
    display: none;
    padding: 5px 5px 5px 30px;
    background: #dbdbdb;
}

#task-list .inner .booked-task .hidden {
    padding-left: 40px;
}

#task-list .booked-task textarea,
#task-list .booked-task input[type="text"],
#task-list .booked-task input[type="email"],
#task-list .booked-task [type="number"],
#task-list .booked-task input[type="password"] {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
}

#task-list .booked-task textarea {
    height: 150px;
    line-height: 20px;
    padding: 5px;
}

#task-list .booked-task .selectboxit-container .selectboxit {
    height: 32px;
    font-size: 13px;
    line-height: 30px;
    padding: 0 40px 0 5px;
}

#task-list .booked-task .selectboxit-container .selectboxit .selectboxit-option-icon-container {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

#task-list .booked-task .selectboxit-container .selectboxit .selectboxit-option-icon-container .selectboxit-option-icon {
    margin: -3px 0 0 -5px;
    border-width: 6px;
}

#task-list .booked-task .selectboxit-container .selectboxit-options a {
    font-size: 13px;
    line-height: 28px;
    padding: 0 5px;
}

#task-list .booked-task .hidden .title {
    display: block;
    font-size: 13px;
    padding: 5px 0 0 0;
}

#task-list .booked-task .hidden .part {
    padding: 5px 0 0 0;
}

#task-list .booked-task .hidden .part:first-child {
    padding-top: 0;
}

#task-list .booked-task .hidden .col {
    float: left;
    width: 50%;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

#task-list .booked-task .hidden .col:first-child {
    padding: 0 5px 0 0;
}

/* Task list booked task initials */

#task-list .booked-task .initials {
    position: absolute;
    top: 5px;
    right: 40px;
    line-height: 19px;
    margin: 0;
}

#task-list .booked-task.task-checked .initials {
    top: 8px;
    font-size: 10px;
    line-height: 16px;
    text-transform: none;
}

/* Task list save */

#task-list .save {
    padding: 30px 0 30px 30px;
    overflow: hidden;
}

#task-list .save button {
    float: left;
    margin: 0 10px 0 0;
}

#task-list .save button:first-child {
    width: 300px;
    background: #53a051;
}

#task-list .save button:first-child:hover {
    background: #50934d;
}

/* Task list details */

#task-list .details {
    padding: 20px 10px 0 20px;
}

#task-list .details .column {
    margin: 0 0 20px 0;
}

#task-list .details h2 {
    display: block;
    font: 300 18px/35px "Roboto", Arial;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 10px 0;
    background: #4192d1;
    border: 0;
}

#task-list .details table {
    width: 100%;
    background: #f7f7f7;
}

#task-list .details table tr td {
    line-height: 35px;
    padding: 0 10px;
    border-top: 1px solid #e3e3e3;
}

#task-list .details .wedding tr td {
    padding: 9px 10px;
}

#task-list .details table tr:first-child td {
    border: 0;
}

#task-list .details table tr td:first-child {
    width: 35px;
    text-align: center;
    padding: 0;
    background: #d2d2d2;
}

#task-list .details .notes {
    clear: both;
    min-height: 130px;
    padding: 10px;
    background: #f7f7f7;
}

/* Task list description */

#task-list .description {
    padding: 10px;
}

/* Task list remove field */

#task-list .booked-task .remove-field {
    position: absolute;
    top: 7px;
    right: 40px;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px;
    background: #c00;
    border: 0;
    border-radius: 5px;
}

#task-list .booked-task .remove-field:hover {
    color: #fff;
    background: #a00;
}

/* Task additonal field */

#task-list .additional-field {
    padding: 20px 0 20px 30px;
}

#task-list .additional-field .button {
    height: 30px;
    line-height: 30px;
}

/* Task additonal timeline */

#task-list .additional-timeline {
    padding: 0 30px 20px 30px;
}

#task-list .additional-timeline .button {
    width: 300px;
    text-align: center;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

/* Task list task view */

#task-list .timeline-review {
    position: relative;
    counter-reset: timeline;
}

#task-list .timeline-review .print-link {
    position: absolute;
    top: 10px;
    right: 20px;
    text-transform: uppercase;
}

#task-list .task-view {
    position: relative;
    font-size: 13px;
    color: #333;
    padding: 10px 0 10px 45px;
}

#task-list .task-view:nth-child(even) {
    background: #e5e5e5;
}

#task-list .task-view:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #f0f0f0;
    color: #777;

    counter-increment: timeline;
    content: counter(timeline);
    z-index: 2;
}

#task-list .task-view h4 {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 5px 0;
}

#task-list .task-view p {
    padding: 0 0 5px 0;
}

#task-list .task-view .cols {
    width: 60%;
}

#task-list .task-view .cols .col {
    float: left;
    width: 50%;
}

/* Task list timeline div */

#task-list .timeline-div + .additional-timeline {
    padding-top: 30px;
}

#task-list .timeline-div_second_timeline,
#task-list .timeline-div_third_timeline,
#task-list .timeline-div_fourth_timeline {
    padding: 0 0 30px 0;
    margin: 30px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

#task-list .timeline-div_second_timeline,
#task-list .timeline-div_fourth_timeline {
    background: #fafafa;
}

/**
 * Timeline preview
 */

#timeline-preview {
    padding: 20px;
}

#timeline-preview h3 {
    padding-top: 30px;
}


/* ==========================================================================
   Modals
   ========================================================================== */

/**
 * Add note
 * Add task
 */

.modal .submit {
    padding: 10px 0 0 0;
}

.modal .submit .button {
    margin: 0 10px 0 0;
}

/**
 * Add client
 */

#client form > .column {
    margin: 0 0 20px 0;
}

#client .submit {
    padding: 20px 0 0 0;
}

#client label.ui-checkbox {
    text-transform: uppercase;
    color: #c8c8c8;
    cursor: pointer;
}

#client label.ui-checkbox.ui-checkbox-checked,
#client label.ui-checkbox.ui-checkbox-hover {
    color: #000;
}

#client span.ui-checkbox {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 20px;
    background: #d5d6d7 url(../images/checkbox-hot.png) no-repeat center center;
    border-radius: 100%;
}

#client span.ui-checkbox.ui-checkbox-checked,
#client span.ui-checkbox.ui-checkbox-hover {
    background-color: #23bb1f;
}

/* ==========================================================================
   Photo album
   ========================================================================== */

.photo-buttons {
    padding: 10px 0 20px 0;
    overflow: auto;
}

.photo-buttons .button {
    float: right;
    margin: 0 10px 0 0;
}

.photo-buttons .button:first-child {
    float: left;
}

.photo-buttons #photoAlbumExport {
    margin-right: 0;
}

.photo-buttons .button.photoAlbumBtnSelected {
    background: #ff9200;
}

#photo-album-items {
    width: 100%;
}

#photo-album-items td {
    padding: 0 10px 10px 0;
}

#photo-album-items td:first-child {
    width: 50px;
}

#photo-album-items td:last-child {
    width: 100px;
    text-align: right;
}

#photo-album-items .selected td {
    font-weight: 700;
}

#photo-album-items .paThumb {
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#photo-album-items .selected .paThumb {
    border: 3px solid #146cad;
}

#photo-album-items .cover .paThumb {
    border: 3px solid #ff9200;
}

.albumOpts {
    line-height: 1.8;
    padding: 0 0 30px 0;
}


/* ==========================================================================
   Print CSS
   ========================================================================== */


@media print {

    /**
     * Body
     */

    body {
        background: none;
    }

    /**
     * Container
     */

    .container {
        padding: 0;
    }

    /**
     * Header
     */

    #header {
        display: none;
    }

    /**
     * Main
     */

    #main {
        padding: 0;
    }

    /**
     * Task list
     */

    #task-list {
        padding: 0;
        margin: 0;
        border: 0;
    }

    #task-list .page-header {
        margin-bottom: 20px;
    }

    /**
     * Timeline preview
     */

    #timeline-preview {
        padding: 0;
    }

    /**
     * Footer
     */

    #footer {
        display: none;
    }

}

#package_idSelectBoxItOptions .selectboxit-option {
	display: none;
}

#package_idSelectBoxItOptions .selectboxit-option[data-val="0"],
#package_idSelectBoxItOptions .selectboxit-option[data-val="32"],
#package_idSelectBoxItOptions .selectboxit-option[data-val="33"],
#package_idSelectBoxItOptions .selectboxit-option[data-val="34"] {
	display: block;
}


select[name="package_id"] + .selectboxit-container .selectboxit-option {
	display: none;
}

select[name="package_id"] + .selectboxit-container .selectboxit-option[data-val="32"],
select[name="package_id"] + .selectboxit-container .selectboxit-option[data-val="33"],
select[name="package_id"] + .selectboxit-container .selectboxit-option[data-val="34"] {
	display: block;
}