/* ------------------------------------------------------------------------------------------------ */


/*  DOM  */


/* ------------------------------------------------------------------------------------------------ */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*::selection {
    color: #fff;
    background: #605f5f;
}
*::-moz-selection {
    color: #fff;
    background: #605f5f;
}
*::-webkit-selection {
    color: #fff;
    background: #605f5f;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    color: #000;
    background: #000 url(../images/bk_int.jpg) 0 0 no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 100%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
body.login {
    display: table;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    background-color: #000;
    background-image: url(../images/bk.jpg);
    background-position: 10% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
table {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
div,
form {
    margin: 0;
    padding: 0;
    border: 0;
}
p {
    margin: 0 0 21px 0;
    text-align: left;
}
a {
    text-decoration: none;
    color: #ee7203;
    outline: none;
}
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 72px;
    margin: 0;
    padding: 0;
}
h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 0;
}
h4 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
hr {
    margin: 12px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
select,
textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 5px 0;
    padding: 12px 14px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    color: #000;
    border: none;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #fff;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
select:focus,
textarea:focus {
    color: #000;
}
input[type='submit'],
input[type='button'] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
    padding: 7px 17px;
    cursor: pointer;
    -webkit-transition: all .12s ease;
       -moz-transition: all .12s ease;
        -ms-transition: all .12s ease;
         -o-transition: all .12s ease;
            transition: all .12s ease;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background: #ff5a00;
}
input[type='submit']:active,
input[type='button']:active {
    -webkit-transform: translate(1px, 2px);
        -ms-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
}

/* ------------------------------------------------------------------------------------------------ */


/*  Utils  */


/* ------------------------------------------------------------------------------------------------ */

.clear {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.custom-row:after,
.custom-row:before {
    display: table;
    content: '';
}
.custom-row:after {
    clear: both;
}
.custom-row {
    zoom: 1;
}
​ .centered {
    text-align: center;
}
.t_align_l {
    text-align: left;
}
.t_align_r {
    text-align: right;
}
.pull_l {
    float: left !important;
}
.pull_r {
    float: right !important;
}
.alignright {
    float: right;
    margin: 6px 0 20px 30px;
}
.alignleft {
    float: left;
    margin: 6px 30px 20px 0;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.centered {
    text-align: center;
}
.hidden {
    display: none;
}
.small {
    font-size: 12px;
    line-height: 15px;
}

/* ------------------------------------------------------------------------------------------------ */

.custom-btn {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-transition: all .12s ease;
       -moz-transition: all .12s ease;
        -ms-transition: all .12s ease;
         -o-transition: all .12s ease;
            transition: all .12s ease;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #fff !important;
    border: none;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background: #ff5a00;
}
.btn:active {
    -webkit-transform: translate(1px, 2px);
        -ms-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
}

/* ------------------------------------------------------------------------------------------------ */

.btn_alt {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 10px 35px;
    cursor: pointer;
    -webkit-transition: all .12s ease;
       -moz-transition: all .12s ease;
        -ms-transition: all .12s ease;
         -o-transition: all .12s ease;
            transition: all .12s ease;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: none;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    outline: none;
    background: #c0c0c0;
}
.btn_alt:active {
    -webkit-transform: translate(1px, 2px);
        -ms-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
}
.inpFileBtn {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: .1px;
    height: .1px;
    opacity: 0;
}

/*.inpFileBtn + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inpFileBtn:focus + label,
.inpFileBtn + label:hover {
    background-color: red;
}
*/


/* ------------------------------------------------------------------------------------------------ */

.cs {
    position: relative;
    display: inline-block;
}
.cs:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 6px;
    right: 14px;
    content: '\f0d7';
    pointer-events: none;
    color: #a5a5a5;
}
.cs select {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 6px 36px 6px 13px;
    cursor: pointer;
    -webkit-transition: all .16s ease;
       -moz-transition: all .16s ease;
        -ms-transition: all .16s ease;
         -o-transition: all .16s ease;
            transition: all .16s ease;
    color: #444a4e;
    border: 1px solid rgba(0, 0, 0, .21);
    background: #fff;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.cs select option {
    color: #000;
    background-color: #fff;
}
.cs select option:first-child {
    color: #8c8c8c;
}
.cs.highlight select {
    color: #fff;
    background: #000;
}
.cs.highlight:after {
    color: #fff;
}
.cs.highlight2 select {
    font-size: 18px;
    font-weight: normal;
    background: #f5f5f5;
}
#header .cs.highlight select {
    font-size: 16px;
    padding: 10px 36px 10px 25px;
    color: #fff;
    border: 1px solid #777;
    background: #777;
}
#header .cs.highlight:after {
    top: 10px;
}

