﻿@-ms-viewport       { width: device-width; }


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 480px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors,
.validationMessage {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.borderless td {
    border-top: none;
}

.navbar-tutorle {
    background-color: #2c3e50; 
    border-color: #2c3e50; 
}


/* Tutorle CSS */

.padding-10 {
    padding:10px;
}

.dl-details dt {
    padding-bottom: 4px;
}

.ttl-whatermark {
    background: url('Images/tutorle-back.png') no-repeat center; 
}

.ttl-title {
    color:azure !important;
    font-size: 22px;

}

.ttl-body {
    min-height: 400px;
}

.tutorle-download-buttons-block{
    display: block;
    margin: 12px 0;
    height: 40px;
}

.tutorle-download-win-phone {
    background: url('images/download-win-phone.png') no-repeat;
    width: 128px;
    height: 42px;
    float: left;
}

.tutorle-download-win-8 {
    background: url('images/download-win-8.png') no-repeat;
    width: 128px;
    height: 42px;
    margin-left:10px;
    float:left;
}

li .list-icon {
    background: #3498db;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    border: rgba(255, 255, 255, 0.7) solid 6px;
    line-height: 50px;
    font-size: 18px;
}

.ttl-form-control-inline {
    display:inline !important;
    width:auto !important;
}

.ttl-word-definition {
    color:navy;
}

.ttl-slider-lang-level div.ui-slider-range { 
    background: #8ae234; 

}

.ttl-slider-lang-level .ui-slider-handle { 
    border-color: #8ae234; 
}

.ttl-propname {
    font-weight:bold;
}
