﻿/*#region General */

#locked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100.01%;
    z-index: 9999;
    background: url(/content/img/mybg.png) #fff;
    display: none;
}

/* Edit Profile */

.profile-pic img {
}

.modal-body .profile-pic img {
    top: 0;
    left: 0;
    text-align: left;
    padding-right: 25px;
}

.modal-body .fileinput {
    border: none !important;
}

.profile-pic .editBadge {
    background: rgba(255,255,255,.9);
    font-size: 1em;
    color: #555;
    position: absolute;
    text-align: center;
    width: 85px;
    height: 18px;
    line-height: 18px;
    z-index: 100;
    right: 3px;
    bottom: 5px;
    cursor: pointer;
    display: none;
}

input[type="text"], input[type="password"], input[type="file"], input[type="number"], select, select[multiple], select[size], textarea {
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
    border-radius: 3px !important;
    padding: 1px 12px;
    border: 1px solid #ccc;
    background: white;
    color: #1f1f1f;
    line-height: 26px;
    width: 100%;
}

    input[readonly], .select[readonly], textarea[readonly], input[disabled], select[disabled], textarea[disabled] {
        background: #FAFAFA !important;
        color: #666;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
}

.txt-align-center {
    text-align: center;
}

.smart-form .form-control {
    height: 33px !important;
}

.smart-form .quota-label {
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0 !important;
}

.fa-vertical-top {
    vertical-align: top !important;
}

.minifyme {
    bottom: 35px !important;
    z-index: 910 !important;
}


.overflow {
    overflow: auto;
}

.textOverflowEllipsis {
    overflow: hidden !important;
    padding-bottom: 2px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.text-overflow-ellipsis {
    overflow: hidden !important;
    padding-bottom: 2px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.ellipsis-container.clamped {
    max-width: 200px;
}

.todo-group-title {
    line-height: 31px !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.bold {
    font-weight: 700 !important;
}

/*#endregion */

.full-screen #fullscreen > :first-child > a:active, .hidden-menu #hide-menu > :first-child > a:active {
    color: #fff !important;
}

.nav-pills.detail-navigation > li > a {
    color: #959595;
}

.MessageBoxContainer input, .MessageBoxContainer select {
    color: #333;
}

.magnum-red .nav-pills > li.active > a, .magnum-red .nav-pills > li.active > a:focus, .magnum-red .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #cc0000;
}

.magnum-red .btn-info:hover {
    color: #fff;
    background-color: #cc0000 !important;
    border-color: #b22323 !important;
}

.magnum-blue .nav-pills > li.active > a, .magnum-blue .nav-pills > li.active > a:focus, .magnum-blue .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #207cca;
}

.magnum-blue .btn-info:hover {
    color: #fff;
    background-color: #207cca !important;
    border-color: #0c57a6 !important;
}

.magnum-gray .nav-pills > li.active > a, .magnum-gray .nav-pills > li.active > a:focus, .magnum-gray .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #708293;
}

.magnum-gray .btn-info:hover {
    color: #fff;
    background-color: #708293 !important;
    border-color: #4f5c68 !important;
}


/*#region Header */

/*#region logo-group */

#logo-group {
    width: 220px;
}

.magnum-red #logo-group {
    background: #ffffff;
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, #FFFFFF 5%, #CECECE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FFFFFF), color-stop(100%,#CECECE));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CECECE',GradientType=0 );
}

.magnum-blue #logo-group {
    background: #ffffff;
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, #FFFFFF 5%, #CECECE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FFFFFF), color-stop(100%,#CECECE));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CECECE',GradientType=0 );
}

.magnum-gray #logo-group {
    background: #ffffff;
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, #FFFFFF 5%, #CECECE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FFFFFF), color-stop(100%,#CECECE));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CECECE',GradientType=0 );
}

#logo {
    display: inline-block;
    width: 175px;
    margin-top: 8px;
    margin-left: 9px;
}

    #logo img {
        width: 95%;
        height: auto;
        padding-left: 3px;
    }

/*#endregion */

jarvismetro-tile {
    float: left;
    display: block;
    background-color: #fff;
    width: 100px;
    height: 70px;
    cursor: pointer;
    box-shadow: inset 0 0 1px #FFC;
    border: 1px dotted #C5C5C5;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-smooth: always;
    margin: 0 10px 20px 0;
    padding: 5px;
    position: relative;
}

.jarvismetro-tile.small-cubes {
    width: 100px;
    height: 100px;
}

.jarvismetro-tile span.icontitle {
    position: absolute;
    bottom: 2px;
    font-size: .8em;
}


/*#endregion */

/*#region Aside - Nav */

/*#region Login-Info */

.login-info {
    margin: 0px !important;
    display: block;
    font-size: 12px;
    height: 34px;
    color: #FFF;
    border-style: solid;
    border-color: transparent #525151 #525151 transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 1px 0px 1px 1px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px -1px 0px rgba(0, 0, 0, 0.07) inset;
    width: 100%;
}

    .login-info > span {
        height: 32px;
        display: block;
        padding: 0 5px;
        border-bottom: none !important;
    }

    .login-info a {
        text-decoration: none !important;
        color: #EEE;
        display: inline-block;
        margin-top: 2px;
        height: 24px;
        padding: 2px;
        width: 205px;
    }

        .login-info a span {
            display: inline-block;
            text-transform: capitalize;
            text-decoration: none;
            text-overflow: ellipsis;
            font-size: 1.1em;
            max-width: 145px;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
        }

            .login-info a span + i {
                vertical-align: middle;
            }

        .login-info a:hover {
            color: #ffffff;
        }

    .login-info img {
        width: 25px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1px;
        margin-right: 5px;
        margin-left: 0;
        border-left: 3px solid #ffffff;
    }

