.km-flat .km-switch-background, .km-flat .km-switch-handle {
    color: #3598db;
}

.km-root .km-view .km-notext {
margin-left: 2px;
margin-right: 0;
margin-top: 2px;
}

.logo-pss {
	width: 60px;
    height: 60px;
    background: transparent url(images/logo.png) no-repeat 0 0;    
    background-size: 40px 40px;
}

img.fullscreen {
	max-width: 95%;
	max-height: auto;
	margin: auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.container {
    position: relative;
    margin: 1.2em 0 .8em .8em;
}

.km-arrow-e:after,
.km-arrow-e:before
{
	content: "\e000";
}

.oa {
	overflow: auto;
}

.tac {
	height: 35px;
	line-height: 35px;
}

.instructor {
    width: 99%;
}

.fullname {
    color: #FFFFFF;
    font-size: 1.7rem;
    margin: 0 0 .2em;
}

.qualification {
    color: #FFFFFF;
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 100%;
	height: 40px;
	background-color: #115184;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.qualification span {
	height: 41px;
	line-height: 41px;
	margin-left: 0px;
}

.affiliationid {
    font-size: 1.0rem;
    font-weight: bold;
}

.affiliationid label {
	color: #FFFFFF;
    text-transform: uppercase;
	font-size: 0.6rem;
}

.date {
    font-size: 0.85rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.date label {
    font-size: 0.6rem;
}

.avatar {
    width: 80px;
    margin: .5em .5em .5em .5em;
}

.avatar img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #FFFFFF;
}

.qualification-qrcode {
    margin: 1.2em 0 0 0;
}

.qualification-qrcode .url {
    font-size: 0.9rem;
}

.qualification-qrcode label {
	font-size: 0.6rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* SETTINGS */
#settings-listview h2 {
    display: inline-block;
    font-size: 1.1em;
    margin: 1.5em 0 0 .7em;
}

#settings-listview h2 .lastname {
    display: block;
    clear: both;
    font-size: 1.8em;
    margin: .1em 0 0 0;
}

#settings-listview img {
    width: 5em;
    height: 5em;
    float: left;
    margin: 1em;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 4em;
    border-radius: 4em;
}
/* SETTINGS */

/* GENERAL BOF */
.dn {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;    
}

.cb {
    clear: both;
}

.cf {
  zoom: 1;
}

.ac { 
	text-align: center;
    margin-left: auto ;
  	margin-right: auto ;
}

.avc {
    vertical-align: middle;
}

.w100p {
    width: 100%;
}

.w120 {
    width: 120px;
}
.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml10 {
    margin-left: 10px;
}

/* GENERAL EOF */
.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.generic-header {
    font-size: 1.1rem;
    font-weight: normal;
    border-bottom: 1px solid #3598db;
    width: 100%;
    margin: 20px 0px 10px 0px;
    padding-bottom: 3px;
}

.km-flat .km-loader,
.km-flat .km-rowinsert,
.km-flat .km-state-active,
.km-flat .km-scroller-pull,
.km-flat .k-slider-selection,
.km-flat .km-touch-scrollbar,
.km-flat .km-pages .km-current-page,
.km-flat .k-slider .k-draghandle,
.km-flat .k-slider .k-draghandle:hover,
.km-flat .km-tabstrip .km-state-active,
.km-flat .km-scroller-refresh.km-load-more,
.km-flat .km-popup .k-state-hover,
.km-flat .km-popup .k-state-focused,
.km-flat .km-popup .k-state-selected,
.km-flat .km-actionsheet > li > a:active,
.km-flat .km-actionsheet > li > a:hover,
.km-flat li.km-state-active .km-listview-link,
.km-flat li.km-state-active .km-listview-label,
.km-flat .km-listview-label input[type=radio]:checked,
.km-flat .km-listview-label input[type=checkbox]:checked {
    background: #3598db;
}

#myPssApp.km-flat,
#myPssApp.km-flat .km-navbar,
.km-footer
{
    border: 0 none;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background-color: #2d3e50;
}

/*
#myPssApp.km-flat .km-content {
    border: 0 none;
    color: #6c7884;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
}
*/
#myPssApp.km-flat .km-content {
    border: 0 none;
    /*color: #6c7884;
	*/
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
}

#instructor-dashboard .km-content , #diver-dashboard .km-content ,.dashboard {
	border: 0 none;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    background: url('images/background.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #0260AA;
    /*background: url('images/background.png') no-repeat scroll center bottom / cover #0260AA;*/
}

#welcome .km-content {
    background: url('images/background.png') no-repeat bottom center #0260aa;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#myPssApp .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#myPssApp .hide-text {
    text-indent: -999px;
    overflow: hidden;
}

