/* app css stylesheet */

body{
  font-family:gotham-bookgotham-book, Sans-Serif;
  font-size:13px;

}

.backcolor{
  background-color: #325a5e;
}
/* Header block */
#head{
  position: fixed;
  background-color: #00809e;
  width:100%;
  height:88px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Header contents */
.headercontent{
  display: flex;
  text-align: center;
  vertical-align: middle;
  width: auto;

}


/*
Page Loading
 */

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .8;
}

.navblock{
  border-radius: 0 0 40px 0;
}

/* company logo */
#logo{
  background-image: url("../images/logo_192-54.png");
  background-repeat: no-repeat;
  background-position: left;
  width:100%;
  height:78px;
  margin-left: 50px;
  display: inline-flex;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

/* Login logo */
.loginlogo{
  background-image: url("../images/logo_192-54.png");
  background-repeat: no-repeat;
  background-position: center;
  width:100%;
  height:70px;
  display: inline-flex;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

h1.heading{
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  text-align:center;
  color:whitesmoke;
  vertical-align: middle;
  font-size: 2.4vw;
  font-weight: bolder;
  line-height: 45px;
  width:100%;
  letter-spacing: 2px;
  font-family: gotham-bookgotham-book, Sans-Serif;

}
h4{
  color:#ff4949;
  text-decoration-color: whitesmoke;
  text-transform: uppercase;

}
.schedulemsg{
  font-weight: bold;
  font-size: 14px;
  color:#ff4949;
}
/*.ajs-message {
  color: #31708f;
  background-color: #d9edf7 !important;
  border-color: #31708f; }*/

.warningtext{
  font-weight: bold;
  font-size: medium;
  text-align: center;
}
/* TO SHOW THE ARROWS BESIDE THE TEXT IN UL AND LI ITEMS */
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* ERROR */
.help-block{
    color: red;
}


#redirectbody{
  background-color: lightgrey;

}
/*form styles*/
.steps {

  margin-top:25px;
  margin-left:25px;
  position: relative;
  box-sizing: border-box;
}

/*inputs*/
.steps label{
  color: #333333;
  text-align: left !important;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 7px;
  padding-top: 10px;
  font-family: gotham-bookgotham-book, Sans-Serif;
  display: inline-block;
}
input[type=text],[type=password], input[type=date]  {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 10px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #992b2b;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* dropdowns */
select{
  outline: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* HORIZONTAL MENU */

.topnav {
  overflow: hidden;
  background-color: #d9f8ff;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #00809e;
  color: whitesmoke;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}


.menublankspace {
  margin-left:40px;
}

/* CAPITALIZE */
#capitalize {
   font-weight: bold;
   font-size:14px;
   text-transform: capitalize;
 }
#logindate {
  font-weight: bold;
  margin-left: 5px;
}
.note{
  color:red;
  font-weight: bolder;
  font-size: large;
}

/* Date style
*****************************
*/

.showdate{
  font-family:gotham-bookgotham-book, Sans-Serif;
  color:whitesmoke;
  margin-top:40px;
  text-align:right;
  float:none
}

.table{
  border-top:0px !important;
}
/* SUB TITLE TEXT */
.subtitle {
  font-weight: normal;
  font-size: 12px;
  color: #837E7E;
  margin-bottom: 20px;
  text-align: left;
}
/*main body container */
#container{
  position: fixed;
  top: 80px;
  width:100% !important;
  overflow: auto;
  bottom: 6px;
  background-color: lightgrey;

}
.bodycontent{
  margin-left: 215px;
  padding: 1px 16px;
  height: auto;
}
/* body content*/
.contentwrapper{
  position:absolute;
  top: 0px;
  left: 5px;
  right: 5px;
  bottom: 15px;
  padding: 0px;
  overflow: auto;
  background-color: #E8F3F6;
  display: table-cell;
  font-size:13px;
  font-family: gotham-bookgotham-book, Sans-Serif;


  /* For background image */
  /* background-image: url("../images/logo_950_back.png") ;
   background-repeat: no-repeat;
   background-position: 50%;
   background-size: initial;*/

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Form inside body */
.mainform{
  margin: 15px;
  padding:15px;
  height:auto;
  border-radius: 10px;
  border-top: 9px solid #00809e;
  background-color: white;

  -webkit-box-shadow: -3px 6px 13px -1px rgba(92,88,92,1);
  -moz-box-shadow: -3px 6px 13px -1px rgba(92,88,92,1);
  box-shadow: -3px 6px 13px -1px rgba(92,88,92,1);

}

/* Form Title */
.form-title{

  text-transform: uppercase;
  color: #ff4949;
  font-weight: bold;
}

fieldset.scheduler-border {

  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
  box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width:auto;
  padding:0 10px;
  border-bottom:none;
}

.bg-light{
   font-weight: bold;
  background-color: black;
}
.card{

  -webkit-box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);
  -moz-box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);
  box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);

}
.card-body{
  background-color:white !important;
}
.card-header{
  font-weight: bold;
  font-size:14px;
}

