
#check [type="checkbox"]:not(:checked), #check [type="checkbox"]:checked, #check [type="radio"]:not(:checked), #check [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

#check [type="checkbox"].filled-in:not(:checked) + label::after {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 3px;
    z-index: 0;
}
#check [type="checkbox"].filled-in + label::before, #check [type="checkbox"].filled-in + label::after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}
#check [type="checkbox"].filled-in:not(:checked) + label::before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 3px;
    top: 13px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}
#check [type="checkbox"] + label, #check [type="radio"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 27px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
#check [type="checkbox"].filled-in:checked + label::after {
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #1870D5;
    background-color: #1870D5;
    z-index: 0;
}
#check [type="checkbox"].filled-in:checked + label::before {
    top: 6px;
    left: 1px;
    width: 3px;
    height: 7px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.btn-holder {
    padding: 50px 0 0;
}
.pad10 {
    padding: 5px 0;
}
.alert-popup-con {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11111111;
}
div#check {
    margin-top: 20px;
    clear: both;
    font-size: 12px;
}
div#check label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
}
div#check input[type="checkbox"]{
    position: relative;
    top: 2px;
    display: inline-block;
}
.alerted {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    display: block !important;
}
#alrtcon-pop,
#cnfrmcon-pop,#check-cnfrmcon-pop,#smplcheckpop,#cnfrm-copy-pop {
    display: none;
}
.aws-alert {
    background: #fff none repeat scroll 0 0;
    font-family: "Roboto", sans-serif;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    right: 0;
    z-index: 9999;
    height: 205px;
    border-radius: 5px;
}
#smplcheckpop .aws-alert{
    height: 270px;
}
/*content and buttons of the popup*/

#close-popup_alrt,
#close-popup_cnfrm,
#close-copypopup-cnfrm,
#close-popup_common,
#close-popup_chfrm,
#close-popup_smplfrm
 {
    background: url(../cl.html) no-repeat -5px -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -14px;
    border: none;
    outline: none;
    cursor: pointer;
}
.alrt-img-con {
    float: left;
    width: 40%;
    text-align: center;
    vertical-align: middle;
    height: inherit;
    display: block;
    position: relative;
}
.alrt-img-con img {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#smplcheckpop .alert_con_pop{
width: 100%;
}
.alert_con_pop {
    float: left;
    width: 60%;
    text-align: center;
    display: flex;
    align-items: center;
    height: inherit;
}
.alert_con_pop .alert-content-pop {
    width: 100%;
    display: block;
}
.alert_con_pop #alertHeading-pop,
.alert_con_pop #cnfrmHeading-pop,
.alert_con_pop #cpycnfrmHeading-pop,
.alert_con_pop #chkHeading-pop,
.alert_con_pop #smplHeading-pop
{
    margin: 0;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
}
.alert_con_pop #alertMsg-pop {
    margin: 10px 0 20px;
}
#alertMsg-pop>p,
#alertMsg-pop,
#cnfrmMsg-pop,#chkMsg-pop,
#smplMsg-pop
 {
    color: #4d4d4d;
    font-size:17px;
    font-weight:400;
    margin: 0 0 10px;
    padding: 3px 10px 7px 15px;
    line-height:25px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 180px;
}
#smplMsg-pop{
    padding: 3px 10px 7px 10px !important;
}
#alertMsg-pop ul li {
    text-align: left;
    font-size:18px;
    line-height: 28px;
    color: #c6c6c6;
    margin-bottom: 3px;
}
#alertMsg-pop #alertMsg-pop {
    color: #4d4d4d;
    display: inline;
    margin: 0;
    font-size: 16px;
}
.alert_con_pop button {
    height: 38px;
    border: 0 none;
    border-radius: 50px !important;
    box-shadow: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 0 5px;
    padding: 10px 30px;
}
button.no {
    background: rgb(233, 233, 233) none repeat scroll 0 0;
    color: rgb(59, 89, 152);
    margin-left: 0 !important;
}
button.yes {
    background-color: rgb(60, 138, 201);
    margin-right: 0 !important;
}
button.yes:hover {
    background-color: rgb(30, 114, 180);
    cursor: pointer;
}
button.no:hover {
    background: rgb(187, 187, 187) none repeat scroll 0 0;
    color: rgb(77, 77, 77);
    cursor: pointer;
}
button.confirm-btn,
.proceed-btn {
    background: #1870D5;
    margin: 0 auto;
    display: inline-block;
	border-radius:50px !important;
}
button.confirm-btn:hover,
.proceed-btn:hover {
    background: #0A53A8;
    cursor: pointer;
}
button.cancel-btn {
    background: rgb(233, 233, 233) none repeat scroll 0 0;
    color: #4d4d4d;
    margin-left: 0 !important;
}
button.cancel-btn:hover {
    background: rgb(187, 187, 187) none repeat scroll 0 0;
    color: rgb(77, 77, 77);
    cursor: pointer;
}
@media(max-width:575px) and (orientation:landscape) {
    .aws-alert {
        top: 1%;
        width: 360px;
        height: auto;
    }
}
@media(min-width:576px) and (orientation:landscape) {
    .aws-alert {
        top: 7%;
        width: 360px;
    }
}
@media (min-width: 768px) {
    .aws-alert {
        width: 680px;
    }
       #smplcheckpop .aws-alert {
        width:400px;
    }
}
#cnfrmMsg-pop {
    font-size: 18px !important;
}