/* CRi Style Sheet

   Controls Banner Colour and Logo
   Menu Colours
   Default Page Background and Line Box Colour
   Links

*/

/* Fonts *****************************************/

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

/* Links *****************************************/

a:link, a:visited {
  color: #000099;
}

a:hover, a:active {
  color: #000099;
}

/**************** Container styles ****************/

#container{
  background-color:#FFFFFF; /* #D5F2FC; */
}

/**************** Header styles ****************/

#header{
  background-color: var(--header-colour);
}

#header-logo{
  background: url(../img/cgl_logo.png) top left no-repeat;
}

#header a:hover, #header a:active {
  color: #AECBF0;
}

/**************** Top Menu styles ****************/

* html div#topMenu ul {
  border-left: 0px solid #EFF9FC;
}

* html div#topMenu ul li ul {
  border-top: 1px solid #EFF9FC;
}

div#topMenu {
  background:#AECBF0; /*#D5F2FC; */
  border-bottom:1px solid #EFF9FC;
}

div#topMenu li {
  background-color:#AECBF0;
  border-right:1px solid #eff9fc;
}

div#topMenu ul li:first-child {
  border-left: 1px solid #eff9fc;
}

div#topMenu a:hover {
  background-color:#33CCFF;
}
div#topMenu a {
  color:#000000;
}
div#topMenu ul li ul li {
  border-bottom: 1px solid #eff9fc;
  border-left: 1px solid #eff9fc;
  border-right: 1px solid #eff9fc;
  color:#FFFFFF;
}

.lastMenuOption {
  border-top:1px solid #eff9fc;
}

.firstOption {
  border-top:1px solid #eff9fc;
}

/**************** Standard Content Styles ****************/

.lineTable {
  border:1px solid #8EB4E6;
  background-color:#EFF9FC;
}

.lineCellLeft {
  border:1px solid #8EB4E6;
}

.lineCellCenter {
  border:1px solid #8EB4E6;
}

.lineCellRight {
  border:1px solid #8EB4E6;
}

.lineBox {
  border:1px solid #8EB4E6;
  background-color:#EFF9FC;
}

.groupLineBox {
  border:1px solid #8EB4E6;
}

.redBox {
  background-color:#FFA8A8;
}

.messageBox {
  background-color:#FFF271;
  font-weight:bold;
}

.lineBoxHalf {
  border:1px solid #8EB4E6;
  width:430px;
}

.pdfLineBox {
  border:1px solid #8EB4E6;
}

.innerGroupLineBox {
  background:#eff9fc;
  border:1px solid #8eb4e6;
}

.innerLineBox {
  background:#eff9fc;
  border:1px solid #8eb4e6;
}

.backBox {
  background-color:#AECBF0;
  position:relative;
}

.queryCell {
  border: 1px solid #33CCFF;
}

.listClientId div.popup{
  border:thin #33CCFF solid;
}

.listStatus div.popup{
  border:thin #33CCFF solid;
}

.udfLineBoxBorder {
  border:1px solid #8EB4E6;
}

.udfLineBoxBackground {
  background:#eff9fc;
}

/**************** User Dashboard Styles ****************/

/* New Styles added by JK on 08/01/19 */

.db-message {
  background: #ffffc2;
  border-radius: 10px;
  font-family: 'Nunito';
  box-shadow: 0 0px 2px #d1d126;
  padding: 15px 0px;
  margin: 15px 0;
}

.db-message-icon {
  width: 68px;
  display: inline-block;
  vertical-align: middle;
}
.db-message-icon i {
  color: #cece2e;
  padding: 5px 20px;
  font-size: 30px;
}

.db-message-text {
  width: 800px;
  display: inline-block;
  vertical-align: middle;
  color: #963737;
}

.dashboard-main {
  font-family: 'Nunito', sans-serif;
  background: #eff4ff;
  padding: 3px 15px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 0px 2px #aab4c5;
  text-align: center;
  overflow: hidden;
}

.dashboard-header {
  font-weight: 900;
  font-size: 20px;
  padding: 10px 0 10px 5px;
  color: #5c6884;
}

.dash-db-message {
  font-size: 15px;
  font-weight: bold;
  color: #616368;
  text-align: left;
  width: 782px;
  margin: 0 auto;
  padding: 20px 0;
}

