﻿@font-face {
    font-family: 'Web Serveroff';
    src: url('/WebFonts/web_serveroff/Web Serveroff.ttf');
}
h1,h2
{
    font-family:'Web Serveroff';
}
/* Text Bold */
.bold
{
    font-weight:bold;    
}
/* Text Bold */
.italic
{
    font-style:italic;    
}
/* Notification  */
.notify
{   
    padding:3px;
    color:White;
    background-color:#ffa31a;  
    border-radius: 4px 4px 4px 4px;     
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);  
}
/* Add Bullet Icon to Menu Link */
add-link-icon:before
{    
    content: "• ";
    color: red; /* or whatever color you prefer */
}
/* Image with 100% width */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
 }
/* Image Centered */
.col-centered{
float: none;
margin: 0 auto;
}
/* vertical Align*/
.vcenter {
    margin:0 auto;
    float: none; 
    display: inline-block;
    vertical-align: middle;  
    min-width:100%;  
    min-height:100%;  
}
/* Highlight JQuery Autocomplete Text */
span.highlight {    
    color:red;
}
/* Bootstrap Vertical divider between columns */
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
/* Bootstrap Horizontal Line */
hr {  
  margin: 10px 0 !important;
}
/* Bootstrap Row Equal Height */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*For Background Color */
bg-theme
{
    background-color: #2fa4e7;
}
/* JQuery AutoComplete Background Color */
.ui-state-hover {
    background:#2fa4e7!important;
    color:White!important;
}
/*For Border with Color */
.border
{
   border: 1px solid #1995dc; 
}
.border-top
{
   border-top: 1px solid #1995dc;
}
.border-bottom
{
   border-bottom: 1px solid #1995dc;
}
.border-right
{
   border-right: 1px solid #1995dc;
}
.border-left
{
   border-left: 1px solid #1995dc;
}
.devider-left
{
   border-left: 2px solid #1995dc; 
}
/*For Standard Margin */
.std-margin
{
    margin:1%;   
}
.std-margin-center
{
    margin:0 auto;   
}
.std-margin-top
{
    margin-top:1%;   
}
.std-margin-right
{
    margin-right:1%;   
}
.std-margin-bottom
{
    margin-bottom:1%;   
}
.std-margin-left
{
    margin-left:1;   
}
/*For Standard Padding */
.std-padding
{
    padding:1%;   
}
.std-padding-top
{
    padding-top:1%;   
}
.std-padding-right
{
    padding-right:1%;   
}
.std-padding-bottom
{
    padding-bottom:1%;   
}
.std-padding-left
{
    padding-left:1%;   
}
/* unvisited link */
a:link 
{    
    text-decoration:none;
}
/* visited link */
a:visited {    
    text-decoration:none;
}
/* mouse over link */
a:hover 
{    
    text-decoration:none;
}
/* selected link */
a:active 
{    
    text-decoration:none;
}
/* Input Control Styles */
/*
.form-horizontal .form-control {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  padding: 2px 8px !important;
  font-size: 14px!important;
  line-height: 1.42857143 !important;
  border: 1px solid #cccccc !important;
  border-radius: 2px !important;   
}
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0!important;   
    padding-top: 4px;
    font-size: 14px!important;
    line-height : 1.42857143 !important;
  }
  .form-horizontal .form-group label, select, input[type="text"], input[type="password"], textarea 
  {   
      margin-left: -25px !important;
      margin-right: -25px !important;  
  }
  .btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
}
*/
/* Grid View Styles */
.grid-view
{
   margin: 0 auto;     
}
.grid-view th
{
    min-width:100px;
    background-color:#2fa4e7;
    font-weight:bold;
    color:White;
    text-align:center;
    text-transform:uppercase;     
}
.grid-view td
{
    background-color:white;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    text-align:center;      
}
.grid-view tr
{
    height:40px;    
}
.grid-text-wrap
{   
   width:50px;
   word-wrap: break-word;
   background-color:Red;
}                                    
table th, table td { white-space: nowrap; } 
.table-container {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
        }
/* Grid View Default Pagination styles*/
.GridPager a, .GridPager span {
    margin: 0 5px;
    padding: 2px;
    display: block;
    height: 25px;
    width: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;
    }
