﻿


/*****************************************************************************************************************************/
/*                                                                                                                           */
/*                                      starting our modifications to bootstrap                                              */
/*                                                                                                                           */
/*****************************************************************************************************************************/


/*****************************************************************************************************************************/
/*                                                                                                                           */
/*  #428bff;   /* BSP light blue  */
/*  #06466b;   /* BSP medium blue */
/*  #062133;   /* BSP dark-blue   */
/*                                                                                                                           */
/*  #7873b5;   /* CL light putple */
/*  #4b449d;   /* CL dark purple  */
/*                                                                                                                           */
/*****************************************************************************************************************************/

a {
  color: black;
  text-decoration: none;
}

.text-darkpurple {
    color: #4b449d;
}

body, p {
/*font-family: helvetica, arial, sans-seif;*/
  font-size: 13px;
  line-height: 1.5em;
}



h1, h2, h3, h4, h5, h6, h7 {
font-family: helvetica, arial, sans-seif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-control {
    height: 20px; /*change from 14 to 20*/
    padding: 3px 6px 0px 6px;
    font-size: 13px; /* change from 14 to 12*/
    line-height: 1.5em; /*change from 1.428571429 to 1.1*/
}

.form-control:focus { 
	background-color: yellow;
}


.text-success,
.text-warning,
.text-danger,
.text-strong {
  font-weight: bold;
}


.form-group {
  margin-bottom: 7px;
  vertical-align: middle;
}

.no-bottom-margin {
  margin-bottom: 0px !important;
}

.no-top-margin {
  margin-top: 0px !important;
}

.control-label {
  padding-left: 0px;
  padding-right: 0px;
  color: black;
  font-weight:400;
}

.control-label-darkpurple {
  padding-left: 0px;
  padding-right: 0px;
  color: #4b449d;
  font-weight:400;
}

.control-label-darkpurple-bold {
  padding-left: 0px;
  padding-right: 0px;
  color: #4b449d;
  font-weight:bold;
  vertical-align: central;
}

.control-label-red {
  padding-left: 0px;
  padding-right: 0px;
  color: red;
  font-weight:normal;
  vertical-align: central;
}

.control-label-red-bold {
  padding-left: 0px;
  padding-right: 0px;
  color: red;
  font-weight:bold;
  vertical-align: central;
}


.btn {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
	background-color: #4b449d;   /* CL dark purple  */
	color: rgba(255, 255, 255, 1.0);
    white-space: normal;
  border-color: #4b449d;
}

.btn-caution {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
	background-color: yellow;
	color: #4b449d;
    white-space: normal;
}

.btn-green {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
	background-color: green;   /* CL dark purple  */
	color: white;
    white-space: normal;
}


.btn-default {
  color: rgba(255, 255, 255, 1.0);
  background-color: #4b449d;

}

.btn-inverse {
  color: #4b449d;
  background-color: #e4eafe;
}

.btn-invoicing {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
	background-color: #4b449d;   /* CL dark purple  */
	color: rgba(255, 255, 255, 1.0);
    white-space: normal;
   padding: 1px !important;
   margin: 0px !important;
}

.btn-invoicing-red {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
	background-color: red;   /* CL dark purple  */
	color: white;
    white-space: normal;
   padding: 1px !important;
   margin: 0 !important;
}

.btn-invoicing-green {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
	background-color: green;   /* CL dark purple  */
	color: white;
    white-space: normal;
   padding: 1px !important;
   margin: 0 !important;
}

.btn-center {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
	background-color: #4b449d;   /* CL dark purple  */
	color: rgba(255, 255, 255, 1.0);
    white-space: normal;
}

.btn:hover,
.btn:focus {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
    background-color: #7873b5;   /* CL light putple */
    }

    /* navbar */



.nav
{
    min-height: 30px;
    margin-bottom: 0px;
    color: #7873b5;
	background-color: #4b449d;   /* CL dark purple  */
    padding-bottom: 0px;
    padding-top: 5px;
    width: 100%;
}

.nav ul li
{
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-inner a /* this is the class for the menu bar */
{
	color: rgba(255, 255, 255, 1.0);
    }

.navbar .nav a:hover, .navbar .nav a:focus {
	color: rgba(255, 255, 255, 1.0);
	background-color:  #7873b5;   /* CL light putple */
	}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: rgba(255, 255, 255, 1.0);
	background-color: #7873b5;   /* CL light putple */
	}


.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 2px;
  border: 1px solid transparent;
}

.nav-tabs {
	background-color:  #4b449d;    /* CL dark purple  */
	}


.nav-tabs > li > a {
    margin-left: 4px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    color: #7873b5;   /* CL light putple */
    background-color: rgba(255, 255, 255, 1.0);
}


.nav-tabs.nav-justified > li > a {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}


.dropdown-menu {
	background-color: #b7b3d6;          /* controls the background color of the dropdown in the menu bar */
}

.dropdown-menu>li>a {
	background-color: #b7b3d6;
}