/*#endregion */

/*#region profile img */

img.online,
img.busy,
img.offline,
img.away {
    border-left: 3px solid #fff;
}

img.online {
    border-left-color: #40ac2b !important;
}

img.busy {
    border-left-color: #ed1c24 !important;
}

img.offline {
    border-left-color: #dddddd !important;
}

img.away {
    border-left-color: #ffc40d !important;
}

/*#endregion */

/*#region CheckBox button */

.checkbox-btn .btn {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.checkbox-btn.important span {
    color: red;
}

.checkbox-btn input {
    /*position: absolute;
    top: 0px;*/
    display: none;
}

.checkbox-btn.important input:checked + span {
    background-color: red;
    color: #fff;
}

.checkbox-btn.public input:checked + span {
    background-color: yellow;
}

/*#endregion */

/*#region Navigation */

nav ul {
    font-size: 13px;
    line-height: 0.5em;
    list-style: none outside none;
}

nav > ul > li {
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#777777),to(#333333));
    background-image: linear-gradient(to bottom,#777777,#333333);
    background-image: -moz-linear-gradient(top,#777777,#333333);
    background-image: -webkit-linear-gradient(top,#777777,#333333);
    background-image: -o-linear-gradient(top,#777777,#333333);
}

nav ul li a {
    line-height: normal;
    font-size: 13px;
    padding: 7px 10px;
    color: #c0bbb7;
    display: block;
    font-weight: 400;
    text-decoration: none !important;
    position: relative;
}

/*#endregion */

/*#endregion */

/*#region Ribbon */

#ribbon {
    max-height: 36px;
    min-height: 36px;
}

    #ribbon .breadcrumb {
        padding: 7px 34px 11px 0px !important;
    }

        #ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
            color: #fff;
        }

        #ribbon .breadcrumb, #ribbon .breadcrumb a {
            color: #EEE !important;
        }

    #ribbon span {
        background: transparent !important;
    }

.ribbon-button-alignment {
    padding-top: 5px;
    display: inline-block;
}

.fixed-ribbon #content {
    padding-top: 39px;
}

.btn.btn-ribbon {
    background-color: transparent;
    color: #FFF;
    padding: 0 5px;
    line-height: 20px;
    vertical-align: middle;
    height: 20px;
    display: block;
    border: medium none;
    float: left;
    cursor: pointer;
}

    .btn.btn-ribbon > i {
        font-size: 160%;
    }

.btn-group.inbox-paging {
    margin-right: 24px;
}

.inline.btn-group {
    top: 27px;
}

.btn-md {
    padding: 6px 12px 5px !important;
}

/*#endregion */

/*#region button */

.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    border-radius: 2px;
}

    .input-group-addon.pct {
        padding: 6px 2px 6px 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: right;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

    .input-group-addon.sign {
        padding: 6px 4px 6px 2px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: right;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

.btn, a:link, button {
    -webkit-tap-highlight-color: rgba(169,3,41,.5);
}

.btn {
    padding: 3px 12px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*#endregion */

/*#region Content - Container */


#main {
    padding-bottom: 1px;
}

#content {
    width: 100%;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}

.page-title {
    margin: 10px 0px 14px;
}


/*#endregion */

/*#region Footer */

.fixed-page-footer .page-footer {
    position: fixed;
    z-index: 909;
    opacity: 0.9 !important;
}

.page-footer {
    height: 32px;
    padding: 5px 13px 0px 233px;
    border-top: 1px solid #FFF;
    background: none repeat scroll 0% 0% #2A2725;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0px;
}

/*#endregion */

/*#region well */


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

.well.well-post ul.profile-message-list {
    list-style: none;
}

.well.well-post.customer-post {
    /*background: #fcfcfc;*/
    background: rgba(230,230,230,.3);
}

.well.well-post.rep-post {
    /*background: #fcfcfc;*/
    background: rgba(230,230,230,.3);
}

.well.well-post.regional-post {
    /*background: #eeffdd;*/
    background: rgba(190,255,125,.3);
}

.well.well-post.public-post {
    /*background: #ffffdd;*/
    background: rgba(254,254,100,.3);
}

.well.well-transparent {
    background: none !important;
}

.message.message-reply {
    border: 1px solid #e3e3e3;
}

    .message.message-reply.regional-post {
        background: rgba(190,255,125,.1) !important;
    }

    .message.message-reply.public-post {
        background: rgba(254,254,100,.1) !important;
    }

/*#endregion */

/*#region style */

/*#region padding */

.no-padding {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-gutter {
    padding: 13px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}


/*#endregion */

/*#region margin */

.no-margin {
    margin: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}



/*#endregion */

/*#region border */

.border-none {
    border: none !important;
}

.bordered {
    border: 1px solid rgba(0,0,0,.2) !important;
}

    .bordered:hover {
        border: 1px solid rgba(0,0,0,.4) !important;
    }

.bordered-bottom {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 5px;
    margin: 0 10px;
}

.bordered-top {
    border-top: 1px solid #e5e5e5 !important;
    margin: 0 10px;
}

.bordered-left {
    border-left: 1px solid #e5e5e5 !important;
}

.bordered-right {
    border-right: 1px solid #e5e5e5 !important;
}


/*#endregion */

/*#endregion */

/*#region email */

#emailPreview {
    margin: 10px 0;
}

.emailPreviewHeader {
    /*padding: 15px;*/
    min-height: 16.43px;
}

.inbox-side-bar {
    z-index: 1;
    height: 100%;
    position: absolute;
    background: #fff;
    display: block;
    padding: 0 10px 10px 14px;
    border-right: 1px solid #ccc;
    -webkit-overflow-scrolling: touch;
}

.page-title-text {
    letter-spacing: -1px;
    font-size: 24px !important;
}

.inbox-list {
    padding-right: 5px;
    margin-left: 210px;
}

.inbox-body.no-content-padding {
    margin-top: -10px;
    padding-top: 15px;
    background: #fff;
    overflow: hidden;
}

.inbox-body .table-wrap {
    margin-left: 0;
    padding: 10px 14px 7px 0;
}

#inbox-table tr td {
    padding: 5px;
    line-height: 1.42857143;
}

