.logo {
  width: 50px; height: 50px; border-radius: 50%;
}
.viewSize{
  overflow:hidden; min-height: 550px; background-size: cover;
  float: right; width: 100%; height:100%; 
}
.menuBarClass {
  height:60px;
}
.messageBox {
  padding:10px; border-radius: 10px; line-height: 1.5;
  margin:20px; font-weight: bold;
  color: darkred; background-color: cyan;
}
.rowHead:hover{
  background-color: #0000000a; border: 1px solid #00000029; height: 100%;
}
.menuText {
  font-size: 15px; color:white;
}
.menuTextSmall {
  font-size: 13px;
}
.sectionHeading{
  padding:20px; text-align: center; font-weight: bolder; text-decoration: underline;
}
.mapContainer {
  width:170%;
}
.mapArea {
  cursor: pointer;
}
.mapArea:hover {
  background-color: green; border-color: red; border: 2px solid red;
}
.cellHead{
  border: 1px solid #00000029; font-weight: bold;
  padding:5px; height: 50px; background-color: #0000000a;
}
.cell{
  border: 1px solid #00000029; font-size: 10px;
  padding:5px; height: 50px; word-break: break-word; overflow: hidden;
}
@font-face {
    font-family: myFirstFont;
    src: url('Poppins-Medium.ttf');
}
.totals{
  font-weight: bold; text-align: right;
}
.mainPanel{
  padding-top: 0px;
}
.authorText {
   font-size:15px; padding-top: 60px;
}
.highlightCurModal{
  background-color: rgba(0, 0, 0, .075);
}
.highlightActModal:hover{
  background-color: rgba(0, 0, 0, .075);
  font-weight: bold;
}
.noHover{
  pointer-events: none;
}
.dropdownMenuOption:hover{
  color:green; font-style: italic;
}
map, div[map] {display:block;}
.contactText{
  font-size: 20px;
}
.searchFormMain {
  padding-top:15px; padding-left:20px;
}
.coSticky1 {
    position: sticky; z-index: 3; font-size: 10px;
    top:0px; float: right; height: auto; width: 150px;
    text-orientation: upright; 
    border-top-left-radius: 10px; border-bottom-left-radius: 10px;
    padding:15px; margin:0px; cursor: pointer;
    background-color: #ebe6e669;
}
.coSticky2 {
    position: sticky; z-index: 400; font-size: 12px;
    top:0px; float: left; height: auto; width: 180px;
    text-orientation: upright; 
    border-top-right-radius: 10px; border-bottom-right-radius: 10px;
    padding:15px; padding-left: 10px; margin-left:-15px; cursor: pointer;
    color: green; background-color: #c2fbd7;
}
/*Start: Chat style */
.chatSticky {
    position: sticky; z-index: 500; font-size: 12px;
    bottom:0px; float: right; height: auto; width: 80px; color: white;
    text-orientation: upright; border-top-right-radius: 10px; 
    border-top-left-radius: 10px; border-bottom-left-radius: 10px;
    padding:15px; padding-left: 10px; margin-left:-15px;
    color: green; background-color: rgb(3 169 244 / 80%);
}
.chatQuestion {
  border-top-right-radius: 50px; border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px; background-color: lightgray;
  padding: 10px; margin-bottom: 10px; color: #333; 
}
.optionValue{
  background-color: rgba(3, 169, 244, 0.38); padding: 10px; color: #333;
  border-radius: 10px; line-height: 2.5; cursor: pointer;
}
.optionValue:hover{
  background-color: #4caf50; color: white;
}
.selectedOption{
  background-color: #4caf50; color: white;
}

/*End: Chat style */