.tab-content > .tab-pane > active > a,
.tab-content > .tab-pane > active > a:hover,
.tab-content > .tab-pane > active > a:focus {
        color: white;
        cursor: default;
        background-color: red;
        border: 1px solid #dddddd;
        border-bottom-color: transparent;
}


spec_inst {
	padding: 0.5em 0;
	border-top: 1px solid #7873b5;
	color: #e60000;
	font-weight: bold;
}

div.spec_inst_system {
	padding: 0.5em 0;
	border-top: 1px solid #7873b5;
	font-weight: bolder;
}

spec_inst_system {
	padding: 0.5em 0;
	border-top: 1px solid #7873b5;
	font-weight: bolder;
}

div.spec_inst {
	margin-top: .5em;
	padding: .5em 0;
	border-top: 1px solid #7873b5;
	color: #e60000;
	font-weight: bold;
}

div.SpecialAccountMessage {
	padding: 0.5em 0;
	color: #e60000;
	font-weight: bold;
}


/* background colors and shading */

.DisplayGridDetailCenter {
    text-align: center;
}

.DisplayGridDetailLeft {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
    text-align: left;
}

.DisplayGridDetailRight {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
    text-align: right;
}

.DisplayGridImageThumb
{
    height:50px; width:auto;
    width:Auto; width:50px;
}


.DisplayGridImageLarge
{
    height:300px; width:auto;
    width:Auto; width:300px;
}

.DisplayGridHeader
{
    font-weight: bold;
    color: white;
    background-color: #4b449d;
}

.DisplayGridHeaderCenter
{
    font-weight: bold;
    color: white;
    background-color: #4b449d;
    text-align: center;
}



.TinyScrollWindow {
    display: inline;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    overflow: scroll;
    height: 100px;
    max-height: 100px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.SmallScrollWindow {
    display: inline;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    overflow: scroll;
    height: 200px;
    max-height: 200px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.MediumScrollWindow {
    display: inline;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    overflow: scroll;
    height: 300px;
    max-height: 300px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.LargeScrollWindow {
    display: inline;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    overflow: scroll;
    height: 400px;
    max-height: 400px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}





.Company-logo
{
    height:108px; width:auto;
    width:Auto; width:150px;
}

.Client-logo
{
/*    height:108px;  */
    width:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

.BorderBox {
    border: 1px solid #7873b5;
    padding: 0.0em;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}


.nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;

}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nopadding-left {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.padding-left {
   padding-left: 15px !important;
}

.nopadding-right {
   padding-right: 0 !important;
   margin-right: 0 !important;
}

.padding-right {
   padding-right: 15px !important;
}

div.rnd_c {
	border: 1px solid #7873b5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.border-left {
    border-left: 1px solid #7873b5;
}

div.border-right {
    border-right: 1px solid #7873b5;
}

div.Pad > div[class*="col-"]
{
    padding-right: 15px !important; 
    padding-left: 15px !important; 
}

div.HalfLine {
    line-height: 0.5em;
}

div.FullLine {
    line-height: 1.0em;
}

.top05 { margin-top:5px; }
.top07 { margin-top:7px; }
.top10 { margin-top:10px; }
.top14 { margin-top:14px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top25 { margin-top:25px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }

.seperator-line {
	margin: 1em 0 0 0;
	border-top: 2px solid #7873b5;
}


  .FileUpload input[type=file] {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
	background-color: #4b449d;   /* CL dark purple  */
	color: rgba(255, 255, 255, 1.0);
    border: 1px solid #AB00CC;
    padding: 1px 4px;
    white-space: normal;
    }

#shim {
opacity: .75;
filter: alpha(opacity=75);
-ms-filter: "alpha(opacity=75)";
-khtml-opacity: .75;
-moz-opacity: .75;
background: #B8B8B8;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index:990
}

#msgbx {
position: absolute;
left: 50%;
top: 50%;
height: 250px;
width: 375px;
margin-top: -75px;
margin-left: -175px;
background: #fff;
border: 1px solid #ccc;
box-shadow: 3px 3px 7px #777;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
z-index:999
}

#shimList {
opacity: .75;
filter: alpha(opacity=75);
-ms-filter: "alpha(opacity=75)";
-khtml-opacity: .75;
-moz-opacity: .75;
background: #B8B8B8;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index:990
}

#msgbxList {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 250px;
    width: 375px;
    margin-top: -75px;
    margin-left: -175px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 7px #777;
    -webkit-box-shadow: 3px 3px 7px #777;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    z-index: 999;
}

#shimDetails {
opacity: .75;
filter: alpha(opacity=75);
-ms-filter: "alpha(opacity=75)";
-khtml-opacity: .75;
-moz-opacity: .75;
background: #B8B8B8;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index:990
}

#msgbxDetails {
position: absolute;
left: 30%;
top: 50%;
height: 250px;
width: 925px;
margin-top: -75px;
margin-left: -175px;
background: #fff;
border: 1px solid #ccc;
box-shadow: 3px 3px 7px #777;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
z-index:999
}