#myPssApp .center-text {
    text-align: center;
}

.disabled {
  position: relative;
  display: block;
}

.disabled:before {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
  z-index: 1;
}

/* Forms */

::-webkit-input-placeholder {
    color: #b6c5c6;
}

:-moz-placeholder {
    color: #b6c5c6;
}

::-moz-placeholder {
    color: #b6c5c6;
}

:-ms-input-placeholder {  
    color: #b6c5c6;
}

#myPssApp.km-flat form .km-list > li {
    padding: .7em .7em .5em;
    border-color: #eaeced;
}

#myPssApp.km-flat form .km-listinset > li:first-child,
#myPssApp.km-flat form .km-listgroupinset .km-list > li:first-child {
    border-width: 0 0 1px;
    border-color: #eaeced;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;

}

#myPssApp.km-flat form .km-listinset > li:last-child,
#myPssApp.km-flat form .km-listgroupinset .km-list > li:last-child {
    border: 0 none;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

#myPssApp.km-flat .km-list input[type="text"]:not(.k-input),
#myPssApp.km-flat .km-list input[type="password"],
#myPssApp.km-flat .km-list input[type="email"],
#myPssApp.km-flat .km-list input[type="date"],
#myPssApp.km-flat textarea,
#myPssApp.km-flat select {
    position: static;
    width: 100%;
    height: 30px;
    font-size: 1rem;
}

#myPssApp.km-flat select {
    padding: .4em .2em;
}

/* Buttons */

#myPssApp .btn {
    position: relative;
    margin: 0 -1px;
    padding: .6em 0;
    border: 0 none;
    font-size: 1.2rem;
    background-color: #3598db;
    width: 100%;
    text-align: center;
    color: #fff;
}

#myPssApp .btn.km-state-active {
    color: #ccc;
}

#myPssApp .disabled .btn {
    opacity: .35;
}

#myPssApp .btn-login {
    background-color: #1bbc9b;
}

#myPssApp .btn-delete {
    background-color: #e84c3d;
}

#myPssApp .km-header .nav-button {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

#myPssApp .km-header .nav-button-back {
    background-image: url(images/icon-arrow_left.png);
    background-position: .65em 50%;
}

#myPssApp .km-header .nav-button-add {
    background-image: url(images/icon-add.png);
}

#myPssApp .km-header .nav-button-cancel,
#myPssApp .km-header .nav-button-post {
    width: auto;
    height: 2.5em;
    font-size: .85rem;
    line-height: 2.5em;
}

/* App Header */

#myPssApp.km-flat.km-on-ios.km-black-translucent-status-bar .km-header {
    min-height: 20px;
    background-color: #2d3e50;
}

#myPssApp.km-flat .km-header .km-navbar {
    min-height: 3.15em;
}

#myPssApp.km-flat.km-on-ios.km-black-translucent-status-bar .km-header .km-navbar {
    min-height: 4.5em;
}

#myPssApp.km-flat .km-header .km-view-title {
    margin-top: .4em;
    font-size: 1rem;
}

#myPssApp.km-flat.km-on-ios.km-black-translucent-status-bar .km-header .km-view-title {
  margin-top: .4em;
}

/* App Footer */

#myPssApp .welcome-scrn .km-footer {
    color: #fff;
    text-align: center;
    background-color: transparent;
}

#myPssApp .welcome-scrn .km-footer p {
    font-size: .75rem;
}

/* Welcome screen */

#myPssApp .app-logo,
#myPssApp .app-name {
    margin-top: 1.5em;
}

#myPssApp .app-logo {
    width: 120px;
    height: 120px;
    background: transparent url(images/logo.png) no-repeat 0 0;
}

#myPssApp .app-name {
    margin-bottom: 1.5em;
}

#myPssApp .app-name small {
    display: block;
    font-weight: 400;
    font-size: 1.15rem;
}

#login-form {
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
}

#login-form .username,
#login-form .password {
    position: relative;
}

#login-form .username:before,
#login-form .password:before {
    content: '';
    position: absolute;
    top: 50%;
    right: .75em;
    display: block;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#login-form .username:before {
    background-image: url(images/icon-username.png);
}

#login-form .password:before {
    background-image: url(images/icon-password.png);
}

/* User */

#myPssApp .user-container {
    position: relative;
    padding-left: 1em;
}

#myPssApp .user-content {
    position: relative;
    font-size: .85rem;
}

#myPssApp .user-content .person-name {
    font-weight: 600;
}

#myPssApp .user-avatar {
    width: 120px;
}

#myPssApp .user-avatar img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

