﻿
/** {
    box-sizing: border-box;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}*/

.desginbtn {
    background-color: #ffd800;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 20;
    text-decoration: none;
    box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    height: 37px;
    width: 50%;
}

.desginnextbtn {
    background-color: #4cff00;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 20;
    text-decoration: none;
    box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    height: 37px;
    width: 40%;
}

/*.container {
    margin-top: 0px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}*/

.containerbasicdetails {
    margin-top: 100px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.infomationbox {
    margin-top: 50px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
    letter-spacing: 2px;
    /*line-height:3px;*/
    padding: 20px;
    width: 90%;
    height: auto;
  
    margin-left: auto;
    margin-right: auto;
}
 .btntermsandcondition {
            appearance: button;
            backface-visibility: hidden;
            background-color: #405cf5;
            border-radius: 6px;
            border-width: 0;
            box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
            font-size: 100%;
            height: 50px;
            line-height: 1.15;
            margin: 12px 0 0;
            outline: none;
            overflow: hidden;
            padding: 0 25px;
            position: relative;
            text-align: center;
            text-transform: none;
            transform: translateZ(0);
            transition: all .2s,box-shadow .08s ease-in;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            width: 50%;
        }

            .btntermsandcondition:disabled {
                cursor: default;
            }

            .btntermsandcondition:focus {
                box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
            }
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#output_image {
    max-width: 200px;
    max-height: 200px;
}
/*imageviewwrapper*/
#imageviewwrapper {
    -webkit-border-radius: 5px;
    background-color: #f1efef;
    background: -moz-linear-gradient(top, #f1efef, #f1efef);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #f1efef), color-stop(1.0, #f1efef));
    border: 1px solid #dedede;
    color: #484848;
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 15px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.desginfornewusepannel {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 20;
    text-decoration: none;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    display: inline-flexbox;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    margin-right: 3px;
}

.divider {
    width: 5px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
}

.browsebtn {
    background-color: #ffd800;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 20;
    text-decoration: none;
    box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    margin-left: 0px;
    height: 40px;
    width: 50%;
}

.desginnextbtn {
    background-color: #4cff00;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 20;
    text-decoration: none;
    box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    height: 37px;
    width: 40%;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    /*.container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }*/

    .containerbasicdetails {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .infomationbox {
        margin-top: 50px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        text-align: center;
        letter-spacing: 2px;
        padding: 20px;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
     .btntermsandcondition {
            appearance: button;
            backface-visibility: hidden;
            background-color: #405cf5;
            border-radius: 6px;
            border-width: 0;
            box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
            font-size: 100%;
            height: 44px;
            line-height: 1.15;
            margin: 12px 0 0;
            outline: none;
            overflow: hidden;
            padding: 0 25px;
            position: relative;
            text-align: center;
            text-transform: none;
            transform: translateZ(0);
            transition: all .2s,box-shadow .08s ease-in;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            width: 100%;
        }

            .btntermsandcondition:disabled {
                cursor: default;
            }

            .btntermsandcondition:focus {
                box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
            }
    .desginbtn {
        background-color: #ffd800;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        opacity: 20;
        text-decoration: none;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        display: inline-block;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        height: 37px;
        width: 150px;
    }

    .browsebtn {
        background-color: #ffd800;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        opacity: 20;
        text-decoration: none;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        display: inline-block;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        height: 37px;
        width: 50%;
    }


    /*input[type=submit] {
        background-color: #04AA6D;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
        margin-left: 0px;
    }*/

    /*input[type=submit]:hover {
            background-color: #45a049;
        }*/
}

@media screen and (min-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    /*.container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }*/

    .containerbasicdetails {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .infomationbox {
        margin-top: 50px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        letter-spacing: 2px;
        padding: 20px;
        width: 90%;
        height: auto;
         
        margin-left: auto;
        margin-right: auto;
    }
     .btntermsandcondition {
            appearance: button;
            backface-visibility: hidden;
            background-color: #405cf5;
            border-radius: 6px;
            border-width: 0;
            box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
            font-size: 100%;
            height: 44px;
            line-height: 1.15;
            margin: 12px 0 0;
            outline: none;
            overflow: hidden;
            padding: 0 25px;
            position: relative;
            text-align: center;
            text-transform: none;
            transform: translateZ(0);
            transition: all .2s,box-shadow .08s ease-in;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            width: 100%;
        }

            .btntermsandcondition:disabled {
                cursor: default;
            }

            .btntermsandcondition:focus {
                box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
            }
    .desginbtn {
        background-color: #ffd800;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        opacity: 20;
        text-decoration: none;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        display: inline-block;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        height: 37px;
        width: 50%;
    }

    .browsebtn {
        background-color: #ffd800;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        opacity: 20;
        text-decoration: none;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        display: inline-block;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        height: 37px;
        width: 100%;
    }


    /*input[type=submit] {
        background-color: #04AA6D;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
        margin-left: 0px;
    }*/

    /*input[type=submit]:hover {
            background-color: #45a049;
        }*/
    .desginnextbtn {
        background-color: #4cff00;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        opacity: 20;
        text-decoration: none;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        display: inline-block;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        height: 37px;
        width: 40%;
    }
}

@media only screen and (min-width: 768px) {
    .col-25, .col-75 {
        width: 100%;
        margin-top: 0;
    }


    .containerbasicdetails {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .infomationbox {
        margin-top: 50px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        letter-spacing: 2px;
        padding: 20px;
        width: 90%;
        height: auto;
     
        margin-left: auto;
        margin-right: auto;
    }
     .btntermsandcondition {
            appearance: button;
            backface-visibility: hidden;
            background-color: #405cf5;
            border-radius: 6px;
            border-width: 0;
            box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
            font-size: 100%;
            height: 44px;
            line-height: 1.15;
            margin: 12px 0 0;
            outline: none;
            overflow: hidden;
            padding: 0 25px;
            position: relative;
            text-align: center;
            text-transform: none;
            transform: translateZ(0);
            transition: all .2s,box-shadow .08s ease-in;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            width: 100%;
        }

            .btntermsandcondition:disabled {
                cursor: default;
            }

            .btntermsandcondition:focus {
                box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
            }
    .desginbtn {
        background-color: #ffd800;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        opacity: 20;
        text-decoration: none;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        display: inline-block;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        height: 37px;
        width: 40%;
    }

    .browsebtn {
        background-color: #ffd800;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        opacity: 20;
        text-decoration: none;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        display: inline-block;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        height: 37px;
        width: 100%;
    }

    .desginnextbtn {
        background-color: #4cff00;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        opacity: 20;
        text-decoration: none;
        box-shadow: 0px 0px 0px 0px #CCCCCC,0px 0px 0px 0px #CCCCCC, 0px 0px 0px 0px #CCCCCC,0px 0px 2px 2px #CCCCCC;
        display: inline-block;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        height: 37px;
        width: 40%;
    }

    .img.alldevices {
        margin: 0 auto;
        height: auto;
        max-width: 100%;
        border: none;
        display: block;
        padding: 5px 0;
    }
}
