/* ---------------------------------------------------
    GENERAL CONTENT STYLES
----------------------------------------------------- */
html {
	height: 100%;
	box-sizing: border-box;
}

body {	
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	background: #fff;
	color: #5d5d5d;
	min-width: 768px;
}

a, a:focus, a:visited, a:hover {
	outline: none;
	text-decoration: none;
	color:inherit;
}

.dashboard-header {
	color: #96C94E;
	font-weight: 400;
}

.padding0 {
	padding: 0!important;
}
.padding20 {
	padding: 20px;
}
.padding40 {
	padding: 40px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pt80 {
	padding-top: 80px;
}
.pt120 {
	padding-top: 120px;
}
.pt160 {
	padding-top: 160px;
}
.pt200 {
	padding-top: 200px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb120 {
	padding-bottom: 120px;
}
.pb160 {
	padding-bottom: 160px;
}
.pb200 {
	padding-bottom: 200px;
}
.ptb0 {
	padding-top: 0;
	padding-bottom: 0px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.ptb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.ptb160 {
	padding-top: 160px;
	padding-bottom: 160px;
}
.ptb200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.plr40 {
	padding-left: 40px;
	padding-right: 40px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mr5 {
    margin-left: 0px;
	margin-right: 5px;
}
.mlr5 {
	margin-left: 5px;
	margin-right: 5px;
}
.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.mt-200 {
	margin-top: -200px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb12 {
	margin-bottom: 12px;
}.mb20 {
	margin-bottom: 20px;
}
.img-border {
	border: solid 4px;
}
.returnBtn {
    position: fixed;
    top: 30px;
    left: 0;
    transition: 0.5s;
    width: auto;
    text-decoration: none;
    font-size: 1em;
    color: white;
    z-index: 1000;
    padding: 15px 20px 15px 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 12px 12px 0;
	background-color: #244e9d;
}

.returnBtn:hover {
	background-color: #003162;
}



/* ---------------------------------------------------
    PANEL STYLES
----------------------------------------------------- */
.bg-grey {
	background-color: #F1F1F1;
}
.bg-blue {
	background-color: #004489;
}
.bg-white {
	background-color: #ffffff;
}
.bg-login {
	background-image: url(../images/geo-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    background-clip: content-box;
	z-index: -1;	
}

.bg-dashboard {
	background: url(../images/imgNewc.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	z-index: -1;	
}

#main-content-reg h1 {
	color: #4D4E4E;
    font-weight: 400;
	margin-bottom: 0.6em;
    margin-top: 0.6em;
}

  
/*Tab Normal*/
.Tab .ajax__tab_header .ajax__tab_tab {
    padding: 8px 20px 7px 20px;
    font-weight: 300;
    color: #0d2445;
    background-color: #8b8b8b;
    border-radius: 6px 6px 0 0;
    border-bottom: 3px solid #b4b4b4;
    margin: 0;
    display: inline-block;
    width: 85px;
    font-size: 1.25em;
}

/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    background-color: #d1d1d1;
    font-weight: 800;        
}


/* ---------------------------------------------------
    FONT STYLES
----------------------------------------------------- */
p {
	margin: 10px 0;
	width: 100%;
}

h1 {
	font-size: 24px;
	font-weight: 400;
}
h2 {
	font-size: 18px;
	margin: 20px 0;
}
h2.doc-sub {
    padding: 8px 20px 7px;
    font-weight: 800;
    color: #0d2445;
    background-color: #d1d1d1;
    border-radius: 6px 6px 0 0;
    border-bottom: 3px solid #b4b4b4;
    margin: 0;
    display: inline-block;
}

.box-wrapper h2 {
	 display: table-cell;
    vertical-align: middle;
}

h4 {
    font-size: 1em;
}
.font-white {
	color: #ffffff !important;
}
.font-blue {
	color: #004489
}

h5 {
	font-size: 14px;
}

/* ---------------------------------------------------
    BUTTON STYLES
----------------------------------------------------- */

.btn, .btn-animate {
	display: inline-block;
	text-decoration: none;
	font-size:1em;
	font-weight: 400;
	padding: 8px 14px;
	color: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 8px;
	border:none;
}
.btn, .btn:focus, .btn:hover {
	outline: none;
	border:none;
}

.btn-blue:focus, .btn-blue:hover {
	color: #ffffff;
	background-color: #003162;
}

.btn-animate {
	transition: all .2s;
}
.btn-animate:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
	color: #fff;
	text-decoration: none;
}
.btn-animate:active {
	transform: translateY(-1px);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	color: #fff;
}
.btn-green {
	background-color: #95C123;
	color: #fff;
}
.btn-orange {
	background-color: #F7A833;
	color: #fff;
}
.btn-blue {
	background-color: #004489;
	color: #fff;
}
.btn-green2 {
	background-color: #42b98a;
	color: #fff;
}
.btn-green2:focus, .btn-green2:hover {
	background-color: #169F6A;
	color: #fff;
}
.btn-lightblue {
	background-color:#159FDB;
	color:#fff;
}

.btn-lightblue:focus, .btn-lightblue:hover {
	color: #fff;
	background-color: #0B5373;
}
.btn-gap {
	margin-left: 10px;
}
a.btn-back, a.btn-back:hover {
	color:#004489;
}
.btn-back-wrapper {
	position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}
i.icon-right {
	font-size: 20px;
	padding-left: 6px;
	transform: translateY(2px)
}
i.icon-left {
	font-size: 20px;
	padding-right: 10px;
	transform: translateY(2px)
}

.btn-viewDocument {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0px 0px 3px 0px;
	color: #1DAF8E;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
}

.LeftFloatButton,
.RightFloatButton {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 2.5em;
  margin: auto;
}
 
.LeftFloatButton {
  left: 0;
  z-index: 500;
  -webkit-transform-origin: 0 50%;
     -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
     -moz-transform: rotate(-90deg) translate(-50%, 50%);
      -ms-transform: rotate(-90deg) translate(-50%, 50%);
       -o-transform: rotate(-90deg) translate(-50%, 50%);
          transform: rotate(-90deg) translate(-50%, 50%);
}
 
.RightFloatButton {
   right: 0;
   z-index: 500;
   -webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
       -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
           transform-origin: 100% 50%;
   -webkit-transform: rotate(90deg) translate(50%, 50%);
      -moz-transform: rotate(90deg) translate(50%, 50%);
       -ms-transform: rotate(90deg) translate(50%, 50%);
        -o-transform: rotate(90deg) translate(50%, 50%);
           transform: rotate(90deg) translate(50%, 50%);
}

#LogOutButtons {
	margin-top: 40px;
}

#LogOutButtons a {
	color: #4d4d4e;
}

#LogOutButtons a:hover {
	color: #303030;
}

#LogOutButtons .nav-btn {
	padding: 0 12px;
	border-right: 1px solid #96C94E;
}