/* ------------------------------------------------------------------------------------------------ */

input[type='checkbox'].cc {
    display: none;
}
input[type='checkbox'].cc + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    background: url(../images/bk_checkbox.png) 0 0 no-repeat;
}
input[type='checkbox'].cc:checked + label span {
    background: url(../images/bk_checkbox.png) 0 -19px no-repeat;
}

/* ------------------------------------------------------------------------------------------------ */

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: all .21s ease;
       -moz-transition: all .21s ease;
        -ms-transition: all .21s ease;
         -o-transition: all .21s ease;
            transition: all .21s ease;
    border: 1px solid #ababab;
    border-radius: 34px;
    background-color: #f3f3f3;
}
.slider:before {
    position: absolute;
    bottom: 2px;
    left: 3px;
    width: 14px;
    height: 14px;
    content: '';
    -webkit-transition: all .21s ease;
       -moz-transition: all .21s ease;
        -ms-transition: all .21s ease;
         -o-transition: all .21s ease;
            transition: all .21s ease;
    border-radius: 50%;
    background-color: #da4333;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
            transform: translateX(16px);
    background-color: #47be60;
}

/* ------------------------------------------------------------------------------------------------ */

table.dt {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background-color: #fff;
}
table.dt th {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 21px 5px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    background-color: #0b9444;
}
table.dt th.narrow {
    width: 50px;
}
table.dt th.medium {
    width: 180px;
}
table.dt th:last-child,
table.dt td:last-child {
    text-align: center;
}
table.dt.alt th:last-child,
table.dt.alt td:last-child {
    text-align: left;
}
table.dt td {
    overflow: hidden;
    max-width: 600px;
    padding: 3px 5px;
    text-align: left;
    vertical-align: middle;
    color: #707070;
    border-bottom: 1px solid #d7d7d7;
}
table.dt.alt td {
    padding: 9px 4px;
}
table.dt tr.alt td {
    background-color: #eaeaea;
}
table.dt tr td.alt1Active {
    color: #49de15;
}
table.dt tr td.alt1Inactive {
    color: #e1ba00;
}
table.dt tr td.alt1Disable {
    color: #918f8f;
}
table.dt tr td.alt1 {
    color: red;
}
table.dt th:first-child,
table.dt td:first-child {
    width: 51px;
    padding-right: 20px;
    padding-left: 20px;
}
table.dt th:last-child,
table.dt td:last-child {
    padding-right: 10px;
}
table.dt .cs select {
    min-width: 130px;
}
table.dt a {
    text-decoration: none;
    color: #fff;
}
table.dt td img {
    /*    max-width: 100%;
    height: auto;*/
    width: 90px;
    height: 90px;

    object-fit: cover;
}
table.large {
    min-width: 2000px;
}

/* ------------------------------------------------------------------------------------------------ */

table.dt_alt {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background-color: #fff;
}
table.dt_alt th {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 19px 4px 8px 4px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    background-color: #676767;
}
table.dt_alt td {
    padding: 9px 4px;
    text-align: left;
    color: #707070;
    border-bottom: 1px solid #c6c6c6;
}
table.dt_alt tr.alt td {
    background-color: #eaeaea;
}
table.dt_alt th:first-child,
table.dt_alt td:first-child {
    padding-left: 40px;
}

