/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Dec, 2019, 5:35:20 PM
    Author     : SR
*/

#form-tail label { display: inline !important;}
a {cursor: pointer}

/**
 * Show * sign for required field.  
 */
.required:after {
    content: "*";
    color: red;
}
.modal-body>.close,
.modal-header>.close {
    top: 50%;
    margin-top: -.5em;
    right: 10px;
    left: auto;
    position: absolute;
    background-color: transparent !important;
}

.pci-circle {
    border: 1px solid;
    border-radius: 50%;
}

.pci-cross {
    display: block;
    width: 1.3em;
    height: 1.3em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-header {
    padding: 15px;
    position: relative;
    border: 0;
}

.show-description {
    cursor: pointer;
}

.table>tbody>tr>th,
.table>tbody>tr>td {
    border: 1px solid #ddd;
}

.nav-tabs>li>a.active {
    background-color: #fff;
    border-color: #eee #eee #ddd;
}
.form-control {
    height: auto !important;
    border-radius: unset !important;
}
.compare-table {
    table-layout: fixed;
}

.not-available {
    padding: 20px;
    color: red;
    text-align: center;
}
.service-tabs:hover {
	text-decoration: none;
}

/**.service-tabs {
	cursor: auto;
} **/

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
 }

 #loading-image {
   position: absolute;
   top: 43% !important;
   left: 43% !important;
   z-index: 100;
 }
 .imon-text{
     text-transform: none;
 }
 .package-name-second {
    font-size:x-large;
 }
 .terms-condition-position {
    text-align: right;
 }
 .package_products {
  margin-left : 12px !important;
 }
 .digital-description {
    padding : 0 0 0 0 !important;
 }

 .tab-text {
 	font-size: 18px !important;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
 }

 .sub-heading {
 	font-weight: unset !important;
	text-transform: none !important;
 }
 .left-padding {
 	padding: 15px;
	color: red !important;
	font-weight: 900;
	margin-bottom:10px !important
 }
 .medium-size {
 	font-size: 17px !important;
	font-weight: bold !important;
 }
 .digital-boxes-input-box {
 	margin-left: 15px;
        margin-right: 15px;
        font-size: 12px;
        padding: 5px 0;
 }
 .digital-boxes-row:hover {
 	background: #f4f4f4;
 }
 .digital-boxes-row .desc {
 	font-size: 13px;
	font-style: italic;
        padding: 0 20px 0 20px;
        margin: 0;
 }
 .digital-boxes-dec {
 	margin-left: 32px !important;
 }
 .cart-deposit-addon {
    margin-left: 25px !important;
    font-weight: bold;
 }
 .compare-item {
 	text-align: center;
 }

//Package features style.
#purchase .check-list p:before {
    top: 8px;
}
#purchase .check-list p:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--secondary);
    margin: 0 5px 0 0;
}
#purchase .check-list p:before {
    left: 0;
    top: 15px;
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--secondary);
    margin: 0 5px 0 0;
}
.not-available {
    padding: 0px !important;
    font-size: unset !important;
 }
 .alert-danger strong {
    color: #a94442;
}
.form-actions .btn-form {
    font-size: unset !important;
}

/**
 * Cart estimate and total price css.  
 */
.estimated-price-section {
    font-size: 12px !important;
}

.total-price-section {
    margin-top: -11px !important;
}

.package-see-more {
    text-align: left;
    margin-top: -10px;
}
.no-background {
    background-color: unset !important;
}

#imon-selfscheduler select.form-select[disabled],
#installation_date_form select.form-select[disabled] {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 0.7;
}