.card-title{
  font-weight: bold;
}
/* --------- LOGIN FORM ---- */


.loginbox {

  box-shadow: #837E7E;
  margin-top:100px;
  border-collapse: collapse;
 /* background-color: #00809e; /* For browsers that do not support gradients */
  background-color: #325a5e; /* For browsers that do not support gradients */
  font-family: gotham-bookgotham-book, Sans-Serif;
 /* background-image: linear-gradient(to bottom right, #00809e, #ff4949);*/
}

.logoheader{
  width: 30%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 50px auto;
  background-color: white;
  position: relative;
  padding: 16px;

  -webkit-box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);
  -moz-box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);
  box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);


}

.logotitle{
  padding:15px;
  text-align: center;
  color: #f44336;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size:25px;
  font-family: gotham-bookgotham-book, Sans-Serif;

}


/*set a style for the buttons*/
.buttonclass {
  background: #00809e;
  background-image: -webkit-linear-gradient(top, #00809e, #00809e);
  background-image: -moz-linear-gradient(top, #00809e, #00809e);
  background-image: -ms-linear-gradient(top, #00809e, #00809e);
  background-image: -o-linear-gradient(top, #00809e, #00809e);
  background-image: linear-gradient(to bottom, #00809e, #00809e);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 1px 1px 3px #666666;
  -moz-box-shadow: 1px 1px 3px #666666;
  box-shadow: 1px 1px 3px #666666;
  font-family: gotham-bookgotham-book, Sans-Serif;
  color: #ffffff;
  font-size: 14px;
  width:100%;
  padding: 10px 20px 10px 20px;
  border: solid #00809e 2px;
  text-decoration: none;
}

.buttonclass:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



#datepicker {

  height:35px;
  font-size: 13px
}

label{
  font-weight: bold;
  font-family: gotham-bookgotham-book, Sans-Serif;

}
/*assign full width inputs*/

input[type=text],
input[type=password] {
  width: 100%;
  height:35px;
  padding: 10px 18px;
  margin: 0px 0px 25px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/*input[type=text]:focus{
  background-color: yellow;
}*/


/*set extra style for the cancel button*/

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
/*centre the display image inside the container*/

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}
/*set image properties*/

img.avatar {
  width: 10%;

}
/*set padding to the container*/

.container {
  width: 30%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 50px auto;
  background-color: white;
  position: relative;
  padding: 16px;
  font-family: gotham-bookgotham-book, Sans-Serif;

  -webkit-box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);
  -moz-box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);
  box-shadow: -8px -5px 20px -3px rgba(128,123,128,1);

}

/*set the forgot password text*/

span.psw {
  float: right;
  padding-top: 16px;
}
/*set styles for span and cancel button on small screens*/

@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 40%;
  }
  img.avatar {
    width: 40%;

  }
  h1.heading{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align:center;
    color:whitesmoke;
    vertical-align: middle;
    font-size: 2.4vw;
    font-weight: bolder;
    line-height: 45px;

    letter-spacing: 2px;
    font-family: gotham-bookgotham-book, Sans-Serif;

  }
  
  /* log in box */
  .container {
    width: 100%;
    font-family: gotham-bookgotham-book, Sans-Serif;
  }
  /* header logo */
  #logo{
    background-position: center;
    margin-left:0px;

  }

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  img.avatar {
    width: 40%;
  }
  h1.heading{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align:center;
    color:whitesmoke;
    vertical-align: middle;
    font-size: 3.4vw;
    font-weight: bolder;
    line-height: 45px;

    letter-spacing: 2px;
    font-family: gotham-bookgotham-book, Sans-Serif;

  }
  .container {
    width: 70%;
    margin: 5px auto;
    position: relative;
    padding: 16px;
    font-family: gotham-bookgotham-book, Sans-Serif;
  }
  .bodycontent{
    margin-left: 5px;
    padding: 1px 16px;
    height: auto;
  }
  #logo{
    background-position: center;
    margin-left:0px;

  }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container {
    width: 70%;
    margin: 5px auto;
    position: relative;
    padding: 16px;
    font-family: gotham-bookgotham-book, Sans-Serif;
  }
  h1.heading{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align:center;
    color:whitesmoke;
    vertical-align: middle;
    font-size: 2.4vw;
    font-weight: bolder;
    line-height: 45px;

    letter-spacing: 2px;
    font-family: gotham-bookgotham-book, Sans-Serif;

  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  img.avatar {
    width: 40%;

  }
  .container {
    width: 70%;
    margin: 5px auto;
    position: relative;
    padding: 16px;
    font-family: gotham-bookgotham-book, Sans-Serif;
  }
  h1.heading{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align:left;
    color:whitesmoke;
    vertical-align: middle;
    font-size: 2.4vw;
    font-weight: bolder;
    line-height: 45px;

    letter-spacing: 2px;
    font-family: gotham-bookgotham-book, Sans-Serif;

  }

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container {
    width: 30%;
    margin: 5px auto;
    position: relative;
    padding: 16px;
    font-family: gotham-bookgotham-book, Sans-Serif;
  }
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}