/* ------------------------------------------------------------------------------------------------ */

.stacktable.small-only {
    display: none;
}
table.stacktable.small-only th:last-child,
table.stacktable.small-only td:last-child {
    text-align: left;
}
.stacktable.small-only .st-key {
    width: 45%;
}
.stacktable.small-only .st-key .cs {
    display: none;
}
.stacktable.small-only td {
    padding: 7px 10px;
}
.stacktable.large-only {
    display: table;
}
table.stacktable.small-only th:first-child,
table.stacktable.small-only td:first-child {
    padding-left: 10px;
}

/* ------------------------------------------------------------------------------------------------ */

.status {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: -3px;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #b3b3b3;
}
.status.green {
    background-color: #78b311;
}
.status.red {
    background-color: #ee310b;
}

/* ------------------------------------------------------------------------------------------------ */


/*  Content  */


/* ------------------------------------------------------------------------------------------------ */

#wrapper_login {
    font-size: 14px;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
#login {
    max-width: 370px;
    margin: 0 0 0 14%;
    padding: 0 30px;
    color: #fff;
}
#login a {
    text-decoration: none;
    border-bottom: 1px solid rgba(238, 114, 3, .57);
}
#login h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #ff5a00;
}
#login p {
    text-align: left;
}

/* ------------------------------------------------------------------------------------------------ */

#logo {
    width: 95%;
    margin: 0 auto 30px auto;
    -webkit-transition: all .11s ease;
       -moz-transition: all .11s ease;
        -ms-transition: all .11s ease;
         -o-transition: all .11s ease;
            transition: all .11s ease;
}

/* ------------------------------------------------------------------------------------------------ */

#login_form {
    font-size: 14px;
    margin: 0 0 2px 0;
    text-align: left;
    color: #fff;
}
#login_form input[type='text'],
#login_form input[type='number'],
#login_form input[type='password'] {
    font-size: 16px;
    width: 100%;
    margin: 10px 0;
    padding: 12px 21px;
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
}
#login_form input[type='button'],
#login_form input[type='submit'] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    padding: 12px 10px;
    -webkit-transition: all .11s ease;
       -moz-transition: all .11s ease;
        -ms-transition: all .11s ease;
         -o-transition: all .11s ease;
            transition: all .11s ease;
    text-transform: uppercase;
}
#login_form a {
    text-decoration: none;
    border-bottom: 1px solid #ee7203;
}
#login_form input[type='checkbox'] {
    margin: 8px 4px 0 10px;
}

/* ------------------------------------------------------------------------------------------------ */

#login_options {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 14%;
    max-width: 370px;
    margin: 0;
    padding: 40px 20px 30px;
    text-align: center;
}
#login_options a {
    margin: 0 17px;
    -webkit-transition: all .11s ease;
       -moz-transition: all .11s ease;
        -ms-transition: all .11s ease;
         -o-transition: all .11s ease;
            transition: all .11s ease;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#login_options a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .55);
}

/* ------------------------------------------------------------------------------------------------ */

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 255px;
    height: 100%;
    padding: 0;
    -webkit-transition: all .26s ease;
       -moz-transition: all .26s ease;
        -ms-transition: all .26s ease;
         -o-transition: all .26s ease;
            transition: all .26s ease;
}
#sidebar img {
    display: block;
    width: 166px;
    margin: 44px auto 108px auto;
    -webkit-transition: all .26s ease;
       -moz-transition: all .26s ease;
        -ms-transition: all .26s ease;
         -o-transition: all .26s ease;
            transition: all .26s ease;
}
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar ul li {
    margin: 0;
    padding: 0;
    text-align: center;
}
#sidebar ul li a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 12px 10px;
    -webkit-transition: all .26s ease;
       -moz-transition: all .26s ease;
        -ms-transition: all .26s ease;
         -o-transition: all .26s ease;
            transition: all .26s ease;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
