html {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #FFF;
}


* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}


img {
    vertical-align: middle;
}

.small {
    font-size: 85%;
}

.text-center {
    text-align: center;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-6, .col-md-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-6, .col-md-11 {
        float: left;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 2px solid #ccc;
}

    .form-control:focus {
        border-color: #CCC;
        outline: 0;
    }


.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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: 2px;
}

  
.btn-block {
    display: block;
    width: 100%;
}

.panel-body {
    padding: 15px;
}
.ts-sso-login {
    display: none;
}

.m-b-md {
    margin-bottom: 20px;
}

.btn {
    border-radius: 2px;
}

.btn-verde {
        background-color: #449D44;
        border-color: #449D44;
        color: #FFFFFF;
    }

.btn-tsid {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #FFFFFF;
}


.btn-pwd {
    background-color: #d24637;
    border-color: #d24637;
    color: #FFFFFF;
    min-width: 188px !important;
}


html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden !important;
    -ms-overflow-style: scrollbar;
}

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #e8147b 20%,#e3427a 20%,#e3427a 30%,#ed6f57 30%,#ed6f57 40%,#f09039 40%,#f09039 50%,#ffc24a 50%,#ffc24a 60%,#2a9fd7 60%,#2a9fd7 70%,#1f83c2 70%,#1f83c2 80%,#236baf 80%,#236baf 90%);
    background-image: -moz-linear-gradient(left, #e8147b 20%,#e3427a 20%,#e3427a 30%,#ed6f57 30%,#ed6f57 40%,#f09039 40%,#f09039 50%,#ffc24a 50%,#ffc24a 60%,#2a9fd7 60%,#2a9fd7 70%,#1f83c2 70%,#1f83c2 80%,#236baf 80%,#236baf 90%);
    background-image: -ms-linear-gradient(left, #e8147b 20%,#e3427a 20%,#e3427a 30%,#ed6f57 30%,#ed6f57 40%,#f09039 40%,#f09039 50%,#ffc24a 50%,#ffc24a 60%,#2a9fd7 60%,#2a9fd7 70%,#1f83c2 70%,#1f83c2 80%,#236baf 80%,#236baf 90%);
    background-image: linear-gradient(to right, #e8147b 20%,#e3427a 20%,#e3427a 30%,#ed6f57 30%,#ed6f57 40%,#f09039 40%,#f09039 50%,#ffc24a 50%,#ffc24a 60%,#2a9fd7 60%,#2a9fd7 70%,#1f83c2 70%,#1f83c2 80%,#236baf 80%,#236baf 90%);
    background-image: linear-gradient(to left, #e8147b 20%,#e3427a 20%,#e3427a 30%,#ed6f57 30%,#ed6f57 40%,#f09039 40%,#f09039 50%,#ffc24a 50%,#ffc24a 60%,#2a9fd7 60%,#2a9fd7 70%,#1f83c2 70%,#1f83c2 80%,#236baf 80%,#236baf 90%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}


input {
    width: 100% !important;
    border: none;
    border-bottom: 2px solid silver !important;
}


#loginForm .btn {
    margin-bottom: 5px;
}

#login {
    position: absolute;
    background-color: #FFF;
    height: 400px;
    margin-top: -350px;
    left: 50%;
    top: 50%;
    margin-left: -239px;
    width: 480px;
}

#version {
    font-size: 9px !important;
    padding-top: 10px;
    float: right;
}

#TeamSystemMessage {
    position: absolute;
    margin-top: -200px;
    left: 50%;
    top: 100%;
    margin-left: -232px;
    width: 480px !important;
    height: 320px;
    padding: 6px 6px;
    text-decoration: none;
    color: #000;
    display: block;
    background-color: #FFF !important;
    border: 1px solid #CCC;
    text-align: center;
}
.ambiguous-choice {
    padding: 8px;
    margin: 8px;
    border: 1px solid silver;
    cursor: pointer;
    display: block;
}
    .ambiguous-choice .user {
        border: 1px solid #337ab7;
        border-radius: 100%;
        overflow: hidden;
        padding: 2px;
        margin: 2px;
    }
.table-cell {
    vertical-align: middle;
    padding: 6px;
}
.ambiguous-choice .user i {
    font-size: 5em;
    }