th {
  font-size: 12px;border: 1px solid #ddd; 
  background-color: #6969691f;
}
td {
  font-size: 12px;border: 1px solid #ddd;
}
table thead tr{
 border: 1px solid #ddd; 
}
table thead tr th{
 border: 1px solid #ddd !important; 
}
.card:hover{
  background-color: #cddc3926;
}
table tbody tr td{
 border: 1px solid #ddd !important; 
}
.showInfoLinkInactive{
  text-align: right; background-color: grey; color: white;
  padding:10px; margin:0px; float: right;
  border-top-left-radius: 25px;border-bottom-left-radius: 25px;
}
.showInfoLink {
  text-align: left; background-color: orange; color: white;
  padding:10px; margin:0px; float: left; cursor: pointer;
  border-top-right-radius: 25px;border-bottom-right-radius: 25px;
}
.socialMediaIcon{
  cursor:pointer; background-color: green; 
  border-radius:10px; padding:5px; margin:5px;
}
.bookmarkDiv {
  float:right; margin-right:-40px;
}
.bookmark {
  color:grey; cursor: pointer;
}
.bookmark:hover{
  color:red;
}
.thumb{
  width:400px; height: auto;
}
.selectedLabel {
  background-color: #8bc34a!important; color: white!important; 
  border-radius: 5px; padding:5px; font-size: 12px;
}
.actButtonPos {
  background-color: #8bc34a!important; color: white; 
  border-radius: 5px; padding:5px; font-size: 12px;
}
.actButtonNeg {
  background-color: #f36521ba!important; color: white; 
  border-radius: 5px; padding:5px; font-size: 12px;
}
.textareaElement {
  width: 100%;
  min-height: 17px;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.textareaElement:hover{
  background-color: #9e9e9e24;
}
.comments {
  background-color: #9e9e9e24; padding:5px; margin: 5px; border-radius: 10px;
}
.justIcon:hover{
  background-color: #8bc34a; color: white; 
  border-radius: 5px; padding:5px;
}
.dropdown-menu {
  top:40px!important;
}
.dropdown-menu:hover {
/*  background-color: grey!important;*/
}
.inputControl {
  height:50px; margin-bottom: 10px; min-width: 100px;
}
.labelField{
  text-align: right;
}
.labelText {
  padding: 5px; margin:5px; text-align: left;
  border-radius: 5px; line-height: 2;
  background-color: #9e9e9e52;
}
.labelTextSelected {
  padding: 5px; margin:5px; text-align: left;
  border-radius: 5px; line-height: 2; font-weight: bolder;
  background-color: green; color: white;
}
.labelText:hover {
  background-color: #4CAF50; color: white;
}
.labelTextSmallPadding {
  padding: 2px; margin:2px; font-size: 15px;
  font-weight: bold; text-align: left;
  border-radius: 10px; color: rgb(0 0 0 / 50%);
  background-color: #9e9e9e52;
}
.labelTextSmallPadding:hover {
 background-color: #4CAF50; color: white; 
}
.highlightText {
  padding: 2px; margin:2px; font-size: 15px;
  font-weight: bold; text-align: left;
  border-radius: 10px;
  background-color:#4CAF50; color:white;
}
.scrollTextSmallPadding {
  padding: 2px; margin:2px; font-size: 15px;
  font-weight: bold; text-align: left;
  border-radius: 10px; color: #607D8B;
  background-color: #cff7a16e;
}
.scrollTextSmallPadding:hover {
 background-color: #FFC107; color: white; 
}
.textColor{
  color:#607d8b;
}
.profileDisp{
  height:60px; width: 60px; margin:5px; padding:5px;
  border-radius: 50px; background: white;
}
.profileDispComment {
  height:50px; width: 50px; margin:0px;
  border-radius: 50px; background: white;
}
.navbar-right:hover {
  color: white!important;
  background-color: #8bc34a!important;
}
.nav .open > a {
  background-color: #50af55;
}
.nav .open > a:hover {
  background-color: #50af55;
}
.nav .open > a:focus {
  background-color: #50af55;
}
.highText{
  font-family:sans-serif; text-align: left; padding-left:20px; line-height:1.5;color:#607d8b; 
}
.hoverText:hover{
  background-color: grey;color:#607d8b; font-style: italic;
}
.highTextNoPadding{
  font-family:sans-serif; text-align: left; padding: 5px; line-height:1.5;color:#607d8b; 
}
.highTextNoPadding:hover{
  color:white;
}
.highTextNoPaddingNoHover{
  font-family:sans-serif; text-align: left; padding: 5px; line-height:1.5;color:#607d8b; 
}
.justTextHighlight {
  color: green; font-style: italic; font-weight: bold;
}
.activityStep {
  background-color: #f36521; font-size: 15px; border-radius: 10px; 
  padding: 5px; margin: 2px; display: inline-block; cursor: pointer; color: white;
}
.activityStep:hover{
  background-color: #4caf50;
}
.activitySelection {
  background-color: #ffc107; font-size: 15px; border-radius: 10px; 
  padding: 5px; margin: 2px; display: inline-block; cursor: pointer; color: white;
}
.activitySelection:hover{
  background-color: #4caf50;
}
.quotes{
  width:100%; height: 400px; padding:20px;
}
.curActivityStep {
  background-color: #4caf50; font-size: 18px; border-radius: 10px; 
  padding: 5px; margin: 2px; display: inline-block; cursor: pointer; color: white;
}
.bigSmallButton {
  font-size: 20px;
 }
.control-text {
  font-size: 12px;border: 1px solid #ddd; padding:5px;
}
.card-body {
    -webkit-animation-delay:1.3s
}
.textBackground {
  padding: 5px; background-color: #8bc34a; border-radius: 10px; color: white;
}
.searchBut {
  font-size: 14px!important;
}
.searchText {
  text-align: center; margin-top: -20px;
}
.button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}
.button-11 {
  position: absolute;
  background-color: red;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 0px 7px;
  margin-top: -7px;margin-left: -7px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 12px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.iconClass {
  border-radius: 50%; background-color: #f36521; 
  color: white; cursor: pointer; width: 30px; height: 30px; padding:3px;
  display: inline-block; text-align: center;
}
.iconClass:hover{
  background-color: #4caf50;
}
.wardClass {
  text-align: center;
  cursor:  pointer; text-align:  center;background-color:#ff9800; 
  padding: 10px; color: white; margin:3px; border-radius: 10px;
}
.sliders {
    position: relative;
    padding: 20px;
    display: none;
    min-height: 800px;
    /*max-height: 750px;*/
    background-size: cover;
    background-position: center;
}
.partyCalendarFull {
  padding-left:20px;
}
.calendarFull {
  padding:5px; margin:10px; padding-left:50px;
}
.calendarSize {
  width:120px;margin: 1px; padding: 1px;
}
.calendarDays {
  width:auto; height: 100px; padding:0px; margin: 0px;
}
.calDateFormat {
  font-size: 15px!important;
}
.blankDays {
  width:120px; height: auto; margin: 1px; padding: 1px;
}
.partyCalendarSize {    
  width:180px;margin: 1px; padding: 1px;
}
.partyBlankDays {
  width:180px; height: auto; margin: 1px; padding: 1px;
}
.slotName {
  font-size: 12px;
}
.chartPanel {
  height: 300px;
}
.chartStyle {
  width:100%; height: auto;
}
.selectBox {
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}
.fixed_header{
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display: block;
  overflow: auto;
  height: 500px;
}

.fixed_header thead tr {
  display: block;
  width: auto;
  overflow: auto;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
}

.label{
  background-color: #8bc34a; font-family: helvetica;
  padding:5px; margin:5px;
  border-radius: 5px;
}
.grayedLabel{
  background-color: grey;  font-family: helvetica;
  color:white;
  padding:5px; margin:5px;
  border-radius: 5px;
}
.sticky {
    position: fixed; z-index: 999; text-align: right;
    top:100px; cursor: pointer; float: right; height: 80px;
    border-top-right-radius: 10px; border-bottom-right-radius: 10px;
    padding:10px; margin-top:10px; margin-bottom: 10px;
    color: white; background-color: #00bcd47a;
}
.tmStyle{
  border-radius:50%; margin:2px; 
  padding:2px; background-color:white; 
  color:#D41A1A; font-size:8px; font-weight:bold;
}
.mainPage {
  margin: 5px;margin-top:55px; min-height:600px;
}
.mainHeaders2 {
    font-size: 20px;
    border-radius: 10px;
    display: inline-block;
    background-color: rgba(247, 247, 247, 0.57);
    margin: 5px;
    padding: 5px;
    color: black;
}

.mainHeaders {
    display: none;
    font-size: 40px;
    border-radius: 10px;
    background-color: rgba(247, 247, 247, 0.57);
    margin: 10px;
    padding: 10px;
    color: black;
}
.headSection {
  display:flex;
}
.homePageIcons {
    width: 100%; height: 200px; font-size: 100px;
    border-radius: 50%; border: 10px solid #fff;
    background-color: #000; display: inline-block;
    vertical-align: middle; opacity: .5;
    padding:15px; text-align: center;
    position: relative; transition-property: background, border-radius;
    transition-duration: 1s; transition-timing-function: linear;
}

.homePageIcons.hovered {
    color: #337ab7; opacity: 1;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #337ab7
}

.srnFont{
  font-size: 12px;
}
.srnLineBG {
  background-color: #cccccc69;
}
.reportDisplay{
  padding-top:30px; padding-left:50px; min-height:620px; position:relative;
}
@media only screen and (max-width:768px) {
    .homePageIcons {
        width: 80px;
        height: 80px;
        font-size: 40px;
        display: inline-block;
        margin-bottom: 6px;
    }
}
.flyInText {
 height: 50px;  
 overflow: hidden;
 position: relative;
}
.flyInText span {
 position: absolute;
 width: auto;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: left;
 /* Apply animation to this element */  
 animation: flyInText 5s linear;
}

@keyframes flyInText {
 0%   { 
  transform: translateX(200%);     
 }
 100% { 
  transform: translateX(0%); 
 }
}
.homePageImage {
   width:100%; height: 450px; border-radius: 50%;
}
.container{
  padding-top: 30px; 
  /*min-height: 650px;*/
}
#topMenuFull,.tiles {
  width:100%;
  background-size:cover!important;
}
.shake{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

#topMenuFull,.tiles,body,html {
  background-size:cover!important;
}