#sidebar ul li a:hover {
    color: #ff5a00;
}
#sidebar ul li.active a,
#sidebar ul li.current a {
    color: #ff5a00;
}

/* ------------------------------------------------------------------------------------------------ */

#user_info {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    -webkit-transition: all .32s ease;
       -moz-transition: all .32s ease;
        -ms-transition: all .32s ease;
         -o-transition: all .32s ease;
            transition: all .32s ease;
    text-align: center;
    color: #fff;
    background:    -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, .7133228291316527) 35%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, .7133228291316527) 35%, rgba(0, 0, 0, 0) 100%);
    background:         linear-gradient(0deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, .7133228291316527) 35%, rgba(0, 0, 0, 0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
#user_info select {
    min-width: 121px;
    margin: 0 0 16px 0;
    padding: 7px 14px;
    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: 100% 14px;
    -webkit-background-size: 22px auto;
            background-size: 22px auto;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#user_info p {
    margin: 0 0 15px 0;
    text-align: center;
}
#user_info p span {
    color: #ff5a00;
}
#user_info p a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    -webkit-transition: all .11s ease;
       -moz-transition: all .11s ease;
        -ms-transition: all .11s ease;
         -o-transition: all .11s ease;
            transition: all .11s ease;
    text-decoration: none !important;
    color: #ff5a00;
    border-bottom: 1px solid rgba(238, 114, 3, 0);
}
#user_info p a:hover {
    border-bottom: 1px solid rgba(255, 90, 0, .56);
}

/* ------------------------------------------------------------------------------------------------ */

#content {
    overflow-x: auto;
    max-width: 1920px;
    height: 100%;
    margin-left: 255px;
    -webkit-transition: all .16s ease;
       -moz-transition: all .16s ease;
        -ms-transition: all .16s ease;
         -o-transition: all .16s ease;
            transition: all .16s ease;
}
#content_int {
    background-color: #fff;
}
#content_int.shade {
    background-color: #f0f0f0;
}
#content_int.large {
    min-width: 2000px;
}

/* ------------------------------------------------------------------------------------------------ */

#header {
    position: relative;
    padding: 30px 0 0 0;
    text-align: right;
}

/* ------------------------------------------------------------------------------------------------ */

#header .options {
    padding: 0 20px 20px 40px;
}

/* ------------------------------------------------------------------------------------------------ */

#menu_toggle {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    left: 6px;
    display: none;
    margin: 20px 0 0 0;
    padding: 0 5px;
    text-decoration: none !important;
    color: #fff;
}
#header h1 {
    font-size: 24px;
    line-height: 24px;
    float: left;
    margin: 9px 0 0 0;
    color: #fff;
}
#header form {
    position: relative;
    display: inline-block;
    margin: 0 6px;
}
#header .btn {
    margin: 0 6px;
}
#header .cs.highlight {
    display: none;
    margin: 0 5px;
}
#header .cs {
    margin: 0 5px;
}

/* ------------------------------------------------------------------------------------------------ */

#search_form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    border: 0 none;
    border-radius: 0 50px 50px 0;
    outline: none !important;
    background: transparent;
}
#search_form input {
    width: 213px;
    margin: 0;
    padding: 9px 40px 9px 16px;
    color: #6e6e6e;
    border: none;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}
#search_form:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 9px;
    right: 17px;
    content: '\f002';
    color: #cecece;
}

/* ------------------------------------------------------------------------------------------------ */

#header .buttons {
    padding: 29px 0 23px;
    text-align: center;
    border-top: 1px solid #555;
}
#header .buttons .custom-btn {
    margin: 0 1px 6px;
    background-color: #7f7f7f;
}

/* ------------------------------------------------------------------------------------------------ */

.date_range {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.date_range input {
    width: 239px;
    margin: 0;
    padding: 9px 15px 7px 40px;
    color: #6e6e6e;
    border: none;
    border: 1px solid #fff;
    background-color: #fff;
}
.date_range:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 7px;
    left: 18px;
    content: '\f274';
    color: #ee7203;
}

