﻿/*media script for mobile*/
@media (max-width: 767px) {
    .bannerfont {
        font-size: 18px;
    }
    .bannermargin {
        margin-top: 15px;
    }
    .copyrightfont {
        font-size: 8px;
    }
    .btn-full-size button{
        width:100%;
        margin-top: 5px;
        margin-bottom: 5px;
        padding:0;
    }
    #panel-body {
        height:100px;
        overflow-y:scroll;
    }
    .col-xs-12{
        padding-left:2px;
        padding-right:2px;
    }
    #largescreen {
        display:none;
    }

    .deviceSelectionDateTimePicer {
        margin-bottom: 0px;
    }

    .heightOptionField {
        height: 81px !important;
    }
    .lt-min { margin-left:-0px !important;
    }
	.flt-rt-tot-cc {
    float: none !important;
    padding-right: 0px !important;
   }
}

.btn-popup-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    width: 100% !important;
}

@media (min-width: 768px) {
.modal-dialog {
    width: 850px !important;
    margin: 30px auto;
}
}

/*media script for Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
   
    .bannerfont {
        font-size: 30px;
    }
    .bannermargin {
        margin-top: 20px;
    }
    .copyrightfont {
        font-size: 10px;
    }
    .btn-full-size button {
        width:100%;
        margin-top: 5px;
        margin-bottom: 5px;
        padding:0;
    }
    #panel-body {
        height:300px;
        overflow-y:scroll;
    }
    .summary-details-col-offset{
        margin-left: 4%;
    }
    .customer-data-text-div{
    padding-left: 5px;
    padding-right: 5px;
    }
    .customer-data-text-div input{
        padding: 0px 0px 0px 10px;
    }
    .grid-dd {
        width:auto;
    }
     #mobilescreen {
        display:none;
    }
    .lt-min { margin-left:-13px !important;
    }
}

/*media script for Desktop*/
@media (min-width: 992px) and (max-width: 1199px) {
    .bannerfont {
        font-size: 16px;
    }
    .bannermargin {
        margin-top: 25px;
    }
    .copyrightfont {
        font-size: 12px;
    }
    .btn-full-size button:not([name="btnCalander"]) {
        width:100%;
        margin-top: 5px;
        margin-bottom: 5px;
        padding:0;
    }
    #panel-body {
        height:400px;
        overflow-y:scroll;
    }
    .summary-details-col-offset{
        margin-left: 4%;
    }
    .customer-data-text-div{
        padding-left: 5px;
        padding-right: 5px;
    }
    .customer-data-text-div input{
        padding: 0px 0px 0px 10px;
    }
    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
        padding: 3px;
    }
    .grid-dd {
        width:auto;
    }
    #mobilescreen {
        display:none;
    }
    .lt-min { margin-left:-13px !important;
    }
}

/*media script for Desktop Large Screens*/
@media (min-width: 1200px) {
    .bannerfont {
        font-size: 25px;
    }
    .bannermargin {
        margin-top: 30px;
    }
    .copyrightfont {
        font-size: 12px;
    }
    .btn-full-size button{
        width:100%;
        margin-top: 5px;
        margin-bottom: 5px;
        padding:1px;
    }
    #panel-body {
        height:400px;
        overflow-y:scroll;
    }
    .summary-details-col-offset{
        margin-left: 4%;
    }
    .customer-data-text-div{
        padding-left: 5px;
        padding-right: 5px;
    }
    .customer-data-text-div input{
        padding: 0px 0px 0px 10px;
    }
    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
        padding: 3px;
    }
    .grid-dd {
        width:auto;
    }
     #mobilescreen {
        display:none;
    }
     .lt-min { margin-left:-13px !important;
    }
}

/*Banner text color*/
.bannertext {
    color: #A1A1A1;
}

a.banner-program {
	color: #000 !important;
	text-decoration:underline !important;
}
a.banner-program:hover {
	color: #000 !important;
	text-decoration:underline !important;
}
/*Master page ng-view content*/
.contentdiv {
    background-color: #cce5ff;
    padding: 25px;
    margin-bottom:30px;
    border-bottom-left-radius:2%;
    border-bottom-right-radius:2%;
    border-top-left-radius:2%;
    border-top-right-radius:2%;
}


/*Terms annd Condition ng-view content */
.contentdivterms {
    background-color: #cce5ff;
    padding: 25px;
    margin-bottom:30px;
    border-bottom-left-radius:1%;
    border-bottom-right-radius:1%;
    border-top-left-radius:1%;
    border-top-right-radius:1%;
}

/*Copyright font color*/
.copyright p {
    color: #6489cc;
}

