﻿@font-face {
     font-family: BASKERVILLE;
     src: url("../fonts/BASKERVILLE-SEMIBOLD.eot"); /* EOT file for IE */
}
@font-face 
{ 
    font-family: BASKERVILLE; 
    src: url('../fonts/BASKERVILLE-SEMIBOLD.ttf') format('truetype'); /* browsers that support true type */ 
} 
@font-face {
     font-family: AVENIRNEXT;
     src: url("../fonts/AVENIRNEXT-BOLD.eot"); /* EOT file for IE */
}
@font-face 
{ 
    font-family: AVENIRNEXT; 
    src: url('../fonts/AVENIRNEXT-BOLD.TTF') format('truetype'); /* browsers that support true type */ 
}


.dropdown-menu .dropdown-content li a{
    color: #fff !important;
}

#navbar ul.nav li a:active { 
    background-color: none;
    color:white!important;
    font-weight:700;
}

.navbar{
    color:white !important;
}
.navbar-brand {
  padding: 0px !important;
}
.navbar-brand>img {
  height: 100% !important;
  padding: 15px !important;
  width: auto !important;
}
.BigLogo .navbar-brand>img {
  padding: 7px 15px !important;
}

@media screen and (min-width: 1200px) {
    .dropdown:hover .dropdown-content {
        display: block;
    }
}



.OrangeNote14
{
    color: #F05812;
    font-family:'Roboto', Arial, Helvetica, sans-serif;
    font-size:14px;
}

.GrayNote14
{
    color: #6E6E6E;
    font-family:'Roboto', Arial, Helvetica, sans-serif;
    font-size:14px;
}

.GrayNote15
{
    color: #6E6E6E;
    font-family:'Roboto', Arial, Helvetica, sans-serif;
    font-size:15px;
}

.GrayText
{
    color: #6E6E6E;
    font-family:'Roboto', Arial, Helvetica, sans-serif;
}