/* ------------------------------------------------------------------------------------------------ */

#pagination {
    padding: 24px 18px 24px;
    text-align: left;
    background-color: #fff;
}
#pagination .cs {
    display: none;
}
#pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
#pagination ul li {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    color: #676767;
}
#pagination ul li a {
    display: inline-block;
    padding: 2px 4px;
    -webkit-transition: all .16s ease;
       -moz-transition: all .16s ease;
        -ms-transition: all .16s ease;
         -o-transition: all .16s ease;
            transition: all .16s ease;
    text-decoration: none !important;
    color: #676767;
}
#pagination ul li span {
    display: inline-block;
    padding: 2px 4px;
}
#pagination ul li a:hover {
    color: #ff5a00;
}
#pagination ul li.active span {
    color: #ff5a00;
}

/* ------------------------------------------------------------------------------------------------ */

#subheading {
    position: relative;
    padding: 20px 20px 20px 40px;
}
#subheading h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 5px 0 0 0;
    color: #000;
}

/* ------------------------------------------------------------------------------------------------ */

.mfp_panel {
    position: relative;
    float: right;
    width: auto;
    width: 450px;
    max-width: 450px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    padding: 0 0 70px 0;
    -webkit-transition: all .16s ease;
       -moz-transition: all .16s ease;
        -ms-transition: all .16s ease;
         -o-transition: all .16s ease;
            transition: all .16s ease;
    background: #fff;
}
.mfp_panel .heading {
    color: #fff;
    background-color: #0b9444;
}
.mfp_panel .heading h1 {
    font-size: 24px;
    line-height: 24px;
    padding: 38px 21px;
    color: #fff;
}
.mfp_panel .content {
    padding: 30px 20px;
}
.mfp_panel .content .custom-row {
    border-bottom: 1px solid #cecece;
}
.mfp_panel .content .custom-row label {
    display: block;
}
.mfp_panel .content .custom-row .lcol {
    font-size: 14px;
    float: left;
    width: 35%;
    padding: 15px 0;
    color: #a5a5a5;
}
.mfp_panel .content .custom-row .rcol {
    float: left;
    width: 65%;
    padding: 3px 0;
}
.mfp_panel .content .custom-row .rcol img {
    max-width: 100%;
    height: auto;
}
.mfp_panel .content .custom-row .rcol input,
.mfp_panel .content .custom-row .rcol textarea {
    font-size: 18px;
    width: 100%;
    margin: 2px 0;
    color: #333;
    -webkit-border-radius: 0;
     -khtml-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.mfp_panel .content .custom-row .rcol .cs {
    margin: 6px 0;
}
.mfp_panel .content .custom-row .rcol textarea {
    height: 70px;
}
.mfp_panel .content .custom-row .rcol select {
    width: 100%;
}
.mfp_panel .content .custom-row .rcol .cs {
    width: 100%;
}
.mfp_panel .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    text-align: center;
}
.mfp_panel .controls .w50 {
    width: 50%;
}
.mfp_panel .controls .w33 {
    width: 33.33%;
}
.mfp_panel .controls .cancel {
    margin-right: 2%;
    color: #fff;
    background-color: #c0c0c0;
}
.mfp_panel .controls .cancel:hover {
    text-decoration: none;
    color: #fff;
}
.mfp_panel .controls .save {
    margin-left: 2%;
    background-color: #ff5a00;
}
.mfp_panel .controls .delete {
    background-color: #ee310b;
}

/* ------------------------------------------------------------------------------------------------ */

