﻿@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}
input,
select,
textarea {
    max-width: 100%;
}

.bg-primary {
    color: #ffffff;
    background-color: #428bca;
}

.bg-danger {
    color: #ffffff;
    background-color: #ff7979;
}

.form-label {
    /*display : block;*/
    height: 34px;
    margin: 0px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    font-weight: normal;
}

.form-content {
    /*display : block;*/
    margin: 0px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    font-weight: normal;
}

.btn-addon {
    cursor: pointer;
    top: 0px;
    background-color: #93c3eb;
}

.btn-addon:hover {
    color: #ffffff;
    background-color: #3276b1;
}

.text-fainted, .text-fainted a {
    text-decoration: none;
    color: #bda7a7;
}

.text-deleted, .text-deleted a {
    text-decoration: line-through;
    color: #9d9999;
}


.fss-input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0px;
}

.w-full {
    width: 100%;
}

.fix-left {
    float: left;
}

.fix-right {
    float: right;
}

input[type="checkbox"], input[type='radio'] {
    height: 23px;
    width: 23px;
    vertical-align: middle;
    margin: 5px;
}

.bold {
    font-weight: bold;
}

.text-10 {
    font-size: 10pt;
}

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}


.label-strong {
    background-color: #e9e8e8;
    padding: 7px 10px 9px 10px;
}

.control-link {
    display: inline-block;
}
/*=========================================================================================*/
div {
    border: 0px solid black;
}

p {
    border: 0px solid red;
}

table {
    border: 0px solid red;
}
/*=========================================================================================*/

.top-toolbar {
    vertical-align: bottom;
    margin-bottom: 5px;
    text-align: right;
}


.w-10 {
    width: 10px
}

.w-20 {
    width: 20px
}

.w-30 {
    width: 30px
}

.w-40 {
    width: 40px
}

.w-50 {
    width: 50px
}

.w-60 {
    width: 60px
}

.w-70 {
    width: 70px
}

.w-80 {
    width: 80px
}

.w-90 {
    width: 90px
}

.w-100 {
    width: 100px
}

.w-110 {
    width: 110px
}

.w-120 {
    width: 120px
}

.w-130 {
    width: 130px
}

.w-140 {
    width: 140px
}

.w-150 {
    width: 150px
}

.w-160 {
    width: 160px
}

.w-170 {
    width: 170px
}

.w-180 {
    width: 180px
}

.w-190 {
    width: 190px
}

.w-200 {
    width: 200px
}

.w-210 {
    width: 210px
}

.w-220 {
    width: 220px
}

.w-230 {
    width: 230px
}

.w-240 {
    width: 240px
}

.w-250 {
    width: 250px
}

.w-260 {
    width: 260px
}

.w-270 {
    width: 270px
}

.w-280 {
    width: 280px
}

.w-290 {
    width: 290px
}

.w-300 {
    width: 300px
}

.w-310 {
    width: 310px
}

.w-320 {
    width: 320px
}

.w-330 {
    width: 330px
}

.w-340 {
    width: 340px
}

.w-350 {
    width: 350px
}

.w-360 {
    width: 360px
}

.w-370 {
    width: 370px
}

.w-380 {
    width: 380px
}

.w-390 {
    width: 390px
}

.w-400 {
    width: 400px
}

.w-410 {
    width: 410px
}

.w-420 {
    width: 420px
}

.w-430 {
    width: 430px
}

.w-440 {
    width: 440px
}

.w-450 {
    width: 450px
}

.w-460 {
    width: 460px
}

.w-470 {
    width: 470px
}

.w-480 {
    width: 480px
}

.w-490 {
    width: 490px
}

.w-500 {
    width: 500px
}

.w-fill {
    width: 100%
}