.GrayText12
{
    color: #6E6E6E;
    font-family:'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.GrayTextBold
{
    color: #6E6E6E;
    font-family:'Roboto', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.hyperlinkOrange, .listTpyeName
{
    font-family: Arial;
	font-size: 14px;	
}

a:link
{
    color:#FF5722 !important;  /* orange */
    text-decoration:none; 
}

a:hover
{
    color:#FF5722;  /* orange */
    text-decoration:none; 
}

a:visited
{
    color:#FF5722;  /* orange */
    text-decoration:none; 
}

.listingTable {
    color: #424242;
    margin-left: 5px;
}

.listingTable tr {
    border-bottom-color: #D8D8D8;
    border-bottom-style: solid;
    border-bottom-width: thin; 
}

.listingTable td 
{
    padding: 1px 12px 1px 1px;
}

.reviewTableLink a:link 
{
    color: #45423F;
    text-decoration:none; 
}

.reviewTableLink a:hover
{
    color: #45423F;
    text-decoration:none; 
}

.reviewTableLink a:visited
{
    color: #45423F;
    text-decoration:none; 
}

.orangeLinkFreeSize a:link
{
    color:#FF6E1A;  /* orange */
    text-decoration:none; 
}

.orangeLinkFreeSize a:hover
{
    color:#FF6E1A;  /* orange */
    text-decoration:underline; 
}

.orangeLinkFreeSize a:visited
{
    color:#FF6E1A;  /* orange */
    text-decoration:none; 
}

.italic12
{
    font-style: italic;
    font-size: 12px;
}

.grayLink
{
    font-size: 11px;
}

.grayLink a:link
{
    color: #848484;
    text-decoration:none; 
}

.grayLink a:hover
{
    color: #FF6E1A;  /* orange */
    text-decoration:none; 
}

.grayLink a:visited
{
    color: #848484; 
    text-decoration:none; 
}


.DarkBlueNote
{
    color:#006699;
    font-size: smaller;
}

.font14 {
    font-size: 14px;
}

.RedAsteriskBold {
    font-size: large;
    color: red;
}

.RedNote
{
    font-size:small;
    color:Red;   
} 

/* AjxCalendar */
.AjxCalendar .ajax__calendar_container
{
    background-color:#F5D0A9;
    color:Black;
}
        
.AjxCalendar .ajax__calendar_other .ajax__calendar_day,
.AjxCalendar .ajax__calendar_other .ajax__calendar_year
{
    color:Gray;
}
        
.AjxCalendar .ajax__calendar_hover .ajax__calendar_day,
.AjxCalendar .ajax__calendar_hover .ajax__calendar_month,
.AjxCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color:#FF4000;
}
        
.AjxCalendar .ajax__calendar_active .ajax__calendar_day,
.AjxCalendar .ajax__calendar_active .ajax__calendar_month,
.AjxCalendar .ajax__calendar_active .ajax__calendar_year
{
    color:Red;
    font-weight:bold;
}

.AjxCalendar .ajax__calendar_invalid
{
    color:White;
    text-decoration:line-through;  
}
/* end */


/* checkbox n radio */
.checkbox2 label:after, 
.radio2 label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox2 .cr,
.radio2 .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio2 .cr {
    border-radius: 50%;
}

.checkbox2 .cr .cr-icon,
.radio2 .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio2 .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox2 label input[type="checkbox"],
.radio2 label input[type="radio"] {
    display: none;
}

.checkbox2 label input[type="checkbox"] + .cr > .cr-icon,
.radio2 label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox2 label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio2 label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox2 label input[type="checkbox"]:disabled + .cr,
.radio2 label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
/* checkbox n radio end */

.DeleteIcon a:link {
    color: #6E6E6E;
    text-decoration:none; 
}

.DeleteIcon a:hover {
    color: #FF8000;
    text-decoration:none; 
}

/* Gridview for Admin Control Page*/
.gridView
{
    color: #424242;
    font-size: 12px;
    text-decoration:none;
    padding: 5px!important;
}

.gridView tr th
{
    padding: 5px;
}

.gridView tr td
{
    padding: 5px;
}

.gridView a:link
{
    color:#FF8D14;
    /*color:#424242;*/
    text-decoration:none; 
}

.gridView a:hover
{
    color:#FF8D14;
    text-decoration:none;
}

.gridView a:visited
{
    color:#049EF7;
    text-decoration:none; 
}

.gridViewItem a:link
{
   color: gray;
   text-decoration:none; 
}

.gridViewItem a:hover
{
   color:#FF8D14;
   text-decoration:none;
}

.gridViewItem a:visited 
{
    color: #FF8D14;
    text-decoration: none;
}

.gridViewItem a:visited:hover
{
   color:#FF8D14;
   text-decoration:none; 
}

.gridViewHd 
{
    color: white;
    font-weight: bold;
    background-color: gray;
    height: 40px;
    text-align:center;
    vertical-align:middle;
}

.homeIcon {    
    background: url("../images/home-o.png") no-repeat;            
    cursor: pointer;   
    height: 40px;
    width: 50px;
    top: 0;
    margin-left: auto;
    margin-right: auto;    
}
.homeIcon:hover {
    background: url("../images/home-o.png") no-repeat;
}

.removeGridviewBorder
{
    /*border-top-style:none !important;
    border-left-style:none !important;
    border-right-style:none !important;*/
    border-bottom-style:solid !important;
}

/* resi com side by side btn */
/*.btn-ot-resicomm {
	color: gray;
	background-color: transparent;
    font-weight: bold;
}
.btn-ot-resicomm:focus,
.btn-ot-resicomm.focus {
	outline: 0 !important;
}
.btn-ot-resicomm:hover {
	color: #FF8204;
}
.btn-ot-resicomm:active,
.btn-ot-resicomm.active,
.open > .dropdown-toggle.btn-ot-resicomm {
}
.btn-ot-resicomm:active:hover,
.btn-ot-resicomm.active:hover,
.open > .dropdown-toggle.btn-ot-resicomm:hover,
.btn-ot-resicomm:active:focus,
.btn-ot-resicomm.active:focus,
.open > .dropdown-toggle.btn-ot-resicomm:focus,
.btn-ot-resicomm:active.focus,
.btn-ot-resicomm.active.focus,
.open > .dropdown-toggle.btn-ot-resicomm.focus {
}
.btn-ot-resicomm:active,
.btn-ot-resicomm.active,
.open > .dropdown-toggle.btn-ot-resicomm {
    border-bottom-color: #F57C03;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #F57C03;
}
.btn-ot-resicomm.disabled,
.btn-ot-resicomm[disabled],
fieldset[disabled] .btn-ot-resicomm,
.btn-ot-resicomm.disabled:hover,
.btn-ot-resicomm[disabled]:hover,
fieldset[disabled] .btn-ot-resicomm:hover,
.btn-ot-resicomm.disabled:focus,
.btn-ot-resicomm[disabled]:focus,
fieldset[disabled] .btn-ot-resicomm:focus,
.btn-ot-resicomm.disabled.focus,
.btn-ot-resicomm[disabled].focus,
fieldset[disabled] .btn-ot-resicomm.focus,
.btn-ot-resicomm.disabled:active,
.btn-ot-resicomm[disabled]:active,
fieldset[disabled] .btn-ot-resicomm:active,
.btn-ot-resicomm.disabled.active,
.btn-ot-resicomm[disabled].active,
fieldset[disabled] .btn-ot-resicomm.active {
}*/
/**/

.filter-frame {
   background: none;    
   border-radius: 30px;    
   box-shadow: 1px 3px 6px 2px #cecece;
   padding: 3px;    
}

.btn-ot-filter {
    background: none;
    border-radius: 30px;
    border: none;    
    color: black;    
    font-size: 18px;
    font-weight: bold;    
    height: 80px;
    width: 49%;
}
.btn-ot-filter:focus,
.btn-ot-filter.focus {
	/*color: white;
	background-color: #FE9A2E;
  	border-color: #F57C03;*/  
    outline: 0 !important;  
}
.btn-ot-filter:hover {
	color: #F57C03;
    background: none;
    /*border-bottom-color: #F57C03;*/
}
.btn-ot-filter:active,
.btn-ot-filter.active,
.open > .dropdown-toggle.btn-ot-filter {
    background-color: #FF8800;
    color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF8800;   
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-ot-filter:active:hover,
.btn-ot-filter.active:hover,
.open > .dropdown-toggle.btn-ot-filter:hover,
.btn-ot-filter:active:focus,
.btn-ot-filter.active:focus,
.open > .dropdown-toggle.btn-ot-filter:focus,
.btn-ot-filter:active.focus,
.btn-ot-filter.active.focus,
.open > .dropdown-toggle.btn-ot-filter.focus {  
  /*background-color: none;
  color: #F57C03;
  border-bottom-color: #F57C03;*/
}
.btn-ot-filter:active,
.btn-ot-filter.active,
.open > .dropdown-toggle.btn-ot-filter {
  background-image: none;
}
.btn-ot-filter.disabled,
.btn-ot-filter[disabled],
fieldset[disabled] .btn-ot-filter,
.btn-ot-filter.disabled:hover,
.btn-ot-filter[disabled]:hover,
fieldset[disabled] .btn-ot-filter:hover,
.btn-ot-filter.disabled:focus,
.btn-ot-filter[disabled]:focus,
fieldset[disabled] .btn-ot-filter:focus,
.btn-ot-filter.disabled.focus,
.btn-ot-filter[disabled].focus,
fieldset[disabled] .btn-ot-filter.focus,
.btn-ot-filter.disabled:active,
.btn-ot-filter[disabled]:active,
fieldset[disabled] .btn-ot-filter:active,
.btn-ot-filter.disabled.active,
.btn-ot-filter[disabled].active,
fieldset[disabled] .btn-ot-filter.active {
  background-color: lightgray;
  color: white;
  border: none;
}
/**/

.btn-ot-resicomm {
   background: none;    
   border-radius: 30px;
   border: none;    
   color: black;    
   font-size: 16px;
   font-weight: bold;    
   height: 35px;    
   width: 32%;
}

.btn-ot-resicomm:focus,
.btn-ot-resicomm.focus {
    outline: 0 !important;
}
.btn-ot-resicomm:hover {
color: #F57C03;
   background: none;
   /*border-bottom-color: #F57C03;*/
}
.btn-ot-resicomm:active,
.btn-ot-resicomm.active,
.open > .dropdown-toggle.btn-ot-resicomm {
   background-color: #FF8800;
   color: white;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #FF8800;   
   -webkit-box-shadow: none;
           box-shadow: none;
    outline: 0;
}
.btn-ot-resicomm:active:hover,
.btn-ot-resicomm.active:hover,
.open > .dropdown-toggle.btn-ot-resicomm:hover,
.btn-ot-resicomm:active:focus,
.btn-ot-resicomm.active:focus,
.open > .dropdown-toggle.btn-ot-resicomm:focus,
.btn-ot-resicomm:active.focus,
.btn-ot-resicomm.active.focus,
.open > .dropdown-toggle.btn-ot-resicomm.focus {  

}
.btn-ot-resicomm:active,
.btn-ot-resicomm.active,
.open > .dropdown-toggle.btn-ot-resicomm {
 background-image: none;
}
/**/

.filter-frame-SearchBy {
   background: none;    
   border-radius: 30px;    
   box-shadow: 1px 3px 3px 2px #cecece;
}

.btn-ot-filter-SearchBy {
   background: none;    
   border-radius: 30px;
   border: none;    
   color: black;    
   font-size: 14px;
   font-weight: bold;    
   height: 35px;    
   width: 49%;
}

.btn-ot-filter-SearchBy:focus,
.btn-ot-filter-SearchBy.focus {
    outline: 0 !important;
}
.btn-ot-filter-SearchBy:hover {
color: #F57C03;
   background: none;
   /*border-bottom-color: #F57C03;*/
}
.btn-ot-filter-SearchBy:active,
.btn-ot-filter-SearchBy.active,
.open > .dropdown-toggle.btn-ot-filter-SearchBy {
   background-color: #FF8800;
   color: white;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #FF8800;   
   -webkit-box-shadow: none;
           box-shadow: none;
    outline: 0;
}
.btn-ot-filter-SearchBy:active:hover,
.btn-ot-filter-SearchBy.active:hover,
.open > .dropdown-toggle.btn-ot-filter-SearchBy:hover,
.btn-ot-filter-SearchBy:active:focus,
.btn-ot-filter-SearchBy.active:focus,
.open > .dropdown-toggle.btn-ot-filter-SearchBy:focus,
.btn-ot-filter-SearchBy:active.focus,
.btn-ot-filter-SearchBy.active.focus,
.open > .dropdown-toggle.btn-ot-filter-SearchBy.focus {  
 /*background-color: none;
 color: #F57C03;
 border-bottom-color: #F57C03;*/
}
.btn-ot-filter-SearchBy:active,
.btn-ot-filter-SearchBy.active,
.open > .dropdown-toggle.btn-ot-filter-SearchBy {
 background-image: none;
}
/**/

.no-padding{
    padding:0;
}

.homeIcon {    
    background: url("../images/home-o.png") no-repeat;            
    cursor: pointer;   
    height: 40px;
    width: 50px;
    top: 0;
    margin-left: auto;
    margin-right: auto;    
}
.homeIcon:hover {
    background: url("../images/home-o.png") no-repeat;
}
.logoutIcon {    
   background: url("../images/logout-o.png") no-repeat;     /*home-g.png*/       
   cursor: pointer;   
   height: 40px;
   width: 50px;
   top: 0;
   margin-left: auto;
   margin-right: auto;    
}
.logoutIcon:hover {
   background: url("../images/logout-o.png") no-repeat;
}

.logoutPCIcon {    
   background: url("../images/logout-pc-g.png") no-repeat;   
   cursor: pointer;   
   height: 26px;
   width: 150px;    
}
.logoutPCIcon:hover {
   background: url("../images/logout-pc-o.png") no-repeat;
}

/* slide side bar menu*/
.hamBurger {    
   background: url("../image/burger-g.png") no-repeat;            
   cursor: pointer;   
   height: 40px;
   width: 50px;
   float: right;
}
.hamBurger:hover {
   background: url("../images/burger-o.png") no-repeat;
}

.sidenav {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 9900;
   top: 0;
   right: 0;
   background-color: #fff;
   overflow-x: hidden;
   transition: 0.5s;
   padding-top: 30px; 
}

.sidenav a {
   padding: 4px 4px 10px 20px;
   text-decoration: none;
   color: #818181;
   display: block;
   transition: 0.3s;       
}

.sidenav a:hover{
   color: #ff8800;
}

.sidenav .closebtn {
   position: absolute;
   top: 0;
   right: 20px;
   /*padding: 4px 4px 10px 20px;*/    
   font-size: 30px; 
   line-height: 34px;
  
}

@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 /*.sidenav a {font-size: 18px;}*/
}
/* end side bar */

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
    
    /*margin-top: 1em;*/
}

