﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
    /*width:auto!important;*/
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.labelcustom {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 10px;
    min-height: 15px;
    color: black;
    font-family:'B Nazanin' ,Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

input:disabled,
select:disabled,
textarea:disabled {
    opacity: .4;
    cursor: not-allowed;
    color: transparent;
}

.tableRowPointer tr {
    cursor: pointer;
}

.tabletextCenter th, td {
    text-align: center;
}

.blackcolor {
    color: black !important;
}

.yellowcolor {
    color: #fff1a2 !important;
}

.bold {
    font-weight: bold;
}

@media print {
    .zeromargin {
        padding: 0px !important;
        margin: 0px !important;
        height: auto !important;
        top: 0px !important;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 100% !important;
    }

    .tableorder {
        margin-top: 5px;
        border: solid 1px !important;
        font-family: Tahoma !important;
        font-size: 14px !important;
        width: 500px;
    }

    .printSize {
        width: 100%;
        position: fixed;
        margin: 1cm;
        padding: 10px;
        right: 0px;
        left: 0px;
        top: 0px;
    }
   
    .tableBill
    {
        width:auto!important;

    }
    .scalprint {
        width: 100% !important;
        /*font-size:12px;*/
    }
    
}
.OtherSide {
    float: right;
}

@page {
    size: A4 portrait;
   
    padding-bottom: 100px;
}

.border_panel {
    border: solid 1px #8a7f7f;
    border-radius: 6px;
}

.custom_panel {
    /*width: 100%;*/
    height: auto;
    border: solid 1px #808080;
    border-radius: 6px;
    margin-top: 5px;
}

.custom_panel_shadow {
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0,0.9);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0,0.9);
    box-shadow: 0 8px 16px rgba(0, 0, 0,0.9);
}

.custom_panel #head {
    height: 30px;
    border-bottom: solid 1px #808080;
    background-color: #d7d6d6;
    padding-right: 10px;
    padding-left: 10px;
    background: linear-gradient(to bottom, #c5cdd0 0%, #8f8e9b 100%);
}

.custom_panel #head label {
    color: #515264;
    margin: 0px;
    padding-top: 7px;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Times New Roman',Tahoma;
}
.labelcaption {
    width: 80px;
    font-size: 14px;
}
.fixheight label {
    font-family: 'B Nazanin',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
}
span.round-tab {
    width: 70px !important;
   
}

    span.round-tab img {
        width: 45px;
        height: 45px;
    }

.wizard .nav-tabs > li a {
    width: 80px !important;
}
.polycaption {
    width: 100px;
    font-size: 14px;
}
.LacingCaption {
    width: 120px;
    font-size: 14px;
}
.prefactorheader {
    width: 200px;
    margin-right: 55%
}

.textdate {
    width: 180px!important;
    color: #14297c!important;
    font-family: Tahoma!important;
    font-size: 12px!important;
    font-weight:600!important;
    padding: 5px 0px 5px 0px!important;
}
.labeldate{
    width:65px!important;
}
.inputlang
{
    width:140px!important;
}
.orderstate {
    font-size: 14px;
}
span.round-tab img {
    width: 45px;
    height: 45px;
}
.polyTypeCombo{
    width:60%;
}
.lablefrombox{
width:160px;
}
.installCaption
{
    width:90px;
}
.labelPaycaption
{
    width:90px;
    
}
.tablePay td {
    text-align: right;
}
.lableinstallvat{
width:120px;
}
.officialBill{
    width:160px;
}
.alertAnimate1 {
    -webkit-animation: blink 1s infinite; /* Safari 4.0 - 8.0 */
    animation: blink .8s infinite;
    animation-direction: alternate-reverse;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink {
    from {
        border: 2px solid #ccc;
        
        
    }

    to {
        border: 2px solid #ed1717;
        background-color: rgba(239, 30, 30, 0.08);
    }
}

@keyframes blink {
    from {
        border: 2px solid #ccc;
    }

    to {
        border: 2px solid #ed1717;
        background-color: rgba(239, 30, 30, 0.08);
    }
    
}

.disabledWithText {
    color: inherit!important;
}
/*button style for regorder*/
.buttonStyle1 {
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: rgba(92, 92, 107, 0.14);
    font-family: 'Times New Roman',Tahoma;
    font-size: 14px;
    font-weight: 500;
    color: #5f0c0c;
    border: solid 1px #808080;
    border-radius: 5px;
    padding-top: 3px;
    text-align: center;
}

    .buttonStyle1:hover {
       
        background-color: rgba(5, 7, 68, 0.37);
        border: solid 1px #808080;
        border-radius: 5px;
    }

    .buttonStyle1 img {
        width: 45px;
        height: 40px
    }

    .buttonStyle1 label {
        font-family: Tahoma;
        font-size: 12px;
        font-weight: 400;
    }
.disableToolButton {
    opacity: .3;
    pointer-events: none;
}
.colborder {
    padding-top: 4px;
   
}
/* end button style for regorder*/
/*Dragable panel*/
.dragdiv {
    position: fixed;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    top: 50%;
    right: 0px;
    width: 40px;
    border-radius: 3px;
    background-color: rgba(199, 203, 206, 0.91);
    display:none;
}

.dragdivheader {
    padding: 7px;
    cursor: move;
    z-index: 10;
    background-color: #a7aeb3;
    color: #fff;
    border-radius: 3px;
    padding:1px!important;
}
.dragdivheader img{
    padding:7px;
}
    .toolbox
{
width:90%;
margin:5px 2px;
border-radius:3px;
padding:3px;
}
    .toolbox:hover {
        cursor: pointer;
        background-color: rgba(144, 158, 168, 0.90);
       
    }
    .toolbox img {
        width: 100%;
    }
/*end  Dragable panel*/

@font-face {
    font-family: 'material icons';
    src: url('../fonts/material-icons.woff2') format('woff2');
}

.material-icons {
    font-family: 'material icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}
.nav-tabs.custom li {
    margin-left: 7px;
    margin-right: 0px;
}