/*#aboutUs,#contactUs,#features,#services,body,html {
  background-color:#fff;
}
*/
#footerPage a{
  color: #B6DBFB;
}
body,html {
  color:balck;
  height:100%;
}

.moreText {
  display:none;
}

.tiles {
  min-height:100%;
  padding-bottom:42px;
  padding-top:50px;
}

#topMenuFull {
  position:fixed;
  overflow:hidden;
  height:0;
  z-index:1000000000;
  background-color:#000;
  opacity:.9;
  color:#fff;
}

#topMenuFull a {
  color:#83C2F9;
}

#topMenuFull a:hover {
  color:#02080E;
}

h1 {
  color:#fff;
}

p {
  font-size:17px;
}

.taglines {
  color:#000;
  text-shadow: 4px 4px 2px rgb(169, 159, 159);
  font-size: 24px;
}

h1.taglines{
  font-size: 15px;
}

#home {
  color:#fff;
}

.footerStyle {
  font-size:10px;
  height: 100%;
}
.footerText {
  font-size:12px;
  color:black;
}

#menuContainer .menu {
  padding:5px;
  cursor:pointer;
  display:inline-block;
  font-size:20px;
  color:#2196F3;
}

.menu {
  padding-top: 15px; margin-left:15px;
}

#menuContainer .menu.active {
  background:rgba(3, 169, 244, 0.38);
  border-radius: 5px;
  color:#fff;
}
body{
    font-size: 15px;
}
p{
    font-size: 12px;
}
.pannel-header{
    background-color: #DAD3D3;
}
.panel-body{
    font-size: 12px;
}
.ui.step, .ui.steps .step{
    width: 200px;
    font-family: Arial;
    font-size: 12px !important;
}
.steps{
    left: 0px;
    font-size: 12px;
    position: relative;
}
.ui.ordered.steps .step.active:before, .ui.steps .active.step .icon{
    font-size: 15px;
}
#wrningsAndErrors .alert{
    display: block !important;
}
#wrningsAndErrors li{
    display: none;
}

