/* Minification failed. Returning unminified contents.
(646,1): run-time error CSS1019: Unexpected token, found '@import'
(646,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Montserrat:400,700)'
 */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #d0d0d0;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: white;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.bs-callout-comment {
    padding: 0px 30px 10px 30px;
    margin: 5px 0px 5px 0px;
}

.bs-callout-detail {
    padding: 0px 30px 10px 30px;    
    background-color: #F2EFEF;
}

/* wow.js fix */
/*.wow {
   visibility: hidden;
}*/

/* Sonic Account Details */
ul.no-padding {
    padding-left: 18px;
}

a:hover {
    text-decoration: underline;
}

/* Gradients */
.gradient-grey {
    height: 200px;
    background: -webkit-linear-gradient(left, white, #f2f2f2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, white, #f2f2f2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, white, #f2f2f2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, white, #f2f2f2); /* Standard syntax (must be last) */
}

/* Role Admin */
.role-danger {
    color: #a94442;
    font-weight: bold;
}

/* CRUD Pages*/
.min-height {
    min-height: 80px;
}

.hidden-label {
    display: none !important;
    visibility: hidden !important;
}


.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap {
    display: none;
}

.no-left-border{
    border-left: 0 !important;
}

.k-grid-norecords{
    padding: 8px 0;
}

input[type=submit].btn-primary {
    color: #fff;
    background-color: #27aae1;
    border-color: #009bd6;
}

    input[type=submit].btn-primary:hover {
        color: #fff;
        background-color: #0088bc;
        border-color: #006e98;
    }

/* Documents Area */
p.indent {
    padding-left: 50px;
}

/* Edit Customer Details */
.edit-customer-details h3 {
    color: #2ea8b9;
}

.edit-information-panel {
    clear: both;
    min-height: 200px;
    max-width: 550px;
}

/* TnC Page */
.tnc-validation-message {
    min-height: 40px;
}


/* Customer Account Area */

.userdetails-container,
.users-container {
    float: left;
    min-width: 100%;
}

.customer-account-image {
    margin: 30px;
    font-size: 40px;
}

.information-panel-container {
    margin-right: 20px;
}

.information {
    clear: both;
}

.info-error, .info-success {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
}

.info-error {
    color: red;
    border-color: red;
}

.info-success {
    color: #2db245;
    border-color: #2db245;
}

.gate-control.btn-primary[disabled] {
    color: #666;
}
.form-control.max-width{
    max-width: 100%;
}

a[disabled], #MenuH .submenu li a[disabled] {
    pointer-events: none;
    cursor: default;
}

    a[disabled]:hover, #MenuH .submenu li a[disabled]:hover {
    }

.contentbox {
    float: left;
    width: 100%;
    position: relative;
}

.chart-wrapper {
    height: 100%;
    width: 100%;
    padding: 5px
}

.gutter {
    margin-bottom: 10px;
}

.information-panel.no-chart-padding {
    padding: 0;
}

.chart-title {
    margin-left: 10px;
}

.chart-loader {
    text-align: center;
}

.overview-text-format, .bag-photo-text-format {
    text-align: left !important;
}

.dashboard-form-size {
    height: 34px !important;
    max-width: 100%;
}

.dashboard-export-btn {
    margin-right: 2px;
}

/* Kendo ComboBox */

.k-combobox.form-control {
    width: 100%;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #fff;
    font-size: 13px;
    font-weight: normal;
}

    .k-combobox.form-control .k-dropdown-wrap.k-state-default {
        height: 32px;
        background-color: transparent;
        border: none;
    }

.k-combobox .k-input.form-control {
    height: 32px;
}

.k-combobox .k-dropdown-wrap > input[type=text] {
    box-shadow: none;
}

.k-combobox .k-dropdown-wrap:before,
.k-numeric-wrap:before,
.k-datepicker .k-picker-wrap:before,
.k-datetimepicker .k-picker-wrap:before {
    height: auto;
}

/* Kendo DatePicker */

