@import url(bootstrap.css);

body {
    background: url("../Images/body.gif") top left repeat;
    background-color: #1C1C1C;
    font-family: "Trebuchet MS", Arial, Helvetica;
}

h1, h2, h3, h4, h5, h6 {
    /*text-shadow: 0 0 0.02em #555;*/
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.btn,
.uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
        cursor: default;
        background-color: #F7F7F7;
    }

div {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.numericDisplay {
    text-align: right;
}

.accordion-indicator {
    float: right;
}

.accordion-group {
    margin-bottom: 20px;
    /*border: none;*/
}

img {
    max-width: initial;
}

.important {
    color: blue;
}

.productTitle {
    color: white;
    font-size: 16px;
    letter-spacing: 0.01em;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

    .collapse.in {
        height: auto;
    }

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.col {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    background-position: top;
}

.downloadIcon {
    padding: 15px 0 0 20px;
}

.downloadWhatsNew {
    line-height: 29px;
    padding-right: 20px;
    text-align: right;
}

.downloadButtonContent {
    text-align: center;
}


.downloadContent {
    padding-top: 80px;
}

.downloadRight {
    border-left: #FEA501 solid;
    padding-left: 20px;
}

.downloadModule {
    background-color: #444444;
    margin: 15px 0;
    padding: 15px 0;
}

    .downloadModule h2 {
        color: #fea501;
    }

.downloadIcon {
    padding-left: 15px;
}

.changesHistory {
    text-align: justify;
}

#mainNavigation {
    width: 100%;
    border-bottom: none;
}

.tabBody {
    height: 100%;
    overflow: auto;
}

.cancel {
    text-decoration: none;
}

.container {
    padding: 50px 0;
}

.navbar {
    margin-top: 40px;
    margin-bottom: 0;
}

    .navbar .navbar-inner {
        background-color: #fafafa;
        border: none;
        border-bottom: 1px solid #d4d4d4;
    }

    .navbar .nav > li {
        list-style: none;
    }

        .navbar .nav > li > a {
            text-decoration: none;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
            float: none;
            padding: 10px 15px 10px;
            color: #777777;
            text-shadow: 0 1px 0 #ffffff;
        }

.product > div {
    vertical-align: middle;
}

.form-horizontal .form-actions {
    padding-left: 20px;
    border: #c8c8c8 1px solid;
}

.boxShadow {
    box-shadow: 0 1px 10px #c8c8c8;
    -webkit-box-shadow: 0 1px 10px #c8c8c8;
    -moz-box-shadow: 0 1px 10px #c8c8c8;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.form-horizontal .control-group {
    margin: 10px;
}

.form-horizontal .controls > .help-block {
    font-size: 12px;
    margin-top: 0;
}

label.checkbox.inline {
    padding: 20px;
}

    label.checkbox.inline.hidden {
        display: none;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#progressBar {
    margin-top: 30px;
}

    #progressBar .ui-progressbar-overlay {
        background: url("../Images/animated-overlay.gif");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: 0.25;
    }

#cboxContent,
.cboxCustomMiddle {
    float: none;
    display: table-cell;
}

.cboxCustomCenter {
    height: 10px;
    float: left;
}

#cboxContent {
    background-color: #505050;
    border: #eeeeee 1px solid;
}

.lockLogo{
    vertical-align: middle;
    text-align: center;
    display: table-cell !important;
    float: none !important;
}

.Language_Div{margin-bottom: 20px;}
.clipboardButton {
    position: relative;
    top: -40px;
}

@media (max-width: 767px) {
    #Body { padding: 0; }
    #cboxContent { width: 428px;}
    .cboxCustomCenter {width: 430px;}
    .dnnwrapper{ width: 450px;}
    .lockLogo { display: none !important;}
    .clipboardButton { top: 0;margin-bottom: 10px;}
}   

@media(min-width: 768px) and (max-width: 979px) {
    #cboxContent { width: 698px;}
    .dnnwrapper,
    .cboxCustomCenter {
        width: 700px;
    }
    .dnnwrapper{ width: 720px;}
    .Language_Div{margin-top: 20px;}
}

@media(min-width: 980px) {
    #cboxContent { width: 898px;}
    .dnnwrapper,
    .cboxCustomCenter {
        width: 900px;
    }
    .dnnwrapper{ width: 920px;}
    .Language_Div{margin-top: 20px;}
}

#cboxBottomRight,
#cboxBottomLeft,
#cboxBottomCenter {
    height: 9px;
}

#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomRight,
#cboxBottomLeft {
    width: 9px;
}

#cboxTopRight {
    background-position: -41px 0;
}

#cboxMiddleRight {
    background-position: -216px 0;
}

#cboxBottomRight {
    background-position: -41px -66px;
}

#cboxBottomLeft {
    background-position: 0 -66px;
}

#cboxLoadedContent {
    background-color: #eeeeee;
    display: table-cell;
    float: none;
}

/* Additional styles */
#body_middle {
    background: url(../Images/body_middle.gif) top left no-repeat;
}

#dnntop {
    min-height: 100px;
    padding-top: 15px;
    padding-bottom: 8px;
}

* html #dnntop {
    height: 100px;
}

    #dnntop .logo {
        float: left;
        margin-top: 10px;
        width: 456px;
        height: 74px;
        background: url(../Images/IdPhotosLogo6D.png);
    }