#LogOutButtons .nav-btn:last-child {
	padding-right: 0;
	border-right: none;
}




/* ---------------------------------------------------
    Inputs/Fields
----------------------------------------------------- */
input[type='text'], input[type='password'], input[type='file'], input[type='number'], select {
	background: #ffffff;
	border: solid 1px #CCCCCC;
	color: #848484;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 8px 20px;
}
input:focus {
	outline: none;
}

.watermarked {
	color: #c1c1c1!important;
}

::-webkit-input-placeholder {
color: #c1c1c1;
}/* Chrome/Opera/Safari */
::-moz-placeholder {
color: #c1c1c1;
}/* Firefox 19+ */
:-ms-input-placeholder {
color: #c1c1c1;
}/* IE 10+ */
:-moz-placeholder {
color: #c1c1c1;
}/* Firefox 18- */
input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
color:transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
color:transparent;
} /* IE 10+ */
select {
	background: transparent;
	color: #6e6e6e;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
  	-moz-appearance: none;
 	appearance: none;
	width: 100%;
}
/* IE11 hide native button */
	select::-ms-expand {
		display: none;
	}
.OptionWrapper {
	background: #ffffff;
	border: solid 1px #cccccc;
	color: #6e6e6e;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 8px 15px;
	outline: none;
	width: 100%;
	display: inline-block;
	position: relative;
}
.selectWrapper {
	background: #ffffff;
	border: solid 1px #cccccc;
	color: #6e6e6e;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 8px 15px;
	outline: none;
	width: 100%;
	display: inline-block;
	position:relative;
}
.selectWrapper:after {
	content:'\f0d7';
	font-family: fontawesome;
	position:absolute;
	right:20px;
	pointer-events: none;
}
input[type='checkbox'] {
	margin: 2px 8px 0;
	background-color: white;
	color: white;
	vertical-align: middle;
	margin-top: 2px;
}
input[type='checkbox'] + label {
	font-weight: 400;
	margin: 0;
	vertical-align: middle;
	padding-top: 2px;
}
/* Remove extra space inside buttons in Firefox */
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
 border: none;
 padding: 0;
}
input[type='radio']
{
    margin-right: 5px;
}




