﻿
#ScannerContainer {
    float: right;
    width: 853px;
    height: auto;
    border: 1px solid #AACCEE;
    margin-bottom: 1px;
    background-color: #E8EBEC;
    background-color: #F9FAFA;
    min-height: 50px;
}

#print-widget {
    margin: 0 auto;
    width: 650px;
    border-bottom: 5px solid #4B6C9E;
}

#panel-heading {
    margin: 0 auto;
    width: 650px;
    border-bottom: 5px solid #4B6C9E;
}

#GoBackToHome {
    text-decoration: none;
    padding: 3px;
    float: right;
    margin-top: 5px;
}

.print-widget-panel {
    padding: 10px 0px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

    .alert-success hr {
        border-top-color: #C9E2B3;
    }

    .alert-success .alert-link {
        color: #2B542C;
    }

.alert-info {
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

    .alert-info hr {
        border-top-color: #A6E1EC;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

    .alert-warning hr {
        border-top-color: #F7E1B5;
    }

    .alert-warning .alert-link {
        color: #66512C;
    }

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

    .alert-danger hr {
        border-top-color: #E4B9C0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

    .alert-success hr {
        border-top-color: #C9E2B3;
    }

    .alert-success .alert-link {
        color: #2B542C;
    }

.alert-info {
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

    .alert-info hr {
        border-top-color: #A6E1EC;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

    .alert-warning hr {
        border-top-color: #F7E1B5;
    }

    .alert-warning .alert-link {
        color: #66512C;
    }

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

    .alert-danger hr {
        border-top-color: #E4B9C0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.chkr_sm_gr_canvas {
    background-image: url("../../resources/chkr_sm_gr.png");
}


#canvasScan {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    min-height: 430px;
    min-width: 320px;
    border: 1px solid green;
    margin: 5px 0 0 2px;
    padding: 1px;
    /*width:1500px;
     height:1500px;*/
}

.windows {
    width: 18%;
    float: left;
}

.apple {
    width: 15%;
    float: left;
}

.btnDownload {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btnDownload-primary {
    color: #fff;
    background-color: #eef2f5;
    border-color: #357ebd;
}

.imgwindows {
    background: url(../../resources/DownloadWindows.png) no-repeat;
}

.imgapple {
    background: url(../../resources/DownloadApple.png) no-repeat;
}