/* Modal Popup Bar */
.login-popup
{
    box-shadow: 0 0 15px #9ecaed;
    outline: none;
    border-color: #9ecaed;
}
#status
{
   font-size: 11px;
   margin: 10px;
}
.availablecss
{
}
.notavailablecss
{
    background-color: #FFD9D9;
    border: 1px solid red;
}
.category-search-box
{
    padding:10px;    
    overflow-y: scroll; 
    border-color: #7F9DB9; 
    border-style: solid; 
    border: 2px solid #2fa4e7;   
    height:200px;   
}
/* Ajax Tab Control Tab Height */
.ajax__tab_xp .ajax__tab_tab 
{
    height: 24px;
    min-height:24px;
    font-weight:bold;
}
/* Typography custom classes */
.text-white
{
    color:White; 
}
/* Start Style for Landing Page */
.intro-header {
    padding-top: 50px; 
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url('/Images/Background/bg_landing.jpg') no-repeat center center;    
    background-size: cover;
}
.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.6);
    font-size: 4em;
    color:White;
    font-weight:bold;
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
    color:White;    
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    .intro-message > h3 {
        font-size: 1em;
    }
}
/* End Style for Landing Page */
/* Start Overflow Hidden Styles */
.overflow-hide
{
    overflow:hidden; 
}
.overflow-hide-x
{
    overflow-x:hidden;     
}
.overflow-hide-y
{
    overflow-y:hidden; 
}
/* End Overflow Hidden Styles */
/* Start Simple Tab Styles */
.std-tab-control
{    
    padding: 15px; 
    width: 100%;
    min-height: 200px;   
    clear:both;     
    border : 1px solid transparent;
    border-radius: 0px 4px 4px 4px;     
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);     
    border-color : #dddddd;   
}
.Initial
{
     display: block;
     padding: 4px 18px 4px 18px;
     float: left;
     background-color:#2fa4e7;
     color: white;
     font-weight: bold; 
     border-radius: 10px 10px 0px 0px;            
}
.Initial:hover
{
    color: White;
    background-color: #188bcd;
    border-radius: 10px 10px 0px 0px;   
}
.Clicked
{
   float: left;
   display: block;
   background-color: #188bcd;
   padding: 4px 18px 4px 18px;
   color: Black;
   font-weight: bold;
   color: White;
   border-radius: 10px 10px 0px 0px; 
 }
/* End Simple Tab Styles */
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .grid-view .form-control
        {
             min-width:100px;
             max-width:150px;        
        }         
    }
    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) 
    {
        .grid-view .form-control
        {
             min-width:100px;
             max-width:150px;        
        }
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) 
    {
        .grid-view .form-control
        {
             min-width:150px;
             max-width:200px;        
        }       
    }
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .grid-view .form-control
        {
             min-width:200px;
             max-width:250px;        
        }
    }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .grid-view .form-control
        {
             min-width:200px;
             max-width:250px;        
        }
    }  
