/**
 * Deep CSS
 */
body {color: #222;font: 12px/17px arial, sans-serif;margin: 0;}
.header {background: #fff;}
.header-right {color: #777;}
.header-right a,
.header-right a:hover {color: #222;}
.header-top {border-bottom: 0px;text-align: center;padding: 40px 0 30px 0}
.header-top h1{width: 400px;margin: auto;padding-bottom: 40px;border-bottom: 1px solid #ccc;color: #707070;}
.logo {height: 35px !important;}
.nav-bar {border-top: 1px solid #d9d9d9 !important;border-bottom: 1px solid #d9d9d9 !important;background: #F1F1F1 !important;padding: 7px 30px !important;}
#nav a {color: #222 !important;}
#nav li {float: left;background: none !important;}
#nav li.active {background: #fff !important;}
#nav ul{border-top: 1px solid #c4c6c6 !important;border: 1px solid #c4c6c6 !important;padding-bottom: 0px !important;}
#nav ul li {padding: 0 0px !important;}
#nav ul li a {background: #e6e6e6 !important;}
#nav ul li a:hover{background: #F1F1F1 !important;}
#nav ul ul {padding-top: 0px !important;}
#nav ul span, #nav ul li.last li span {padding: 6px 15px !important;background: none !important;}
.notification-global {padding: 8px 27px 8px 47px;background: #4d90fe;color: #fff;}
.notification-global .label {color: #fff;}
.notification-global a {color: #fff;}
#page-help-link,
#page-help-link:hover{color: #222;}
.content-header h3 {color: #555;}
.content-header-floating {background: #FAFAFA;}
.content-header {margin-bottom: 0px;border-bottom: none;padding-bottom: 0px;}
a {color: #15c;cursor: pointer;text-decoration: none;}
a:hover {color: #15c;text-decoration: underline;}
.grid tr.headings th a:hover {color: #15c;}
.grid tr.filter .range input {height: 20px;}
.massaction {border: none;background: #fff;height: 30px;}
.massaction .entry-edit fieldset .select {max-height: 22px;font-size: 10px;padding: 0 10px;}
.massaction .entry-edit fieldset button{max-height: 22px;line-height: 22px;}
.grid tr.headings {background: #f7f7f7;}
.grid tr.filter {background: #f7f7f7;}
.grid tr.headings th a.sort-arrow-desc, .grid tr.headings th a.sort-arrow-asc {background: #fff;border: 1px solid #ccc;}
.grid tr.even, .grid tr.even tr {background: #fff;}
.grid th, .grid td {padding: 4px 4px 4px 4px;}
.grid tr.on-mouse {background: #F7F7F7;cursor: pointer;}
.content-header-floating{border-bottom: solid 1px #ccc;}
.blcg-grid-pinned-actions-block {border-bottom: 1px solid #ccc;}
dl.accordion dt, .entry-edit .entry-edit-head {background: none;border-bottom: 2px solid #aaa;}
.entry-edit .entry-edit-head h4 {color: #222;}
.box, .entry-edit fieldset, .entry-edit .fieldset {border: #c6c6c6;background-color: #f8f8f8;}
ul.tabs, ul.tabs a {background: rgba(0,0,0,0.03);}
ul.tabs a:hover {background-color: rgba(0,0,0,0.08);background-image: none;}
ul.tabs a.active{margin-right: -1px;}
ul.tabs-horiz li a{border-radius: 3px 3px 0px 0px;background: #eeeeee;}
ul.tabs-horiz{background: none;border-bottom: 1px solid #ccc;}
.entry-edit .entry-edit-head strong, .entry-edit .entry-edit-head a {color: #222;}
dl.accordion dt a:hover, div.collapseable a:hover{color: #aaa;}
.switcher {background: #F8F8F8;}
dl.accordion dt.open a, div.collapseable a.open {background: url(images/entry_edit_head_arrow_up.png) 100% 50% no-repeat;}
dl.accordion dt a, div.collapseable a {background: url(images/entry_edit_head_arrow_down.png) 100% 50% no-repeat;}
ul.config-tabs dt {background: #E5E5E5;color: #555;}
ul.config-tabs a.active span{background: rgba(0, 0, 0, 0.49);color: #eee;}
ul.config-tabs a.active span, ul.config-tabs a:hover.active span {background: rgba(0, 0, 0, 0.49);}
#loading-mask {background: rgba(255, 255, 255, 0.8);color: #F1F1F1;}
#loading-mask .loader {background: #F1F1F1;border: 2px solid #ccc;color: #222;}
#loading-mask .loader img{max-width: 130px;}
.login-form h2 {color: #555;}
.login-container {background-image: none;padding-left: 0px;}
.form-list td.value textarea.editor {width: 100%}
.form-list td.value textarea.editor-on-hidden-tab{width: 500px;}

    /* INPUT ELEMENT */
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select[multiple],
select[size],
textarea {
    background: #fff;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #c0c0c0;
    color: #222;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    outline: 0;
    padding: 4px;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    height: 25px;
}

input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select[multiple]:focus,
select[size]:focus,
textarea:focus {
    border: 1px solid #4d90fe;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}
select[multiple]{height: auto;}
select[multiple]:hover{background: none;}

/* BUTTONS */

.button,
button,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"] {
    background: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background: linear-gradient(top, #f5f5f5, #f1f1f1);
    border: 1px solid #dcdcdc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    cursor: default;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 0;
    min-width: 72px;
    outline: 0;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
.calendar .button{min-width: inherit}

.button {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
}

.button.action,
.button.blue,
button.action,
button.add,
button.blue,
input[type="button"].action,
input[type="button"].blue,
input[type="submit"].action,
input[type="submit"].blue {
    background: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background: -o-linear-gradient(top, #4d90fe, #4787ed);
    background: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background: linear-gradient(top, #4d90fe, #4787ed);
    border: 1px solid #3079ed;
    color: #fff;
}

.button.delete,
.button.red,
button.delete,
button.red,
button.fail,
button.cancel,
input[type="button"].delete,
input[type="button"].red,
input[type="submit"].delete,
input[type="submit"].red {
    background: -moz-linear-gradient(top, #dd4b39, #d14836);
    background: -ms-linear-gradient(top, #dd4b39, #d14836);
    background: -o-linear-gradient(top, #dd4b39, #d14836);
    background: -webkit-linear-gradient(top, #dd4b39, #d14836);
    background: linear-gradient(top, #dd4b39, #d14836);
    border: 1px solid transparent;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .1);
    text-transform: uppercase;
}

.button.green,
.button.save,
button.green,
button.save,
input[type="button"].green,
input[type="button"].save,
input[type="submit"].green,
input[type="submit"].save {
    background: -moz-linear-gradient(top, #3d9400, #398a00);
    background: -ms-linear-gradient(top, #3d9400, #398a00);
    background: -o-linear-gradient(top, #3d9400, #398a00);
    background: -webkit-linear-gradient(top, #3d9400, #398a00);
    background: linear-gradient(top, #3d9400, #398a00);
    border: 1px solid #29691d;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .1);
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="image"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #c6c6c6;
    color: #111;
    text-decoration: none;
}

.button.action:hover,
.button.blue:hover,
button.action:hover,
button.blue:hover,
button.add:hover,
input[type="button"].action:hover,
input[type="button"].blue:hover,
input[type="submit"].action:hover,
input[type="submit"].blue:hover {
    background: -moz-linear-gradient(top, #4d90fe, #357ae8);
    background: -ms-linear-gradient(top, #4d90fe, #357ae8);
    background: -o-linear-gradient(top, #4d90fe, #357ae8);
    background: -webkit-linear-gradient(top, #4d90fe, #357ae8);
    background: linear-gradient(top, #4d90fe, #357ae8);
    border: 1px solid #2f5bb7;
    color: #fff;
}

.button.delete:hover,
.button.red:hover,
button.delete:hover,
button.red:hover,
button.fail:hover,
button.cancel:hover,
input[type="button"].delete:hover,
input[type="button"].red:hover,
input[type="submit"].delete:hover,
input[type="submit"].red:hover {
    background: -webkit-linear-gradient(top, #dd4b39, #c53727);
    background: -moz-linear-gradient(top, #dd4b39, #c53727);
    background: -ms-linear-gradient(top, #dd4b39, #c53727);
    background: -o-linear-gradient(top, #dd4b39, #c53727);
    background: linear-gradient(top, #dd4b39, #c53727);
    border: 1px solid #b0281a;
    border-bottom: 1px solid #af301f;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #fff;
}

.button.green:hover,
.button.save:hover,
button.green:hover,
button.save:hover,
input[type="button"].green:hover,
input[type="button"].save:hover,
input[type="button"].green:hover,
input[type="submit"].save:hover {
    background: -moz-linear-gradient(top, #3d9400, #368200);
    background: -ms-linear-gradient(top, #3d9400, #368200);
    background: -o-linear-gradient(top, #3d9400, #368200);
    background: -webkit-linear-gradient(top, #3d9400, #368200);
    background: linear-gradient(top, #3d9400, #368200);
    border: 1px solid #2d6200;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="image"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.button:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
    background: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: #111;
}

.button.action:active,
.button.blue:active,
button.action:active,
button.blue:active,
input[type="button"].action:active,
input[type="button"].blue:active,
input[type="submit"].action:active,
input[type="submit"].blue:active {
    background: #357ae8;
    border: 1px solid #2f5bb7;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    color: #fff;
}

.button.delete:active,
.button.red:active,
button.delete:active,
button.red:active,
input[type="button"].delete:active,
input[type="button"].red:active,
input[type="submit"].delete:active,
input[type="submit"].red:active {
    background: -moz-linear-gradient(top, #dd4b39, #b0281a);
    background: -ms-linear-gradient(top, #dd4b39, #b0281a);
    background: -o-linear-gradient(top, #dd4b39, #b0281a);
    background: -webkit-linear-gradient(top, #dd4b39, #b0281a);
    background: linear-gradient(top, #dd4b39, #b0281a);
    border: 1px solid #992a1b;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    color: #fff;
}

.button.green:active,
.button.save:active,
button.green:active,
button.save:active,
input[type="button"].green:active,
input[type="button"].save:active,
input[type="submit"].green:active,
input[type="submit"].save:active {
    background: #368200;
    border: 1px solid #2d6200;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    color: #fff;
}

.button.disabled,
button:disabled,
input[type="button"]:disabled,
input[type="image"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    background: #fff;
    border: 1px solid #dcdcdc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    opacity: .5;
}

.button.action.disabled,
.button.blue.disabled,
button.action:disabled,
button.blue:disabled,
input[type="button"].action:disabled,
input[type="button"].blue:disabled,
input[type="submit"].action:disabled,
input[type="submit"].blue:disabled {
    background: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background: -o-linear-gradient(top, #4d90fe, #4787ed);
    background: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background: linear-gradient(top, #4d90fe, #4787ed);
    border: 1px solid #3079ed;
    color: #fff;
}

.button.delete.disabled,
.button.red.disabled,
button.delete:disabled,
button.red:disabled,
input[type="button"].delete:disabled,
input[type="button"].red:disabled,
input[type="submit"].delete:disabled,
input[type="submit"].red:disabled {
    background: -moz-linear-gradient(top, #dd4b39, #d14836);
    background: -ms-linear-gradient(top, #dd4b39, #d14836);
    background: -o-linear-gradient(top, #dd4b39, #d14836);
    background: -webkit-linear-gradient(top, #dd4b39, #d14836);
    background: linear-gradient(top, #dd4b39, #d14836);
    border: 1px solid transparent;
    color: #fff;
}

.button.green.disabled,
.button.save.disabled,
button.green:disabled,
button.save:disabled,
input[type="button"].green:disabled,
input[type="button"].save:disabled,
input[type="submit"].green:disabled,
input[type="submit"].save:disabled {
    background: -moz-linear-gradient(top, #3d9400, #398a00);
    background: -ms-linear-gradient(top, #3d9400, #398a00);
    background: -o-linear-gradient(top, #3d9400, #398a00);
    background: -webkit-linear-gradient(top, #3d9400, #398a00);
    background: linear-gradient(top, #3d9400, #398a00);
    border: 1px solid #29691d;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .1);
}
.blcg-grid-profiles-bar-button,
.blcg-grid-profiles-bar-button:hover{min-width: 0px;border: none;}

/* CHECKBOXES */

input[type="checkbox"] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-image: -ms-linear-gradient(top, #fff, #fff);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 13px;
    left: 1px;
    margin: 2px 8px 0 0;
    outline: 0;
    position: relative;
    top: 1px;
    width: 13px;
}

input[type="checkbox"]:hover {
    border: 1px solid #b2b2b2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

input[type="checkbox"]:active {
    background-color: #ebebeb;
    border: 1px solid #c6c6c6;
}

input[type="checkbox"]:focus {
    border: 1px solid #4d90fe;
}

input[type="checkbox"]:checked:after {
    background: url(images/checkmark_2x.png) no-repeat 0 0 / 21px;
    content: '';
    display: block;
    height: 21px;
    left: -5px;
    position: relative;
    top: -6px;
    width: 21px;
}

input[type="checkbox"]:disabled {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}

/* RADIO BUTTONS */

input[type="radio"] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-image: -ms-linear-gradient(top, #fff, #fff);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 15px;
    margin: 0 6px 0 0;
    outline: 0;
    position: relative;
    top: 2px;
    width: 15px;
}

input[type="radio"]:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

input[type="radio"]:active {
    background: #ebebeb;
    border: 1px solid #c6c6c6;
}

input[type="radio"]:focus {
    border: 1px solid #4d90fe;
}

input[type="radio"]:checked {
    background: #fff;
}

input[type="radio"]:checked:after {
    background: #606060;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    height: 7px;
    left: 3px;
    position: relative;
    top: 3px;
    width: 7px;
}

input[type="radio"]:disabled {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}

input:disabled + label {
    color: #afafaf;
}

/* SELECTS */

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(images/grey-disclosure-arrow-up-down.png), -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background: url(images/grey-disclosure-arrow-up-down.png), -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background: url(images/grey-disclosure-arrow-up-down.png), -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background: url(images/grey-disclosure-arrow-up-down.png), -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background: url(images/grey-disclosure-arrow-up-down.png), linear-gradient(top, #f5f5f5, #f1f1f1);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    cursor: default;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    margin: 0;
    min-width: 72px;
    outline: 0;
    padding: 7px 19px 7px 4px;
    text-align: center;
    text-indent: .01px;
    text-overflow: ellipsis;
    text-overflow: '';
    white-space: nowrap;
}

select::-ms-expand {
    display: none;
}

select:hover {
    background-image: url(images/grey-disclosure-arrow-up-down.png), -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: url(images/grey-disclosure-arrow-up-down.png), -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: url(images/grey-disclosure-arrow-up-down.png), -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: url(images/grey-disclosure-arrow-up-down.png), -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: url(images/grey-disclosure-arrow-up-down.png), linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #c6c6c6;
    color: #111;
}

select:focus {
    border: 1px solid #4d90fe;
}

select:disabled {
    background-image: url(images/grey-disclosure-arrow-up-down.png);
    border: 1px solid #dcdcdc;
    color: #333;
    opacity: .5;
}
select[multiple] {
    background-image: none;
}

.calendar .button{
    display: table-cell;
}
.adminhtml-modulecreator-edit .form-list td.value input[type='radio']{width: 15px;}
#deep-help-link {font-size: 11px;}
.menu-header-top{float: right;border-bottom: none !important;}
.menu-header-right{padding: 0px 25px 0 15px !important;}
.menu-header-right .super{margin-bottom: 0 !important;}
.content-tooglebutton-floating{position: fixed;left: 6px;top: 12px;z-index: 100;}
.deep_view_togglebutton{font-size: 15px;color: #49A824;}
.forcedHide{display: none !important;}

/* controllers header */
.head-adminhtml-scan:before,
.head-adminhtml-source:before,
.head-adminhtml-supplier:before,
.head-adminhtml-location:before,
.head-adminhtml-token:before,
.head-adminhtml-company:before,
.head-adminhtml-ci:before,
.head-adminhtml-type:before,
.head-adminhtml-subtype:before,
.head-adminhtml-status:before,
.head-adminhtml-metadata:before,
.head-adminhtml-transform:before,
.head-adminhtml-job:before,
.head-adminhtml-list:before,
.head-adminhtml-listvalue:before,
.head-adminhtml-listclass:before
{font-family: FontAwesome;margin-left: -1em;margin-right: .5em;color: #49a824/*#ee1b1b*/;}

.head-adminhtml-scan:before {content: "\f029";}
.head-adminhtml-source:before {content: "\f1e6";}
.head-adminhtml-supplier:before {content: "\f0f0";}
.head-adminhtml-location:before {content: "\f0f7"}
.head-adminhtml-token:before {content: "\f145"}
.head-adminhtml-company:before {content: "\f25d"}
.head-adminhtml-ci:before {content: "\f0e8"}
.head-adminhtml-type:before {content: "\f054"}
.head-adminhtml-subtype:before {content: "\f152"}
.head-adminhtml-status{background-image: none !important;}
.head-adminhtml-status:before {content: "\f11d"}
.head-adminhtml-metadata:before {content: "\f0ce"}
.head-adminhtml-transform:before {content: "\f0ec"}
.head-adminhtml-job:before {content: "\f1b2"}
.head-adminhtml-list:before {content: "\f022"}
.head-adminhtml-listvalue:before {content: "\f0cb"}
.head-adminhtml-listclass:before {content: "\f009"}

.editor-fullscreen{font-family: FontAwesome;color: #888;font-size: 12px;font-size: 12px;font-style: normal;cursor: pointer;}
.editor-fullscreen:before{content: "\f0b2"}

/* cron tab*/
.cron_expr_container {margin: 10px 0 10px 0;}
.cron_expr_container select{max-width: 100px;}
.input_license{width: 100%;
    max-width: 280px !important;
    padding: 8px !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    color: #ccc !important;
    margin-bottom: 20px !important;
    height: 100% !important;}

#dragandrophandler{border: 1px solid #ccc;width: 100%;color: #92AAB0;vertical-align: middle;padding: 60px 0px;margin-bottom: 10px;font-size: 200%;text-align: center;border-radius: 5px;}
.upload_btn{margin-top: 20px !important;width: 180px;font-size: 17px !important;font-weight: normal !important;color: #fff !important;height: 50px !important;cursor: pointer !important;}
.back_btn{margin-top: 20px !important;width: 180px;font-size: 17px !important;font-weight: normal !important;color: #424242 !important;height: 50px !important;cursor: pointer !important;}