﻿.AJComboBoxStyle .ajax__combobox_inputcontainer {
    top:0px !important;   
}
.AJComboBoxStyle .ajax__combobox_textboxcontainer input {
    background-color: White;
    border: solid 1px CadetBlue;
    border-right: 0px none !important;
    width: 100%;
    top: 0px !important;
    padding: 1px;
}
.AJComboBoxStyle .ajax__combobox_buttoncontainer button {
    background-color: White;
    border: solid 1px CadetBlue;
    top: 0px !important;
    width: 25px;
    height: 25px;
    
}
.AJCalendar .ajax__calendar_container {
    border:1px solid SteelBlue;
    background-color: White;
    color: red;
}
.icon-badge
{
    position: relative;
    margin-left: -20px;
    top: -20px; 

    font-weight: bold !important;
    font-family: Arial;
    font-size: 10pt;
    width: 25px;
    height: 25px;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 25px;
}

.icon-left
{
    position: relative;
    margin-left: -26px;
    width: 25px;
    height: 25px;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 25px;     
    cursor:hand;
}

.submitButton
{
    cursor:hand; 
}


.msg-badge
{
    font-weight: bold !important;
    font-family: Arial;
    font-size: 14pt;
    width: 65px;
    height: 65px;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 65px;
}
.align-lines
{
    display:flex;
    align-items:center;
}
    

body
{ padding-top:50px;
  padding-bottom:50px;
}
    
.chart-container {
  position: relative;
  overflow:auto;
  margin: auto;
}

::-ms-reveal {
        display: none;
      }
      