/**************** END **************************/
/* Start Pagination Styles */
ul.pagination1 {
    display: inline-block;
    padding: 0;   
}
ul.pagination1 li {display: inline;}
ul.pagination1 li a {
    color: black;
    float: left;
    padding: 2px 8px;    
    margin:3px;
    text-decoration: none;
    border-radius: 5px;
    border:1px solid black;
}
ul.pagination1 li a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}
ul.pagination1 li a:hover:not(.active) {background-color: #ddd;}
/* End Pagination Styles */
/* Start Sorting Styles */
.sortasc-header a
{ 
   background:url('images/sort/sort_down.png') right center no-repeat;
}
.sortdesc-header a
{
   background:url('images/sort/sort_up.png') right center no-repeat;
}
.sortdesc-header a:hover
{
   color:White;    
}
th a
{
   padding-right: 5px;   
   color:White;   
}
th a:hover
{
   color:White;    
}
/* End Sorting Styles */
/* Start Autocomplete Styles */
.ui-autocomplete {    
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */   
    padding-right:20px;  
    max-height: 500px; 
}
@media (max-height: 700px) {
    .ui-autocomplete {
        max-height: 200px;
    }
}
/* End Autocomplete Styles */
.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}
@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    input[type="checkbox"] {
        width: 12px; /*Desired width*/
        height: 12px; /*Desired height*/
    }
}
/*==== start custom navbar css ====*/
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}
.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.icon-size
{
    font-size: 87px;
}
/*==== end custom navbar css ====*/
/*==== start ajax modal popup extender css ====*/
.modalPopup
{
    background-color:#b3b3b3;
    filter:alpha(opacity=0.5);
    opacity:0.5;
    xindex: -1;    
}
.modal-popup-page {
    margin: auto 0;
    width: 70%;
    height: 70%;
    vertical-align: top;
    background-color: white;
    border: 2px solid #7A5343;   
}
.modal-popup-page.modal-popup-page-xs
{    
    min-width:30%;  
    min-height:30%;  
}
.modal-popup-page.modal-popup-page-sm
{    
    min-width:50%; 
    min-height:50%;   
}
.modal-popup-page.modal-popup-page-md
{    
    min-width:70%;  
    min-height:70%;   
}
.modal-popup-page.modal-popup-page-lg
{    
    min-width:90%;
    min-height:90%;   
}
/*==== end ajax modal popup extender css ====*/
/*===============================================*/
/* Bootstrap 3 transparent and fullscreen modals */
/*===============================================*/
/*==== start bootstrap modal scroll css ====*/
.modal-body {   
    overflow-y: auto;
    overflow-x:hidden;
}
/*==== end bootstrap modal scroll css ====*/
/*==== start .modal-transparent  ====*/
.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
/*==== end .modal-transparent  ====*/
/*==== start .modal-fullscreen ====*/
.modal-fullscreen {
  background: transparent;
  padding-right: 0px !important;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-fullscreen .modal-content {
  background-color: white;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
/*==== end .modal-fullscreen ====*/
/*==== start .modal-fullscreen size: we use Bootstrap media query breakpoints ====*/
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;  
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
      margin: 0;
  margin-right: auto;
  margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
      margin: 0;
  margin-right: auto;
  margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
      margin: 0;
  margin-right: auto;
  margin-left: auto;
     width: 100%;
  }
}
/*==== end .modal-fullscreen size: we use Bootstrap media query breakpoints ====*/
/*==== start sticky header first styles ====*/
.sticky-header-first-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;    
    height: 60px;
    padding: 5px;
    background-color: #3b5998;
    z-index: 99;
}
/*==== end sticky header first styles ====*/
/*==== start sticky header second styles ====*/
.sticky-header-second-fixed {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;    
    height: 50px;
    padding:2px;
    background-color: white;
    z-index: 99;
}
/*==== end sticky header second styles ====*/
/*==== start sticky footer styles ====*/
.sticky-footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;     
    padding:4px;
    background-color: #f5f5f5;
     z-index:99;
}
/*==== end sticky footer styles ====*/
/*==== start bootstrap button circle styles ====*/
.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 5px 0;
  font-size: 25px;
  line-height: 1.428571429;
  border-radius: 25px;
  background-color:white;
  vertical-align:middle;
}
.btn-circle.btn-xs {
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 100%;
  color:white;
}
.btn-circle.btn-md {
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
/*==== end bootstrap button circle styles ====*/
/*==== start bootstrap column nopadding styles ====*/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}/*==== end bootstrap column nopadding styles ====*/
 /*==== start hide text and show only icon on small screen styles ====*/
 @media (max-width:550px) {
  .hide-text-small-screen {
      font-size: 0px !important;
  }
   .hide-text-small-screen i {
      padding:2px;  
      font-size: 25px !important;
   }
}
  /*==== end hide text and show only icon on small screen styles ====*/
 /*==== start custom checkboxes styles ====*/  
.fancy-checkbox input[type="checkbox"] {
    display: none;
}
.fancy-checkbox span:before {
    font-family: "FontAwesome";
    font-style: normal;
    width: 1em;
    height: 1em;
    content: '\f096';
    margin-right: .3em;
    font-size:24px;
}
.fancy-checkbox.fancy-checkbox-star input[type="checkbox"]:checked ~ span:before {
    content: '\f005';
}
.fancy-checkbox.fancy-checkbox-check-square-o input[type="checkbox"]:checked ~ span:before {
    content: '\f046';
}
/*==== end custom checkboxes styles ====*/
/*==== start table caption styles ====*/
caption {
    min-height: 10px;
    padding: 10px 8px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*==== end table caption styles ====*/
/* start msg error styles */
.msg-box {
    padding: 5px 10px;
    font-weight: bold;
    border-radius:4px;
}
.msg-box.msg-box-default {
   background-color:white;
   color:black;@font-face {
    font-family: 'Web Serveroff';
    src: url('/WebFonts/web_serveroff/Web Serveroff.ttf');
}
h1,h2
{
    font-family:'Web Serveroff';
}
/* Text Bold */
.bold
{
    font-weight:bold;    
}
/* Text Bold */
.italic
{
    font-style:italic;    
}
/* Notification  */
.notify
{   
    padding:3px;
    color:White;
    background-color:#ffa31a;  
    border-radius: 4px 4px 4px 4px;     
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);  
}
/* Add Bullet Icon to Menu Link */
add-link-icon:before
{    
    content: "• ";
    color: red; /* or whatever color you prefer */
}
/* Image with 100% width */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
 }
