
@font-face {
	font-family: "Roboto"; font-style: normal; font-weight: 300; src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
	font-family: "Roboto"; font-style: normal; font-weight: 400; src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
	font-family: "Roboto"; font-style: normal; font-weight: 700; src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
	font-family: "digital-7"; font-style: normal; src: url("../fonts/digital-7.regular.ttf");
}
html, body {
	font-family:'Roboto', Arial, sans-serif !important; margin: 0; padding: 0; font-size: 14px !important;
}
h2 {
	font-weight: 300 !important;
}


/* custom dismiss area for side panels, this makes the dismiss area to follow screen resize */
.ui-panel-dismiss {
	position: absolute; top: 0 !important; bottom: 0 !important; height: 100% !important; z-index: 1002;
}
.ui-panel-dismiss.ui-panel-dismiss-position-right {
	right: 300px !important; height: 100% !important;
}


#fade-div {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background-color: #ffffff;
}
.bg-panel {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #72848d;
}
.rounded {
	border-radius: 10px;
}
.border {
	border: 2px solid #FFF;
}
.shadow {
	box-shadow: 1px 1px 10px #394246;
}



/*** Login Styles Begin ----------------------------------------------------------------------------------------------------------- */
.bg-login {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(../images/bg-login.jpg); background-size: cover; opacity: 0.5;
}
.login-panel-top {
	position: absolute; height: 120px; top: 0; left: 0; right: 0; text-align: center;
}
.login-panel-top .login-logo {
	display: inline-block; width: 200px; height: 120px;
}
.login-panel-text {
	position: relative; height: 80px; text-align: center;
}
.login-panel-text h1 {
	font-weight: 300 !important;
}
.login-panel-text img {
	height: 60px; vertical-align: middle; margin-top:-22px;
}
.login-center-panel {
	position: relative; height:300px; width: 380px; left: 0; right: 0; margin: auto; margin-top:90px; z-index: 1;
	padding:20px; border:1px solid #9eaab0; border-radius: 10px; box-shadow: 0px 0px 20px 2px #9eaab0; background-color: #FAFBFB;
}
.login-center-panel:before {
	content: ''; width: 200px; height: 200px; position: absolute; left:0; right:0; top: -40px; z-index: -1; margin: auto;
	border-radius: 50%; border: 1px solid #9eaab0; background: #FAFBFB; box-shadow: 0px 0px 20px 2px #9eaab0;
}
.login-center-panel:after {
	content: ''; width: 300px; height: 200px; position: absolute; left:0; right:0; top: 0; z-index: -1; margin: auto; background: #FAFBFB;
}
.login-center-panel #login-message {
	margin-top: 30px; margin-right: 36px; margin-left: 6px;
}
.login-center-panel #login-message p {
	min-height:18px; margin: 0; padding: 0px; text-shadow: none; font-weight: normal;
}
.login-center-panel #login-message p.red {
	color: #ff0000;
}
.login-center-panel #login-message p.green {
	color: #00b500;
}
.login-center-panel .login-globalmed-logo {
	position: absolute; left:10px; right:0; top: -40px; margin: auto; width: 170px; height: 90px; background: url(../images/logo-gmg.png) no-repeat center; background-size: contain;
}
.login-center-panel .form-login {
	margin-top: 10px;
}
.login-center-panel .login-copyright {
	position:absolute; width:100%; left:0px; bottom:0px; text-align:center;
}
.text-username {
	display:inline-block; width:205px; margin-left:5px;
}

/*** Login Styles End ----------------------------------------------------------------------------------------------------------------*/