.inbox-data-date {
    width: 200px;
    padding-left: 7px !important;
    padding-right: 0 !important;
}

    .inbox-data-date div {
        float: right;
    }

.inbox-message #message_content_frame {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.inbox-download-list li {
    font-size: .9em;
}

    .inbox-download-list li > :first-child > :first-child {
        width: 130px;
    }

        .inbox-download-list li > :first-child > :first-child > .fa {
            font-size: 80px;
        }

    .inbox-download-list li > :first-child > a {
        font-size: 1.2em;
        text-align: center;
    }

    .inbox-download-list li > :first-child > :nth-child(3) {
        display: block;
        width: 120px;
        padding-left: 10px !important;
        overflow: hidden;
        white-space: nowrap !important;
        text-overflow: ellipsis;
    }

    .inbox-download-list li > :first-child > :nth-child(4) {
        display: block;
        width: 120px;
        text-align: right;
        overflow: hidden;
        white-space: nowrap !important;
    }

    .inbox-download-list li > :first-child > :nth-child(5) {
        display: block;
        width: 130px;
        text-align: center;
        font-size: 1.2em;
    }

.email-open-header > span {
    background: transparent;
}

    .email-open-header > span.label {
        background: #ACACAC;
    }

.quickReply .inbox-message {
    border-bottom: none;
}

.quickReply .inbox-compose-footer, .quickReply .inbox-download, .quickReply .inbox-info-bar, .quickReply .inbox-message {
    margin-right: 20px;
    margin-right: 20px;
    position: relative;
}

.summary-inbox-message {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background-color: #fafafa;
    border-bottom: 1px solid #fafafa;
}

    .summary-inbox-message #message_content_frame {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
    }

.summary-inbox-list {
    padding-right: 5px;
}

.summary-inbox-nav-bar {
    height: 40px;
    margin-bottom: 0;
    background: #fff;
    margin: -10px -14px 0 -10px;
}

.summary-footer .more {
    text-decoration: none !important;
    color: #777 !important;
}

/*#region Email Summary */

.firstLetter {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: block;
    padding: 6px 8px;
    height: 32px;
    width: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 7px 3px 0;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(156,156,156,1);
    -moz-box-shadow: 0px 0px 8px -1px rgba(156,156,156,1);
    box-shadow: 0px 0px 8px -1px rgba(156,156,156,1);
}

.mailsList .mainSubject {
    font-weight: 800;
    font-size: 13px;
}

.mailsList .mailTitle {
    margin: 0;
}

/*#endregion */

/*#endregion */

/*#region modals */

@media (max-width:979px) {
    .page-footer {
        padding: 5px 14px 0;
    }
}

@media screen and (min-width: 900px) {
    .modal-dialog.modal-medium {
        width: 720px;
    }

    .modal-dialog.modal-larger {
        width: 800px;
    }
}

@media screen and (min-width: 1200px) {
    .modal-dialog.modal-medium {
        width: 900px;
    }

    .modal-dialog.modal-larger {
        width: 1080px;
    }
}

.modal-footer {
    padding: 20px;
}

.modal-dialog.modal-60-pct {
    width: 60%;
}

.modal-dialog.modal-70-pct {
    width: 70%;
}

.modal-dialog.modal-80-pct {
    width: 80%;
}

/*#endregion */

/*#region Smart Forms */

.smart-form .row {
    margin: 0;
    padding: 5px 15px;
}

.smart-form section {
    margin-bottom: 0;
}

.smart-form fieldset section {
    margin-bottom: 5px;
}

    .smart-form fieldset section.col {
        padding: 8px 20px 0 0 !important;
    }

.smart-form fieldset + fieldset {
    border-top: none;
}

.smart-form .col {
    padding: 5px 15px 5px;
}


.smart-form .col-12 {
    width: 100%;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    border-radius: 3px !important;
}

