
.starter-template{
    padding: 15px;
    text-align: center;
}

.starter-template .form-group {
    margin-bottom: -12px;
}

.starter-template .col-lg-12{
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.starter-template .control-label {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.starter-template .img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

@media (min-width:768px), (min-width:961px), (min-width:1025px), (min-width:1281px) { 
    
    #image-thumbnail {
        max-width: 503px; 
        max-height: 318px; 
        line-height: 20px;
    }
    
    #front-image {
        max-width: 503px;
    }
    
    #back-image {
        max-width: 503px;
    }
        
    #screenshot-canvas{
        width: 515px; 
        height: 386px;       
        line-height: 20px; 
    }
}

.starter-template .icon-webcam {
    background-image: url("../images/webcam.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: text-bottom;
    width: 26px;
}

.starter-template .icon-hard-drive {
    background-image: url("../images/hard-drive.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: text-bottom;
    width: 26px;
}


.starter-template .icon-fullscreen {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: text-bottom;
    width: 26px;
}

.starter-template .icon-info {
    background-image: url("../images/info.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    line-height: 20px;
    vertical-align: middle;
    width: 18px;
}

.starter-template .icon-camera {
    background-image: url("../images/camera.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: text-bottom;
    width: 34px;
}

.starter-template .icon-medic-front {
    background-image: url("../images/medic-icon-small.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: text-bottom;
    width: 26px;
}

.starter-template .icon-medic-front-v2 {
    background-image: url("../images/medic-icon-smallv2.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: text-bottom;
    width: 26px;
}


.starter-template .icon-medic-back {
    background-image: url("../images/medic-icon-back-small.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: text-bottom;
    width: 26px;
}

.starter-template .switch-large {
    min-width: 50px;
}

.starter-template .btn-width-md {
    width: 300px;
}

.starter-template .col-centered {
    float: none;
    margin: 0 auto;
}

.starter-template .container-video {
    width: 640px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.starter-template .col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.starter-template .col-xs-offset-3 {
    margin-left: 25%;
}

.starter-template .col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}
.starter-template .col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}
.starter-template .col-xs-offset-6 {
    margin-left: 50%;
}
  
#txt-access-key {
    width: 125px; 
}

.starter-template .fileupload .thumbnail > img {
    display: inline-block;
    vertical-align: middle;
    max-height: 210px;
}

@media (max-width: 1500px) {
    .starter-template .collapsing {
        overflow: hidden !important;
    }
    .starter-template .visible-lg {
        display: none !important;
    }
}


