﻿/* CREATED: SBH 
   On     : 08.12.2015
   Purpose: Iazi color scheme css
*/

/** SBH - 30.10.2015, WEBAPPHEDO-117, IAZITheme */
/*button-IAZIBlue1(#005684) eoc*/
.btn-IAZIBlue-1 {
  color: #EDEDED;
  background-color: #005684;/*background-color: #32A6EB;*/
  border-color: #005684;/*border-color: #32A6EB;*/
  outline: none !important;
}
.btn-IAZIBlue-1:focus,
.btn-IAZIBlue-1.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIBlue-1:hover {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIBlue-1:active,
.btn-IAZIBlue-1.active,
.open > .dropdown-toggle.btn-info {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIBlue-1:active:hover,
.btn-IAZIBlue-1.active:hover,
.open > .dropdown-toggle.btn-IAZIBlue-1:hover,
.btn-IAZIBlue-1:active:focus,
.btn-IAZIBlue-1.active:focus,
.open > .dropdown-toggle.btn-IAZIBlue-1:focus,
.btn-IAZIBlue-1:active.focus,
.btn-IAZIBlue-1.active.focus,
.open > .dropdown-toggle.btn-IAZIBlue-1.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIBlue-1:active,
.btn-IAZIBlue-1.active,
.open > .dropdown-toggle.btn-IAZIBlue-1 {
  background-image: none;
  outline: none !important;
}
.btn-IAZIBlue-1.disabled,
.btn-IAZIBlue-1[disabled],
fieldset[disabled] .btn-IAZIBlue-1,
.btn-IAZIBlue-1.disabled:hover,
.btn-IAZIBlue-1[disabled]:hover,
fieldset[disabled] .btn-IAZIBlue-1:hover,
.btn-IAZIBlue-1.disabled:focus,
.btn-IAZIBlue-1[disabled]:focus,
fieldset[disabled] .btn-IAZIBlue-1:focus,
.btn-IAZIBlue-1.disabled.focus,
.btn-IAZIBlue-1[disabled].focus,
fieldset[disabled] .btn-IAZIBlue-1.focus,
.btn-IAZIBlue-1.disabled:active,
.btn-IAZIBlue-1[disabled]:active,
fieldset[disabled] .btn-IAZIBlue-1:active,
.btn-IAZIBlue-1.disabled.active,
.btn-IAZIBlue-1[disabled].active,
fieldset[disabled] .btn-IAZIBlue-1.active {
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
  color:#005684 !important;
}
.btn-IAZIBlue-1 .badge {
  color: #005684;
  background-color: #fff;
  outline: none !important;
}
/*button eoc*/
/*button- default (#fff)boc*/
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  outline: none !important;
}
.btn-default:focus,
.btn-default.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-default:hover {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
  outline: none !important;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
  outline: none !important;
  color:#005684 !important;
  font-weight:normal !important;
}
.btn-default .badge {
   color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
/*eoc*/
/*button IAZIGreen1 - IAZI Green(#C6CA00) BOC*/
.btn-IAZIGreen-1
 {
  color:  #fff;
  background-color: #C6CA00;
  /*border-color: #AAA;*/
  outline: none !important;
}
.btn-IAZIGreen-1:focus,
.btn-IAZIGreen-1.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIGreen-1:hover {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIGreen-1:active,
.btn-IAZIGreen-1.active,
.open > .dropdown-toggle.btn-IAZIGreen-1 {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIGreen-1:active:hover,
.btn-IAZIGreen-1.active:hover,
.open > .dropdown-toggle.btn-IAZIGreen-1:hover,
.btn-IAZIGreen-1:active:focus,
.btn-IAZIGreen-1.active:focus,
.open > .dropdown-toggle.btn-IAZIGreen-1:focus,
.btn-IAZIGreen-1:active.focus,
.btn-IAZIGreen-1.active.focus,
.open > .dropdown-toggle.btn-IAZIGreen-1.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIGreen-1:active,
.btn-IAZIGreen-1.active,
.open > .dropdown-toggle.btn-IAZIGreen-1 {
  background-image: none;
  outline: none !important;
}
.btn-IAZIGreen-1.disabled,
.btn-IAZIGreen-1[disabled],
fieldset[disabled] .btn-IAZIGreen-1,
.btn-IAZIGreen-1.disabled:hover,
.btn-IAZIGreen-1[disabled]:hover,
fieldset[disabled] .btn-IAZIGreen-1:hover,
.btn-IAZIGreen-1.disabled:focus,
.btn-IAZIGreen-1[disabled]:focus,
fieldset[disabled] .btn-IAZIGreen-1:focus,
.btn-IAZIGreen-1.disabled.focus,
.btn-IAZIGreen-1[disabled].focus,
fieldset[disabled] .btn-IAZIGreen-1.focus,
.btn-IAZIGreen-1.disabled:active,
.btn-IAZIGreen-1[disabled]:active,
fieldset[disabled] .btn-IAZIGreen-1:active,
.btn-IAZIGreen-1.disabled.active,
.btn-IAZIGreen-1[disabled].active,
fieldset[disabled] .btn-IAZIGreen-1.active {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
  font-weight:normal !important;
}
.btn-IAZIGreen-1 .badge {
  color:  #4A494A;
  background-color: #DDE297;
  outline: none !important;
}
/*EOC*/

/*SBH:14.06.2016, IAZI green Color code for a tag BOC */
a.btn-IAZIGreen-1{
  color:  #fff !important;
  background-color: #C6CA00 !important;
  outline: none !important;
  font-weight:normal !important;
}

a.btn-IAZIGreen-1:hover,
a.btn-IAZIGreen-1:active,
a.btn-IAZIGreen-1:focus{
  color: #005684 !important;
  background-color: #EDEDED !important;
  border-color: #4A494A !important;
  outline: none !important;
  font-weight:normal !important;
}
/*EOC*/

/*button IAZIPurple1 - IAZI Green(#C0D6F0) BOC*/
.btn-IAZIPurple-1 {
  color:  #005684;
  background-color: #C0D6F0;
  /*border-color: #AAA;*/
  outline: none !important;
}
.btn-IAZIPurple-1:focus,
.btn-IAZIPurple-1.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIPurple-1:hover {
 color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIPurple-1:active,
.btn-IAZIPurple-1.active,
.open > .dropdown-toggle.btn-IAZIPurple-1 {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIPurple-1:active:hover,
.btn-IAZIPurple-1.active:hover,
.open > .dropdown-toggle.btn-IAZIPurple-1:hover,
.btn-IAZIPurple-1:active:focus,
.btn-IAZIPurple-1.active:focus,
.open > .dropdown-toggle.btn-IAZIPurple-1:focus,
.btn-IAZIPurple-1:active.focus,
.btn-IAZIPurple-1.active.focus,
.open > .dropdown-toggle.btn-IAZIPurple-1.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIPurple-1:active,
.btn-IAZIPurple-1.active,
.open > .dropdown-toggle.btn-IAZIPurple-1 {
  background-image: none;
  outline: none !important;
}
.btn-IAZIPurple-1.disabled,
.btn-IAZIPurple-1[disabled],
fieldset[disabled] .btn-IAZIPurple-1,
.btn-IAZIPurple-1.disabled:hover,
.btn-IAZIPurple-1[disabled]:hover,
fieldset[disabled] .btn-IAZIPurple-1:hover,
.btn-IAZIPurple-1.disabled:focus,
.btn-IAZIPurple-1[disabled]:focus,
fieldset[disabled] .btn-IAZIPurple-1:focus,
.btn-IAZIPurple-1.disabled.focus,
.btn-IAZIPurple-1[disabled].focus,
fieldset[disabled] .btn-IAZIPurple-1.focus,
.btn-IAZIPurple-1.disabled:active,
.btn-IAZIPurple-1[disabled]:active,
fieldset[disabled] .btn-IAZIPurple-1:active,
.btn-IAZIPurple-1.disabled.active,
.btn-IAZIPurple-1[disabled].active,
fieldset[disabled] .btn-IAZIPurple-1.active {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
  font-weight:normal !important;
}
.btn-IAZIPurple-1 .badge {
  color: #fff;
  background-color: #C0D6F0;
  border-color: #4A494A;
  outline: none !important;
}
/*EOC*/


/*button IAZIRed1 - IAZI Red (#DDE297) BOC*/
.btn-IAZIRed-1 {
  color:  #fff;
  background-color: #D98F7A;
  outline: none !important;
}
.btn-IAZIRed-1:focus,
.btn-IAZIRed-1.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIRed-1:hover {
 color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIRed-1:active,
.btn-IAZIRed-1.active,
.open > .dropdown-toggle.btn-IAZIRed-1 {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIRed-1:active:hover,
.btn-IAZIRed-1.active:hover,
.open > .dropdown-toggle.btn-IAZIRed-1:hover,
.btn-IAZIRed-1:active:focus,
.btn-IAZIRed-1.active:focus,
.open > .dropdown-toggle.btn-IAZIRed-1:focus,
.btn-IAZIRed-1:active.focus,
.btn-IAZIRed-1.active.focus,
.open > .dropdown-toggle.btn-IAZIRed-1.focus {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
}
.btn-IAZIRed-1:active,
.btn-IAZIRed-1.active,
.open > .dropdown-toggle.btn-IAZIRed-1 {
  background-image: none;
  outline: none !important;
}
.btn-IAZIRed-1.disabled,
.btn-IAZIRed-1[disabled],
fieldset[disabled] .btn-IAZIRed-1,
.btn-IAZIRed-1.disabled:hover,
.btn-IAZIRed-1[disabled]:hover,
fieldset[disabled] .btn-IAZIRed-1:hover,
.btn-IAZIRed-1.disabled:focus,
.btn-IAZIRed-1[disabled]:focus,
fieldset[disabled] .btn-IAZIRed-1:focus,
.btn-IAZIRed-1.disabled.focus,
.btn-IAZIRed-1[disabled].focus,
fieldset[disabled] .btn-IAZIRed-1.focus,
.btn-IAZIRed-1.disabled:active,
.btn-IAZIRed-1[disabled]:active,
fieldset[disabled] .btn-IAZIRed-1:active,
.btn-IAZIRed-1.disabled.active,
.btn-IAZIRed-1[disabled].active,
fieldset[disabled] .btn-IAZIRed-1.active {
  color: #005684;
  background-color: #EDEDED;
  border-color: #4A494A;
  outline: none !important;
  font-weight:normal !important;
}
.btn-IAZIRed-1 .badge {
  color:  #fff;
  background-color: #DDE297;
  outline: none !important;
}
/*EOC*/

/*SBH: 23.08.2016 , WEBHEDO-203, new layout for Infomation/Conformation Pages*/
.info-heading {
    background-color: #005684;
}
.info-heading h4 {
    color: #fff !important;
}
.info-footer {
    border-bottom:1px solid #005684;
}
/*SBH: 20.06.2016, Added Cursor for link tag,IAZI Theme Link*/
a{
    cursor: pointer !important;
    color:#005584;
}
/*SBH: 15.3.2016, IAZI theme --boc*/
.product-description a{
    color:#005684 !important;
    font-size: 18px;
    text-decoration: underline;
}
.product-description a:hover{
    color:#B9C600 !important;
    text-decoration:underline !important;
}
.product-description a:focus,
.product-description a:active{
    color:#B9C600 !important;
    text-decoration:underline !important;
}
.product-description a >b{
    font-size:16px !important;
}
/*eoc*/
/*SBH 22:09.2016 Footer changed BOC*/
#footer a{
    color:#C6CA00;
}
#footer a:hover,
#footer a:active,
#footer a:focus{
    color:#ffffff;
}
/*EOC*/
/*SBH: 07.11.2016, webhedo-234,New loign ui - BOC*/
.lnk-IAZI-gray,
.lnk-IAZI-gray:hover,
.lnk-IAZI-gray:active,
.lnk-IAZI-gray:focus{
    color:#4A494A;
    font-weight:bold;
    font-size:14px;
}
.lnk-IAZI-gray {
    color: #4A494A;
}
.lnk-IAZI-gray:hover,
.lnk-IAZI-gray:active,
.lnk-IAZI-gray:focus {
    color:#C6CA00;
}
/*EOC*/
/* GUM : 11.11.2016, WEBHEDO- 231, Change format for link on Standard login page */
h4 .lnk-IAZI-gray {
    font-size: 16px !important;
}

/*Tabs*/
#FilterTab .tabs nav a:hover {
        color: #C6CA00;
}
#FilterTab .tabs nav li.tab-current a {
	color: #005584;
}

#FilterTab.profile-manager .tabs nav li.tab-current {
    background-color: #005684 !important;
}
    #FilterTab.profile-manager .content {
    background-color: #fff !important;
    border-top: 1px solid #005684 !important;
    border-bottom: 1px solid #005684 !important;
}
/* Fallback example */
#FilterTab .no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #005584;
}
/* main header*/
#mainSiteHeader
{
   background-color: #005584;
   box-shadow: 0px 6px 5px -6px #005584;
}
/*model popup header*/
.modal-dialog-header{
    background-image: linear-gradient(#005584, #005584 60%, #005584);
    background-color: #005584;
}

.InfoBoxBtn .cls-2,
.map-marker .cls-2,
.add-pic .cls-2,
.addButton .cls-2,
.deleteButton .cls-2,
.wizard-modal-icon .cls-2,
.iazi-fill-color .cls-2,
.iazi-fill-color .cls-3
{
     fill: #005584 !important;
}

.iazi-blue-text-color{
    color:#005584 !important;
}
.footable-toggle,
.footable-first-column i {
    color: #005684 !important;
}