.smart-form .checkbox, .smart-form .radio {
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smart-form .detail-label {
    background-color: #fafafa;
    padding: 5px 10px 0 10px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    min-height: 28px;
}

.smart-form .edit-label {
    background-color: #fafafa;
    padding: 10px 10px 0 10px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #f3f3f3;
    min-height: 44px;
}

    .smart-form .edit-label label {
        margin-top: 8px;
    }

/*#endregion */

/*#region Comments */

.comment-overlay {
    background-color: white;
    filter: alpha(opacity=50);
    opacity: .2;
    -moz-opacity: 0.50;
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*background-image: url(../img/ajax-loader-circle-loading.gif);*/
    background-image: url('../img/ajax_pulsate_64_loading.gif');
}

.comments-body {
    padding-top: 10px;
}

    .comments-body .comment-container {
        border-radius: 2px;
        margin-left: -40px;
    }

        .comments-body .comment-container .comment-title {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            word-wrap: break-word;
            /*margin-bottom: 10px;*/
        }

            .comments-body .comment-container .comment-title img {
                width: 32px;
                border-radius: 3px;
            }

        .comments-body .comment-container .comment-details {
            /*background: #ffffff;*/
            background: rgba(245,245,245,.1);
            border: 1px solid #dddddd;
            margin-bottom: 5px;
            border-radius: 2px;
            padding: 10px 10px 5px;
            display: inline-block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            word-wrap: break-word;
        }

            .comments-body .comment-container .comment-details.important {
                background: rgba(255,0,0,.1);
                border: 2px solid #ff0000;
            }

                .comments-body .comment-container .comment-details.important .reply-container.recent-replies .comment-details {
                    border: 2px solid #ff0000;
                }

            .comments-body .comment-container .comment-details.public {
                background: rgba(255,255,100,.3);
                border: 2px solid #ffff00;
            }

                .comments-body .comment-container .comment-details.public .reply-container.recent-replies .comment-details {
                    border: 2px solid #ffff00;
                }

            .comments-body .comment-container .comment-details.important.public {
                background: rgba(255,0,0,.1);
                border: 2px solid #ffff00;
            }

        .comments-body .comment-container .comment-actions {
            padding-bottom: 5px;
        }

            .comments-body .comment-container .comment-actions .set-comment-importance {
                color: red;
            }

        .comments-body .comment-container .comment-info-content {
            word-wrap: break-word;
        }

.commentor-img {
    padding-left: 13px;
}

.commentor-info {
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 38px;
}

.recent-comments .comment-details {
    display: block;
}

.recent-comments .comment-div {
    min-width: 100%;
}

.comment-actions-container .edit-status {
    /*padding: 5px 2px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

.recent-comments .add-comment-block {
    border: 0;
    margin-top: 0;
    display: block;
}

.comment-container .add-reply-block {
    background-color: #eeeff2;
    background-image: -moz-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -ms-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeff2), to(#eeeff2));
    background-image: -webkit-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -o-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: linear-gradient(top, #eeeff2, #eeeff2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeff2', endColorstr='#eeeff2', GradientType=0);
    border-color: #eeeff2 #eeeff2 #c3c6d1;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #dddddd;
    padding: 12px 12px 5px;
    min-height: 115px;
    margin-top: 15px;
    display: block;
}

textarea.comment-content {
    overflow: hidden;
    word-wrap: break-word;
    resize: none;
    height: 52px;
}

/*#endregion */

/*#region TimePicker */

.ui-timepicker-div {
    z-index: 99999;
}

    .ui-timepicker-div .ui-widget-header {
        margin-bottom: 8px;
    }

    .ui-timepicker-div dl {
        text-align: left;
    }

        .ui-timepicker-div dl dt {
            float: left;
            clear: left;
            padding: 0 0 0 5px;
        }

        .ui-timepicker-div dl dd {
            margin: 0 10px 10px 40%;
        }

    .ui-timepicker-div td {
        font-size: 90%;
    }

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Time Picker */

.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
            padding: 0 3px 5px;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }

select.ui-timepicker-select.ui-state-default.ui-corner-all {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
}

/*#endregion */

/*#region select2 */

ul.ui-autocomplete {
    margin-top: -4px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    border: 1px solid #5D98CC;
    border-top: none;
    border-bottom-width: 3px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-menu .ui-menu-item {
    padding: 2px 6px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.select2-container .select2-choice {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}

    .select2-container .select2-choice .select2-arrow {
        border-left: none !important;
        background: transparent !important;
    }

.select2-container[dir="rtl"] .select2-arrow {
    left: 1px;
    right: auto !important;
    background: transparent !important;
}

.select2-container[dir="rtl"] .select2-choice > .select2-chosen {
    direction: ltr;
    margin-right: 0;
    padding-right: 8px;
    padding-left: 20px;
    text-align: right;
}

.select2-hidden-accessible {
    display: none !important;
}*/

.select2-drop, .select2-dropdown {
    margin-top: -2px;
}

/*#endregion */

/*#region fuelux */

.fuelux .wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .fuelux .wizard:after, .fuelux .wizard:before {
        display: table;
        line-height: 0;
        content: "";
    }

    .fuelux .wizard:after {
        clear: both;
    }

    .fuelux .wizard ul {
        width: 4000px;
        padding: 0;
        margin: 0;
        list-style: none outside none;
    }

        .fuelux .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .fuelux .wizard ul.previous-disabled li.complete:hover {
                color: #356e35;
                cursor: default;
                background: #f3f4f5;
            }

                .fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f4f5;
                }

        .fuelux .wizard ul li {
            /*position: relative;
            float: left;
            height: 46px;
            padding: 0 20px 0 30px;
            margin: 0;
            font-size: 16px;
            line-height: 46px;
            color: #999;
            cursor: default;
            background: #ededed;*/
            cursor: pointer;
            position: relative;
            float: left;
            height: 38px;
            padding: 0 2px 0 20px;
            margin: 0;
            font-size: 13px;
            line-height: 38px;
            color: #999;
            cursor: default;
            background: #ededed;
        }

            .fuelux .wizard ul li a {
                text-decoration: none;
            }

            .fuelux .wizard ul li .chevron {
                position: absolute;
                top: -4px;
                right: -14px;
                z-index: 1;
                display: block;
                border: 24px solid transparent;
                /*border: 17px solid transparent;*/
                border-right: 0;
                border-left: 14px solid #d4d4d4;
            }

                .fuelux .wizard ul li .chevron:before {
                    position: absolute;
                    top: -24px;
                    right: 1px;
                    display: block;
                    border: 24px solid transparent;
                    border-right: 0;
                    border-left: 14px solid #ededed;
                    content: "";
                }

            .fuelux .wizard ul li.error {
                color: #ffffff;
                background: #ff0000;
                cursor: pointer;
            }

                .fuelux .wizard ul li.error .chevron:before {
                    border-left: 14px solid #ff0000;
                }

            .fuelux .wizard ul li.complete {
                color: #468847;
                background: #fafafa;
                cursor: default;
            }

                .fuelux .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #fafafa;
                }

            /*.fuelux .wizard ul li.complete:hover {
                    cursor: pointer;
                    background: #e7eff8;
                }

                    .fuelux .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #e7eff8;
                    }*/

            .fuelux .wizard ul li.active {
                color: #ffffff;
                background: #3a87ad;
                cursor: pointer;
            }

                .fuelux .wizard ul li.active .chevron:before {
                    border-left: 14px solid #3a87ad;
                }

            .fuelux .wizard ul li.finish {
                color: #ffffff;
                background: #468847;
                cursor: default;
            }

                .fuelux .wizard ul li.finish .chevron:before {
                    border-left: 14px solid #468847;
                }

            .fuelux .wizard ul li a.inactive {
                cursor: default;
                text-decoration: none;
                color: #999;
                cursor: default;
            }

            .fuelux .wizard ul li .badge {
                margin-right: 8px;
            }

                .fuelux .wizard ul li .badge.badge-success {
                    background-color: #468847;
                }

                .fuelux .wizard ul li .badge.badge-error {
                    background-color: #ffffff;
                    color: #ff0000;
                }

            .fuelux .wizard ul li:first-child {
                padding-left: 20px;
                border-radius: 4px 0 0 4px;
            }

    .fuelux .wizard .actions {
        /*position: absolute;
        right: 0;
        z-index: 2;
        float: right;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 38px;
        vertical-align: middle;
        background-color: #eee;
        border-left: 1px solid #d4d4d4;*/
        position: absolute;
        right: 0;
        height: 38px;
        z-index: 2;
        float: right;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 34px;
        vertical-align: middle;
        background-color: #eee;
        border-left: 1px solid #d4d4d4;
    }

        .fuelux .wizard .actions a {
            margin-right: 8px;
            font-size: 12px;
            line-height: 45px;
        }

        .fuelux .wizard .actions .btn-prev i {
            margin-right: 5px;
        }

        .fuelux .wizard .actions .btn-next i {
            margin-left: 5px;
        }

.fuelux .step-content .step-pane {
    display: none;
}

.fuelux .step-content .active {
    display: block;
}

    .fuelux .step-content .active .btn-group .active {
        display: inline-block;
    }


/*#endregion */

/*#region Widgets */

.widget-body.no-padding {
    margin: -8px -13px -2px !important;
}

/*#region jarvis widgets */

.jarviswidget {
    margin: 0 0 20px !important;
}

    .jarviswidget > div {
        /* border-bottom: none !important; */
        border-width: 1px 1px 1px !important;
    }

.ui-sortable .jarviswidget-sortable > header {
    cursor: move;
    border-radius: 4px 4px 0px 0px;
    line-height: normal;
    box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.05) inset;
}