/* Image Centered */
.col-centered{
float: none;
margin: 0 auto;
}
/* vertical Align*/
.vcenter {
    margin:0 auto;
    float: none; 
    display: inline-block;
    vertical-align: middle;  
    min-width:100%;  
    min-height:100%;  
}
/* Highlight JQuery Autocomplete Text */
span.highlight {    
    color:red;
}
/* Bootstrap Vertical divider between columns */
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
/* Bootstrap Horizontal Line */
hr {  
  margin: 10px 0 !important;
}
/* Bootstrap Row Equal Height */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*For Background Color */
bg-theme
{
    background-color: #2fa4e7;
}
/* JQuery AutoComplete Background Color */
.ui-state-hover {
    background:#2fa4e7!important;
    color:White!important;
}
/*For Border with Color */
.border
{
   border: 1px solid #1995dc; 
}
.border-top
{
   border-top: 1px solid #1995dc;
}
.border-bottom
{
   border-bottom: 1px solid #1995dc;
}
.border-right
{
   border-right: 1px solid #1995dc;
}
.border-left
{
   border-left: 1px solid #1995dc;
}
.devider-left
{
   border-left: 2px solid #1995dc; 
}
/*For Standard Margin */
.std-margin
{
    margin:1%;   
}
.std-margin-center
{
    margin:0 auto;   
}
.std-margin-top
{
    margin-top:1%;   
}
.std-margin-right
{
    margin-right:1%;   
}
.std-margin-bottom
{
    margin-bottom:1%;   
}
.std-margin-left
{
    margin-left:1;   
}
/*For Standard Padding */
.std-padding
{
    padding:1%;   
}
.std-padding-top
{
    padding-top:1%;   
}
.std-padding-right
{
    padding-right:1%;   
}
.std-padding-bottom
{
    padding-bottom:1%;   
}
.std-padding-left
{
    padding-left:1%;   
}
/* unvisited link */
a:link 
{    
    text-decoration:none;
}
/* visited link */
a:visited {    
    text-decoration:none;
}
/* mouse over link */
a:hover 
{    
    text-decoration:none;
}
/* selected link */
a:active 
{    
    text-decoration:none;
}
/* Input Control Styles */
/*
.form-horizontal .form-control {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  padding: 2px 8px !important;
  font-size: 14px!important;
  line-height: 1.42857143 !important;
  border: 1px solid #cccccc !important;
  border-radius: 2px !important;   
}
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0!important;   
    padding-top: 4px;
    font-size: 14px!important;
    line-height : 1.42857143 !important;
  }
  .form-horizontal .form-group label, select, input[type="text"], input[type="password"], textarea 
  {   
      margin-left: -25px !important;
      margin-right: -25px !important;  
  }
  .btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
}
*/
/* Grid View Styles */
.grid-view
{
   margin: 0 auto;     
}
.grid-view th
{
    min-width:100px;
    background-color:#2fa4e7;
    font-weight:bold;
    color:White;
    text-align:center;
    text-transform:uppercase;     
}
.grid-view td
{
    background-color:white;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    text-align:center;      
}
.grid-view tr
{
    height:40px;    
}
.grid-text-wrap
{   
   width:50px;
   word-wrap: break-word;
   background-color:Red;
}                                    
table th, table td { white-space: nowrap; } 
.table-container {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
        }
/* Grid View Default Pagination styles*/
.GridPager a, .GridPager span {
    margin: 0 5px;
    padding: 2px;
    display: block;
    height: 25px;
    width: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;
    }