.dash-box-container {
  width: 285px;
  margin: 15px 0;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.dash-box-header {
  background-color: #d9dee6;
  color: #7995B6;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 30px 30px 0 0;
  padding: 10px 0 3px 10px;
  font-weight: normal;
}

.dash-box-header i {
  color: #8DA2BD;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 15px;
}

.dash-box-body {
  background-color: #d9dee6;
  padding: 10px;
  border-radius: 0 0 30px 30px;
}

.dash-box-sub {
  background-color: #F5F6F8;
  border-radius: 30px;
  padding: 5px 10px;
  box-shadow: 0 0 1px #abb2c2;
}
.dash-box-sub:not(:last-child) {
  margin-bottom: 10px;
}

.dash-box-sub-header {
  margin: 5px 0;
}

.dash-box-sub-header i {
  color: #9AB3D2;
  font-size: 14px;
  margin: 0 10px;
}

.dash-box-sub-header-text {
  color: rgb(132, 160, 194);
  font-weight: bold;
  display: inline-block;
  width: 155px;
}

.dash-box-item {
  color: #2F4F77;
  margin-top: 12px;
  margin-bottom: 12px;
}
.dash-box-item:last-child {
  margin-bottom: 7px;
}

.dash-box-item-text {
  display: inline-block;
  width: 110px;
  font-size: 14px;
  margin-left: 10px;
}

.dash-box-item-text-full {
  width: 95%;
}

.dash-box-item-tag {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  background: rgb(206, 219, 234) none repeat scroll 0% 0%;
  border-radius: 30px;
  padding: 3px 5px;
  padding-right: 10px;
  color: #304157;
}
.dash-box-item-icon i {
  margin-left: 3px;
}

.dash-box-item-tag:last-child {
  margin-left: 5px;
}

.dash-box-item-tag .dash-box-item-icon {
  width: 20px;
  font-size: 10px;
}

.dash-box-item-icon {
  width: 30px;
  display: inline-block;
  color: #6885AA;
}

.dash-box-item-info {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px 10px;
  color: #7190bc;
}

.dash-box-item-stat {
  display: inline-block;
  width: 120px;
  background-color: #DADFEA;
  color: #637496 !important;
  border-radius: 15px;
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
}

.dash-box-item-stat:hover {
  text-decoration: none;
  background-color: #C6CFE1;
  color: #3f4f6f !important;
}

.dash-box-item-action {
  width: 95%;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 10px;
}

.dash-box-item-action-info {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #ffffe4;
  color: #686804;
  border: 1px solid #d5d571;
}

.dash-box-item-action-dropdown {
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  border: none;
  font-family: 'Nunito';
  background-color: #E0E4ED;
  color: #7C9AC0;
  font-weight: bold;
  box-shadow: 0 2px 0px #BAC3D5;
}
.dash-box-item-action-dropdown:hover {
  background-color: #C6CFE1;
}

.dash-box-item-action-button {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  padding-left: 10px;
  border-radius: 30px;
  background-color: #b7fda0;
  color: #38891b;
  cursor: pointer;
  box-shadow: 0 2px 0px #38891b;
}
.dash-box-item-action-button i {
  margin-left: 5px;
  margin-right: 10px;
}

.dash-box-item-action-button:hover {
  background-color: #a3ea8c;
}

#IStad-root > .dash-box-container {
  width: 875px;
}

#IStad-root > .dash-box-container > .dash-box-body > .dash-box-sub {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

#IStad-root > .dash-box-container > .dash-box-body > .dash-box-sub:not(last-item) {
  margin-right: 8px;
}

/* Old Styles */

.dashtitle{
  font-weight:bolder;
  font-size:large;
  color: #8EB4E6;
}

.dashhighlight{
  color: #8EB4E6;
}

.dashhighlight-bold{
  color: #8EB4E6;
  font-weight:bold;
}

.dashhighlight-bold a{
  color: #8EB4E6;
  font-weight:bold;
}

.dashhighlight-bold a:hover {
  color: #33c;
}

.dashcontent-left{
  width: 440px;
  height: 600px;
  float: left;
  padding: 10px 10px;
  margin: 25px 0px;
  border: 3px solid;
  border-color: #8EB4E6;
}

.dashbox {
  margin: 5px 0;
  width: 60%;
}

.dashbox-header {
  box-sizing: border-box;
  width: 100%;
  background: #AECBF0;
  font-size: 16px;
  padding: 10px;
  display: block;
}

.dashbox-subheader-70 {
  box-sizing: border-box;
  width: 70%;
  background: #C3DAF6;
  font-size: 14px;
  padding: 10px;
  float: left;
}

.dashbox-subheader-30 {
  box-sizing: border-box;
  width: 30%;
  background: #C3DAF6;
  font-size: 14px;
  padding: 10px;
  float: right;
  text-align: center;
}

.info-box {
  background: #ffffb4;
  padding: 20px;
  border: 1px solid #c5c57c;
  margin-top: 20px;
}

.info-box-header {
  color: #6b6b3d;
}

.info-box-body {
  color: #6b6b3d;
  margin-top: 10px;
  font-weight: normal;
}
