/* Minification failed. Returning unminified contents.
(222,1): run-time error CSS1019: Unexpected token, found '}'
(643,130): run-time error CSS1019: Unexpected token, found '#'
(643,130): run-time error CSS1042: Expected function, found '#'
(643,130): run-time error CSS1019: Unexpected token, found '#'
(643,130): run-time error CSS1042: Expected function, found '#'
(643,130): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form {
	margin:0;  
	padding:0;  
	border:0;  
	border-collapse:separate;  
	border-spacing:0;
}

span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

.jumbotron {
    background: #fafafa !important;
    box-shadow: 0px 0px 16pt -2pt #3A3A3A;
    padding-bottom: 60px !important;
}

.well {
    background: #f2f2f2 !important;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #E0E0E0 !important;
}

.progress {
    height: 35px !important;
}

.progress-bar {
    padding-top: 5px;
}

.AddonRightBorder {
    border-right: 1px solid #cccccc !important;
}

.modal-footer-left {
    text-align: left !important;
}

.bootstrap-select.btn-group .dropdown-menu li.active a span {
    color: #fff;
}

.bootstrap-select > .dropdown-toggle {
    padding: 6px 28px !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #0091CA !important;
    border-color: #008ae6 !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #006d91 !important;
        border-color: #004b63;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #008cba;
        border-color: #0079a1;
    }

    .btn-primary .badge {
        color: #008cba;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #40a565 !important;
    border-color: #43ac6a !important;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #39935a !important;
        border-color: #004b63;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #008cba;
        border-color: #0079a1;
    }

    .btn-success .badge {
        color: #008cba;
        background-color: #ffffff;
    }

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #e6e6e6 !important;
}

@media only screen and (min-width: 1200px) {
    .navbar-default {
        position: fixed !important;
    }
}


@media only screen and (max-width: 1200px) {
    
     {
        padding-top: -20px !important;
    }

}

/*Random Styles*/
.BoxShadow {
    box-shadow: 2px 2px 8pt 2pt #d9d9d9;
}

.HoverMe:hover {
    cursor: pointer;
}

.HoverTable tbody tr:hover td {
    cursor: pointer;
    background: #95a5a6 !important;
    color: #ecf0f1 !important;
}

.SmallSquare {
    height: 25px;
    width: 25px;
}

.NoDisplay {
    display: none !important;
}

