.CC_authorization .container{
	width:80%;
	margin: 0 auto;
}

body {
    background: #f9f9f9;
}
.CC_authorization form {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    display: grid;
    margin-top: 20px;
    box-shadow: 0 10px 10px 0 #ccc;
    border-radius: 20px;
}
.CC_authorization form h1 {
    width: 100%;
    text-align: center;
    background: #ecf7ff;
    padding: 10px;
    border-radius: 0px;
    margin: 0 0 20px 0;
    color: #1e5d8a;
    font-size: 23px;
}
.CC_authorization p.form-control-static {
    padding: 0;
}

.CC_authorization .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: "font-awesome;  /* essential for enabling glyphicon */
    content: ", f0d7;
	float: right";
    color: grey";
}
.CC_authorization .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.CC_authorization .panel-heading {
    background: #f9f9f9;
    border: none !important;
}
.CC_authorization .panel-title a {
    color: #366a90;
}
.CC_authorization .panel.panel-default {
    border: none;
    box-shadow: 0 0 10px 0 #ddd;
}
.CC_authorization .panel-body {
    margin-top: 10px;
    border-top: none !important;
}
.CC_authorization .form-group {
    float: left;
    width: 100%;
}
.CC_authorization .CC_authorization form select,textarea, .CC_authorization form input{
    padding: 5px;
    height: 40px;
    border-radius: 10px;
    margin-top: -8px;
}
.CC_authorization input#chkSameAddress {
  box-shadow: none;
  width: 20px;
  display: inline-block;
  height: inherit;
}
.CC_authorization .chkSameAddress_text {
  display: inline-block;
}

.CC_authorization .submit_btn{
    width: 100%;
    text-align: center;
}
.btnSubmit {
  background: #1e5d8a;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
}

input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.signature {
    width: 80%;
}

.lblUseMouse {
    margin-left: 30px;
}

.clearSignature {
    margin-left: -50px;
    width: 5.5%;
}

.label, input[type="radio"] {
    font-size: 15px;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 3.5px;
}


.label, input[type="checkbox"] {
    font-size: 15px;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 3.5px;
}

.lblQuestion {
    font-weight:bold;
    margin-left: 15px;
    display: inline-block;
    margin-bottom:10px;
}

.lblRatingText {    
    margin-left: 15px;
    display: inline-block;
    display: block;
    background-color: #fff !important;
    height: 30px;
    padding: 4px 6px;
    font-size: 16px;
    color: #366a90;
    margin-bottom: 13px;
    width: 70%;
}
    .lblRatingText .ratingLabelRight {
        float: right;
    }

    .lblRatingText .ratingLabelLeft {
        float: left;
    }
.form-otherNotSelected{
    display:none;
    margin-left: 15px;
    width:250px;
    border: 1px #999 solid;
}

.form-otherSelected{
    margin-left: 15px;
    width:250px;
    border: 1px #999 solid;
}

.form-txtQuestion{
    margin-left: 15px;
    width:95%;
    border: 1px #ccc solid;
}

@media screen and (max-width: 760px) {
    .CC_authorization form {
        width: 80%;
    }
}
@media screen and (max-width: 600px) {
     .CC_authorization .container{
        width:90%;
        margin: 0 auto;
    }

      .CC_authorization form {
        width: 100%;
        padding:10px;
    }
        label.col-sm-3.control-label {
        margin-bottom: 10px !important;
    }

    .signature{
        width:90%
    }

    .lblUseMouse{
        margin-left:0px;
    }

    .clearSignature {
        margin-left: 0px;
        width: 9%;
    }

    .signature {
        width: 90%;
    }
}

.rating {
    margin-top: 30px;
    margin-left: 12px;
    width:90%;
    text-align: center;
    height: 40px;
    border: 1px #999 solid;
    display: flex;
    font-size: 0;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    background: linear-gradient(to right, #ccc, #ccc, #ccc);
}

.rating input {
    display: none;
}

.rating label {
    display: flex;
    width: 100%;
    height: 32px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.rating label {
    border-left: 1px #999 solid;
    transition: .3s;
}

.rating input, .rating input[type='radio']:hover ~ label,
.rating input[type='radio']:checked ~ label {
    background: none;
    color: #fff;
}

.listItemLabel label {
    font-weight: 100 !important;
}

.datepickerques {
  background: url("../images/calendar.png") no-repeat;
  border: 1px solid #ccc;
  padding-left: 25px;
  background-position:right
}

.header {
  color: #366a90;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  background-color: transparent;
  text-decoration-style: solid;
  line-height: 17.6px;
}

.pnlQuestions {
  margin-top:20px;
}


.mainDiv {
    position: relative;
}

.footerDiv {
    padding: 10px;
    margin: 5px;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 35px;
    border: none;
    box-shadow: 0 0 10px 0 #ddd;    
    border-radius: 4px;
}

.copyrightExisting {
    position: absolute;
    width: 71%;
    bottom: -10px;
    left: 14.6%;
}

    .copyrightExisting h4 {
        height: 40px;
        padding-top: 10px;
        font-weight: 700;
        background: rgb(236, 247, 255);
    }

.copyrightNew {
    position: absolute;
    width: 56.7%;
    bottom: -10px;
    left: 21.7%;
}

    .copyrightNew h4 {
        height: 40px;
        padding-top: 10px;
        font-weight: 700;
        background: rgb(236, 247, 255);
    }

@media only screen and (max-width:600px) {
    .copyrightExisting {
        position: absolute;
        width: 100%;
        bottom: -10px;
        left: 0%;
    }

        .copyrightExisting h4 {
            min-height: 40px;
            padding-top: 13px;
            padding-bottom: 5px;
            font-weight: 700;
            background: rgb(236, 247, 255);
            font-size: 3.5vw;
        }

    .copyrightNew {
        position: absolute;
        width: 90.5%;
        bottom: -10px;
        left: 5%;
    }

        .copyrightNew h4 {
            min-height: 40px;
            padding-top: 13px;
            padding-bottom: 5px;
            font-weight: 700;
            background: rgb(236, 247, 255);
            font-size: 3.5vw;
        }
}