.button-container {
	text-align: center; color: #BFCAD1; text-shadow: none;
}
.button-container.align-left {
	text-align: left;
}
.button-container.align-right {
	text-align: right;
}
.button-container.margin-bottom {
	margin-bottom: 10px;
}
.button-container .button {
	display: inline-block;  width: 44px; margin-right: 5px; margin-left: 5px; text-align: center; vertical-align: top;
}
.button-container .button.nocircle {
	display: inline-block;  width: auto; height: 24px; margin-right: 5px; margin-left: 5px; text-align: center; vertical-align: top;
}
.button-container .button.dark {
	color: #9EAAB0;
}
.button-container .button.black {
	color: #000;
}
.button-container .button.mini {
	width: 32px; height: 32px;
}
.button-container .button:hover {
	cursor: pointer; color: #fff;
}
.button-container .button.glow {
	color: #519DFF;
}
.button-container .button.selected {
	color: #fff;
}
.button-container .button.selected .icon-circle {
	box-shadow: 0px 0px 15px #ffffff; border: 2px solid #ffffff;
}
.button-container .button.dark:hover {
	cursor: pointer; color: #BFCAD1;
}
.button-container .button.black:hover {
	cursor: pointer; color: #9eaab0;
}
.button-container .button.disabled {
	opacity: 0.3;
}
.button-container .button.disabled:hover {
	cursor: default;
}
.button-container .button.green {
	color: #13F113; /*#33cc33;*/
}
.button-container .button.green:hover {
	color: #70db70;
}
.button-container .button.red {
	color: #ff4d4d;
}
.button-container .button.red:hover {
	color: #ff3333;
}
.button-container .button .icon-circle {
	position: relative; display: inline-block; width: 40px; height: 40px; border: 2px solid #BFCAD1; border-radius: 50%; transition: all .2s ease-in-out;
}
.button-container .button .icon-circle.mini {
	width: 30px; height: 30px;
}
.button-container .button .icon-circle:hover {
	box-shadow: 0px 0px 15px #ffffff; border: 2px solid #ffffff;
}
.button-container .button.glow .icon-circle {
	box-shadow: 0px 0px 15px #519DFF; border: 2px solid #519DFF;
}
.button-container .button .icon-square {
	display: inline-block; width: 40px; height: 40px; border: 2px solid #BFCAD1; border-radius: 5%; transition: all .2s ease-in-out;
}
.button-container .button .icon-square:hover {
	box-shadow: 0px 0px 15px #ffffff; border: 2px solid #ffffff;
}
.button-container .button .icon-circle.green {
	border: 2px solid #13F113; /*#33cc33;*/
}
.button-container .button .icon-circle.red {
	border: 2px solid #ff3333;
}
.button-container .button .icon-label {
	display: inline-block; margin-top: 5px; margin-bottom:0px;
}
.button-container .button.nocircle .icon-label {
	display: inline-block; margin-top: 5px; margin-right:5px;
}
.button-container .button.nocircle .icon-label.align-left {
	display: inline-block; margin-top: 5px; margin-left:5px;
}
.button-container.center-label .button .icon-label {
	margin-left:50%; transform:translate(-50%,0);
}
.button-container .button i {
	line-height: 42px; /* vertically centered */
}
.button-container .button i.mini {
	line-height: 32px; /* vertically centered */
	font-size: 14px !important;
}
.button-container .button.nocircle i {
	line-height: 10px;
}


#div-cp-success p {
	position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); white-space:nowrap;
}



.footer-info {
	position:fixed; right:20px; bottom:0px; color:#fff;
}
.footer-info p {
	margin-right:0; margin-top:0; margin-bottom:0; text-shadow: 1px 1px #333333
}
.footer-info p.dark {
	color: #333333; text-shadow: 1px 1px #f3f3f3
}
.footer-info > * {
	display:inline-block; margin-left: 5px;
}

/*** Error Modal css ----------------------------------------------------------------------------------------------------------------*/
#preview-branding-dialog .modal-content {
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

#preview-branding-modal-close {
    padding: 0;
}

#preview-branding-modal-close i {
    font-size:20px;
    line-height: 20px;
}

.msg-dialog .modal-footer {
    padding: 15px; height: 78px;
}
.modal {
    left:50%; 
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width:710px;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
	transform:translate(-50%,0%);
}

.modal .modal-content {
    padding: 24px;
}

.modal .modal-footer {
	height: 56px;
    width: 100%;
    text-align: right;
}

.btn{
	text-decoration: none;
    color: #fff !important;
    background-color: #006FB9 !important;
    text-align: center;
    letter-spacing: .5px;
}
