/* * * * * * * * * * * * */
/* Responsive text styles */
/* * * * * * * * * * * * */

/* hide page info on Chrome for printing */
@media print {
  @page { margin: 0; }
}

.row-space-10 {
	margin-top: 10px;
}

.row-space-15 {
	margin-top: 15px;
}

.id-card html {
    font-size: 13px;
}

.id-card div {
	color: #000;
}

.id-card .hidden-card {
	display: none;
}

.col-print-card {
	height: 10px !important;
}

@media (min-width: 0px) {
	.id-card {
		margin-bottom: 12em;
	}

	.id-card .card.card-mobile {
		margin-bottom: 0;
		margin-top: 9em;
		text-align: initial;
		transform-origin:center center;
	    -webkit-transform-origin: center center;
	    -moz-transform-origin:center center;
	    -o-transform-origin:center center;
	    -ms-transform-origin:center center;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.id-card .card.card-mobile.card-back {
		margin-top: 15em;
	}
}

@media (min-width: 768px) {
	.id-card {
		margin-bottom: 2em;
	}
	.id-card .card.card-mobile {
		margin-top: 0;
		text-align: initial;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.id-card .card.card-mobile.card-back {
		margin-top: 0em;
	}
}
@media (min-width: 992px) {
	.id-card .card.card-mobile {
		margin-top: 0;
		text-align: initial;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@media (min-width: 1200px) {
	.id-card .card.card-mobile {
		margin-top: 0;
		text-align: initial;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@media (max-width: 500px) {
	.id-card .card.card-front {
		margin-left: -5.5em !important;
	}
	.id-card .card.card-back {
		margin-left: -6em !important;
	}
}

/* * * * * * * * * * * */
/* General Card Styles */
/* * * * * * * * * * * */

.id-card .card {
	text-align: initial;
	display: inline-block;
	margin: 10px 10px 10px 10px;
	border-color: #656;
	border-style: dashed;
	border-width: 2px;
	width: 500px; height:280px;
}

.id-card .card.printable {
	transform: rotate(90deg) scale(0.6,0.6);
    -webkit-transform: rotate(90deg) scale(0.6,0.6);
    -moz-transform: rotate(90deg) scale(0.6,0.6);
    -o-transform: rotate(90deg) scale(0.6,0.6);
    -ms-transform: rotate(90deg) scale(0.6,0.6);
}

.id-card .card.flipped {
	transform: rotate(180deg) scale(0.6,0.6);
    -webkit-transform: rotate(180deg) scale(0.6,0.6);
    -moz-transform: rotate(180deg) scale(0.6,0.6);
    -o-transform: rotate(180deg) scale(0.6,0.6);
    -ms-transform: rotate(180deg) scale(0.6,0.6);
}

.id-card .card-front {
}

.id-card .card-back {
	font-size: 15px;
	line-height: 18px;
}

/* * * * * * * * * * * * * */
/* ID Card Specific Styles */
/* * * * * * * * * * * * * */

 /*Colorado */

.id-card .colorado.member-info {
	margin-top: 45px;
	line-height: 25px;
	font-size: 15px;
}

.id-card .colorado.contact-info {
	line-height: 20px;
}

.id-card .colorado.logo {
	width: 90%
}

 /* Texas Medicaid */

.id-card .texas-medicaid.title-section {
	font-family: serif;
	line-height: 30px;
	font-size: 30px;
}

.id-card .texas-medicaid.important-section {
	font-style: italic;
}

.id-card .texas-medicaid.important-section-bubble {
	font-style: italic;
	font-size: 18px;
	height: 50px;
	background-clip: border-box;
	border-radius: 15px;
	color: #fff;
	background-color: #555;
}

.id-card .texas-medicaid.important-section-bubble-text {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.id-card .texas-medicaid.important-section .heading {
	line-height: 20px;
	font-size: 20px;
}

.id-card .texas-medicaid.important-section .body {
	line-height: 16px;
}

.id-card .texas-medicaid.member-info-section {
	line-height: 18px;
	font-size: 10px;
}

.id-card .texas-medicaid.member-info {
	font-size: 14px
}

.id-card .texas-medicaid.contact-info {
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
}

.id-card .texas-medicaid.spanish-disclaimer {
	font-style: italic;
	margin-top: -5px;
	font-size: 11px;
	line-height: 11px;
}

.id-card .texas-medicaid.logo {
	width: 100%
}

 /* Texas Chip */

.id-card .texas-chip .text-small {
	font-size: 13px;
}

.id-card .texas-chip.title-section {
	line-height: 30px;
	font-size: 20px;
}

.id-card .texas-chip.important-section .heading {
	line-height: 16px;
	font-size: 16px;
}

.id-card .texas-chip.important-section .body {
	margin-top: 2px;
	line-height: 20px;
	font-size: 16px;
}

.id-card .texas-chip.important-section .decimal-list {
	list-style-type: decimal;
	margin-top: 4px;
	margin-bottom: 4px;
}

.id-card .texas-chip.member-info-section {
	margin-top: 15px;
	line-height: 25px;
	font-size: 15px;
}

.id-card .texas-chip.spanish-disclaimer {
	font-size: 11px;
	line-height: 11px;
}

.id-card .texas-chip.logo {
	width: 100%
}

/* DeltaCare */
.deltacare .col-space-8 {
	margin-top: 8px;
}

.deltacare .text-small {
	font-size: 13px;
	line-height: 13px;
}

.deltacare .text-very-small {
	font-size: 11px;
	line-height: 11px;
}

.deltacare .card-header {
	margin-bottom: 40px;
}
	.deltacare .card-header .plan-name {
		font-size: 18px;
		font-family: initial;
	}

.deltacare .card-details {
	margin-bottom: 10px;
}
