@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800');
@import url('../../../../../../css/ae-exchange-buttons.css');
@import url('../../../../../../css/ae-exchange-menu.css');
@import url('../../../../../../css/hexagons.min.css');
@import url('../../../../../../css/diamond.css');
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	font-family: "Open Sans";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	padding-top: 100px;
	padding-bottom: 20px;
	height:100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
/*	background-color:#cccccc;*/
	background-color:#fff;
    color:#000 !important;
}
/*Color Fixed to DARK BLACK globally*/
h4 {
	color:#000;
}
.form-control {
    color: #000;
}
.form-control::-webkit-input-placeholder { color: #000; }
.form-control:-moz-placeholder { color: #000; }
.form-control::-moz-placeholder { color: #000; }
.form-control:-ms-input-placeholder { color: #000; }
.help-block {
    color: #000;
}
.text-muted, .text-warning {
    color: #7D7D7D;
}
small {
	color:#000;
}

/*Breadcrumb background removed / styling*/
.breadcrumb {
	background: none;
}
.breadcrumb > li > a {
	color: #5C98AB;
}
.breadcrumb .active {
	color: #333;
}
.breadcrumb > li + li::before {
    color: #7FB6C8;
}

/* Equal width button for MMP pages */
.btn-cons {
	min-width: 120px;
}

/* Equal width & height button for download pages */
.btn-dwn {
	min-width: 70px;
	min-height: 70px;
	border-radius: 8px;
}

/* Add red asterisk to required fields */
.required:after {
	content:"*";
	color: red;
	padding:3px;
}

/* to remove top & bottom margin */
.pagination {
	margin: 0px;
}
.form-horizontal .label-left {
	text-align:left;
}

/* to set width of date picker input group */
div.input-group.date {
	width:140px;
}

/* Help button */
.help-button {
	display:inline-block;
	height:22px;
	width:22px;
	line-height:22px;
	text-align:center;
	padding:0;
	background-color:#f0ad4e;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	cursor:default;
	margin-left:4px;
	border-radius:100%;
	border-color:#FFF;
	border:2px solid #FFF;
	-webkit-box-shadow:0 1px 0 1px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 0 1px rgba(0, 0, 0, 0.2)
}
.help-button:hover {
	background-color:#f0ad4e;
	color:#FFF;
	text-shadow:none
}

/*3d spinner*/
@-webkit-keyframes spinner {
	from {
		-webkit-transform: rotateY(0deg);
	}
	to {
		-webkit-transform: rotateY(-360deg);
	}
}

/* all other browsers */
@keyframes spinner {
	from {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	to {
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}
#stage {
	margin: 0 auto;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
}
#spinner {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* table overflow */
.table-overflow {
	overflow: scroll;
	overflow-y: hidden;
}

/* remove blank space above breadcrumb */
#qtipText {
	height: 0px;
}

/* for the Assign Pension Scheme (Batch) show/hide div */
#waitingRoom {
	display: none;
}

/* Padding For MMP Pages <dd> list */
dd {
	padding: 5px 0 5px 0;
}
dd > a > i {
	padding: 0 3px 0 0;
}

/* Boxes for the buttons */
.btn-box {
	padding: 25px 0;
	width: 120px;
	height: 120px;
}

/*to get padding 20px all around (used for warning/info mesages)*/
.padding20 {
	padding: 20px;
}

/*fixed input-radio btn padding*/
.radio-cons label {
	padding-top: 4px;
}

/* Replaced BS style for output TAG (used in cookie values out) */
output {
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	padding-top: 0;
	text-decoration: inherit;
}

/* Added for PAYE Reference Textfield Seperator ( / ) */
.slash {
	width:2px!important;
	padding:5px 0 0 0!important;
	float:left!important;
}

/* Added for Checkbox Hexagon */
input[type=checkbox].css-checkbox,
input[type=checkbox].css-checkbox-cross {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
input[type=checkbox].css-checkbox + label.css-label,
input[type=checkbox].css-checkbox-cross + label.css-label {
	padding-left:20px;
	height:20px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 -20px;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox-cross + label.css-label {
	background-position: 0 0;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 0;
}
input[type=checkbox].css-checkbox-cross:checked + label.css-label {
	background-position: 0 -20px;
}
label.css-label {
	background-image:url(../img/csscheck.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*Sweet Alert Font-Size Fixed*/
.sweet-alert h2 {
	font-size: 20px;
}
.sweet-alert .lead {
	font-size: 16px;
	text-align: justify;
}
.sweet-alert .btn {
	font-size: 16px;
	padding: 0px 12px;
	border-radius: 4px;
	color: #000;
}

/*footer*/
.footer {
	bottom: 0;
	position: absolute;
}

/*File Input FIX */
.file-input {
	overflow-x: visible !important;
}
.btn-file {
	overflow: visible!important;
}
.file-preview-frame button.btn-primary, .file-preview-frame button.btn-default, .file-preview-frame button.btn-warning, .file-preview-frame button.btn-danger, .file-preview-frame button.btn-success, .file-preview-frame button.btn-info {
	margin: 0!important;
}
div.btn.btn-primary.btn-block.btn-file {
	margin: 0!important;
}
div.file-preview.bg-warning {
	background-color: #fff;
}
div.btn.btn-primary.btn-file:before {
	border-right:none!important;
}

/*Navbar two row */
@media (min-width: 768px) {
	.navbar-nav {
		float:none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
}

.main-menu {
	width:100%;
	background-color:#FFF;
	border-top: 1px solid #e95420;
}
.main-menu-bureau
{
	background-color:#FFF;
	border-top: 1px solid #105574;
}
a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: #dee4f1;
	outline:none;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: #ccc;
}
.main-menu .navbar-nav > li > a:hover {
    color: #333;
    background-color: #ac3911;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: transparent;
}
.main-menu .navbar-nav > .open > a:focus, .main-menu .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #ac3911;
}

/*Navbar row custom style */
.navbar {
    border: 0px;
}
/*.navbar-default {
    background-color: #fff8f2;
}*/
.navbar-inverse {
    background-color: #fff8f2;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a i {
    color: #e95420;
}
.navTop {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 11px !important;
	list-style: none;
/*	margin-right: 159px;
*/}
.navbar-nav > .mHighlight > a
{
padding-top: 10px;
padding-bottom: 11px;
}
.navTop > li {
	position: relative;
	display: block;
	margin: 5px 20px 0px 0px !important;
}
.navTop > li a {
	color: #000;
}
@media (max-width: 767px) {
	.navTop > li {
		margin: 20px 0px 0px 10px !important;
	}
}
.navTop > li > span {
	color: #000 !important;
	font-weight:700;
	margin-left: -409px;
}
.main-menu .navbar-nav > li > a {
	color: #fff !important;
	padding: 10px 13px;
	font-size: 14px;
	background-color:#e95420;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	margin:0px 1px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(16,16,16,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(16,16,16,0.3);
	box-shadow: 0px 5px 5px 0px rgba(16,16,16,0.3);
	font-weight:600;
}
.mHighlight > a {
	color: #fff !important;
	padding: 10px 13px;
	font-size: 14px;
	background-color:#4b636e!important;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	margin:0px 1px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(16,16,16,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(16,16,16,0.3);
	box-shadow: 0px 5px 5px 0px rgba(16,16,16,0.3);
	font-weight:600;
}

.navbar-default .navbar-nav > .mHighlight > a i 
{
color: #bbbbbb;	
}

.mHighlight > a:hover {
    color: #fff;
    background-color: #395663!important;
}

.main-menu .navbar-nav > li > a i {
    color: #fff;
}
/*Navbar custom collapse */
@media (max-width: 980px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.collapse.in {
		display:block !important;
	}
}

/*  Diamond Grid Start  */
div.diamond {
	width:587px;
	margin:0px auto;
}
div.diamond ol {
	text-align:center;
	padding-left: 0px;
}
div.diamond > ol > li:nth-child(1n+4) {
	margin: -86px 5px 0px 5px;
}
div.diamond > ol > li:nth-child(4), div.diamond > ol > li:nth-child(9), div.diamond > ol > li:nth-child(14) {
	margin-left: 6px;
}
@media (min-width:768px) and (max-width: 1023px) {
div.diamond {
	width:528px;
}
div.diamond > ol > li {
	width: 163px;
	height: 163px;
	margin: 0 5px;
}
div.diamond> ol > li > a {
	width: 117px;
	height: 117px;
}
div.diamond > ol > li:nth-child(4), div.diamond > ol > li:nth-child(9), div.diamond > ol > li:nth-child(14) {
	margin-left: 7px;
}
.text {
	width: 108px;
	height: 108px;
}
}
@media (min-width:320px) and (max-width: 480px) {
div.diamond {
	width:80%;
}
div.diamond > ol > li:nth-child(1n+4) {
	margin: 0px;
}
}
/*  Diamond Grid End  */
/*  Bootsrtap Half Col Grid  */
.col-sm-1_5, .col-sm-2_5, .col-sm-3_5, .col-sm-4_5, .col-sm-5_5, .col-sm-6_5, .col-sm-7_5, .col-sm-8_5, .col-sm-9_5, .col-sm-10_5, .col-sm-11_5 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left;
}
.col-sm-11_5 {
width:95.833333295%;
}
.col-sm-10_5 {
width:87.499999965%;
}
.col-sm-9_5 {
width:79%;
}
.col-sm-8_5 {
width:70.833333305%;
}
.col-sm-7_5 {
width:62.499999975%;
}
.col-sm-6_5 {
width:54%;
}
.col-sm-5_5 {
width:45.833333315%;
}
.col-sm-4_5 {
width:37.499999985%;
}
.col-sm-3_5 {
width:29%;
}
.col-sm-2_5 {
width:20.833333325%;
}
.col-sm-1_5 {
width:12.499999995%;
}
/*  Bootsrtap Half Col Grid  */
/*Assessment Authorisation result page*/
.infoHeader{font-size:16px; font-weight:bold;}
.resultB {font-size:20pt;color:#000000;}
.resultG {font-size:14pt;}
/*Company Search*/
div#example_filter.dataTables_filter > label > input.form-control.input-sm { width:525px; margin-left:0px;height: 40px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px 0 0 6px;}
div#example_wrapper.dataTables_wrapper.form-inline.dt-bootstrap.no-footer > div.row > div.col-sm-6 { width:100%;}
div#example_filter.dataTables_filter > label > button.btn.btn-success { float:right; margin:0; padding-bottom:6px;border-radius: 0 6px 6px 0;}
div.dataTables_wrapper div.dataTables_filter {text-align: right;padding: 40px 0px;}
td.ooocenter { text-align:center;}
div.dataTables_length { display:none;}
div#example_filter.dataTables_filter > label > button.btn-success::after {left: 0;width: 0;border-left:none;}
div#example_filter.dataTables_filter > label > button.btn-success::before {right: 0;width: 0;border-right:none;}
div.showadd { display:none;}
/*In Progress Animation */
  .inprogress
  {
    line-height: 1;
	}
 
  .inprogress span
  {
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 0.4em;
    width:  0.4em;
 
      -webkit-animation:  inprogress 0.8s linear infinite;
      -moz-animation:     inprogress 0.8s linear infinite;
      -ms-animation:      inprogress 0.8s linear infinite;
    animation:            inprogress 0.8s linear infinite;
  }
    .inprogress span:nth-child(1)
    {
        -webkit-animation-delay:  0.2s;
        -moz-animation-delay:     0.2s;
        -ms-animation-delay:      0.2s;
      animation-delay:            0.2s;
    }
    .inprogress span:nth-child(2)
    {
  	-webkit-animation-delay:  0.4s;
        -moz-animation-delay:     0.4s;
        -ms-animation-delay:      0.4s;
      animation-delay:            0.4s;
    }
    .inprogress span:nth-child(3)
    {
  	-webkit-animation-delay:  0.8s;
        -moz-animation-delay:     0.8s;
        -ms-animation-delay:      0.8s;
      animation-delay:            0.8s;
    }
@-webkit-keyframes inprogress
  {
    0% {
      background: transparent;
    }
    50% {
      background: #FFF;
    }
    100% {
      background: transparent;
    }
  }
  
  @-moz-keyframes inprogress
  {
    0% {
      background: transparent;
    }
    50% {
      background: #FFF;
    }
    100% {
      background: transparent;
    }
  }
  @-ms-keyframes inprogress
  {
    0% {
      background: transparent;
    }
    50% {
      background: #FFF;
    }
    100% {
      background: transparent;
    }
  }
  @keyframes inprogress
  {
    0% {
      background: transparent;
    }
    50% {
      background: #FFF;
    }
    100% {
      background: transparent;
    }
  }
/*placeholder Color */
input[type="password"]::-webkit-input-placeholder {
color: #CCC !important;
}
 
input[type="password"]:-moz-placeholder { /* Firefox 18- */
color: #CCC !important;  
}
 
input[type="password"]::-moz-placeholder {  /* Firefox 19+ */
color: #CCC !important;  
}
 
input[type="password"]:-ms-input-placeholder {  
color: #CCC !important;  
}
/*Line Number */

.lineline {
  max-height: 300px;
  width: 700px;
  margin: 50px auto 0;
  background: #ececec;
  padding: 20px;
  overflow: auto;
  text-align: left;
}

.lineline-numbers {
  width: 20px;
  border-right: 1px solid #ccc;
  padding-right: 5px;
  color: #777;
}

.lineline-lines {
  padding-left: 20px;
  white-space: pre;
  white-space: -moz-pre;
  white-space: -pre;
  white-space: -o-pre;
  word-wrap: break-word;
}

.lineline-code {
  font-family: 'Consolas';
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  white-space: nowrap;
}
/*table sort plugin */
body.dragging, body.dragging *
  {cursor: move !important}

.dragged{
  position: absolute
  top: 0
  opacity: .5
  z-index: 2000
}
.sorted_table tr {
  cursor: pointer; }
.sorted_table tr.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none; }
  .sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none; }
	
.fa-sort{
 color:#aaa;
}
/* Panel Heading */
.panel-default > .panel-heading {
    color: #333;
    background-color: #FFFAF5;
    border-color: #ddd;
}
/* End of Panel Heading */
/* Panel Footer */

.panel-footer {
    padding: 10px 15px;
    background-color: #FFFAF5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
/* End of Panel Footer */