#dash_info {
    float: left;
    width: 70%;
}
#dash_info > .l_col {
    float: left;
    width: 50%;
}
#dash_info > .r_col {
    float: left;
    width: 50%;
}
#dash_info .heading {
    position: relative;
    height: 90px;
}
#dash_info .heading .label {
    position: absolute;
    bottom: -1px;
    left: 0;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    background-color: #fff;
}
#dash_info .r_col .heading .label {
    border-left: 1px solid #cecece;
}
#dash_info .heading .label h1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 15px 40px;
    color: #16110e;
}
#dash_info .info {
    font-size: 14px;
    line-height: 14px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-top: 1px solid #cecece;
    background-color: #fff;
}
#dash_info .r_col .info {
    border-left: 1px solid #cecece;
}
#dash_info .info .custom-row {
    display: table-row;
    width: 100%;
    border-bottom: 1px solid #cecece;
}
#dash_info .info .custom-row .l_col,
#dash_info .info .custom-row .r_col {
    display: table-cell;
    padding: 25px 20px 25px 40px;
    text-align: left;
    vertical-align: middle;
}
#dash_info .info .custom-row .l_col {
    color: #747474;
}
#dash_info .info .custom-row .r_col {
    width: 50px;
    text-align: left;
}
#dash_info .info .custom-row .number {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #000;
}
#dash_info .info .custom-row .plus {
    color: #0b9444;
}
#dash_info .info .custom-row .minus {
    color: #ff5a00;
}
#dash_log {
    float: left;
    width: 30%;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    background-color: #fff;
}
#dash_log .heading {
    height: 90px;
    padding: 10px 30px;
}
#dash_log .heading h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 41px 0 0 0;
}
#dash_log .data {
    font-size: 14px;
    line-height: 19px;
    padding: 20px 0;
    border-top: 1px solid #cecece;
    background-color: #fff;
}
#dash_log .data .custom-row {
    padding: 13px 30px;
}
#dash_log .data .custom-row p {
    margin: 0;
}
#dash_log .data .custom-row .user {
    color: #ff5a00;
}
#dash_log .data .custom-row .date {
    margin: 0 0 11px 0;
    color: #747474;
}

/*added styles*/


/* ------------------------------------------------------------------------------------------------ */

.help-block-error {
    color: #a94442;
}
.alert {
    font-weight: bold;
}
.alert-success {
    color: #3c763d;
}
.alert-box {
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    background: #eee;
}
.stock {
    position: relative;
}
.remove-stock {
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    /* padding: 5px; */
    width: 20px;
    height: 20px;
    margin-top: -10px;
    cursor: pointer;
    text-align: center;
}
.add_stock {
    cursor: pointer;
}
#autc {
    position: relative;
    display: block;
}
.ui-autocomplete {
    position: absolute;
}

/* ------------------------------------------------------------------------------------------------ */

#comp_shop {
    float: left;
    margin: 0 0 0 25px;
    padding: 0 0 1px 20px;
    border-left: 1px solid #fff;
}
.dropDownShopCompany {
    display: inline-block;
}
.dropDownShopCompany select {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0 7px 0 0 !important;
    padding: 8px 17px 10px 18px;
    color: #fff;
    border: 1px solid #555;
    background-color: transparent;
    background-image: url(../images/arrow_down_alt.svg);
    background-repeat: no-repeat;
    background-position: 100% 16px;
    -webkit-background-size: 23px auto;
            background-size: 23px auto;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.dropDownShopCompany:last-of-type select {
    margin: 0 !important;
}
.dropDownShopCompany select option {
    color: #000;
}

/* ------------------------------------------------------------------------------------------------ */

div.progress-bar {
    position: relative;
    display: none;
    width: 50%;
    height: 20px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 50px;
    background-color: #f5f5f5;
}
div.progress-bar span#progress-status {
    position: absolute;
    margin: auto;
}
div.progress-bar div#progress {
    width: 0;
    height: 100%;
    border-radius: 50px;
    background-color: #5cb85c;
}

/* ------------------------------------------------------------------------------------------------ */

.pull-right {
    float: right;
}

/* ------------------------------------------------------------------------------------------------ */

