/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 2, 2018, 4:58:24 PM
    Author     : fabian
*/

/*** Login Form ***/

#login form label {
    width: 100%;
}

#login input {
    margin-bottom: 15px;
}

/*** Registration Form ***/
#registrationForm .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/*** Request Module Form ***/
.request-div {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.request-div .trashContainerDiv {
    display: none;
}

/*** Search IK Form ***/
.resultIK-div {
    margin-top: 5%;
}

.resultIK-div > .panel-body {
    min-height: 250px;
}

#requestedIKs-table > tbody > tr > td {
    font-size: 14px;
}

#assignedIKs-table {
    margin-bottom: 0px;
}

/*** Set Roles ***/
.role-item {
    margin-bottom: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.role-item div {
    height: 50px;
    line-height: 50px;
}


/*** Edit User Form ***/

.editUser-div  .form-group{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.editUser-div .input-sm {
    width: 20%;
}

/*** Dashboard ***/
.dashboard-button {
    height: 50px;
    width: 100%;
}

.dashboard-vertrag {
    padding: 5px !important;
}

.dashboard-vertrag > .col-md-3 {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 10px;
}

.dashboard-my-data {
    padding: 25px;
}

.border-right {
    border-right: 1px solid #ddd;
}

/*** Layout ***/
.navbar-brand {
    padding: 5px 25px 5px 25px !important;
}

/*** User List ***/

.user-list-buttons {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    margin-bottom: 10px;
}

.user-list-buttons .btn {
    margin: 15px;
}

[data-toggle="tooltip"] {
    cursor: help;
}


.form-select {

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;


}

