/*
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 : Jul 11, 2017, 2:20:14 PM
    Author     : timhi
*/



select {
    font-size:13px !important;
    height:35px;
}

select[multiple]{
    min-height: 0;
}

#mentor option{
    font-size: 12pt;
}

.navbar-static-top {
    height:75px;
}

.sidebar {
    margin-top:75px !important;
}

.navbar-brand {
    padding:0 !important;
}

#logo {
    width:200px;
    margin-bottom:20px;
    margin-top:10px;
    margin-left:10px;
}
.table-sortable tr:hover {
    cursor:move; 
}
.table-editable tr td.editable:hover {
    cursor:auto;
}

.breadcrumbs-trail  {
    float:left;
    width:100%;
}

.breadcrumbs-trail li {
    float:left;
} 

.actions a {
    padding-right:15px !important;
    float:left;
    min-width:75px;
}

.add-users fieldset div.input {
    float:left;
    width:33.333333333%;
    height:65px;
    
} 

.add-users label {
    margin-left:3%;
}
.add-users fieldset div.input input, .add-users fieldset div.input select {
    float:left;
    width:97%;
    height:35px;
    font-size:12px;
    margin-left:3%;
} 

#survey_form label {
    width:100%;
}

.left {
    float:left !important;
}

.right {
    float:right !important;
}
.surveys {
    float:left !important;
}

#survey_form label {
    margin-bottom:10px;
    padding-left:20px;
}
.question-radio {
    margin-right:10px !important;
    height:14px;
    float:left;
    vertical-align: top;
    margin-left:-23px !important;
} 



table tr td{
    word-break:keep-all !important;
}


tr.collapse.in {
    display: table-row;
}


.result_table .button {
    margin:4px 5px;
   float:right;
}

.add-new{
    margin-top:-53px;
}

.row {
    max-width:1280px !important;
    margin:0 !important;
}
.container {
         padding-right:0 !important;
   padding-left: 0 !important;
   width:100% !important;
}
.result_table .info td {
    font-size:13px !important; 
    vertical-align: middle;
}

.result_table td:first-child{
    padding:0px 0px 0px 8px !important;

}

.result_table tbody tr td {
    padding:0 !important;
     font-size:11px !important; 
}

.breadcrumbs {
    margin-top:10px;
}
.form button:hover {
    background:#1798A5;
}
.actions a, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding:0 !important;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height:25px;
    min-width:75px;
    text-align:center;
    font-size: 1rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    transition: background-color 300ms ease-out;
    margin-right:5px;
    margin-bottom:5px;
    padding-top:7.5px !important;
    padding-left:5px !important;;
    padding-right:5px !important;;
    font-size: 1rem;
    color:#FFF !important;
    text-transform: initial !important;
}

.survey .actions{
    text-align: right;
}

.survey .actions a{
    margin: 1px 0;
    float: right;
}
.survey .actions a:after{
    clear: both;
}

.survey>tbody>tr>td , .survey>tbody>tr{
    border: 0 !important;
}

.survey .sBorder{
    border-bottom: 1px solid #ebebec !important;
}

ul.pagination li.active a {
    background-color: #008CBA;
}

#authHelp{
    margin-bottom: 5px;
}

button { 
    padding-top:0px !important;
}
.breadcrumbs {
    margin:10px 25px;
}

.breadcrumbs li {
    padding-left:0px;
}

.breadcrumbs>*{
    line-height: 1.5rem;
}
.breadcrumbs>*:before {
    font-size:15px;
}

.breadcrumbs span {
    font-weight:bold;
}

table tr td{
    vertical-align: middle;
}

div.message { 
    padding-top:10px;
    margin:10px 0px;  
}


.message a {
    color:#FFF;
}

fieldset {
    margin-top:10px !important; 
}
fieldset legend {
    margin: 10px 0px;
    padding-bottom: 5px;
    color:#337ab7; 
}

.content h4 {
   border-bottom: 1px solid #1798A5;
} 


/*Resultaten tabel */
#question_results_table {
    display: table;
   height: 100px;
   width: 100%;
   table-layout: fixed;
   margin-bottom:20px;
   
}