a.custom-btn:hover {
    text-decoration: none;
    color: #fff;
}
a.add-button {
    font-size: 25px;
    font-weight: bold;
    color: #5cb85c;
}
a.remove-button {
    font-weight: bold;
    color: red;
}

/* ------------------------------------------------------------------------------------------------ */

#landing_title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: bold;
    line-height: .9;
    padding-bottom: 10px;
    text-decoration: underline;
    color: #ff5a00;
}
#landing_description {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1;
    padding: 10px;
    color: #ee7203;
}

/* register page */


/* ------------------------------------------------------------------------------------------------ */

body.register {
    background-color: #000;
    background-image: url(../images/bk.jpg);
    background-position: 10% 50%;
}
#wrapper_register {
    display: table;
    max-width: 780px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
}
#register {
    display: table-cell;
    padding: 50px 30px;
    text-align: center;
    vertical-align: middle;
}
#logo_register {
    max-width: 100%;
    margin: 0 0 20px 0;
}
#register h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
#register p {
    max-width: 520px;
    margin: 0 auto 20px;
    text-align: center;
}
#register .wrapper_cols .col {
    float: left;
    width: 50%;
    padding: 0 20px 0;
}
#register .wrapper_cols .col input,
#register .wrapper_cols .col select {
    width: 100%;
}
#register input[type='submit'],
#register input[type='buttom'] {
    margin: 20px 0 0 0;
    padding: 10px 25px;
}
#register .wrapper_cols .col1 {
    float: none;
    width: 70%;
    margin: auto;
    padding: 0 20px 0;
}
#register .wrapper_cols .col1 * {
    display: block;
    width: 100%;
}
#register .col1 p {
    word-break: break-word;
}
#register .wrapper_cols .col1 a {
    display: inline;
}
#register #register_errors {
    color: red;
}
.radio_image > input {
    position: absolute;
    visibility: hidden;
}
.radio_image > img {
    width: 100%;
    height: 100%;
}
.radio_image > input + img {
    cursor: pointer;
    border: 2px solid transparent;
}
.radio_image > input:checked + img {
    border: 2px solid #f00;
}
table.dataTable thead tr {
    background-color: white;
}

#download-merchandiser {
    font-size: 12px;
    line-height: 18px;
    margin: 29px 0 0 0;
    text-align: center;
    color: #ababab;
}
#download-merchandiser .label-download-merchandiser {
    margin: 0 0 8px;
    text-align: center;
}
#download-merchandiser a img {
    display: inline-block;
    width: 150px;
    margin: 4px 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    border: 2px solid #585858;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
}
#download-merchandiser a:hover img {
    border: 2px solid #8f8f8f;
}
#tutorial-pdf {
    height: 100%;
}
#tutorial-pdf object p {
    text-align: center;
    color: #fff;
}
#deleteproducts,
#deleteoffers,
#downloadusers,
#deleteusers {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    padding: 10px 0;
    -webkit-transition: all .22s ease;
       -moz-transition: all .22s ease;
        -ms-transition: all .22s ease;
         -o-transition: all .22s ease;
            transition: all .22s ease;
    -webkit-transform: scale(.96);
       -moz-transform: scale(.96);
        -ms-transform: scale(.96);
         -o-transform: scale(.96);
            transform: scale(.96);
    vertical-align: bottom;
           opacity: 0;
      -moz-opacity: 0;
    -khtml-opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.96, M12=0, M21=0, M22=0.96, SizingMethod=\'auto expand\')';
        filter: progid: DXImageTransform.Microsoft.Matrix( M11=.96, M12=0, M21=0, M22=.96, SizingMethod='auto expand');
}
#deleteproducts.show,
#deleteoffers.show,
#downloadusers.show,
#deleteusers.show {
    visibility: visible;
    width: auto;
    padding: 10px 25px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
           opacity: 1;
      -moz-opacity: 1;
    -khtml-opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod=\'auto expand\')';
        filter: progid: DXImageTransform.Microsoft.Matrix( M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}