@media only screen and  (max-width: 992px) and  (min-width: 768px){
  #menuContainer .menu {
  padding-left:10px;
  padding-right:10px;
  font-size:20px;
  }

  .taglines {
    font-size:20px;
  }
}  
.carouselMargin{
  margin-top: -20px!important; padding: 0px!important;
}
.carousel,
.item,
.active {
  width: auto; height: 500px; margin-top: 0px; background-color: white;
/*  background-image:url('/img/bg4.jpg'); background-size:cover;*/
}
.carousel-inner {
  width: auto; height: 500px; margin-top: 0px;
}
.carouselImage {
  width: auto; max-height: 600px!important;
}
.carousel-control {
  cursor: pointer; top: 80px;
}
.carouselImageSmall{
  width: 100%; height: 400px!important;padding: border-radius: 5px;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-color: rgba(3, 169, 244, 0.16);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*thiis is for google map */
.pac-container{
  z-index: 1000000000 !important;
}

#requestPage table tbody tr{
  cursor: pointer;
}
#requestPage table tbody tr.selected{
  background-color: rgba(3, 169, 244, 0.55) !important;
  color:#353535;
}
#requestPage table tbody tr:first-child {
  /*background-color: #9DA5FF !important;*/
}
footer {
  position: relative;
  clear:both;
  padding:10px;
/*  color:#D8D8DA;*/
  text-align:center;
/*  background-color:#222;*/
/*  border: 1px solid #080808;*/
}
.wizard {
    /*margin: 20px auto; */
    background: #2f131326;
}