#question_results_table .heading-table {
    display:table;
    background-color:#E6E6E6;
    float:left;
    width:100%;
    position:relative;
}

#question_results_table .table-column {
    float:left;

}
#question_results_table .table-column p{
    display:block;
    min-height:150px;
}
#question_results_table .question-row {
    float:left;
    position:relative;
    min-height:50px;
    width:100%;
    height:100%;
    display:table;

 
}

#question_results_table .question-row:nth-child(even)  {
    background-color:#f9f9f9;
}


.disabled table tr {
    cursor:default !important;
}


#question_results_table .table-column {
    position:relative;
    border:1px solid #e7e7e7;
    text-align:left;
    min-height:100%;
    float:none;
    padding:10px;
    display: table-cell;
  
}

#question_results_table .thema {
    text-align:center;
}



#question_results_table .table-column span {
    position: absolute;
    bottom: 10px;
    left:10px;
}

#question_results_table .table-column ul{
    margin-left:10px;
    margin-top:10px;
      vertical-align: bottom;
}

#question_results_table .table-column ul li{
    list-style-type:circle;
    padding-left:5px;
}

.competence-row {
    width:100%;
    float:left;
    margin:15px 0px;;
}

.responsive {
    display:none !important;
}

.competence-row span{
   width:100%;
   display:block;
    font-size:15px !important;
    text-align:center;
}

@media screen and (max-width: 920px) {
    #question_results_table .table-column {
        min-width:100%;
        max-width:100%;
        min-height:0;
        float:left;
    }
    
    #question_results_table .table-column:first-child b{
        
        float:left;
        width:75%;
    }
    
    .responsive {
        display:block !important; 
        text-align:center !important; 
    }
    
    #question_results_table .table-column p{
        display:block;
        min-height:50px;
    }
    #question_results_table .question-row:nth-child(even)  {
        background-color:#FFF;
    }
    #question_results_table .table-column:nth-child(even) {
      /*background-color:#e7e7e7;*/
    }
    
    #question_results_table .heading-table {
        display:none;
    }
    
    #question_results_table .question-row {
        margin-bottom:25px;
    }
    
    #question_results_table .table-column span {
        position: absolute;
        right: 5px;
        left:auto;
       bottom:0px;
    }
      #question_results_table .table-column { 
        width:100%;
        display: block;
    }
    
    
}
 @media screen and (max-width: 768px) {   
    
     
   
    
    .add-users fieldset div.input {  
        width:100%;
    }

    .add-users fieldset div.input input, .add-users fieldset div.input select, .add-users fieldset div.input label {
         width:100%;
         margin:0;
    }

    .add-users fieldset div.input:nth-child(4n+4) {   
        margin-bottom:25px;
        margin-left:0px;

    }

    .sidebar {
        margin-top: 25px !important;
    }
    
    
    
  
}
                                                      
#img-question-description{
    color: #008CBA;
    font-size: 26px;
    margin-top:-50px;
    float:right;
    text-align: right;
    z-index: 999;
}
    
#surveys{
    z-index: 999;
}
                                                          
#img-question-description:hover{
    opacity:0.8;
    cursor: help;
}

div.question-description{
    font-family: Roboto;
    text-align: left;
    max-width: 600px; 
    position:relative;
    padding:15px;
    border:1px #007095 solid;
    margin-top:20px;
    margin-left: -200px;
    display:none;
    z-index: 999;
    color:#222222;
    line-height: 17px;
    opacity:1;
}

#img-question-description:hover .question-description{
    display:block;
}

input.button-margin{
    margin-right: 10px;
}

.template-login button.navbar-toggle{
	display:none;
}

div.customlogo{
    width:250px;
    height:75px;
    margin-left:20px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position-y: center;
}

@media screen and (max-width: 450px) {  
	.template-index .table th, .template-index .table th a{
		padding:0px;
		font-size:8px !important;
	}


	.add-new{
		margin-top: 0px;
	}
}

.mentor{
    width: 100%;
}