.jarviswidget > header {
    /*border-radius: 4px 4px 0 0;
    border: 1px solid #C2C2C2;
    color: #fff;
    background: #777;
    width: 100%;
    -moz-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;*/
}

    .jarviswidget > header h2 {
        line-height: 34px !important;
    }

/*.jarviswidget-ctrls a {
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        line-height: 32px;
        padding: 0px;
        margin: 0px;
        color: #FFF;
    }*/

.jarviswidget .widget-body {
    overflow: auto;
    padding-bottom: 0 !important;
    min-height: 50px;
}

.jarviswidget .dt-toolbar {
    border-bottom: none !important;
    border-left: 1px solid #c2c2c2 !important;
    border-right: 1px solid #c2c2c2 !important;
}

    .jarviswidget .dt-toolbar input#qPart {
        padding: 0;
    }

div.dataTables_filter input {
    border-radius: 0 3px 3px 0 !important;
}

div.dataTables_filter > label > div {
    padding-left: 25px;
}

div.dataTables_filter .input-group-addon {
    width: 33px;
    height: 33px;
    padding: 8px;
}

    div.dataTables_filter .input-group-addon input.form-control {
        height: 33px !important;
    }

/*#endregion */

.jarviswidget-parambox {
    background-color: #fafafa;
    padding: 5px 15px 0 15px;
}

/*#endregion */

/*#region Summary Widgets */

.widget-panel .jarviswidget.summary-widget {
    background: transparent !important;
    border: none !important;
}

.jarviswidget.summary-widget {
    background: #fff;
    border: 1px solid #c2c2c2;
}

    .jarviswidget.summary-widget > header {
        border: none !important;
    }

    .jarviswidget.summary-widget > div {
        border: none !important;
    }