.k-combobox .k-dropdown-wrap:before,
.k-numeric-wrap:before,
.k-datepicker .k-picker-wrap:before,
.k-datetimepicker .k-picker-wrap:before {
    height: auto;
}

.k-datepicker input[type=text],
.k-datepicker .k-picker-wrap input.k-input {
    background-color: #fff;
    box-shadow: none;
}

label.font-normal {
    font-weight: normal;
}

@media (min-width: 1200px) {
    .information-panel.dashboard-info {
        min-height: 448px;
    }

    .overview-position {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {

    .information-image {
        display: none;
    }

    .remember-login > div {
        padding-left: 35px;
    }
}

.information-main-content,
.information-main-content-companyinfo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.label-margin {
    margin-top: 5px;
}

.button-margin {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .information-image {
        float: right;
        width: 20%;
    }

    /*.information-image-left-padding {
        float: right;
        width: 20%;
        padding-left: 50px;
    }*/

    .information-header {
        float: left;
        width: 40%;
    }

    .information-header-description {
        width: 80%;
    }

    .information-header-description-20px {
        width: 80%;
        margin-bottom: 20px;
    }

    .information-main-content {
        float: left;
        width: 60%;
    }

    .information-main-content-companyinfo {
        float: left;
        width: 40%;
    }

    .information {
        clear: both;
        width: 100%;
    }

    .information-label {
        float: left;
        width: 27%;
        margin-bottom: 4px;
    }

    .information-label-companyinfo {
        float: left;
        width: 40%;
        margin-bottom: 4px;
    }

    .information-label-100 {
        float: left;
        width: 100%;
        margin-bottom: 4px;
    }

    /*.information-label-75 {
        float: left;
        width: 75%;
        margin-bottom: 4px;
    }

    .information-label-50 {
        float: left;
        width: 50%;
        margin-bottom: 4px;
    }*/

    /*.information-label-25 {
        float: left;
        width: 25%;
        margin-bottom: 4px;
    }*/

    .information-field {
        width: 70%;
        float: left;
        margin-bottom: 4px;
    }

    .information-field-stat {
        margin-bottom: 4px;
    }

    .information-field-companyinfo {
        width: 60%;
        float: left;
        margin-bottom: 4px;
    }

        /*.information-field-50 {
        width: 50%;
        float: left;
        margin-bottom: 4px;
    }*/

        .information-field span,
        .information-field-companyinfo span {
            display: block;
        }


    .information-panel,
    .information-panel-large,
    .information-panel-ticket,
    .information-panel-article,
    .information-panel-comment,
    .information-panel-ticketDetails,
    .information-panel-articleDetails {
        background-color: #F2EFEF;
        border: 1px rgba(0,0,0,0.15) solid;
        border-radius: 6px;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: hidden;
        box-shadow: 1px 1px 0.5px #c2c2c2;
    }

    .information-panel,
    .information-panel-large,
    .information-panel-ticket,
    .information-panel-article,
    .information-panel-ticketDetails,
    .information-panel-articleDetails {
        margin-top: 30px;
    }

    .information-panel,
    .information-panel-large {
        clear: both;
        padding-left: 60px;
        padding-right: 60px;
    }

    .information-panel {
        min-height: 115px;
    }

    .information-panel-large {
        min-height: 215px;
    }

    .information-panel-ticket,
    .information-panel-article {
        margin-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
        width: 65%;
        float: left;
    }

    .information-panel-ticket,
    .information-panel-ticketDetails {
        min-height: 312px;
    }


        .information-panel-ticket img,
        .information-panel-article img,
        .information-panel-comment img {
            max-width: 100%;
            max-height: 100%;
        }

    .information-panel-ticketDetails,
    .information-panel-articleDetails {
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        width: 30%;
        margin-left: 5%;
        float: left;
    }

    .information-panel-article,
    .information-panel-articleDetails {
        min-height: 212px;
    }

        .information-panel-ticketDetails h5,
        .information-panel-articleDetails h5 {
            padding-left: 15px;
        }

    .information-panel-noStyle {
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 6px;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100%;
        float: left;
    }

    .information-panel-comment {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
        width: 100%;
        float: left;
    }

    #comment-modal-container {
        background-color: #F2EFEF;
        border: 1px rgba(0,0,0,0.15) solid;
        box-shadow: 1px 1px 0.5px #c2c2c2;
        position: fixed;
        top: 25%;
        left: 25%;
        background-color: white;
        height: 360px;
        width: 920px;
    }

    .comment-modal-content {
        height: 300px;
    }

    .comment-heading {
        font-family: Oswald,Helvetica,Arial,Verdana,sans-serif;
        font-weight: 500;
        line-height: 1.1;
        color: #428bca;
        font-size: 17px;
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .comment-first-heading {
        color: #5cb85c;
    }

    .comment-pulse-user {
        color: #009bd6;
    }

    .ticket-btn-container {
        margin-bottom: 10px;
    }

    .hidden-comment-buttons {
        margin-top: -25px;
    }

    .first-comment {
        background-color: #D6F8DE;
    }
}

/* Main Site */

body {
    padding-top: 150px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
.bag-photo-date .k-datetimepicker,
select {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/* Overriden Bootstrap.css stuff */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.scrollable-checkbox-list {
    height: 130px;
    width: 100%;
    overflow-y: scroll;
    padding-left: 0;
    list-style-type: none;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Links */
a {
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

    a:hover,
    a:focus {
        color: #0e67a8;
        outline: 0;
    }

    a:before,
    a:after {
        -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
        -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
        -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
        -o-transition: color 0.1s ease-in, background 0.1s ease-in;
        transition: color 0.1s ease-in, background 0.1s ease-in;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
    margin-bottom: 0px;
    clear: both;
}

.navbar-inverse {
    padding-bottom: 40px;
    padding-top: 40px;
}

/*.navbar-inverse {
    background-color: #2ea8b9;
    border-color: #2ca0b0;
}

*/

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.progress-bar-theme {
    background-color: #1abc9c;
}

/* +++++ WRAP SECTIONS +++++ */

#ww {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f2f2f2;
}


#footer {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2f2f2f;
    padding-bottom: 50px;
}

img.ticket #footer p {
    color: white;
}

#footer h4 {
    color: white;
    padding-bottom: 20px;
}

/* Helpers */

.mt {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pt {
    padding-top: 50px;
    padding-bottom: 50px;
}



/* Status and Report Sections */
img.status {
    padding-left: 100px;
}

img.report {
    padding-left: 100px;
}

img.ticket {
    padding-left: 100px;
}

.btn-file {
    height: 32px;
}

/* Dashboard Report Charts */
.chart-container {
    background: #F2EFEF;
    height: 300px;
}

.k-chart, .k-stockchart {
    height: 300px;
}

.k-widget, .k-grid {
    border: none;
}

.performance-tables th, .performance-tables td {
    text-align: center;
}

/* Kendo Grid */
.editable-field {
    /* BF - Don't delete me! */
    background-color: #FFFCCF;
}

.service-status-icon {
    height: 24px;
    margin-bottom: 6px;
}

#error-grid .k-grid {
    width: 1000px;
}

/* Kendo Chart */
.all-kiosk-chart .k-chart, #loading-kiosk {
    width: 950px;
    height: 660px;
}

.all-kiosk-chart.col-sm-12, .all-kiosk-chart.col-sm-12 .col-sm-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#activity-charts .information-header {
    width: 60%;
}

.chart-loading .k-loading-image {
    background-image: url('/Images/loading-image-trans.gif');
}

.btn {
    border-radius: 0 !important;
}

 /* Bag Photo Modal */ 

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.bagdrop.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.bagdrop.modal-content .modal-body {
    min-height: 250px;
}

 /* Bag Photo */ 
.bag-photo-loader {
    text-align: center;
}

.bag-photo-image img {
    max-height: 180px;
}

.bag-photo-image img:hover {
    cursor: pointer;
    opacity: 0.7;
}

#bagPhotoGrid dl {
    margin-bottom: 0px;
}