/* Qualifications */

#qualification-detail-listview {
    background-color: #000;
}

#myPssApp .qualifications-view .km-content {
    background-color: #fff;
}
#myPssApp .qualification-view .km-content,
#myPssApp .qualification-view .km-listview {
    background-color: #000;
}

#myPssApp .qualifications-view .km-list > li {
    padding: .75em 0;
    border-width: 0 0 1px;
    border-color: #eaeced;
    color: #34495e;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

#myPssApp .qualification-view .km-list > li:first-child {
    padding-top: 0;
}

#myPssApp .qualification-container {
    position: relative;
}

#myPssApp .qualification-content {
    position: relative;
}

/* Certifications */

#myPssApp .certifications-view .km-content,
#myPssApp .certification-view .km-content,
#myPssApp .km-content,
#myPssApp .certification-view .km-listview {
    background-color: #fff;
}

#myPssApp .certifications-view .km-list > li {
    padding: .75em 0;
    border-width: 0 0 1px;
    border-color: #eaeced;
    color: #34495e;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

#myPssApp .certifications-view .km-list > li:first-child {
    padding-top: 0;
}

#myPssApp .certification-container {
    position: relative;
	height: 35px;
}

#myPssApp .certification-content {
    position: relative;
    font-size: .85rem;
	padding-left: 2em;
}

#myPssApp .certification-group-content {
    position: relative;
    font-size: .85rem;
	padding-left: 5em;
}

#myPssApp .certification-detail-address {
    font-size: 0.90em;
}

#myPssApp .certification-content .time-span {
    font-weight: 600;
}

#myPssApp .certification-content .issuedto,
#myPssApp .certification-detail-content .issuedto {
    margin: 0 0 .5em;
    color: #3598db;
    font-size: 1.1rem;
}

#myPssApp .certification-detail-content .issuedto {
    font-size: 1.3rem;
}

#myPssApp .certification-detail-content .certification-name {
    font-size: 0.90rem;
    margin-top: 5px;
}

#myPssApp .certification-detail-content .time-span {
    color: #6c7884;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-top: 5px;
}

#myPssApp .certification-content .certification-issuedto-box {
    height: 30px;
    width: 100%;
}

#myPssApp .issuedto {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#myPssApp .qualification-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#myPssApp .certification-content .time-span {
    color: #6c7884;
    font-size: .7rem;
    text-transform: uppercase;
}

#myPssApp .certification-content .certification-name {
    color: #6c7884;
    font-size: .8rem;
}

#myPssApp .certification-detail-contacts {
    margin-top: 30px;
}

#myPssApp .btn-certification-detail {
position: absolute;
float: right;
right: 0rem;
top: 0;
margin: 0rem;
width: 1.6rem;
height: 1.6rem;
font-size: 1rem;
text-align: middle;
vertical-align: middle;
margin-left: 0.2rem;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#myPssApp .certification-avatar {
    float: left;
    width: 50px;
}

#myPssApp .certification-avatar img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#myPssApp .certification-detail-avatar {
    float: left;
    width: 70px;
}

#myPssApp .certification-detail-avatar img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* VARIOUS */

#myPssApp .button-c {
    width: 99%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.call-button-icon {
	background-image: url(images/call-button.png);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    float: left;
    vertical-align: middle;
}

.mail-button-icon {
	background-image: url(images/mail-button.png);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    float: left;
    vertical-align: middle;
}

.call-button-text,
.mail-button-text {
    width:100%;
    height: 20px;
    padding: 3px;
    text-align: center;
   	vertical-align: middle;
}

#myPssApp.km-black-translucent-status-bar .km-navbar .km-leftitem,
#myPssApp.km-black-translucent-status-bar .km-navbar .km-rightitem {
    margin-top: .4em;
}

#myPssApp .k-invalid-msg {
  margin: 1rem 0 0;
  padding: 0 1rem;
  color: #e84c3d;
}

/* Retina Images */

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 144dpi) { 
    
    #myPssApp .app-logo {
        background-image: url(images/logo.png);
        background-size: 120px 120px;
    }
    
    #login-form .username:before {
        background-image: url(images/icon-username@2x.png);
        background-size: 12px 13px;
    }

    #login-form .password:before {
        background-image: url(images/icon-password@2x.png);
        background-size: 10px 12px;
    }
    
    #myPssApp .km-header .nav-button-back {
        background-image: url(images/icon-arrow_left@2x.png);
        background-size: 9px 20px;
    }

    #myPssApp .km-header .nav-button-add {
        background-image: url(images/icon-add@2x.png);
        background-size: 23px 23px;
    }
}