.jarviswidget-collapsed {
    border-bottom: 1px solid #c2c2c2;
}

.ui-sortable .jarviswidget.summary-widget.jarviswidget-sortable > header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
}

.jarviswidget.summary-widget > header {
    border-radius: 0;
    border: 1px solid #C2C2C2;
    border-bottom-color: #fff;
    color: #333;
    background: #fff;
    width: 100%;
    height: 48px;
    /* padding-right: 25px; */
    padding-left: 25px;
}

    .jarviswidget.summary-widget > header > h1 {
        margin-left: 0;
        float: left;
    }

    .jarviswidget.summary-widget > header > .widget-icon {
        display: none;
    }

    .jarviswidget.summary-widget > header > .jarviswidget-ctrls a {
        color: #333;
        float: right;
    }

    .jarviswidget.summary-widget > header > .jarviswidget-ctrls .button-icon {
        min-width: 30px;
        height: 32px;
        float: left;
        position: relative;
        font-family: Arial,Helvetica,sans-serif;
        border-left: 1px solid rgba(255,255,255,.09);
        background-color: #fff;
        border: none;
    }

        .jarviswidget.summary-widget > header > .jarviswidget-ctrls .button-icon:hover {
            color: #333;
            font-size: 1.5em;
        }

        .jarviswidget.summary-widget > header > .jarviswidget-ctrls .button-icon:focus {
            color: #333;
        }

.li-striped {
    background-color: #f9f9f9;
}

#detail_view .widget-body {
    overflow: inherit;
}

.summary-view {
    border-radius: 2px;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 5px 20px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

    .summary-view .summary-detail {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 15px 0;
        min-height: 80px;
    }

        .summary-view .summary-detail ul {
            padding: 0 5px;
        }

        .summary-view .summary-detail li {
            list-style: none;
            display: list-item;
            background-image: none;
        }

            .summary-view .summary-detail li > .row {
                padding: 0 0 5px 0;
            }

                .summary-view .summary-detail li > .row .update-info-container {
                    padding-left: 10px;
                }

    .summary-view .summary-footer {
        padding: 5px 15px;
    }

    .summary-view .summary-empty {
        border-radius: 2px;
        -webkit-box-shadow: 1px 1px 3px #dddddd;
        -moz-box-shadow: 1px 1px 3px #dddddd;
        box-shadow: 1px 1px 3px #dddddd;
        border: 1px solid #eaeaea;
        background: #ffffff;
        margin-bottom: 10px;
        padding: 15px;
    }

    .summary-view .add-comment-block {
        background: rgba(235,235,235,.1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeff2', endColorstr='#eeeff2', GradientType=0);
        border-color: #eeeff2 #eeeff2 #c3c6d1;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border: 1px solid #dddddd;
        padding: 12px 12px 5px;
        min-height: 115px;
        display: block;
    }

.summary-detail table > thead > tr > th {
    border-top: 1px solid #c3c6d1 !important;
    padding: 6px 10px;
}

.summary-detail table > tbody > tr > td {
    border-top: 1px;
    padding: 4px 10px;
}

.summary-detail .row {
}

    .summary-detail .row section:first-child {
        background-color: #fafafa;
    }

    .summary-detail .row section:nth-child(2) {
        overflow: hidden;
        white-space: nowrap !important;
        text-overflow: ellipsis;
    }

.summary-toolbar {
    display: block;
    padding: 0 2px;
    width: 100%;
    border-bottom: none;
    background: transparent;
}

.summary-widget-filter {
    float: left;
}

.summary-toolbar > :first-child .DTTT, .summary-toolbar > :first-child .dataTables_filter > :only-child, .summary-toolbar > :first-child .dataTables_length, .summary-toolbar > :first-child .pagination {
    float: left !important;
}

.feedback {
    z-index: 10002;
}

.context-menu {
    position: absolute;
}


/*#endregion */

/*#region Calendar */

.fc-header td {
    border-style: none !important;
}

tr td.fc-first, tr.fc-first th.fc-first {
    border-left: 1px solid #ddd;
}

.fc-button .fc-icon {
    margin: .4em .1em !important;
    font-size: 1em !important;
}

/*#endregion */

/*#region extr-page */

#extr-page {
    background: url(/content/img/mybg.png) #f4f4f4;
    overflow: visible;
}

    #extr-page .container {
        border: none;
        background: url(/content/img/mybg.png) #f4f4f4;
    }

    #extr-page .fixed-ribbon #content {
        padding-top: 50px;
    }

    #extr-page #header {
        margin: 0;
        border-bottom: 1px solid #eee !important;
        overflow: hidden;
        height: 50px;
        padding: 0;
        border-width: 0;
        min-height: 28px;
        background: -moz-linear-gradient(top, #425568, #8FB8E0) !important;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#425568), to(#8FB8E0)) !important;
        background: -webkit-linear-gradient(top, #425568, #8FB8E0) !important;
        background: -o-linear-gradient(top, #425568, #8FB8E0) !important;
        background: linear-gradient(to bottom, #425568, #8FB8E0) !important;
    }

        #extr-page #header #logo-group {
            /*background: #fff !important;
            opacity: .8;*/
        }

    #extr-page #main {
        background: #fff;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 0;
    }

    #extr-page #header #logo {
        margin-top: 5px;
        margin-left: 10px;
    }

        #extr-page #header #logo img {
            width: 95%;
            vertical-align: middle;
        }