.cardBorder {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border-radius: 20px 20px;
    border: none;
    box-shadow: 0 1px 3px 0 #f2f2f2, 0 0 0 1px #f2f2f2;
}

.card-blockBorder {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    /*min-height: 120px;*/
    /*border: 1px solid #d4d4d5;
    border-style: solid;
    border-color: #d4d4d5;*/
    box-shadow: 0 1px 3px 0 #f2f2f2, 0 0 0 1px #f2f2f2;
    background-color: #fff;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    max-width: 100%;
    width:100%;
    left: 0;
    bottom: 0;
    text-align:center;
}
.card-graytext {
    font-size: 12px;
    color: gray;
    max-width: 100%;
    width:100%;
    bottom: 0;
    text-align:right;
}

#more {display: none;}

.SideMenuHyp a:link
{
    font-weight:bold;
    color: black !important; 
    text-decoration:none; 
}

.SideMenuHyp a:hover,.SideMenuHyp a:active
{
    font-weight:bold;
    color: orangered !important; 
    text-decoration:none; 
}

.SideMenuHyp a:visited
{
    font-weight:bold;
    color: black !important;  
    text-decoration:none; 
}

.marginCls 
{
    margin-left:38%;
}

@media (max-width: 767px) {
  .marginCls 
  {
        margin-left:38%;
  }
}

@media screen and (min-width: 667px) {
   .marginCls 
   {
        margin-left:45%;
   }
}

@media screen and (min-width: 770px) {
   .marginCls 
   {
        margin-left:46%;
   }
}

#btnscrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #FF5722;
  color: white !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  width: 50px;
  height: 50px;

}

#btnscrollTop:hover {
  background-color: #555;
}

#btnscrollTop:focus {
    background-color: #FF5722;
}

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.divOverflow
{
    overflow: auto;
}

@media (max-width: 768px)
{
    .rblCustom label
    {
      margin: 0 20px;
    }

    .divOverflow
    {
        overflow: scroll !important;
    }
}

/*ipad collapse navbar*/
@media (max-width: 1200px) {
    .navbar-default .navbar-header {
        float: none;
    }
    .navbar-default .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-default .navbar-toggle {
        display: block;
    }
    .navbar-default .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-default .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-default .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-default .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-default .navbar-nav>li {
        float: none;
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .collapse.in{
  		display:block !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
	}

    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  #btnscrollTop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #FF5722;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  width: 50px;
  height: 50px;

}
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color:lightgray !important;
}