/* ---------------------------------------------------
    Login/Register Box
----------------------------------------------------- */

.login-box .logo-holder {
	position: relative;
	height: 120px;
}

.login-box .logo-holder img {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	margin: 0 auto;
}


.login-box, .welcome-box {
	margin: 100px auto 200px auto;
	background-color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	max-width: 450px;
	padding: 30px;
	overflow: visible;
	-webkit-box-shadow: 4px 7px 20px -4px rgba(51,51,51,0.40);
	-moz-box-shadow: 4px 7px 20px -4px rgba(51,51,51,0.40);
	box-shadow: 4px 7px 20px -4px rgba(51,51,51,0.40);
}
.reg-box {
	margin: 100px auto 200px;
	background-color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	max-width: 700px;
	padding: 30px;
	overflow: visible;
	-webkit-box-shadow: 4px 7px 20px -4px rgba(51,51,51,0.40);
	-moz-box-shadow: 4px 7px 20px -4px rgba(51,51,51,0.40);
	box-shadow: 4px 7px 20px -4px rgba(51,51,51,0.40);
}
.welcome-box {
	text-align: center;
}
.form-group input, .form-group select {
	width: 100%;
}
.login-box .form-group, .welcome-box .form-group, #EnquiryPopup .form-group {
	position: relative;
	max-width: 315px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.reg-box .form-group {
	position: relative;
	max-width: 315px;
	display: block;
}
.login-box .btn-animate {
	padding: 15px 45px;
	margin-bottom: 45px;
	font-size: 1em;
	font-weight: 300;
}
.help-request {
	position: absolute;
	top: 20px;
	right: 30px;
	color:#fff;
	font-size:2.8em;
	
}
.help-request-alt {
	background-color:#1DAF8E;
	padding:2px 8px;
	border-radius:10px;
	color:#fff;
	display:inline-block;
	margin-top:10px;
}
.reg-box .btn-animate, .welcome-box .btn-animate {
	font-size: 1em;
	font-weight: 300;
}
.login-box .logo, .reg-box .logo, .welcome-box .logo {
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.btn-hyperlink {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0px;
	color: #004489;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	outline: none;
}
.btn-hyperlink:hover {
	text-decoration: underline;
}
.reg-box .alreadyReg {
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.login-box .ErrorText, .reg-box .ErrorText, .settings-box .ErrorText, #EnquiryPopup .ErrorText {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translate(100%, -50%);
	color: #fff!important;
	background-color: #E20025;
	padding: 10px 20px;
	border-radius: 10px;
	max-width: 250px;
	z-index: 10;
}
.login-box .ErrorText:before, .reg-box .ErrorText:before, .settings-box .ErrorText:before, #EnquiryPopup .ErrorText:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-19px, -50%);
	border: solid 10px transparent;
	border-right: solid 10px #E20025;
	width: 0px;
	height: 0px;
}
.login-box .logged-out {
	margin-top: 20px;
	color: #fff!important;
	background-color: #E20025;
	padding: 10px 20px;
	border-radius: 10px;
}
.reg-error {
	color: #fff!important;
	background-color: #E20025;
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	position: absolute;
	bottom: 260px;
}
.reg-box .reg-error {
	bottom: 350px;
}
.reg-error:before {
	content: '\f06a';
	font-family: fontawesome;
	padding-right: 8px;
	font-size: 1.2em;
}
.reg-error a {
	color:#fff;
}

.welcome-box .reg-error {
    text-align: center;
}
.reg-box .annotation {
    font-size: 0.8em;
    padding: 10px;
    color: #000;
	float:right;
}

.LocationSelect {
    width: 250px;
}

/* MODALs - condensed css */

.modal-content h3 {
	width: 100%;
	text-align: center;
}

