﻿
.top-toolbar {
    background: #959595;
    border-bottom: none;
    height: 48px;
    /*margin: -40px -40px 40px -40px;*/
    padding: 0;
}

.top-toolbar-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px transparent;
    -moz-box-shadow: 0 1px 3px transparent;
    box-shadow: 0 1px 3px transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    padding: 7px 18px 8px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 2px;
    /*margin-bottom: 5px;*/
    font-weight: normal;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    line-height: 1.35715;
    float: right;
}

.top-toolbar-textbox {
    /*display: block;*/
    width: 70px;
    /*height: 34px;*/
    /*line-height: 1.35715;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.62857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /*float: right;*/
    margin-top: 5px;
    /*float: left;*/
    margin-left: 5px;
}

.top-toolbar-label {
    /*float: right;*/
    color: white;
    margin-left: 5px;
    padding-top: 10px;
}

.top-toolbar-seperation {
    padding-top: 2px;
    padding-bottom: 2px;
}
.low.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: gray;
}

.normal.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: green;
}

.urgent.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: orange;
}

.high.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: red;
}

.dx-popup-content {
    overflow-y: auto;
}

body {
    padding-right:15px;

}

h1,h5 {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #777;
    font-weight:400 ;
}

.checkbox-inline {
    font-weight: normal !important;
    padding: 5px;
}

.bckbtn {
   position:absolute; 
   right:28px;
    margin-right: 6px;
    
}

.other-back-button {
    position:absolute;
    right:28px;
    margin-right: -20px;
}

.checkbox-inline > b {
    padding-left: 3px;
    font-weight: 500;
}

    .checkbox-inline > input{
margin-right: 3px;
    }
    

    .bckbtn {
        position: absolute;
        right: 28px;
    }

.hdfrm {
    padding-top:10px;
}

.content-wrapper{
    background-color:white; 
}

h3{
    padding-left: 25px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #777;
}

.header-padding {
    padding-left:25px; 
    padding-right:25px; 
    padding-bottom:25px
}
label {
font-weight:500 !important;
padding-left:5px;
}

h4, h2 {
    padding: 5px;
    color: #777;
    font-size: 1.5rem;
}
.card-title {
    color:white;
}
.btn-group-vertical {
    width: 400px;
    padding-top: 25px;
}

    button > a {
        color: white !important;
    }

.source-pallets-button {
    margin-top: 110px !important;
    margin-left: 100px;
    width: 200px;
}