.wizard .nav-tabs {
  position: relative; margin-bottom: 0; margin:30px auto !important;
  border-bottom-color: white!important; height: 95px !important;
}

.wizard .nav-tabs .processStepBox {
    
}

.wizard > div.wizard-inner {
    position: relative;
    padding-left:10px;
    padding-right:10px;
}
.connecting-line {
  top:60%!important; width:100%;
}
.countStyle {
  border-radius:50%; background-color:#337ab7; 
  color:white; padding: 2px;
}

.highlightedTab {
    background-color: #4d90fe94 !important;
    border-top-right-radius: 10px;
}
span.round-tab {
    width: 35px; height: 35px; display: inline-block; margin-left: -10px!important;
    border-radius: 50px; background: #fff; border: 2px solid #337ab7;
    z-index: 2; position: absolute; left: 0; text-align: center; font-size: 25px;
}
span.round-tab i{
    color:#337ab7;
}
.wizard li.active span.round-tab {
    background: #337ab7; border: 2px solid #337ab7; cursor: pointer;
}
.wizard li.active span.round-tab i{
    color: white;
}

span.round-tab:hover {
    color: #333; border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 15%; margin-bottom: 20px!important;
}

.wizard li:after {
    content: " "; position: absolute; opacity: 0; margin: 0 auto;
    bottom: 0px; border: 5px solid transparent; border-bottom-color: #337ab7;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " "; position: absolute; left: 30%!important; opacity: 1; margin: 0 auto; 
    bottom: 0px; border: 10px solid transparent; border-bottom-color: #337ab7;
}

.wizard .nav-tabs > li a {
    width: 35px!important; height: 35px!important; 
    margin: 5px auto; border-radius: 50%; padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative; padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}

.form-horizontal{
  padding:5px;
}
.section{
  background-color: #F9F9F9;
} 
.section p{
  line-height: 1.9em;
} 
.taglinesHead {
  background-color: blue;
  padding:10px;
  border-radius: 50px;
}
.taglinesInfo {
  background-color: blue;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #080808;  
}
.taglines{
      position: relative;
        font-size: 25px;
        font-family: Montserrat;
        line-height: 40px;
        src: url("/fonts/Montserrat-Light.otf");
      margin-bottom: 50px;
      text-shadow: 4px 4px 2px rgb(169, 159, 159);
      /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
      color: black;
    }
.taglines1{
      position: relative;
      left:3000px;
      margin-bottom: 20px;
      text-shadow: 4px 4px 2px rgb(169, 159, 159);
      /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
    }
.fromHedaer{
      position: relative;
      text-shadow: 4px 4px 2px rgb(169, 159, 159);
      /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
    }
.errorField{
    display: none;
    float: right;
    background-color: #F3E2B6;
    color: #E01818;
    padding-left: 10px;
    padding-right: 10px;
}
.pageHolder p{
  color: #908D8D;
   line-height: 1.9em;
}
.pricing{
    text-align: center;
    border-radius: 10px;
}
.pricing .content1{
    background-color: #1A314C;
    border-radius: 10px;
}
.pricing:hover{
  background-color: #00d185;
  border-radius: 10px;
}
.pricing p{
    text-align: left; padding-left: 20px;
    padding-right: 20px; padding-top: 10px;
    padding-bottom: 10px; font-size: 12px;
    color: white; line-height: .5;
}
.pricing .planType{
    background-color: black;
    margin-top: 10px; opacity: .5;
    border-radius: 10px;  color: white;
    font-size: 25px; text-align: center;
}
.pricing .price span{
    font-size: 15px;
    color: #00FF21;
}
.myContent:hover{
  background-color: rgb(0 0 0 / 10%);
}
.menuContent {
    font-family: Montserrat;
    src: url("/fonts/Montserrat-Light.otf");
}
@font-face {
    font-family: Montserrat;
    src: url("/fonts/Montserrat-Light.otf");
}
@font-face {
    font-family: Montserrat;
    src: url("/fonts/Montserrat-Light.ttf");
}