/*Main page styles*/
.main-form-styling label{
    font-size: 12px;
    font-style:normal;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

.paddingRemoveAll {
    padding: 0;
}

.paddingRemoveTop {
    padding-top: 0;
}

.paddingRemoveBottom {
    padding-bottom: 0;
}

.paddingRemoveLeft {
    padding-left: 0;
}

.paddingRemoveRight {
    padding-right: 0;
}

.marginRemove {
    margin: 0;
}

.hrViewHeader {
    margin-top: 0;
    border-color:darkblue;
}

.lblViewHeader {
    color: darkblue;
    font-size: 17px;
}

.divForm {
    margin-top: 5px;
    margin-bottom: 5px;
}

.lblNotes {
    color: red;
    text-align: justify;
}

.spaceline {
    border-bottom: 1px solid #234090;
    margin-top: 0;
    margin-bottom: 0;
}

.textSmall {
    font-size:small;
}

.reqiredLabel {
    color:red;
}

.validationMessage {
    font-size:small;
    color:red;
}

.customer-agreement-i-agree {
    backface-visibility:hidden;
    position:absolute;
}

.summary-details-panel{
    background-color: rgba(152, 140, 140, 0.16);
}

.summary-details-container{
    padding-left: 35px;
}

.pack-summary-details-container{
    padding-left: 0px;
}

.agreement-panel-header{
    padding-bottom: 5px;
    padding-top:5px;
    padding-left:10px;
    padding-right:15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #CCCFFF;
    border-color: #ddd;
}

.enrolment-div-padding div{
    padding: 5px 5px 5px 5px;
}

.credit-card-div-padding div{
    padding-top:2px;
    padding-bottom:2px;
}
.plan-selection-txt{
	font-size: 12px;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
	font-weight:bold;
}
#pluswrap {
    position: absolute;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.60);
    top: 0;
    z-index: 10;
    margin-left:-25px;
}

.plus {
    text-align:center;
    margin: 0 auto;
}
.bannerlink {
    font-style: italic;
}

.heightOptionField {
    height:50px;
}


@media only screen and (max-width: 991px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }

    /*Devie Selection no-more-table*/
   /* Force table to not be like tables anymore */
    #no-more-tables-new table,
    #no-more-tables-new thead,
    #no-more-tables-new tbody,
    #no-more-tables-new th,
    #no-more-tables-new td,
    
    #no-more-tables-new tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables-new thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables-new tr {
        border: 1px solid #ccc;
    }

    #no-more-tables-new td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: pre-wrap;
        text-align: left;
    }

    #no-more-tables-new td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables-new td:before {
        content: attr(data-title);
    }

    .logo-center {
        text-align:center;
        display:initial;
    }
    .logo-center img {
        display:initial;
    }
    .specifictd{    
        width:150px;  /* adjust to desired wrapping */
        display:table;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }
    
}

.upload-sec {
	border: 1px solid #696262;
	padding: 20px;
	border-radius: 10px;
	margin: 10px;
	min-height: 120px;
}

.price-list{ padding-left:5px !important;}
.flt-rt-tot {
	float: right !important; 
}
.flt-rt-tot-cc {
	float: right !important;
    padding-right: 235px; 
}
.lbl-txt-bld {
	font-weight: bold !important;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.fileuploadContainer [type=file] {
   
    display: block;
    font-size:14px;
    filter: alpha(opacity=0);
    /*min-height: 100%;
    min-width: 100%;*/
    opacity: 0;
    position:fixed;
    right: 0;
    text-align: right;
    top: 0;
}

.fileuploadContainerTwo [type=file] {
   
    display: block;
    font-size:14px;
    filter: alpha(opacity=0);
    /*min-height: 100%;
    min-width: 100%;*/
    opacity: 0;
   /*position:fixed;*/
    height: 2px;
    right: 0;
    text-align: right;
    top: 0;
}

.both-bd{border-top: 1px solid #000; border-bottom: 1px solid #000;}
.both-bd-cc
{
    border-top: 1px solid #000;
    border-bottom: 3px double #000;
}
/*.btn_upload
{
    border:1px solid #234090;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    padding:5px;
}*/
.btn_upload
{
    border:1px solid #357ebd;
    border-bottom: 2px solid #1d4669;
    border-right:2px solid #1d4669;
    border-top:2px solid #357ebd;
    border-left:2px solid #357ebd;
    color: #fff;
    background-color: #428bca;
    padding:5px;
    cursor: pointer;
}
.btn_upload:hover
{
    border:1px solid #357ebd;
    border-bottom: 2px solid #1d4669;
    border-right:2px solid #1d4669;
    border-top:2px solid #357ebd;
    border-left:2px solid #357ebd;
    color: #fff;
    background-color: #2d6ca2;
 
    padding:5px;
    cursor: pointer;
}
.wrap-bdr-mg {
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 10px;
	margin: 5px;
	min-height: 50px;
}

.bg-modal{ background-color:#cce5ff !important;}
.modal-header {  
    border-bottom: 1px solid darkblue !important;
}

.zero-mar-pad
{
margin:0px !important; padding:0px !important;
}