/* 
    Document   : overrides
    Created on : Jun 29, 2017, 12:19:38 PM
    Author     : saliya
    Description:
        Purpose of the stylesheet follows.
*/

  body {
            /*margin-top: 0px;*/
        }
        
        /* Headings */
        h1, h2, h3, h4, h5, h6{line-height: 1em; font-weight: normal; margin-top: 0; font-family: "Lato",Arial,Helvetica,sans-serif}
        body .content h3 { margin-top: 1em; margin-bottom: 0.1em; }
        h4 {font-size: 1.1em;}
        h5 {font-size: 0.9em;}
        h6 {font-size: 0.8em;;}
        
        input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select {
            border: 1px solid #CCC;
            padding: 6px 4px;
            outline: none;
            border-radius: 2px;
            color: #000;
            margin: 0;
            height: 30px;
            width: 95%;
            max-width: 95%;
            display: block;
            margin-bottom: 20px;
            background: #fff;
            font-family: sans-serif;
        }
        
        .button, button, input[type="submit"], input[type="reset"] {
            background: #eee;
            background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
            background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
            background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
            background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
            background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
            background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
            border: 1px solid #aaa;
            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-radius: 3px;
            color: #444;
            display: inline-block;
            font-size: 0.9em;
            font-weight: bold;
            text-decoration: none;
            text-shadow: 0 1px rgba(255, 255, 255, .75);
            cursor: pointer;
            margin-bottom: 20px;
            line-height: normal;
            padding: 8px 45px;
            float: right;
            margin-right: 0;
        }
   
        .c12 .container-fluid {
            color: #274C55;
            padding-left: 0px;
        }
        .errorHeader table {
            background-color: inherit;
            margin-bottom: inherit;
        }
        .errorHeader table th, .errorHeader table td {
            color: inherit;
        }
        span.errorField .checkbox, span.errorField .radio, span.errorField input, span.errorField select, span.errorField textarea {
            color: #a94442;
            border: 1px solid #a94442;
        }
        input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select {
            height: 30px;
        }
        .main-container .product-list .course-item input {
              margin: 5px 10px 0 0;
                
            display: inline-block;
        }
        .radio, .checkbox {
            display: inherit;
            min-height: inherit; 
            margin-top: inherit;
            margin-bottom: inherit;
            padding-left: inherit;
        }
        
        .checkout-details-form .enum_checkboxes .checkbox input {margin-left:0}
        .checkout-details-form .chekbox-col .checkbox input {margin-left:-15px}
        .checkout-details-form .enum_checkboxes {width:50% ;}
        .checkout-details-form .terms {padding: 20px 0;}
       .checkout-details-form .terms .checkbox {display: inline-block;}
       .checkout-details-form .terms .checkbox input {margin-left:0}
        .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{border-color: #dd4814; background-color: #dd4814;}

        .width30
        {
            width: 30% !important;
        }
        
        .ccExpiryDate {
            width: 10%  !important;
            float: left !important;
            margin-right: 10px  !important;
        }
        
        .ccPayBtn {
            float: left !important;
            margin-top: 15px !important;
		}
		
        .payment-methods {
            width: 500px;
            height: auto;
        }
        
        hr {
            border: 1px dotted #DB9798   ;
            margin-top: 2.5rem; 
            margin-bottom: 2.5rem;
        }
        
        
        #bottom h4 {    font: 18px Lato, Arial, Helvetica, sans-serif;
            font-weight: 700;
            margin: 0px;
                }
        
        .kk_bgcolor_bottom p{
            color: #C00;
                font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
        }
        
        .divDesc {
            display: inline-block;
            margin-left: 30px;
            width: 80%
        }
        
    div.reviewBookingTitle {
        font-size: 1.8em;
        color: #DE4041;
        font-family: "Lato",Arial,Helvetica,sans-serif;
    }

 
 @media (max-width: 767px) {
 .main-container .checkout-details-form select {width:95%;}
 .checkout-details-form .enum_checkboxes {width:100% ;}
 .main-container .checkout-details-form .enum_checkboxes tr td {padding-right: 10px;}

 }