#dnnbanner {
    clear: both;
}

#dnnlinks {
    text-align: center;
}

#dnnbreader {
    height: 20px;
    margin-top: 3px;
}

    #dnnbreader .breader {
        float: left;
        color: #FFFFFF;
    }

        #dnnbreader .breader img {
            margin: 0 6px -4px 0;
        }

#MainContent {
    margin: 0;
    min-height: 250px;
}

* html #MainContent {
    height: 250px;
}

#Layout {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    border: 1px #000 solid;
}

#dnnlinks {
    clear: both;
}

#dnnfooter {
    background: url(../Images/botbg.gif) top left repeat-x;
    border: 1px #181818 solid;
    height: 35px;
    text-align: right;
    clear: both;
    color: #333;
    margin-top: 10px;
}

.dnnwrapper {
    margin: 0 auto;
}

.Language img {
    width: 15px;
    margin: 0 3px;
}

.mainbg {
    border-bottom: 1px #222 solid;
    clear: both;
}


/*a, a:link, a:active, a:visited {
color:#FEA501;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}*/

.terms, .links, .copyright {
    font-size: 12px;
}

.copyright {
    float: left;
    color: #494949;
    line-height: 35px;
    padding: 0 10px;
}

.terms, a.terms:link, a.terms:active,
a.terms:visited {
    color: #fea501;
    padding: 0 6px;
    white-space: nowrap;
    line-height: 32px;
    text-decoration: none;
}

a.terms:hover {
    color: #fff;
    text-decoration: underline;
}

.links, a.links:link,
a.links:active, a.links:visited {
    color: #333;
    line-height: 30px;
    margin: 0 5px;
    text-decoration: none;
}

a.links:hover {
    color: #fea501;
    text-decoration: underline;
}

.infoFlat {
    width: 128px;
    height: 128px;
    background: url(../Images/infoFlat.png) top left no-repeat;
    margin: 0 15px 20px 0;
}

.tickFlat {
    width: 128px;
    height: 128px;
    background: url(../Images/tickFlat.png) top left no-repeat;
    margin: 0 15px 20px 0;
}

#info {
    background: white;
    padding: 10px 15px;
    margin-top: 20px;
}

.Common_Language_Button {
    float: right;
    padding: 1px 4px;
    border: none;
}

    .Common_Language_Button:hover {
        background-color: #B0B0C0;
    }

.Common_TextBoxInfo_Label {
    font-weight: bold;
    font-size: 17pt;
}

.Common_ErrorInfo_Label {
    border-style: none;
    border-width: 1px;
    font-family: Verdana;
    font-size: small;
    color: Red;
    font-weight: bold;
}

.Common_OkInfo_Label {
    font-family: Verdana;
    font-size: small;
    color: Black;
}

.DefPage_Div {
    margin-top: 50px;
}

.infoDiv {
    margin-top: 20px;
    font-size: larger;
}

.descriptionDiv {
    margin-top: 20px;
    color: #777777;
    font-size: small;
}

.mainDiv {
    margin: 50px 0 30px;
}

.SerialNumberTextBox {
    font-family: Courier New;
    font-size: 14pt !important;
    font-weight: bold;
    text-align: center;
}

.DefPage_Verify_Button {
    position: relative;
    top: 20px;
}

/*Licence Code Error DIV*/
.DefPage_Error_Div {
    /*height: 80px;*/
    margin-top: 15px;
}

/*Main info about Error*/
.Error_Title_Div {
    color: Red;
}

.Error_BeginRestart_Div {
    margin: 40px 0;
}

.Error_infoBegin_Label {
    font-size: 12pt;
    font-weight: bold;
}

.Page3a big {
    color: rgb(0, 68, 204);
    font-style: normal;
    font-size: 1.3em;
    font-weight: bold;
}
.Page4 {
    margin-top: 0px;
}

.Page4 .infoDiv {
    margin-top: 12px;
}

.Page4 .descriptionDiv {
    margin-top: 10px;
    color: #777777;
    font-size: 0.9em;
}

.Page4 .agreements {
    margin-top: 20px;
}

.Page4 .agreements td {
    vertical-align: top;
}

.Page4 .agreements span {
    margin: 0;
    font-size: 12px;
    line-height: 115%;
}

.Page4 .agreements input {

    margin-right: 10px;
    font-size: 12px;
}

.Page4 .mainDiv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Page4 .navbar {
    margin-top: 10px;
}

.Page4 .error-label {
    font-size: 12px;
}

.IKS_Label {
    padding-right: 20px;
    display: inline;
    float: left;
}

.IKS_PullRight {
    display: inline;
    float: right;
    margin-left: 5px;
}

.IKS_SerialNumberLabel {
    font-size: 33px;
    font-weight: bold;
}

.IKS_Error {
    font-family: Verdana;
    font-size: 16px;
    color: Red;
    font-weight: bold;
}

.IKS_Info {
    font-family: Verdana;
    font-size: 16px;
    color: green;
    font-weight: bold;
}

.featureTable label {
    display: inline-block;
    margin-left: 10px
}

.form-horizontal .none-shift {
    padding-top: 5px;
}

#licInfo {
    font-size: 9.5pt;
    font-family: Courier New, Courier, monospace;
    color:royalblue
}

#licInfo b {
    font-size: 15.5pt;
}