.modal .modal-dialog {
	/*width: 700px;*/
}
.modal .modal-content {
	border-radius: 30px;
}
.modal .modal-body p, .modal .modal-body li {
	font-size: inherit;
	text-align: left;
}
.modal .modal-footer {
	border-top: 0;
}
.modal .close {
	display: block;
	position: absolute;
	font-size: 1.5em;
	color: #004489;
	bottom: 0;
	background-color: #fff;
	opacity: 1;
	left: 50%;
	width: 50px;
	height: 40px;
	transform: translate(-50%, 50%);
	border-radius: 10px;
}
.modal .close:focus {
	outline: none;
}
.modal .close:hover {
	opacity: 1 !important;
}
.modal .close i {
	position: relative;
	right: -14px;
    top: 7px;
    font-size: 1.2em;
}

.modal .modal-body  {
	font-size: inherit;
	text-align: left;
    padding-bottom: 0;
}

/* Help request modal - #EnquiryPopup */

#EnquiryPopup .enquiryBox {
	height: 200px;
    max-width: 500px;
    display: block;
    border-radius: 10px;
    border-color: #ccc;
    padding: 20px;
    margin: 15px auto;
	outline:none;
    width: 80%;
}
#EnquiryPopup .SuccessText {
	color: #fff!important;
	padding: 5px 40px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	bottom: 24px;
}

#EnquiryPopup .SuccessText {
	background-color: #1DAF8E;
}
#EnquiryPopup .SuccessText:before {
	font-family: fontawesome;
	padding-right: 8px;
	font-size: 1.2em;
}
#EnquiryPopup .SuccessText:before {
	content: '\f058';
}
#EnquiryPopup .enquiryBox::-webkit-input-placeholder {
font-style: italic;
}/* Chrome/Opera/Safari */
#EnquiryPopup .enquiryBox::-moz-placeholder {
font-style: italic;
}/* Firefox 19+ */
#EnquiryPopup .enquiryBox:-ms-input-placeholder {
font-style: italic;
}/* IE 10+ */
#EnquiryPopup .enquiryBox:-moz-placeholder {
font-style: italic;
}/* Firefox 18- */


/* Help request modal */
#HelpPopup.modal .modal-dialog {
	width: 90%;
    max-width: 900px;
}

/* ---------------------------------------------------
    Nav/Header Styles
----------------------------------------------------- */

.header-wrapper {
	border-bottom: 1px solid #96c94e;
	background-color: #fff;
}

.header-bar {
	padding: 20px 0 4px;
	height: 110px;
}

.header-bar .logo {
    width: 400px;
    padding: 0 0;
    margin: 0 0 20px 0;
}

.dropdown-menu {
	left: unset;
}

.box-wrapper {
	width: 80%;
	display: block;
	margin: auto auto 20px auto;
}


.dashboard-box {
	margin: 26px 10px 0 10px;
	display: table;
    width: calc(100% - 20px);
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	max-width: 450px;
    max-height: 125px;
	min-height: 140px;
	overflow: hidden;
	-webkit-box-shadow: 6px 6px 0px 0px rgba(212, 212, 212, 0.4);
	-moz-box-shadow: 6px 6px 0px 0px rgba(212, 212, 212, 0.4);
	box-shadow: 6px 6px 0px 0px rgba(212, 212, 212, 0.4);
}
.dashboard-box:hover {
     border-color: #cacaca;
	-webkit-box-shadow: 6px 6px 0px 0px rgba(171, 171, 171, 0.4);
	-moz-box-shadow: 6px 6px 0px 0px rgba(171, 171, 171, 0.4);
	box-shadow: 6px 6px 0px 0px rgba(171, 171, 171, 0.4);
}

.pemco-flag {
	background-image: url(../images/pemco-flag.png);
	background-repeat: no-repeat;
	background-size: 40%;
}

.rounded {
  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;	
}
.rounded-top {
  -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;	
}

/* //////////////////////////////////////////////////////////////////////

    Assests STYLING

///////////////////////////////////////////////////////////////////////*/