@font-face {
    font-family: Montserrat;
    src: url("/fonts/Montserrat-Light.otf");
}
@font-face {
    font-family: Montserrat;
    src: url("/fonts/Montserrat-Light.ttf");
}

p{
    font-size: 18px;
    font-family: Montserrat;
    line-height: 30px;
    src: url("/fonts/Montserrat-Light.otf");
}
.crm{
  font-size: 25px;
  font-family: Arial;
  text-decoration: underline;
}  
.ui-datepicker{
  font-size: 12px;
}
.partials .alert{
  display: none;
  width:100%;
}
.alert{
  display: none;
}
.alert-warning{
  border-radius: 5px; margin:10px; padding:10px;
}
.reportBlock{
}
#menuBtn{
  position: relative;
    z-index: 100;
    font-size: 30px;
    color: blue;
    cursor: pointer;
}
#menu a{
  color: #CAE1F5 !important;
}
.subMenuTable{
    background-color: #0C296F;
    width: 100%;
    display:none;
  }
  .subMenuTable a{
    width: 100%;
    display: block;
  }
  .subMenuTable tr{
        border-bottom: 1px solid beige;
  }
  .subMenuTable tr td{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .expandMenu{
    float: right;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 5px;
    cursor: pointer;
    color: #210000;
  }
  #menu{
    background-color: rgb(53, 99, 210);
    width: 300px;
    height: 100%;
    position: absolute;
    border:1px solid rgb(69, 104, 189);
    left:-300px;z-index: 100;    
  }

/*For Mobile*/
@media only screen and (max-width:768px) {
  .mainPanel{
    padding-top: 75px;
  }
  .fromHedaer{
    left: 40px;
  }
  .homeTags{
    padding-left:50px;
    padding-right:50px;
    padding-top:0px; padding:60px;
    margin-bottom:40px;
  }
  .mapContainer {
    width:120%;
  }
  .sliders {
      position: relative;
      padding: 20px;
      display: none;
      min-height: 300px;
      max-height: 450px;
      background-size: cover;
      background-position: center;
  }
  .carouselMargin{
    margin-top:-30px!important; padding: 0px!important;
  }
  .carouselImage{
    height: 250px!important;
  }
  .carouselImageSmall{
    height: 250px!important; padding: border-radius: 5px;
  }
  .quotes{
    width:100%; height: 200px; padding:20px;
  }
  .profileDisp{
    height:50px; width: 50px; margin:5px;
    border-radius: 50px; background: white;
  }
  .menu {
    padding-top: 8px; margin-left:15px;
  }
  .wardClass {
    padding:  5px; font-size: 12px;
  }
  .bigSmallButton {
    font-size: 15px;
  }
  .hamburger{
    position: relative !important;
    top:5px !important;
  }
  .taglines{
    margin-bottom: 20px;
    font-size: 15px;
  }
  .panel-title{
    margin-left: 10px;
  }
  #dashboardPage .panel-body{
    overflow: auto;
  }
}
/*only for desktop*/
@media only screen and  (min-width: 992px){ 

  .homeTags{
    padding-left:150px;
    padding-right:150px;
    padding-top:25px; padding:60px;
    margin-bottom:40px;
  }
}

@media only screen and  (max-width: 992px) and  (min-width: 768px){ 
  .homeTags{
    padding-left:70px;
    padding-right:70px;
    padding-top:25px;
    margin-bottom:40px;
  }
}
  
table.scroll {
    border-spacing: 0;
}

table.scroll tbody,
table.scroll thead { display: block; }

