      html,
      body {
        /* The html and body elements cannot have any padding or margin. */
        height: 100%;
      }

      .container > hr {
        margin: 60px 0;
      }

      .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
      }

      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 40px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 100px;
        line-height: 1;
      }
      .jumbotron h2 {
        font-size: 80px;
        line-height: 1;
      }
      .jumbotron .lead {
        font-size: 24px;
        line-height: 1.25;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }
      .jumbotron table {
        margin: 0 auto;
      }

	.table-extra-condensed td {
		font-size: 10px;
		line-height: 10px;
	}
	.table-extra-condensed th {
		font-size: 10px;
		line-height: 10px;
	}

	.table-extra-condensed input[type="radio"], input[type="checkbox"] {
		line-height: normal;
		margin: 1px 0 0;
	}

      /* Supporting marketing content */
      .marketing {
        margin: 60px 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
      }
		
	  .record_list_count {
	    margin-top: 15px;
	  }

	  .with_selected_form {
	    margin-bottom: 10px;
	  }

      .form-signin {
        max-width: 300px;
        padding: 19px 29px 50px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 0 !important;
//        -webkit-border-radius: 5px;
//           -moz-border-radius: 5px;
//               border-radius: 5px;
//        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
//           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
//                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 20px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="email"],
      .form-signin input[type="password"],
      .form-signin select {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }

      .form-signin input[type="submit"] {
        margin-top: 10px;
        margin-right: 15px;
      }
     
      .form-signin td {
        padding-right: 15px;
      }

     .form-general {
        padding: 19px 29px 70px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 0 !important;
//        -webkit-border-radius: 5px;
//           -moz-border-radius: 5px;
//                border-radius: 5px;
//        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
//           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
//                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-general .form-general-heading,
      .form-general .checkbox {
        margin-bottom: 20px;
      }
      .form-general input[type="text"],
      .form-general input[type="email"],
      .form-general input[type="password"],
      .form-general select {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }

      .form-general input[type="submit"] {
        margin-top: 10px;
        margin-right: 15px;
      }
 
      .form-general td {
        padding-right: 15px;
      }
	  		
      .form-tabbed {
        max-width: 800px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 0 !important;
//        -webkit-border-radius: 5px;
//           -moz-border-radius: 5px;
//                border-radius: 5px;
//        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
//           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
//                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-tabbed .form-tabbed-heading,
      .form-tabbed .checkbox {
        margin-bottom: 10px;
      }
      .form-tabbed input[type="text"],
      .form-tabbed input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
      .form-submit {
        margin-top: 15px;
        margin-right: 15px;
      }

      .form-control {
        border-radius: 0 !important;
	  }

	.btn.sharp {
	  border-radius:0;
	}

	.footer {
		bottom: 0;
		height: 60px;
		position: absolute;
		width: 100%;
	}

	.record_list_count {
		margin-top: 10px;
	}

	.bs-help-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Help";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-help-box {
		background-color: #FFFFFF;
		color: #9BAAD0;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		padding: 39px 19px 14px;
		position: relative;
	}

	.bs-block-general:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Notice";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-general {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}


	.bs-advert:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Advertisement";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-advert {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}

	.bs-casestudy:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Video";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-casestudy {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}

	.bs-collection:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Photo Album";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-collection {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}

	.bs-resource:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Resource";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-resource {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}

	.bs-news:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "News";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-news {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}

	.bs-statement:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Statement";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-statement {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}


	.ec-image {
		max-height: 150px !important;
		max-width: 150px !important;
	}
	
	.select2-choice {
		margin-bottom: 5px !important;
	}


	.navbar-default .navbar-nav > li > a {
		color: #737373 !important;
		font-family: "Arial Black", Gadget, sans-serif !important;
		font-size: 24px !important;
		font-weight: normal !important;
	}

	.navbar-inner {
		background:transparent !important;
	}	

	.navbar-default {
		background-color: transparent !important;
		border-color: transparent !important;
		margin-bottom:0px;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #006377 !important;
	}

	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		color: #006377 !important;
		background-color: transparent !important;
	}

	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus {
		color: #006377;
		background-color: transparent !important;
	}

	.dropdown-menu[role="menu"] {
		font-family: "Arial Black", Gadget, sans-serif !important;
		font-size: 18px !important;
		font-weight: normal !important;
		background-color: #FFFFFF !important;
	}
	.dropdown-menu[role="menu"] >ul > li {
		display: inline-block !important;
	}

	.dropdown-menu[role="menu"] > li > a {
		clear: both;
		color: #737373;
		display: block;
		font-weight: normal;
		line-height: 1.42857;
		padding: 3px 20px;
		white-space: nowrap;
	}

	.dropdown-menu[role="menu"] > li > a:hover,
	.dropdown-menu[role="menu"] > li > a:focus {
		color: #006377 !important;
		background-color: transparent !important;
	}

	.dropdown-menu[role="menu"] > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: transparent;
		color: #006377;
		outline: 0 none;
		text-decoration: none;
	}

	.account_dropdown {
		font-size: 14px !important;
	}

	.account_dropdown_group {
		margin-top: -4px;
	}


	.search_menu {
		color: #737373;
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 14pt;
		font-weight: normal;
	}


	/* social icons */
	ul.social-network {
		list-style: none;
		display: inline;
		margin-left:0 !important;
		padding: 0;
	}
	ul.social-network li {
		display: inline;
		margin: 0 5px;
	}
	.social-network a.icoRss:hover {
		background-color: #F56505;
	}
	.social-network a.icoFacebook:hover {
		background-color:#3B5998;
	}
	.social-network a.icoTwitter:hover {
		background-color:#33ccff;
	}
	.social-network a.icoGoogle:hover {
		background-color:#BD3518;
	}
	.social-network a.icoVimeo:hover {
		background-color:#0590B8;
	}
	.social-network a.icoLinkedin:hover {
		background-color:#007bb7;
	}
	.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
	.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
		color:#fff;
	}
	a.socialIcon:hover, .socialHoverClass {
		color:#44BCDD;
	}

	.social-circle li a {
		display:inline-block;
		position:relative;
		margin:0 auto 0 auto;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		text-align:center;
		width: 30px;
		height: 30px;
		font-size:20px;
		background-color: #D3D3D3;   
	}
	.social-circle li i {
		margin:0;
		line-height:30px;
		text-align: center;
	}

	.social-circle li a:hover i, .triggeredHover {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms--transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-ms-transition: all 0.2s;
		transition: all 0.2s;
	}
	.social-circle i {
		color: #fff;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-o-transition: all 0.8s;
		-ms-transition: all 0.8s;
		transition: all 0.8s;
	}

	.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
		background: rgba(255, 0, 0, 0.13) !important;
		color: black;
		cursor: not-allowed;
	}

	.table-extra-condensed td {
		font-size: 9px;
		line-height: 10px;
	}
	.table-extra-condensed th {
		font-size: 9px;
		line-height: 10px;
	}

	.table-extra-condensed input[type="radio"], input[type="checkbox"] {
		line-height: normal;
		margin: 1px 0 0;
	}