.marginAuto {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.dashboard-box2 {
	display: table;
	width: 100%;
	min-height: 140px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 2px 5px 1px rgba(205,205,205,0.60);
	-moz-box-shadow: 2px 5px 1px rgba(205,205,205,0.60);
	box-shadow: 2px 5px 1px rgba(205,205,205,0.60);
	border: 1px solid #cdcdcd;
}

.dashboard-box2 h2 {
	color: #727272;
}

.dashboard-box2 h2:hover {
	color: #96C94E;
}

.assets .dashboard-box2 {
	position: relative;
	overflow: visible;
	height: 190px;
	background-size: cover;
	background-repeat: no-repeat;
}

.assets .lblDue, .assets .OverDue {
	color: #fff;
	font-weight: 400;
	padding: 6px 12px;
	margin-top: 8px;
}

.assets .Due {
	background-color: rgba(241, 184, 75, 0.9);
}

.assets .OverDue {
	background-color: rgba(241, 87, 75, 0.9);
}

.assets #lblIssues {
	font-family: 'loveloblack', sans-serif;
	display: block;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	background-color: #FF5733;
	top: -20px;
	right: -20px;
	width: 52px;
	height: 52px;
	color: #fff;
}

.assets #lblIssues span.lblIssues-number {
	font-size: 1.2em;
	display: block;
	margin-top: 6px;
	margin-bottom: -8px;
}

.assets #lblIssues span.lblIssues-text {
	font-size: 0.8em;
	display: block;
}

.assets .lblName {
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.9);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.assets .lblDue {
	text-align: center;
}