/* Modal Popup Bar */
.login-popup
{
    box-shadow: 0 0 15px #9ecaed;
    outline: none;
    border-color: #9ecaed;
}
#status
{
   font-size: 11px;
   margin: 10px;
}
.availablecss
{
}
.notavailablecss
{
    background-color: #FFD9D9;
    border: 1px solid red;
}
.category-search-box
{
    padding:10px;    
    overflow-y: scroll; 
    border-color: #7F9DB9; 
    border-style: solid; 
    border: 2px solid #2fa4e7;   
    height:200px;   
}
/* Ajax Tab Control Tab Height */
.ajax__tab_xp .ajax__tab_tab 
{
    height: 24px;
    min-height:24px;
    font-weight:bold;
}
/* Typography custom classes */
.text-white
{
    color:White; 
}
/* Start Style for Landing Page */
.intro-header {
    padding-top: 50px; 
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url('/Images/Background/bg_landing.jpg') no-repeat center center;    
    background-size: cover;
}
.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.6);
    font-size: 4em;
    color:White;
    font-weight:bold;
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
    color:White;    
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    .intro-message > h3 {
        font-size: 1em;
    }
}
/* End Style for Landing Page */
/* Start Overflow Hidden Styles */
.overflow-hide
{
    overflow:hidden; 
}
.overflow-hide-x
{
    overflow-x:hidden;     
}
.overflow-hide-y
{
    overflow-y:hidden; 
}
/* End Overflow Hidden Styles */
/* Start Simple Tab Styles */
.std-tab-control
{    
    padding: 15px; 
    width: 100%;
    min-height: 200px;   
    clear:both;     
    border : 1px solid transparent;
    border-radius: 0px 4px 4px 4px;     
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);     
    border-color : #dddddd;   
}
.Initial
{
     display: block;
     padding: 4px 18px 4px 18px;
     float: left;
     background-color:#2fa4e7;
     color: white;
     font-weight: bold; 
     border-radius: 10px 10px 0px 0px;            
}
.Initial:hover
{
    color: White;
    background-color: #188bcd;
    border-radius: 10px 10px 0px 0px;   
}
.Clicked
{
   float: left;
   display: block;
   background-color: #188bcd;
   padding: 4px 18px 4px 18px;
   color: Black;
   font-weight: bold;
   color: White;
   border-radius: 10px 10px 0px 0px; 
 }
/* End Simple Tab Styles */
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .grid-view .form-control
        {
             min-width:100px;
             max-width:150px;        
        }         
    }
    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) 
    {
        .grid-view .form-control
        {
             min-width:100px;
             max-width:150px;        
        }
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) 
    {
        .grid-view .form-control
        {
             min-width:150px;
             max-width:200px;        
        }       
    }
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .grid-view .form-control
        {
             min-width:200px;
             max-width:250px;        
        }
    }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .grid-view .form-control
        {
             min-width:200px;
             max-width:250px;        
        }
    }  
