﻿* {
    border-radius: 0 !important;
}

.page-header-title {
font-family: sans-serif;
font-size: 2.2rem;
}

.page-header {
    background-color: whitesmoke;
    height: 80px;
    padding: 15px;
    padding-top: 25px;
    margin-top:0px;
}

.page-header-contents {

}

.page-header-button {
    float: right;
    /*margin-top: 10px;*/
}

@media (max-width: 510px) {
    .page-header-button {
    font-size:x-small;
    }
    .page-header-title {
    font-size:large;
    }
}

.page-header-td{
    padding-right: 10px;
}

.page-header-div-padding {
    padding-left: 0px;
}

* {
    font-family: Verdana;
    font-size:inherit;
}

.toggle-div {
    margin-top: 10px;
    margin-bottom:10px;
    padding-top: 5px;
    /* padding-bottom: 5px; */
    background-color: ghostwhite;
}

.Common-img-thumbnail {
    margin-left: 18px;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 4px;
}

.margin-Bottom0{
    margin-bottom:0px;
}

.capture-image-modal {
    width: 210px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
}


.Bank-modal-position {
    margin-top: 150px;
}

.text-area-resize-none{
    resize: none;
}

.smart-button-view {
    background-color: transparent;
    background-image: none;
    border: none;
    color: rgb(32, 162, 214);
    box-shadow:none;
    outline: none;
    border-radius:60% !important;
}

.smart-button-Add-serial {
    background-color: transparent;
    background-image: none;
    border: none;
    color:rgb(32, 162, 214);
    box-shadow:none;
    outline: none;
    border-radius:60% !important;
}

.smart-button-edit {
    background-color: transparent;
    background-image: none;
    border: none;
    color: rgb(235, 176, 38);
    box-shadow:none;
    outline: none;
     border-radius:60% !important;
}
.smart-button-remove {
    background-color: transparent;
    background-image: none;
    border: none;
    color: rgb(217, 56, 42);
    box-shadow:none;
    outline: none;
     border-radius:60% !important;
}

.smart-button-add {
    background-color: transparent;
    background-image: none;
    border: none;
    color:rgb(62, 143, 62);
    box-shadow:none;
    outline: none;
     border-radius:60% !important;
}

.tooltip-inner {
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
     width:auto;
    background-color:#171616;
    font-family:Arial;
    font-size: 11px;
}

button:focus {
    outline:0 !important;
}

.dialog-header-error { 
    background-color:rgb(204, 45, 45);
    height:40px;

}

.dialog-header-sucess {    
     background-color: rgb(45, 204, 112);
     height:40px;

}
.dialog-header-Warning {    
     background-color:#eea236;
     height:40px;

}

.red{

    border-color:#960505;

}

.margin-left-checkbox {
    margin-left:6px;
}


.alert-box-position{
    margin-top:200px;
}


.form-control[disabled] 
{
    background-color: #FFF;
}

.redBorder {
      border-color:#a94442;
      }

.grayBorder{
border-color:#ccc ;
}

/*Scrollbar Related Css*/

::-webkit-scrollbar
{
  /*width: 12px;*/  /* for vertical scrollbars */
  /*height: 12px;*/ /* for horizontal scrollbars */
  width: 5px;
  background-color: #F7F7F7;
}

::-webkit-scrollbar-track
{
  /*background: rgba(0, 0, 0, 0.1);*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    /*background: rgba(0, 0, 0, 0.5);*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #BFBFBF;
}

/*End*/