.assets .property-links {
	border-top: 1px solid #cdcdcd;
	padding: 10px;
	font-size: 0.9em;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

	.assets .property-links .fa {
		margin-right: 8px;
	}


/* //////////////////////////////////////////////////////////////////////

    LOGBOOK STYLING

///////////////////////////////////////////////////////////////////////*/
.logbook-wrapper {
	margin-top: 5px;
}

.logbook-table {
	text-align: left;
}

	.logbook-table tbody tr td, .logbook-table th {
		padding: 15px 20px 15px 5px;
	}

		.logbook-table tbody tr td:first-child, .logbook-table th:first-child {
			padding-left: 20px;
		}

	.logbook-table tr:first-child {
		border-bottom: 1px solid #96c94e;
		background-color: #fff;
	}

	.logbook-table th {
		position: relative;
	}

		.logbook-table th, .logbook-table th a {
			color: #4d4d4e;
			text-decoration: none;
		}

			.logbook-table th a:after {
				content: '\f107';
				font-family: Fontawesome;
				padding-left: 10px;
			}

.page-navigation {
	margin: 0 auto;
}

	.page-navigation tr {
		border: none !important;
	}

.NotesPopup {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: grey;
	width: 250px;
	height: auto;
	padding: 5px;
	text-align: left;
}



/* //////////////////////////////////////////////////////////////////////

    ADMIN SECTION STYLING

///////////////////////////////////////////////////////////////////////*/
/* ---------------------------------------------------
    ADMIN DASHBOARD PAGE
----------------------------------------------------- */
.table-title {
	padding: 12px 20px;
	background-color: #f5f4f4;
	font-size: 1.1em;
	color: #404040;
	border-bottom: 1px solid #cfcfcf;
	font-weight: 600;
}
.table-title .tableBtns {
	text-align: right;
	padding: 0 0 0 18px;
	float: right
}
.tableBtns input.btn {
	margin-right: 10px;
	font-size: 0.8em;    
	padding: 6px 16px;
}
.tableBtns input.btn:focus, .tableBtns input.btn:active {
	outline: none;
}
.admin-table {
	width: 100%;
	border-radius: 14px;
}
.admin-table th.table-header {
	text-decoration: none;
	font-weight: 600;
	padding: 6px 20px;
}
.admin-table tr {
	border-bottom: 1px solid #dedede;
}
.admin-table tr:last-child {
	border-bottom: none;
}
.admin-table td.table-item {
	padding: 10px 20px;
}

.UserCounts, .UserCountsLabel {
	text-align: center;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}
.UserCounts {
	font-weight: bold;
	font-size: 3em;
	border-bottom: 2px solid #727272;
}
.UserCounts.left {
	color: #004489;
}
.UserCounts.right {
	color: #95C123;
}
/* ---------------------------------------------------
    REPORTS PAGE
----------------------------------------------------- */
.report-box {
	width: 650px;
	padding: 0 40px 20px;
	margin: 0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/*background-color: #fff;*/
}
.report-box .form-group {
	position: relative;
	width: 315px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.report-box hr {
	border-color: white;
}
.date-inputs {
	position: relative;
	display: inline-block;
}
.date-inputs .calendar {
	position: absolute;
	right: 15px;
	top: 18px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* ---------------------------------------------------
   SAFETY CHECK :LOCATION PAGE
----------------------------------------------------- */
.date-inputs-2 {
	position: relative;
	display: inline-block;
}

	.date-inputs-2 .calendar-2 {
		position: absolute;
		right: 15px;
		top: 18px;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		z-index: 100;
	}


/* ---------------------------------------------------
    USERS & PERMISSIONS PAGE 1
----------------------------------------------------- */

div.editUser {
	position: relative;
	width: 25px;
	text-align: center;
	color: #1DAF8E;
}
div.editUser input {
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -2px;
	top: -2px;
	padding: 0;
	cursor: pointer;
	outline: none;
}
div.editUser:before {
	content: '\f013';
	font-family: Fontawesome;
	font-size: 19px;
}

div.viewUser {
	position: relative;
	width: 25px;
	text-align: center;
	color: #1DAF8E;
}

div.viewUser input {
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -2px;
	top: -2px;
	padding: 0;
	cursor: pointer;
	outline: none;
}

	div.viewUser:before {
		content: '\f06e';
		font-family: Fontawesome;
		font-size: 19px;
	}


div.deleteUser {
	position: relative;
	width: 25px;
	text-align: center;
	color: #1DAF8E;
}
div.deleteUser input {
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -2px;
	top: -2px;
	padding: 0;
	cursor: pointer;
	outline: none;
}
div.deleteUser:before {
	content: '\f014';
	font-family: Fontawesome;
	font-size: 19px;
}

.mGrid th {
	position: relative;
	font-weight: 100;
	text-align: left;
	padding: 15px 5px;
	background-color: #fff
}
.mGrid th a {
	text-align: left;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.mGrid th a:after {
	content: '\f0d7';
	font-family: Fontawesome;
	padding-left: 5px;
}
.mGrid tbody tr td {
	padding: 15px 5px;
	border-bottom: solid 1px #fff
}
.mGrid tbody tr td:first-child {
	padding-left: 20px
}
.mGrid .alt {
	background: #e0e0e0;
}
.mGrid tbody tr.pgr td {
	background-color: #fff;
}
tbody tr.pgr td {
	background-color: #fff;
}

.DocGrid tbody tr td {
	padding: 5px 5px;
	border-bottom: solid 1px #fff
}

.DocGrid tbody tr td:first-child {
	padding-left: 10px
}

.DocGrid .alt {
	background: #e0e0e0;
}

.DocGrid tbody tr.pgr td {
	background-color: #fff;
}

/* ---------------------------------------------------
    USERS & PERMISSIONS PAGE 2
----------------------------------------------------- */

.details-box {
	padding: 50px 60px 70px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.details-box .field-label {
	padding-bottom: 5px;
	padding-left: 3px;
}
.details-box hr {
	border-top: 1px solid white;
}
.toggleWrapper {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	padding-right: 20px;
}
.toggleLabel {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	width: 70%;
}
.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 48px;
    height: 24px;
}
.toggleSwitch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #707070;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
label {
    margin-bottom: 0px;
}
input:checked + .slider {
	background-color: #1DAF8E;
}
input:focus + .slider {
	box-shadow: 0 0 1px #1DAF8E;
}
input:checked + .slider:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
}
.details-box .regDate {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 20px;
	webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.details-box .ErrorText, .details-box .SuccessText {
	color: #fff!important;
	padding: 5px 40px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
}

.ValErrorText {
	position: absolute;
	right: -95px;
	top: 65%;
	transform: translate(0, -50%);
	color: #fff!important;
	background-color: #E20025;
	padding: 10px 20px;
	border-radius: 10px;
	max-width: 250px;
	z-index: 10;
}
.ValErrorText:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-19px, -50%);
	border: solid 10px transparent;
	border-right: solid 10px #E20025;
	width: 0px;
	height: 0px;
}

.details-box .ErrorText {
	background-color: #E20025;
}
.details-box .SuccessText {
	background-color: #1DAF8E;
}
.details-box .ErrorText:before, .details-box .SuccessText:before {
	font-family: fontawesome;
	padding-right: 8px;
	font-size: 1.2em;
}
.details-box .ErrorText:before {
	content: '\f06a';
}
.details-box .SuccessText:before {
	content: '\f058';
}
/* //////////////////////////////////////////////////////////////////////

    USER SECTION STYLING

///////////////////////////////////////////////////////////////////////*/

/* ---------------------------------------------------
    USER DASHBOARD
----------------------------------------------------- */
.table-wrapper, .risk-box {
	border: 1px solid #dedede;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.key i {
    font-size: 1.5em;
}

.course-box {
	background-color:white;
	overflow:hidden;
	text-align:center;
	position: relative;
	padding: 0;
	margin: 0 -15px 0 -15px;
	
}

.tableheaders {
    color: #4d4d4e;
    padding: 8px;
    margin: auto 0;
    text-align: center;
    border-bottom: 1px solid #dedede;
    font-weight: 600;
}

.btn-read i.fa.fa-times.icon-right {
	display: none;
}

.btn-read .btn.disabled, .btn[disabled] {
    background-color: #FD626B;
	color: #fff !important;
	
}

.btn-read .btn.disabled i.fa.fa-check.icon-right, .btn[disabled]  i.fa.fa-check.icon-right{
	display: none;
	
}
.btn-read .btn.disabled i.fa.fa-times.icon-right, .btn[disabled]  i.fa.fa-times.icon-right{
	display: inline-block;
	
}

.btn-view {
	color: #464646;
	padding-top: 0px;
}

.icon-updated {
	width: 26px;
	float: right;
}

.icon-updated2 {
	width: 26px;
    margin-left: auto;
    margin-right: auto;
}
.icon-updated3 {
	width: 26px;
}
p.last-viewed {
	margin-top: 0;
}
.course-info {
	padding:14px 10px 14px 10px;
}
.course-info i {
    font-size: 1.5em;
}
.course-info p {
    margin-bottom: 0;
}

.ProgressWrap {
	padding: 10px;
}

.time-progress-wrap{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.progress-bar {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    border-bottom: 0 !important;
    box-shadow: none;
}
.progress-bar-success {
	background-color: #7AC943;
}

.progress-bar-background {
	height:10px;
	background-color: #cccccc;
	width:100%;
	position:relative;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

.time:before{
	content:'\f017';
	font-family:fontawesome;
	padding-right:5px;
}
div.wrapper-thumb {
    height: 200px;
}

div.course-box.completed .wrapper-thumb{
    opacity: 0.5;
}
div.module-complete {
	position: absolute;
    width: 120px;
    height: 120px; 
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    color: #fff;
	background-color:#AFAB74;
		
}
div.module-complete:before{
	content: '\f091';
    font-family: fontawesome;
    font-size: 5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index: -1;
}

div.module-complete a {
	display:none;
}
div.module-complete a.certificate {
	display:block;
	width:100%;
	height:100%;
}

/* ---------------------------------------------------
    RISK ITEM STYLING
----------------------------------------------------- */

.risk-box {
	text-align: left;
	padding: 0 20px 12px;
	background-color: white;
    position: relative;
}
.risk-box > .title-row {
	margin-right: -25px;
	margin-bottom: 20px;
}
.risk-label {
	position: absolute;
	right: 20%;
	top: 0
}
.Risk1, .Risk2, .Risk3 {
    height: 53px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	margin-top: -9px;
	width: 105px
}
.Risk1 {
	background-image: url(../images/risk1.png);
}
.Risk2 {
	background-image: url(../images/risk2.png);
}
.Risk3 {
	background-image: url(../images/risk3.png);
}

.item-title {
    padding: 12px 24px;
    background-color: #f5f4f4;
	font-size: 1.1em;
	margin-left: -5px;
	color: #404040;
	border-bottom: 1px solid #cfcfcf;
	font-weight: 600;
  
}

.risk-box.complete .item-title {
    color: white;
	background-color: #7de0a9;
	border-bottom: 3px solid #6fce99;
}
.risk-box.complete .item-title:after {
	content: '\f058';
	font-family: FontAwesome; 
	position: absolute;
    top: 0;
    right: 12px;
    font-size: 2.4em;
    line-height: 50px;
    color: white;
}

.item-images img {
	width: 100%;
	margin: 12px 0;
	border: 3px solid #efefef !important;
    border-radius: 4px;
 }

.item-obs, .item-desc {
	margin-bottom: 20px;
}
.title-signoff   {
	margin-bottom: 12px;
}

.comment-box {
	height: 10em;
	width: 100%;
	background-color: #EFEFEF;
	border: none;
	border-radius: 5px;
	margin: 5px 0;
}
.conf-box {
	background-color: #EFEFEF;
	border: none;
	border-radius: 5px;
	margin: 12px 0;
}

/* ---------------------------------------------------
    SETTINGS
----------------------------------------------------- */
.panelThanks i, .psw-reset i {
	color: #1DAF8E;
	font-size:30px;
}

#password h1 {
	color: #000;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 30px;
}

#password .form {
    background: #FFF;
    padding: 40px 60px;
}

#password .form .logo {
   display: block;
    margin: auto;
    padding-bottom: 20px;
    width: 150px;
}



/* ---------------------------------------------------
    Footer
----------------------------------------------------- */
.footer {
    color: #3d3d3d;
    background-color: #fff;
	border-top: 1px solid #96c94e;
	
}

.footer a {
	text-decoration: none;
	color: #4E4E4E;
}
.footer a:hover {
	text-decoration: none;
	color: #0e0e0e;
	font-weight: bold;
}

/* ---------------------------------------------------
    BROWSER SPECIFIC STYLING
----------------------------------------------------- */

/* Internet Explorer 10+, Microsoft Edge Browser */


/* ---------------------------------------------------
    MEDIAQUERIES - SPECIFIED SIZE OR SMALLER
----------------------------------------------------- */


@media (max-width:1199px) and (min-width:992px) {
	.header-bar .logo {
		margin-left: 72px;
	}
}
@media (max-width:1320px) and (min-width:1200px) {
	.header-bar .logo {
		margin-left: 60px;
	}
}
@media (max-width: 1199px) {
	
	.pemco-flag {

	background-size: 60%;
	}
}
@media (max-width: 996px) {
	
	span.feedbackbtnText {
		display: none;

	}
	.btn-fb {
		margin-left: 20px;
		
	}
}

@media (max-width: 991px) {
	
	.selectWrapper:after {    
		top: 9px;
	}
	.selectWrapper.conf-box {
		width: 100% !important;
	}
	.Risk1, .Risk2, .Risk3 {
    height: 36px;
	margin-top: -9px;
	width: 42px
}
	.Risk1 {
	background-image: url(../images/risk1-mob.png);
	}
	.Risk2 {
		background-image: url(../images/risk2-mob.png);
	}
	.Risk3 {
		background-image: url(../images/risk3-mob.png);
	}
}


/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 768px) {
	
	.col-read {
		float: left;
	}
}