/**************** END **************************/
/* Start Pagination Styles */
ul.pagination1 {
    display: inline-block;
    padding: 0;   
}
ul.pagination1 li {display: inline;}
ul.pagination1 li a {
    color: black;
    float: left;
    padding: 2px 8px;    
    margin:3px;
    text-decoration: none;
    border-radius: 5px;
    border:1px solid black;
}
ul.pagination1 li a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}
ul.pagination1 li a:hover:not(.active) {background-color: #ddd;}
/* End Pagination Styles */
/* Start Sorting Styles */
.sortasc-header a
{ 
   background:url('images/sort/sort_down.png') right center no-repeat;
}
.sortdesc-header a
{
   background:url('images/sort/sort_up.png') right center no-repeat;
}
.sortdesc-header a:hover
{
   color:White;    
}
th a
{
   padding-right: 5px;   
   color:White;   
}
th a:hover
{
   color:White;    
}
/* End Sorting Styles */
/* Start Autocomplete Styles */
.ui-autocomplete {    
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */   
    padding-right:20px;  
    max-height: 500px; 
}
@media (max-height: 700px) {
    .ui-autocomplete {
        max-height: 200px;
    }
}
/* End Autocomplete Styles */
.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}
@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    input[type="checkbox"] {
        width: 12px; /*Desired width*/
        height: 12px; /*Desired height*/
    }
}
/*==== start custom navbar css ====*/
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}
.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.icon-size
{
    font-size: 87px;
}
/*==== end custom navbar css ====*/
/*==== start ajax modal popup extender css ====*/
.modalPopup
{
    background-color:#b3b3b3;
    filter:alpha(opacity=0.5);
    opacity:0.5;
    xindex: -1;    
}
.modal-popup-page {
    margin: auto 0;
    width: 70%;
    height: 70%;
    vertical-align: top;
    background-color: white;
    border: 2px solid #7A5343;   
}
.modal-popup-page.modal-popup-page-xs
{    
    min-width:30%;  
    min-height:30%;  
}
.modal-popup-page.modal-popup-page-sm
{    
    min-width:50%; 
    min-height:50%;   
}
.modal-popup-page.modal-popup-page-md
{    
    min-width:70%;  
    min-height:70%;   
}
.modal-popup-page.modal-popup-page-lg
{    
    min-width:90%;
    min-height:90%;   
}
/*==== end ajax modal popup extender css ====*/
/*===============================================*/
/* Bootstrap 3 transparent and fullscreen modals */
/*===============================================*/
/*==== start bootstrap modal scroll css ====*/
.modal-body {   
    overflow-y: auto;
    overflow-x:hidden;
}
/*==== end bootstrap modal scroll css ====*/
/*==== start .modal-transparent  ====*/
.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
/*==== end .modal-transparent  ====*/
/*==== start .modal-fullscreen ====*/
.modal-fullscreen {
  background: transparent;
  padding-right: 0px !important;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-fullscreen .modal-content {
  background-color: white;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
/*==== end .modal-fullscreen ====*/
/*==== start .modal-fullscreen size: we use Bootstrap media query breakpoints ====*/
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;  
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
      margin: 0;
  margin-right: auto;
  margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
      margin: 0;
  margin-right: auto;
  margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
      margin: 0;
  margin-right: auto;
  margin-left: auto;
     width: 100%;
  }
}
/*==== end .modal-fullscreen size: we use Bootstrap media query breakpoints ====*/
/*==== start sticky header first styles ====*/
.sticky-header-first-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;    
    height: 60px;
    padding: 5px;
    background-color: #3b5998;
    z-index: 99;
}
/*==== end sticky header first styles ====*/
/*==== start sticky header second styles ====*/
.sticky-header-second-fixed {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;    
    height: 50px;
    padding:2px;
    background-color: white;
    z-index: 99;
}
/*==== end sticky header second styles ====*/
/*==== start sticky footer styles ====*/
.sticky-footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;     
    padding:4px;
    background-color: #f5f5f5;
     z-index:99;
}
/*==== end sticky footer styles ====*/
/*==== start bootstrap button circle styles ====*/
.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 5px 0;
  font-size: 25px;
  line-height: 1.428571429;
  border-radius: 25px;
  background-color:white;
  vertical-align:middle;
}
.btn-circle.btn-xs {
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 100%;
  color:white;
}
.btn-circle.btn-md {
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
/*==== end bootstrap button circle styles ====*/
/*==== start bootstrap column nopadding styles ====*/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}/*==== end bootstrap column nopadding styles ====*/
 /*==== start hide text and show only icon on small screen styles ====*/
 @media (max-width:550px) {
  .hide-text-small-screen {
      font-size: 0px !important;
  }
   .hide-text-small-screen i {
      padding:2px;  
      font-size: 25px !important;
   }
}
  /*==== end hide text and show only icon on small screen styles ====*/
 /*==== start custom checkboxes styles ====*/  
.fancy-checkbox input[type="checkbox"] {
    display: none;
}
.fancy-checkbox span:before {
    font-family: "FontAwesome";
    font-style: normal;
    width: 1em;
    height: 1em;
    content: '\f096';
    margin-right: .3em;
    font-size:24px;
}
.fancy-checkbox.fancy-checkbox-star input[type="checkbox"]:checked ~ span:before {
    content: '\f005';
}
.fancy-checkbox.fancy-checkbox-check-square-o input[type="checkbox"]:checked ~ span:before {
    content: '\f046';
}
/*==== end custom checkboxes styles ====*/
/*==== start table caption styles ====*/
caption {
    min-height: 10px;
    padding: 10px 8px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*==== end table caption styles ====*/
/* start msg error styles */
.msg-box {
    padding: 5px 10px;
    font-weight: bold;
    border-radius:4px;
}
.msg-box.msg-box-default {
   background-color:white;
   color:black;
}
.msg-box.msg-box-success {
   background-color:green;
   color:white;
}
.msg-box.msg-box-error {
   background-color:red;
   color:white;
}
/* end msg error styles */
/* start iframe styles */
.iframe-loader {
    background: url(/images/loader/loading-please-wait.gif) center center no-repeat;
}
/* end iframe styles */
.msg-box.msg-box-success {
   background-color:green;
   color:white;
}
.msg-box.msg-box-error {
   background-color:red;
   color:white;
}
/* end msg error styles */
/* start iframe styles */
.iframe-loader {
    background: url(/images/loader/loading-please-wait.gif) center center no-repeat;
}
/* end iframe styles */

