﻿/* styles for validation helpers */
.field-validation-error {
    color: #a94442;
}

.field-validation-valid {
    display: none;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #a94442;
}

.validation-summary-valid {
    display: none;
}

/* MINIFY GRID */
section.minify-grid .table thead > tr > th, section.minify-grid .table tbody > tr > th, section.minify-grid .table tfoot > tr > th, section.minify-grid .table thead > tr > td, section.minify-grid .table tbody > tr > td, section.minify-grid .table tfoot > tr > td {
    padding:5px;
    font-size:13px;
}

/* GLYPHICON EXTENSION */
.winshiphint{color:#428bca;margin-right:5px;}
.glyphicon.winshipactive{color:#47a447;}
.glyphicon.winshipinactive{color:#d2322d;}
.command{margin-left:15px;}

/* MODAL */
.btn-modaltoggle{margin-top:20px;}
.modal-large .modal-dialog{width:1000px;}
.suggestion-modal .modal-body{height:500px;overflow-y:auto;}

/* AJAX LOADING MODAL WINDOW */
.loading-window-widget{position:relative;min-height:100px;}
.ajax-loading-modal{text-align:center;position:fixed;top:0;bottom:0;left:0;right:0;background:url('images/ajax-loading.gif') no-repeat scroll center center #D5DDFF;opacity:.7;display:none;z-index:9999;}

/* NOTIFICATIONS */
.alert-success {padding-left: 230px;}
.alert-danger {padding-left: 230px;}

/* SHIPPINGS */
.calculate-btn{float:right;margin-top:10px;}
table.volume-calc{width:auto;}
table.volume-calc input{width:85px;}
.action-bar{margin-top:30px;}
.action-bar.fix{position:fixed;left:246px;top:37px;width:20%;}
.action-bar-anchor{height:0;width:0;visibility:hidden;}

/*Button*/
.btn-option {
    font-weight: 500;
      padding: 0 5px;
      line-height: 33px;
}

/* PUSH PRINTER */
.pptab {
    position: fixed;
    right:-265px;
    bottom:-162px;
    width: 300px;
    height: 200px;
    background-color: #ccc;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border:1px solid #c1c1c1;
    border-radius: 10px 0 0 0;
    padding:30px;
    -webkit-box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 25px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 25px rgba(50, 50, 50, 0.5);
}

.pptab .ppstatus {
    position:absolute;
    left:0;
    top:0;
    cursor:pointer;
    padding:10px;
}
.pptab .ppstatus .active {
    color:#31708f;
    display:none;
}
.pptab .ppstatus .notactive {
    color:#a94442;
    display:none;
}
.pptab .ppstatus .toggle {
    color:#8a6d3b;
    display:none;
}
.pptab .updating {
    color:#8a6d3b;
    -webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

.pptab .configure {
    position:absolute;
    top:178px;
    left:145px;
    cursor: pointer;
}

.pptab .ppcontent {
    text-align: center;
}

.pptab .ppinstallrequire, .pptab .ppinstalled {
    display:none;
}

.pptab .ppheader {
    font-size: 14px;
    padding: 40px 0;
    margin:0;
}

.pptab .ppinstallrequire .ppheader {
    padding: 10px 0;
}

.pptab .ppinstallrequire a {
    font-size: 11px;
}

.pptab .ppmanager .ppheader {
    padding: 0 0 5px 0;
}

.pptab .ppmanager select {
    height: 120px;
    font-size: 10px;
}

/* MEDIA QUERY */
@media (min-width: 1920px) {
    .navbar-side{left:0;}
    .container-full.main-container{padding-left:230px;}
}