/*Margins*/
.MarginTop5 {
    margin-top: 5px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginTop15 {
    margin-top: 15px;
}

.MarginTop20 {
    margin-top: 20px;
}

.MarginTop25 {
    margin-top: 25px;
}

.MarginTop50 {
    margin-top: 50px;
}

.MarginRight10 {
    margin-right: 10px;
}

.MarginRight15 {
    margin-right: 15px;
}

.MarginRight20 {
    margin-right: 20px;
}

.MarginRight25 {
    margin-right: 25px;
}

.MarginBottom15 {
    margin-bottom: 15px;
}

.MarginBottom20 {
    margin-bottom: 20px;
}

.MarginBottom30 {
    margin-bottom: 30px;
}

.MarginLeft10 {
    margin-left: 10px;
}

.MarginLeft20 {
    margin-left: 20px !important;
}

.InlineBlock {
    display: inline-block !important;
    vertical-align: top !important;
}

/*Paddings*/
.Padding10 {
    padding: 10px;
}


/*Display*/
.Left {
    float: left;
}

.CenterMargin {
    margin: 0 auto !important;
}

.Center {
    text-align: center;
}

.MakeBlock {
    display: block !important;
}


/*Widths*/
.Width100 {
    width: 100%;
}

.RWidth50 {
    width: 50%;
}

.Width250 {
    width: 250px;
}


/*Forms*/
.input-group-padding {
    padding: 6px 12px;
}


/*Text Colors*/
.WhiteText {
    color: #ecf0f1;
}

.WhiteLinkDark {
    color: #ecf0f1;
}

.WhiteLinkDark:hover {
    color: #bdc3c7;
}

.WhiteTextTable tr td {
    color: #ecf0f1;
}

.WhiteButtonText {
    color: #ecf0f1 !important;
}

.RedText {
    color: #e74c3c;
}

.GreenText{
    color: #27ae60;
}

.BlueText{
    color:#2980b9;
}

.GrayText {
    color: #757575;
}

.BlackText {
    color: #34495e;
}

.HiddenText {
    color:#f2f2f2;
}

.WhiteGlyph, .WhiteGlyph a {
  color: #ecf0f1;
}

a:hover .glyphicon {
    color:#3498db !important;
}


/*Background Colors*/
.BlackBackground {
    background: #34495e;
}

.GreenBackground {
    background: #27ae60;
}

.TurquoiseBackground {
    background: #16a085;
}

.BlueBackground {
    background: #006bb3;
}

.GrayBackground {
    background: #f2f2f2;
}

.PurpleBackground {
    background: #8e44ad;
}

.RedBackground { 
    background: #e74c3c;
}

/*Text*/
.TextRight {
    text-align: right;
}

.SmallText {
    font-size: 9pt;
}

.VerySmallText {
    font-size: 7pt;
}
@media(max-width:1000px) {
    .RWidth50 {
        width: 70% !important;
    }
}

@media(max-width: 991px) {
    .btn {
        width: 100% !important;
    }

    .ResponsiveButton {
        margin-left: 0 !important;
    }

    .ResponsiveMarginTop20 {
        margin-top: 20px;
    }

}

@media(max-width:767px) {
    .RWidth50 {
        width: 85% !important;
    }

    .CenterResponsiveText {
        text-align:center;
    }


}

@media(max-width:575px) {
    .RWidth50 {
        width: 95% !important;
    }
}

.DashContainer {
    list-style: none;
    overflow: none;
}

.DashContainerItem {
    background: #e5e5e5; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #e5e5e5 0%,#ffffff 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #e5e5e5 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /*height: 515px;*/
    padding: 19px;
    margin-bottom: 20px;    
    border-radius: 10px;
    box-shadow: 0 0 12px -3px #000;
    float: left;
    width: 48%;
    margin-right: 2%;
    overflow: visible;
}

.SortLI {
    height: 100px !important;
}

.SortLI:hover {
    box-shadow: 0 0 1px 2px #7f8c8d;
    cursor:pointer;
}

.SortLIDragging {
    box-shadow: 0 0 1px 2px #3498db;
    width: 48% !important; 
    height: 100px;
    float: left;
    padding: 19px;
    margin-bottom: 20px;    
    border-radius: 10px;
    margin-right: 2%;
}

.DashContainerItem .DragSorting {
    color: #34495e;
    font-size: 15pt;
    text-align: center;
    padding: 25px;
}


a {
text-decoration: none;
}

* {
    color: #757575;
}

.dataTables_paginate {
    display: none;
}

.NoTableBorder td {
    border: none;
    border-top: none!important;
}

.MCLPagination {
    list-style: none;
    padding-left: 0;
}

    .MCLPagination li {
        display: inline-block;
        border-radius: 4px;
        border: 1px solid #34495e;
    }

    .MCLPagination a {
        display: block;
        padding: 6px 12px;
        color: #3498db;
        font-size: 13px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .MCLPagination a:hover {
            background: #34495e;
            color: #fff;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

    .MCLPagination li .Active {
        background: #34495e;
        color: #fff;
    }

a {
    color: #2980b9;
    text-decoration: none !important;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

a:hover {
    color:#3498db;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#BodyContainer {
    margin: 0px auto 0px auto;
    height:auto;
    padding-top:80px;
    padding-bottom:50px;
    background:linear-gradient(to bottom right, #f2f2f2, #f2f2f2);
}

body, html{
    min-height: 100%;
}

#SpinnerContainer {
    position:fixed;
    height: 150px;
    width: 130px;
    z-index: -1;
}

#SpinnerContainer i {    
    font-size: 150px;
    color: #43ac6a;
    text-shadow: 0 0 5pt #000;
}

body {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #ecf0f1 1%, #ecf0f1 37%, #7f8c8d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(37%,#f2f2f2), color-stop(100%,##f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ecf0f1 1%,#ecf0f1 37%,#7f8c8d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ecf0f1 1%,#ecf0f1 37%,#7f8c8d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ecf0f1 1%,#ecf0f1 37%,#7f8c8d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ecf0f1 1%,#ecf0f1 37%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#7f8c8d',GradientType=0 ); /* IE6-9 */
}

.CustomHr {
    height: 2px;
    background: #d9d9d9;
    border: none;
    width: 100%;
}

.ManifestNotShip {
    color: #e74c3c;
    background: #ecf0f1;
    padding: 5px;
    border: 2px solid #e74c3c;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type="checkbox"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(/Content/images/check_radio_sheet.png) left top no-repeat;
	cursor: pointer;
}

input[type="checkbox"]:checked + label span {
	background: url(/Content/images/check_radio_sheet.png) -19px top no-repeat;
}

input[type="radio"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(/Content/images/check_radio_sheet.png) left top no-repeat;
	cursor: pointer;
}

input[type="radio"]:checked + label span {
	background: url(/Content/images/check_radio_sheet.png) -19px top no-repeat;
}

.PageNotFound {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}


/* 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 ul li {
    color: #e74c3c;
    list-style: none;
}

.validation-summary-valid {
    display: none;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:0;
    margin-left:-1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
}