/*
Sidebar Navigation
 */
.sidebar {
  margin: 0;
  padding: 0;
  width: 220px;
  background-color: #f1f1f1;
  position: fixed;
  height: 86%;
  overflow: auto;
  border-right:2px lightgrey solid;
}

.sidebar a {
  display: block;
  color: black;
  padding: 10px;
  text-decoration: none;
}

.sidebar a.active {
  background-color: #00809e;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #aaa;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: auto;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
  h1.heading{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align:center;
    color:whitesmoke;
    vertical-align: middle;
    font-size: 3.5vw;
    font-weight: bolder;
    line-height: 45px;

    letter-spacing: 2px;
    font-family: gotham-bookgotham-book, Sans-Serif;

  }
}

@media screen and (max-width: 400px) {
 /* .sidebar a {
    text-align: center;
    float: none;
  }*/
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}
/*

!* On mouse-over *!
.sidenav a:hover, .dropdown-btn:hover {
  color: whitesmoke;
}
*/


/*
!* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content *!
.dropdown-container {
  display: none;
  background-color: grey;
  padding-left: 8px;
  font-style: italic;
  font-family: gotham-bookgotham-book, Sans-Serif;


}*/

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
/*
!*dropdown box*!
nav.sidebar .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  font-size:12px;

  !*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*!
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

!*colors dropdown box text *!
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: #666;

}
!* SIDEBAR HOVER COLOR IN DROPDOWN MENU *!
nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
  background-color: #aaa;
}*/

/* SIDE BAR TOP BOX */
.sidebarinfo{
  border-bottom: 1px solid #f44336;
  margin:2px;
  padding:10px;
  height:160px;
  width:95%;
  font-size:13px;

}
/* PROFLE IMAGE */
.material-icons.md-18 {
  font-size: 80px;
}

/* Help information icon */
.material-icons{
  color:#00809e;
}

/* LOGOUT */
.fa fa-sign-out{
  background-color:#00809e;
}


.horizontalline {
  border-bottom: 1px solid #f44336;
}
.sidebartitle{
  border-bottom: 1px solid wheat;
  background-color: grey;
  height:120px;
}
#sidebartitletext{
  color: #fff;
  display: block;
  padding: 6px 8px 6px 16px;
  font-size: 18px;
  font-family: gotham-bookgotham-book, Sans-Serif;

}
.visiteddate{
  color:#ff4949;
  font-size: 13px;
  margin-left:18px;
}

/* TABLE DATA IN DASHBOARD */
.datacolor{
  color: #ff4949;
  font-weight: bold;
}

.crudbuttons{
  background-color: #ff4949;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  padding:5px 15px;
  border-radius:0.5em;

}

.modal-header{
  background-color: #00809e;
  color:whitesmoke;
  text-align: left;

}

.welcomeheader{
  text-align: center;
  font-weight: bold;
  font-size: 24px;

}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #837E7E;
  margin-bottom: 20px;
  text-align: left;
}

/* SIDE BAR DROPDOWN */


.dropdown .dropbtn {
  font-size: 13px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: grey;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*
  CSS Text Animations
*/

.scroll-up {
  height:170px;
  overflow: hidden;
  position: relative;


}
.scroll-up table {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
 /* line-height: 50px;*/
  text-align: left;
  /* Starting position */
  -moz-transform:translateY(100%);
  -webkit-transform:translateY(100%);
  transform:translateY(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-up 5s linear infinite;
  -webkit-animation: scroll-up 5s linear infinite;
  animation: scroll-up 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-up {
  0%   { -moz-transform: translateY(100%); }
  100% { -moz-transform: translateY(-100%); }
}
@-webkit-keyframes scroll-up {
  0%   { -webkit-transform: translateY(100%); }
  100% { -webkit-transform: translateY(-100%); }
}
@keyframes scroll-up {
  0%   {
    -moz-transform: translateY(100%); /* Browser bug fix */
    -webkit-transform: translateY(100%); /* Browser bug fix */
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(-100%); /* Browser bug fix */
    -webkit-transform: translateY(-100%); /* Browser bug fix */
    transform: translateY(-100%);
  }
}

.scroll-up:hover{
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;

}

.alertannouncementable td {
  padding: 15px;
}
