﻿.btnBack {
    background-color: #208cfe;
    cursor: pointer;
    font-size: 16px;
    border: 0px;
    width: 70px;
    display: none;
    text-align: center;
    float: left;
    height: 25px;
    margin-left: 13px;
    padding-top: 0px;
    color: white;
    margin-top: 0px;
}

.sidestatistics {
    margin-top: 12px;

}
.sub{
  display: list-item;
  margin-left: 1.3em;
  list-style-type: square; 
}
.searchdiv {
    margin-top: 6px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

#AdmSearchheader {
    font-size: 18px;
    margin-left:0px;
}

#txtAddress {
    height: 70px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5px;
    resize: none;
    float: left;
}

.anchor1 {
    font-size: 12px;
    text-decoration: underline;
    text-decoration-color: blue;
    cursor: pointer;
    width: 60px;
}
.anchor1:hover {
   
    text-decoration-color: white;
   
}
.anchor2 {
    font-size: 12px;
    text-decoration: underline;
    text-decoration-color: white;
    cursor: pointer;
    width: 60px;
}
a:hover {
    border-bottom-color: white;
}

.btnforgot {
    width: 296.14px;
    height: 35px;
    border: none;
    border-radius: 3px;
    background-color: #1572c4;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 3px;
}

    .border {
        border: 1px solid rgb(170, 170, 170);
    }

.inputForm:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.background:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btnsubmit:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btnCancel:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0px 0 !important;
}

.sa-icon sa-warning pulseWarning{
    display:none;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 100px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    display:none;
}
#ContentBody_pnladdedit .table {
    margin-top: 0px;
}

#ContentBody_pnlsubadd {
    margin-top: 0px;
}

.treeview input[type=checkbox] {
    display: inline-block;
    margin-left: -6px;
    padding-left: 28px;
    background: url('../images/check.png') no-repeat 0 0;
    line-height: 24px;
    cursor: pointer;
}

.treeview tr td a {
    color: black !important;
}

.popup{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

    /*.background {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }*/