table.scroll tbody {
    min-height: 100px;
    overflow-x: hidden;
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

body {
  font-family: Helvetica;
  font-size: 13px;
}

.calloutCustom {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
}

/* Callout header */
.calloutCustom-header {
  padding: 25px 15px;
  background: #555;
  font-size: 30px;
  color: white;
}

/* Callout container/body */
.calloutCustom-container {
  padding: 15px;
  background-color: #ccc;
  color: black
}

/* Close button */
.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Change color on mouse-over */
.closebtn:hover {
  color: lightgrey;
}

div.callout {
  float: left;
}

div.callout {
  background-color: #444;
  background-image: -moz-linear-gradient(top, #444, #444);
  position: relative;
  color: #ccc;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px #999;
  margin: 25px;
  min-height: 100px;
  border: 1px solid #333;
  text-shadow: 0 0 1px #000;
  z-index: 500 !important;
  overflow: hidden;
  
  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.callout::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
}

.callout.top::before {
  left: 45%;
  bottom: -20px;
  border-top: 10px solid #444;
}

.callout.bottom::before {
  left: 45%;
  top: -20px;
  border-bottom: 10px solid #444;
}

.callout.left::before {
  right: -20px;
  top: 40%;
  border-left: 10px solid #444;
}

.callout.right::before {
  left: -20px;
  top: 40%;
  border-right: 10px solid #444;
}

.callout.top-left::before {
  left: 7px;
  bottom: -20px;
  border-top: 10px solid #444;
}

.callout.top-right::before {
  right: 7px;
  bottom: -20px;
  border-top: 10px solid #444;
}
.navBardemoBasicUsage md-content .ext-content {
  padding: 50px;
  margin: 20px;
  background-color: #FFF2E0; 
}
.separator {
  width:25%;opacity: 0.5;margin-bottom: 5px;
}
/* for Mobile*/
@media(max-width : 767px ) {
  .logo {
    width: 30px; height: 30px; border-radius: 50%;
  }
  .viewSize {
/*    padding-top: 15px;*/
  }
  .messageBox {
    padding:5px; border-radius: 5px;
    margin:10px; font-weight: bold;
    color: darkred; background-color: cyan;
  }
  .mainPage {
    margin-top: 55px; 
  }
  .menuBarClass {
    height:50px;
  }
  .searchBut {
    margin-top: -1px;
  }
  .searchButMoreMargin {
    margin-top: -10px;
  }
  .cell{
    font-size: 12px;
    height: 100px;
  }
  .labelTextSmallPadding {
    font-size: 12px;
  }
  .contactText{
    font-size: 15px;
  }
  .searchFormMain {
    padding-top:8px; margin-left:60px;
  }
  .authorText {
     font-size:12px; padding-top: 10px; padding-bottom: 20px;
  }
  .iconClass {
    font-size: 10px; width: 20px;height: 20px; margin-top: 5px;
  }
  .calendarFull {
    padding:5px; margin:5px; padding-left:10px;
  }
  .carouselImage {
    width: auto; max-height: 400px!important;
  }
  .calendarSize {    
    width:43px;margin: 1px; padding: 1px;
  }
  .calDateFormat {
    font-size: 10px!important;
  }
  .searchText {
    margin-top:0px;
  }
  .bookmarkDiv {
    float:right; margin-right:-30px;
  }
  .separator {
    width:50%;opacity: 0.5;margin-bottom: 5px;
  }
  .partyCalendarSize {    
    width:45px;margin: 1px; padding: 1px;
  }
  .partyBlankDays {
    width:45px; height: auto; margin: 1px; padding: 1px;
  }
  .blankDays {
    width:43px; height: auto; margin: 1px; padding: 1px;
  }
  .partyCalendarFull {
    padding-left:15px;
  }
  .calendarDays {
    width:auto; height: 45px; padding:1px; font-size: 10px;
    text-align: center; padding-top: 5px;
  }
  .slotName {
    font-size: 9px; padding:0px!important; margin: 10px!important;
  }
  .carousel-control {
    top: 50px;
  }
  .chartPanel {
    height: auto;
  }
  .chartStyle {
    width:100%; height: auto;
  }
  .activityStep {
    font-size: 12px;
  }
  .curActivityStep {
    font-size: 15px;
  }
  .connecting-line {
    margin-top:-4%!important;
  }
  span.round-tab {
      width: 40px!important; height: 30px!important;
  }
  .wizard li.active span.round-tab {
      background: #337ab7; border: 2px solid #337ab7; cursor: pointer;
  }
  .wizard li.active span.round-tab i{
      color: white;
  }
  .wizard li:after {
  }

  .wizard li.active:after {
  }
  .wizard .nav-tabs{
    border-bottom-color: white!important; height: 25px !important;
  }
  .wizard .nav-tabs > li a {
      width: 20px!important; height: 20px!important; 
      border-radius: 50px; padding: 0;
  }
  .srnFont{
    font-size: 9px; font-family: arial;
  }
  .reportDisplay{
    padding-top:10px; padding-left: 0px; overflow-x: auto;
  }
}
.vl {
  border-left: 1px solid #337ab7;
  height: 370px;
}