#extr-page-header-space {
    float: right;
    text-align: right;
    display: block;
    vertical-align: middle;
    line-height: 49px;
    color: #fff;
}

    #extr-page-header-space > :first-child {
        font-size: 13px;
        margin-right: 14px;
        vertical-align: -3px;
        font-weight: 400;
    }

    #extr-page-header-space .btn {
        font-weight: 700;
        text-transform: uppercase;
    }

    #extr-page-header-space > * {
        display: inline-block;
    }

#extr-page .hero {
    background-image: url(/content/img/powerofbusiness.png);
    background-repeat: no-repeat;
    background-position: 48%;
    background-color: #5C7691;
    height: 360px;
    width: 100%;
    float: left;
}

#extr-page h4.paragraph-header {
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 15px;
    width: 270px;
}

#extr-page h5.about-heading {
    color: #565656;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 5px;
}

#extr-page .login-header-big {
    font-weight: 400;
}

#extr-page .login-desc-box-l {
    min-height: 350px;
    width: 50%;
}

#extr-page .login-app-icons {
    vertical-align: top;
    margin-top: 90px;
    width: 300px;
}

#extr-page h4.paragraph-header {
    width: auto;
}

#extr-page .smart-form .alert {
    margin: 4px;
}

    #extr-page .smart-form .alert li {
        margin-left: 14px;
        list-style: none;
    }

        #extr-page .smart-form .alert li:before {
            content: "";
            font-family: FontAwesome;
            position: absolute;
            left: 14px;
        }

#extr-page .smart-form div + fieldset {
    padding-top: 15px;
}


/*#endregion */

/*#region Chat Box */

.chat-context > :first-child {
    display: block;
    color: #dfdfdf;
    font-size: 11px;
    font-weight: 200;
    text-transform: uppercase;
    text-shadow: 0 0 1px #fff;
    padding-left: 0;
    text-align: left;
}

.chat-context {
    display: inline-block;
    padding: 7px 13px 0;
    position: relative;
}

.chat-selector {
    max-width: 97%;
    white-space: nowrap;
    background: 0 0;
    border: none;
    padding: 0 15px 0;
    text-align: left;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.chat-users {
    white-space: nowrap;
    max-height: 200px;
    width: 280px;
    padding-left: 15px;
}

    .chat-users .display-users [data-chat-id]:hover {
        text-decoration: none;
        color: #214e75;
        background: none;
    }

    .chat-users .display-users a[data-chat-id] {
        padding: 4px 2px;
        background: none;
    }

    .chat-users li {
        list-style-type: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

/*#endregion */

/*#region Jquery */

.ui-accordion .ui-accordion-header {
    background-color: transparent;
}

.ui-accordion-content {
    border: none;
    background-color: transparent;
    color: #404040;
}

.ui-widget-content {
    border-top: none;
    color: #404040;
}

.smart-form .checkbox-label {
    display: inline-block;
    line-height: 19px !important;
    font-size: 13px !important;
    text-align: left !important;
    white-space: normal;
    padding: .2em .6em .3em;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/*#endregion */

.detail-overlay {
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    filter: alpha(opacity=90); /* IE */
    opacity: 0.9; /* Safari, Opera */
    -moz-opacity: 0.90; /* FireFox */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.detail-img {
    position: absolute;
    top: 15px;
    z-index: 1050;
    color: #333;
    width: 100%;
    padding: 10px 30px 30px 5px;
}

    .detail-img .ajax-loading-animation {
        background: #fff;
        padding: 10px 0 10px 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        filter: alpha(opacity=90); /* IE */
        opacity: 0.9; /* Safari, Opera */
        -moz-opacity: 0.9; /* FireFox */
    }

/*#region telerik */

.t-widget, .t-input {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-color: #ccc !important;
    border-left-color: #ccc !important;
}

.t-grid-header .t-header {
    border-style: none !important;
}

.t-grid .checkbox i {
    left: 40% !important;
}

/*#endregion */

/*#region DualList Box */

.bootstrap-duallistbox-container.row {
    margin-left: 0;
    margin-right: 0;
}

    .bootstrap-duallistbox-container.row input, .bootstrap-duallistbox-container.row select {
        border-top-width: 1px !important;
        border-left-width: 1px !important;
        border-right-width: 1px !important;
    }

    .bootstrap-duallistbox-container.row .btn-group .btn + .btn, .bootstrap-duallistbox-container.row .btn-group .btn + .btn-group, .bootstrap-duallistbox-container.row .btn-group .btn-group + .btn, .bootstrap-duallistbox-container.row .btn-group .btn-group + .btn-group {
        margin: 0;
    }

/*#endregion */

/*#region Product Detail Page */

.product-content .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-content hr {
    margin-top: 18px;
    margin-bottom: 18px;
}

.product-content .carousel {
    min-height: 238px;
}

.product-content .carousel-inner > .item > a > img, .product-content .carousel-inner > .item > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-detail {
}

    .product-detail .name {
        font-size: 36px;
    }

        .product-detail .name small {
            display: block;
        }

    .product-detail .certified {
        margin: 10px 0 10px;
    }

        .product-detail .certified ul {
            padding-left: 0;
        }

            .product-detail .certified ul li {
                display: inline-block;
                padding: 8px;
            }

        .product-detail .certified img {
            height: 48px;
        }

    .product-detail button.close {
        position: absolute;
        /*top: -10px;*/
        right: 35px;
    }

    .product-detail .block.product-block hr {
        margin: 5px 5px 10px;
    }

    .product-detail .product-img-container .product-img {
        margin-left: auto;
        margin-right: auto;
        max-height: 160px;
    }

    .product-detail .product-bullets.gridViewNone.hidden-xs {
        height: 80px;
        overflow: auto;
    }

    .product-detail .product-stock .stock-container .list .price {
        font-size: 24px;
    }

.t-grid-content .product-detail h2.name.product-title {
    font-size: 24px;
}

.product-detail h2.name.product-title {
    margin-top: 9px;
}

.description-tabs .tab-content {
    padding: 10px 0;
    height: 290px;
    overflow: auto;
}

.carousel-indicators {
    bottom: -4px !important;
}

    .carousel-indicators li {
        border: 1px solid #ccc !important;
        background-color: rgba(0,0,0,.5) !important;
    }

product-collateral > div:nth-child(even) {
}

.product-collateral > div {
    padding: 40px 20px;
}

.product-collateral .table-wrapper table {
    width: auto;
    margin: 0 auto;
}

.cloudzoom-zoom {
    width: 420px !important;
    height: 420px !important;
    background: #fff;
}

/*#region MTX */

#more-information strong {
    /*font-size: 24px;*/
}

#more-information ul {
    margin-left: 45px;
}

.description-content > strong:nth-child(0n+1) {
    font-size: 24px;
}

.testimonies-header div, .testimonies-header + p {
    margin-left: 45px;
}

.overview {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.overview {
    position: relative;
    margin: 0 0 50px;
}

.featuretable {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 2px;
    margin: 20px 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -moz-box-shadow: 0px 2px 0px #ff0000;
    -webkit-box-shadow: 0px 2px 0px #ff0000;
    box-shadow: 0px 2px 0px #ff0000;
    background-color: #f9f9f9;
}

.featurerow {
    display: table-row;
}

.featurecolumn {
    display: table-cell;
    padding: 8px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.product-features-box {
    clear: both;
}

.product-specs-box {
    margin: 20px 0 20px;
}

.product-bullets {
    overflow: auto;
    height: 80px;
}

/*#endregion */

/*#endregion */

.t-grid-edit-row .text-box, .t-grid-edit-row .t-numerictextbox, .t-grid-edit-row .t-datepicker {
    vertical-align: middle;
    width: 5em;
    max-width: 100%;
    min-width: 100%;
    margin: -.4em -.3em -.15em;
    line-height: 1.6em;
}

/*#region jqui */

.ui-dialog .ui-dialog-titlebar {
    padding: 10px !important;
    min-height: 48px !important;
}

/*#endregion */


/*#region Quota */

#quota_form .ui-accordion .ui-accordion-content {
    padding: 15px 15px 0 15px;
}

#rep_quotas label {
    font-size: .9em;
}

#rep_quotas input[type="text"] {
    font-weight: 400;
    padding-left: 2px;
    font-size: .8em;
    line-height: 19px;
    max-width: 45px;
}

#rep_quotas small {
    font-size: 80%;
    position: absolute;
    margin-left: 5px;
}