/* Extra small devices (portrait phones, less than 664px)*/
@media (max-width: 664px) {
h2 {
	font-size: 16px;
}
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    
    .row
    {
        margin-left: 0px;
        margin-right: 0px;    
        padding-left: 0px;
        padding-right: 0px; 
    }

    .container-fluid, .container
    {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tableheaders
    {
        margin-left: 0px;
        margin-right: 0px;
    }

    input[type='text'], input[type='password'], input[type='file'], input[type='number'] 
    {
	    width: 75%;
	    padding: 15px 5px;
    }

    .login-box .ErrorText, .reg-box .ErrorText, .settings-box .ErrorText, #EnquiryPopup .ErrorText 
    {	
	    position: absolute;
	    right: -15px;
	    top: 50%;
	    transform: translate(0, -50%);
	    color: #fff!important;
	    background-color: #E20025;
	    padding: 10px 20px;
	    border-radius: 10px;
	    width: 100px;
	    z-index: 10;
    }

    .login-box .ErrorText:before, .reg-box .ErrorText:before, .settings-box .ErrorText:before, #EnquiryPopup .ErrorText:before 
    {
	    content: '';
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translate(-19px, -50%);
	    border: solid 10px transparent;
	    border-right: solid 10px #E20025;
	    width: 0px;
	    height: 0px;  
    }

    .login-box .logo, .reg-box .logo, .welcome-box .logo 
    {
	    width: 80%;
	    margin: 0 auto;
	    margin-bottom: 30px;
    }

    .header-bar 
    {
	    padding: 0 0;
	    background-color: #eaeaea;
    }


    .welcome-box input[type='text'], .login-box input[type='text'], .login-box input[type='password'] {
        width: 100%;
    }

}
