/* Write your custom CSS here */

.custom-table .table td, .custom-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px !important;
}

.pv-lg {
    margin-top: 22px;
}

.text-left {
    text-align: left !important;
}

/*.m-r-5 {
    margin-right: 5px;
}*/


.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px !important;
}

.otp .form-control {
    width: 78%;
    float: left;
}

.otp button, .otp html input[type=button], .otp input[type=reset], .otp input[type=submit] {
    float: left;
    width: 20%;
    margin-left: 5px;
}

.clearfix {
    clear: both;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 25px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin: -3px;
}

.icon-time {
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .icon-time:before {
        content: "\e081";
    }

.bootstrap-datetimepicker-widget > ul {
    padding: 0 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu li a:hover{
    background:none !important;
}

.sitelogo img {
    width:100%;
}

.sitelogo label {
    width:100%;
    text-align:center;
}

#home-wrapper #dvImage img,
#home-wrapper #dvScratchCard img{
    width: 100%;
}

#home-wrapper{
        width:760px!important;
        margin:10px auto;
    }
.scratchpad img{
    width:100%;
    height:500px;
}
div#dvScratchCard {
    width: 100%;
    height: 500px;
}
.scratchpad {
    width: 100%;
        height: inherit;
}
.no-p{padding:0px;}
.no-m{margin:0px;}

@media (min-width:320px) and (max-width:767px) {
    #home-wrapper{
        width:auto!important;
        margin:10px auto;
    }
    div#dvScratchCard {
    width: 100%;
    height: 200px;
}
}

#main-wrapper {
    padding: 0;
    margin-left: 12px;
    margin-top: 12px;
}
.border {
    border: 1px solid #efefef;
}
#dvSurvey label, #dvSurvey span, #dvSurvey label span {
    font-weight: 700;
}
#dvSurvey .form-group input{margin-left:20px;margin-right:10px;}
#dvSurvey .form-group:first-child {
    padding: 5px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.m-l-10 {
    margin-left: 10px;
}