#rep_quotas .input-group-addon {
    font-weight: 400;
    font-size: .75em;
}

#rep_quotas span.input-group-addon.pct {
    font-weight: 400;
    font-size: .8em;
    padding: 3px 4px 2px 18px;
    min-width: 26px;
}

/*#endregion */

/*#region ShopFloor*/

.shop-floor .jarviswidget {
    margin: 0 0 5px !important;
}

    .shop-floor .jarviswidget .jarviswidget-ctrls input.search-workorder {
        border: none;
        border-bottom: solid 1px #ccc;
        border-radius: 3px !important;
        min-height: 0px;
        margin-top: 3px;
        background-color: transparent;
    }

    .shop-floor .jarviswidget .jarviswidget-ctrls button {
        background: 0 0;
        border: none;
        color: #6D6A69;
        font-size: 17px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: -5px;
        width: 30px;
        z-index: 2;
    }

.search-workorder {
    min-height: 0px;
}

.step-timer {
    font-size: 1.2em;
    margin-top: -5px;
}

/*#endregion */

.SmallBox {
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(156,156,156,1) !important;
    -moz-box-shadow: 0px 0px 8px -1px rgba(156,156,156,1) !important;
    box-shadow: 0px 0px 8px -1px rgba(156,156,156,1) !important;
}

.bootstrap-duallistbox-container label, .form header, legend {
    margin: 25px 0 -10px !important;
}

/*#region Error */

input[type="text"].error,
input[type="tel"].error,
input[type="password"].error,
.smart-form .select select.error,
.smart-form .checkbox input.error i,
input.error i {
    background: #fff0f0;
    border-color: #ff7777;
}

label.error {
    color: #ff5555;
    font-size: .85em;
}

input[type="text"].valid,
input[type="tel"].valid,
input[type="password"].valid,
.smart-form .select select.valid,
.smart-form .checkbox input.valid i,
input.error i {
    background: #f0fff0;
    border-color: #7DC27D;
}

/*#endregion */

.easy-pie-chart span.percent {
    color: #555;
    font-weight: 100;
    text-align: center;
    position: absolute;
    top: inherit;
    bottom: 35%;
}

.easy-pie-chart span.text {
    color: #555;
    text-align: center;
    position: absolute;
    top: 58%;
}
