/* Reset
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-size: 16px;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:hover, a:active {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    margin: 3% 0;
    padding: 0
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before, q:after {
    content: "";
    content: none
}

small {
    font-size: 85%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

ul, ol {
    margin: 0;
    padding: 0
}

dd {
    margin: 0
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal;
    *overflow: visible
}

table button, table input {
    *overflow: auto
}

button, input[type="button"], input[type="reset"], input[type="submit"], [role="button"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input:invalid, textarea:invalid {
    background-color: #f0dddd
}

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

td {
    vertical-align: top
}

.nocallout {
    -webkit-touch-callout: none
}

textarea[contenteditable] {
    -webkit-appearance: none
}

.gifhidden {
    position: absolute;
    left: -100%
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.ir br {
    display: none
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

a:active, a:focus {
    outline: none;
}

.imgReplace {
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
}

.imgReplace span {
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* General
-------------------------------------------------------------- */
body {
    background-color: #EEEEEE;
    color: #666;
    font: 13px/1.5 Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 1em;
}

p {
    margin: 0 0 1em;
}

a {
    color: #EF7B38;
    text-decoration: none;
}

a:visited {
    color: #EF7B38;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #EF7B38;
}

select {
    padding: 7px;
    border-top: 1px #acaeb4 solid;
    border-left: 1px #dde1e7 solid;
    border-right: 1px #dde1e7 solid;
    border-bottom: 1px #dde1e7 solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type="text"],
input[type="password"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    width: 300px;
    border-top: 1px #acaeb4 solid;
    border-left: 1px #dde1e7 solid;
    border-right: 1px #dde1e7 solid;
    border-bottom: 1px #dde1e7 solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font: 13px/1.5 Arial, Helvetica, sans-serif;
    padding: 8px;
    width: 300px;
    height: 120px;
    border-top: 1px #acaeb4 solid;
    border-left: 1px #dde1e7 solid;
    border-right: 1px #dde1e7 solid;
    border-bottom: 1px #dde1e7 solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

select:hover,
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #f7921c;
    border-top-color: #ee5d28;
}

::selection {
    background: #f7b062;
}

::-moz-selection {
    background: #f7b062;
}

select option::selection {
    background: #f7b062;
}

select option::-moz-selection {
    background: #f7b062;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* Buttons
-------------------------------------------------------------- */
.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 13px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0.6em 1em 0.6em;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #ed5a2a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #FFF;
    background: #f7921c;
    background: -moz-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7921c), color-stop(100%, #ee5d28));
    background: -webkit-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -o-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -ms-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: linear-gradient(to bottom, #f7921c 0%, #ee5d28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7921c', endColorstr='#ee5d28');
    *display: inline;
}

.button:hover {
    text-decoration: none;
    color: #FFF;
    background: #f7b062;
    background: -moz-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b062), color-stop(100%, #ef7b38));
    background: -webkit-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -o-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -ms-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: linear-gradient(to bottom, #f7b062 0%, #ef7b38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b062', endColorstr='#ef7b38');
}

.button:active {
    position: relative;
    top: 1px;
    color: #FFF;
    background: -moz-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7921c), color-stop(100%, #ee5d28));
    background: -webkit-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -o-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -ms-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: linear-gradient(to bottom, #f7921c 0%, #ee5d28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7921c', endColorstr='#ee5d28');
}

.button:visited {
    color: #FFF;
    background: #f7921c;
    background: -moz-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7921c), color-stop(100%, #ee5d28));
    background: -webkit-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -o-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -ms-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: linear-gradient(to bottom, #f7921c 0%, #ee5d28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7921c', endColorstr='#ee5d28');
}

.button_cancel {
    color: #FFF;
    border-color: #A9A9A9;
    background: #CCCCCC;
    background: -moz-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #BBBBBB));
    background: -webkit-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #CCCCCC 0%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#BBBBBB');
}

.button_cancel:hover {
    color: #FFF;
    background: -moz-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDDDDD), color-stop(100%, #BBBBBB));
    background: -webkit-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #DDDDDD 0%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#BBBBBB');
}

.button_cancel:active {
    background: #CCCCCC;
    background: -moz-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #BBBBBB));
    background: -webkit-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #CCCCCC 0%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#BBBBBB');
}

.button_cancel:visited {
    color: #FFF;
    border-color: #A9A9A9;
    background: #CCCCCC;
    background: -moz-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #BBBBBB));
    background: -webkit-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #CCCCCC 0%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#BBBBBB');
}

.button_no {
    color: #FFF;
    border-color: #A9A9A9;
    background: #CCCCCC;
    background: -moz-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #BBBBBB));
    background: -webkit-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #CCCCCC 0%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#BBBBBB');
}

.button_no:hover {
    color: #FFF;
    background: -moz-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDDDDD), color-stop(100%, #BBBBBB));
    background: -webkit-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #DDDDDD 0%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#BBBBBB');
}

.button_no:active {
    background: #CCCCCC;
    background: -moz-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #BBBBBB));
    background: -webkit-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #CCCCCC 0%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#BBBBBB');
}

.button_no:visited {
    color: #FFF;
    border-color: #A9A9A9;
    background: #CCCCCC;
    background: -moz-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #BBBBBB));
    background: -webkit-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #CCCCCC 0%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#BBBBBB');
}

.button_yes {
    color: #FFF;
    background: #f7921c;
    background: -moz-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7921c), color-stop(100%, #ee5d28));
    background: -webkit-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -o-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -ms-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: linear-gradient(to bottom, #f7921c 0%, #ee5d28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7921c', endColorstr='#ee5d28');
}

/* General
-------------------------------------------------------------- */
.header_container {
    background-color: #FFF;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

.logo {
    float: left;
}

.logo a {
    width: 200px;
    height: 75px;
    background: url('../img/admin/logo.gif') no-repeat 0 0;
    display: block;
    text-indent: -99999px;
    margin-bottom: 10px;
}

.menu_user {
    float: right;
    margin: 0 0 20px;
}

.menu_user span {
    margin-right: 20px;
}

.menu_user {
}

.menu_clients {
    float: right;
    clear: right;
    width: 400px;
    text-align: right;
}

.menu_clients form {
    float: left;
}

.menu_clients span {
    font-size: 1.5em;
    line-height: 1.5em;
}

.menu_clients .button {
    float: right;
    margin-left: 20px;
    vertical-align: bottom;
}

.menu_main {
    clear: both;
    top: 20px;
    position: relative;
}

.menu_main > ul {
}

.menu_main > ul > li {
    list-style-type: none;
    float: left;
    display: inline;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.menu_main > ul > li > a {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    vertical-align: baseline;
    outline: none;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1em 1.2em;
    border-right: 1px solid #ed5a2a;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #FFF;
    white-space: nowrap;
    background: #f7921c;
    background: -moz-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7921c), color-stop(100%, #ee5d28));
    background: -webkit-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -o-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -ms-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: linear-gradient(to bottom, #f7921c 0%, #ee5d28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7921c', endColorstr='#ee5d28');
    *display: inline;
}

.menu_main > ul > li:first-child {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.menu_main > ul > li:first-child > a {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.menu_main > ul > li:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.menu_main > ul > li:last-child > a {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    border-right: none;
}

.menu_main .selected > a,
.menu_main > ul > li:hover > a {
    text-decoration: none;
    background: #f7b062;
    background: -moz-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b062), color-stop(100%, #ef7b38));
    background: -webkit-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -o-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -ms-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: linear-gradient(to bottom, #f7b062 0%, #ef7b38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b062', endColorstr='#ef7b38');
}

.menu_main > ul > .dropdown:hover div {
    display: block;
}

.menu_main > ul > li > a:active {
    position: relative;
    top: 1px;
    color: #f7b062;
    background: -moz-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b062), color-stop(100%, #ef7b38));
    background: -webkit-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -o-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: -ms-linear-gradient(top, #f7b062 0%, #ef7b38 100%);
    background: linear-gradient(to bottom, #f7b062 0%, #ef7b38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b062', endColorstr='#ef7b38');
}

.menu_main > ul > li > a:visited {
    color: #FFF;
}

.dropdown a {
    cursor: default;
}

.dropdown div {
    position: absolute;
    top: 40px;
    padding-top: 10px;
    display: none;
    z-index: 100;
}

.dropdown ul {
    background: #FFF;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}

.dropdown li {
    display: block;
}

.dropdown li a {
    color: #666;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    font-weight: bold;
    padding: 8px 25px 6px 20px;
    cursor: pointer;
}

.dropdown li:last-child a,
.dropdown li:last-child a:hover {
    border-bottom: none;
}

.dropdown li a:hover {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
    background: #f7921c;
    background: -moz-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7921c), color-stop(100%, #ee5d28));
    background: -webkit-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -o-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: -ms-linear-gradient(top, #f7921c 0%, #ee5d28 100%);
    background: linear-gradient(to bottom, #f7921c 0%, #ee5d28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7921c', endColorstr='#ee5d28')
}

.content_container {
    padding: 20px;
}

.block {
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
}

.column_left {
    float: left;
    width: 49.5%;
}

.column_right {
    float: right;
    width: 49.5%;
}

.action_buttons {
    clear: both;
    float: right;
    margin-top: 5px;
}

.footer_container {
    padding: 0 40px 30px;
}

/* Forms
-------------------------------------------------------------- */
.form_block {
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px 20px 10px;
    margin-bottom: 15px;
}

.form_block .form_block {
    background-color: #FFF;
    margin-bottom: 0;
}

.filter_block {
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px 20px 10px;
    margin-bottom: 15px;
}

.block_half_left {
    float: left;
    width: 49.5%;
    margin-right: .5%;
}

.block_half_right {
    float: right;
    width: 49.5%;
    margin-left: .5%;
}

ul.form {
    clear: both;
    list-style: none;
}

ul.form li.title {
    float: none;
    width: 100%;
}

ul.form li.title p {
    margin: 0 0 2em;
}

ul.form li {
    float: left;
    margin: 0 10px 15px 0;
    position: relative;
    width: 280px;
}

ul.form li.full {
    clear: both;
    float: none;
    width: 100%;
}

ul.form li.double {
    width: 570px;
}

ul.form li.half {
    width: 135px;
}

ul.form li.third {
    width: 185px;
}

ul.form li.secondary {
    margin-bottom: 0;
}

ul.form li.secondary .form_block {
    margin-bottom: 0;
}

ul.form li.divider {
    clear: both;
    float: none;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 10px;
    width: 100%;
}

ul.form li.multiple {
    margin: 0 10px 10px 0;
}

ul.form li.multiple select {
    height: 105px;
}

ul.form li.date input[type="text"].datepicker {
    width: 100px;
}

ul.form li.date span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 10px;
}

ul.form li.buttons {
    float: right;
    text-align: right;
}

ul.form li.error label {
    color: #D63301;
}

ul.form li.error input[type="text"],
ul.form li.error input[type="checkbox"],
ul.form li.error select,
ul.form li.error textarea {
    border: 1px solid #D63301;
}

ul.form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

ul.form select {
    width: 100%;
    height: 34px;
    background-color: #fff;
}

ul.form input[type="text"],
ul.form input[type="password"] {
    width: 100%;
}

ul.form textarea {
    width: 100%;
}

ul.form p.note { /*margin-left: 200px;*/
}

ul.form li.tree_drop {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 5px;
}

ul.form li.tree_drop_indent {
    width: 100%;
    clear: both;
    float: none;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 5px;
}

ul.form li.tree_drop label,
ul.form li.tree_drop_indent label {
    margin-bottom: 0;
    cursor: pointer;
}

ul.form li.tree_drop .icon_dir,
ul.form li.tree_drop_indent .icon_dir {
    background: url('../img/admin/folder.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

ul.form li.tree_drop .icon_add,
ul.form li.tree_drop_indent .icon_add {
    background: url('../img/admin/add_page.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    margin: 0 4px;
    display: none;
}

ul.form li.tree_drop .icon_add:hover,
ul.form li.tree_drop_indent .icon_add:hover {
    text-decoration: none;
}

ul.form li.tree_drop label:hover .icon_add,
ul.form li.tree_drop_indent label:hover .icon_add {
    display: inline-block;
}

ul.form .files_list {
    padding-left: 15px;
    list-style: none;
    margin: 5px 0;
}

ul.form .files_list li {
    margin-bottom: 5px;
    float: none;
    width: 100%;
}

ul.form .files_list li a {
    color: #666;
}

ul.form .files_list li a:hover {
    color: #EF7B38;
    text-decoration: none;
}

ul.form .files_list li a.delete {
    text-decoration: line-through;
}

ul.form .files_list .icon_file {
    background: url('../img/admin/file_text.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    margin: 0 8px 0 0;
}

ul.form .files_list .icon_file:hover {
    text-decoration: none;
}

ul.form .files_list .icon_delete {
    background: url('../img/admin/delete.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    margin: 0 8px 0 8px;
}

ul.form .files_list .icon_delete:hover {
    text-decoration: none;
}

ul.form .dropzone {
    margin: 10px 0 10px 15px;
}

ul.form .view_content {
    background-color: #eee;
    padding: 10px;
}

ul.form .view_content h2 {
    font-size: 16px
}

ul.form .view_content li {
    float: none;
    list-style: outside none disc;
    margin-bottom: 7px;
    margin-left: 15px;
}

.event-schedule-summary-checkboxes {
    background: #fff;
    height: 150px;
    border: 1px solid #DDD;
    overflow: auto;
    padding: 10px;
}

input[type="text"].datepicker {
    background: url('../img/calendar.gif') 95% center no-repeat #FFF;
    padding-right: 25px;
}

.filter_block ul.form li {
    width: 210px;
}

.filter_block ul.form li.half {
    width: 100px;
}

.filter_block ul.form li.double {
    width: 400px;
}

.filter_block ul.form li.full {
    width: 100%;
}

ul.checkboxes li {
    clear: both;
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
}

ul.checkboxes label {
    width: 100%;
}

ul.checkboxes label input[type="checkbox"] {
    float: left;
    margin: 3px 10px 0 0;
}

ul.checkboxes label span {
    float: left;
}

.bulk_check {
    width: 12px;
}

ul.form_bulk input[type="checkbox"] {
    display: inline-block;
    margin: 0 1%;
}

ul.form_bulk .half input[type="checkbox"] {
    display: inline-block;
    margin: 0 2%;
}

ul.form_bulk .double input[type="checkbox"] {
    display: inline-block;
    margin: 0 0.5%;
}

ul.form_bulk .third input[type="checkbox"] {
    display: inline-block;
    margin: 0 0.5%;
}

ul.form_bulk input[type="text"],
ul.form_bulk select {
    display: inline-block;
    width: 91%;
}

ul.form_bulk textarea {
    display: inline-block;
    width: 91%;
}

ul.form_bulk .half input[type="text"],
ul.form_bulk .half select {
    display: inline-block;
    width: 83%;
}

ul.form_bulk .half textarea {
    display: inline-block;
    width: 83%;
}

ul.form_bulk .double input[type="text"],
ul.form_bulk .double select {
    display: inline-block;
    width: 96%;
}

ul.form_bulk .double textarea {
    display: inline-block;
    width: 96%;
}

ul.form_bulk .third input[type="text"],
ul.form_bulk .third select {
    display: inline-block;
    width: 89%;
}

ul.form_bulk .third textarea {
    display: inline-block;
    width: 89%;
}

ul.form .editable .icon_edit {
    display: none;
}

ul.form .editable label .icon_edit {
    background: url('../img/admin/pencil.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    margin: 0 4px;
}

ul.form .editable label .icon_edit:hover {
    text-decoration: none;
}

ul.form .editable table select {
    padding: 7px;
}

#js_edit_options_form .icon_edit,
#js_edit_status_form .icon_edit {
    background: url('../img/admin/pencil.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    margin: 0 4px;
}

#js_edit_options_form .icon_edit:hover,
#js_edit_status_form .icon_edit:hover {
    text-decoration: none;
}

.icon_accept {
    background: url('../img/admin/accept.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    margin: 0 4px;
}

.icon_accept:hover {
    text-decoration: none;
}

.icon_delete {
    background: url('../img/admin/delete.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    margin: 0 4px;
}

.icon_delete:hover {
    text-decoration: none;
}

.icon_undo {
    background: url('../img/admin/undo.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 4px 0 3px;
}

.icon_undo:hover {
    text-decoration: none;
}

.icon_lock {
    background: url('../img/admin/lock.png') center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 4px 0 3px;
}

.icon_lock:hover {
    text-decoration: none;
}

.field_units {
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.fancybox-wrap {
    overflow: hidden !important;
}

.fancybox-inner {
    max-height: 600px !important;
    overflow: auto !important;
}

#js_view_changes_form .accordion_header {
    cursor: pointer;
}


/* Tables
-------------------------------------------------------------- */
table {
    width: 100%;
    margin-bottom: 20px;
}

table tr {
    border-bottom: 1px solid #DDDDDD;
}

table tbody tr:nth-child(odd) {
    background-color: #F8F8F8;
}

table tbody tr:nth-child(even) {
}

table th {
    text-align: left;
    padding: 5px 10px;
}

table th a {
    color: #666666;
    display: block;
}

table th a:active {
    color: #666666;
}

table th a:visited {
    color: #666666;
}

table th a:hover {
    color: #EF7B38;
    text-decoration: none;
}

table th.order_asc,
table th.order_desc {
}

table th.order_asc a,
table th.order_desc a {
    color: #666666;
    padding-right: 13px;
}

table th.order_asc:hover {
    background: url('../img/admin/arrow_asc.png') right center no-repeat;
}

table th.order_desc:hover {
    background: url('../img/admin/arrow_desc.png') right center no-repeat;
}

table th.cur_order_asc,
table th.cur_order_desc {
}

table th.cur_order_asc a,
table th.cur_order_desc a {
    color: #EF7B38;
    padding-right: 13px;
}

table th.cur_order_asc {
    background: url('../img/admin/arrow_asc.png') right center no-repeat;
}

table th.cur_order_asc:hover {
    background: url('../img/admin/arrow_desc.png') right center no-repeat;
}

table th.cur_order_desc {
    background: url('../img/admin/arrow_desc.png') right center no-repeat;
}

table th.cur_order_desc:hover {
    background: url('../img/admin/arrow_asc.png') right center no-repeat;
}

table td {
    padding: 5px 10px;
    line-height: 1.8;
}

table .tick {
    color: green;
}

table .cross {
    color: red;
}

table .tick:hover {
    text-decoration: none;
}

table .cross:hover {
    text-decoration: none;
}

table .row_action_buttons {
    width: 115px;
}

table .row_action_buttons_long {
    width: 200px;
}

table select {
    padding: 2px;
}

table input[type="text"] {
    padding: 2px;
}

table input[type="checkbox"] {
    margin-top: 5px;
}

.form table tr:last-child {
    border: medium none;
}

.js_manufacturer_options {
    border: 1px solid #DDD;
}

.js_manufacturer_options tbody tr {
    background-color: #FFF !important;
}

.js_manufacturer_options tbody tr td {
    padding: 20px;
}

.js_manufacturer_options tbody tr td input {
    padding: 8px;
}

.js_suppliers {
    border: 1px solid #DDD;
}

.js_suppliers tbody tr {
    background-color: #FFF !important;
}

.js_suppliers tbody tr td {
    padding: 20px;
}

.js_suppliers tbody tr td input {
    padding: 8px;
}

.js_suppliers tbody tr td .supplier_pdfs td {
    float: left;
    padding-left: 0;
}

.js_events {
    margin-top: 15px;
}

.js_events tbody tr {
    background-color: none !important;
    border: none !important;
}

.js_events tbody tr td {
    padding: 5px 0;
}

.js_events tbody tr td input {
    padding: 8px;
}

.js_additional_pdfs {
    border: 1px solid #DDD;
}

.js_additional_pdfs tbody tr {
    background-color: #FFF !important;
}

.js_additional_pdfs tbody tr td {
    padding: 20px;
}

.js_additional_pdfs tbody tr td input {
    padding: 8px;
}

.js_additional_images {
    border: 1px solid #DDD;
}

.js_additional_images tbody tr {
    background-color: #FFF !important;
}

.js_additional_images tbody tr td {
    padding: 20px;
}

.js_additional_images tbody tr td input {
    padding: 8px;
}

/* Search List
-------------------------------------------------------------- */
input[type="text"].search_list_input {
    background: #fff url('../img/admin/search.png') 5px 6px no-repeat;
    margin-bottom: 5px;
    padding-left: 30px;
}

.search_list_container {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 300px;
    background: #fff;
    border: 1px solid #DDDDDD;
}

.search_list_container ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.search_list_container ul li {
    display: block;
    float: none;
    padding: 8px 10px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    width: 100%;
}

.search_list_container ul li:hover {
    background: #f7921c;
    color: #fff;
    cursor: pointer;
}

.search_list_container ul li:active {
    background: #ed5a2a;
    color: #fff;
}


/* Messages
-------------------------------------------------------------- */
.response {
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 15px;
    padding: 14px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.response_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/admin/info.png');
}

.response_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../img/admin/success.png');
}

.response_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/admin/warning.png');
}

.response_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/admin/error.png');
}

.response_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../img/admin/validation.png');
}

.response_validation ul {
    list-style: disc;
}

.response_validation ul li {
    float: none;
    width: 100%;
    margin: 0 0 0 15px;
}

/* Dropzone
-------------------------------------------------------------- */

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 10px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: #efefef;
    border: 1px solid #ddd;
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 12px;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 12px;
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 120px;
    height: 55px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 10px;
    left: 50%;
    bottom: 27px;
    width: 100px;
    margin-left: -50px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    overflow: hidden;
    display: none;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.mark-as-deleted {
    text-decoration: line-through;
}

.deleted-file {
    display: none;
    font-weight: bold;
    background-color: #ED5A29;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    margin-left: 5px;
}


.col-wrapper {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
}

[class^="col--"],
[class*=" col--"] {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    min-height: 1px;
}

.col--10 {
    width: 10%;
}

.col--15 {
    width: 15%;
}

.col--20 {
    width: 20%;
}

.col--25 {
    width: 25%;
}

.col--30 {
    width: 30%;
}

.col--33 {
    width: 33.333%;
}

.col--40 {
    width: 40%;
}

.col--45 {
    width: 45%;
}

.col--50 {
    width: 50%;
}

.col--60 {
    width: 60%;
}

.col--66 {
    width: 66.666%;
}

.col--70 {
    width: 70%;
}

.col--75 {
    width: 75%;
}

.col--80 {
    width: 80%;
}

.col--90 {
    width: 90%;
}

.col--100 {
    width: 100%;
}

.col--no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


@media all and (max-width: 760px) {

    .col-6 {
        width: 100%;
    }

}