@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    background-color: #f5f5f5;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.shadow {
    background-color: #ffffff;
    border: 1px solid #eee;
    margin: 20px;
    padding: 20px;
}

h1, h2 {
	text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.h3, h3 {
    border-bottom: 1px solid #eee;
    padding: 20px 0 10px 0;
}

h1, h2, h3, h4 {
	color: #276ca7;
	font-weight: 600;
}

.toprow {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.bottomrow {
	margin-top: 20px;
}

.toptitle {
	border-bottom: 0px !important;
}

.toptitle h2 {
	margin-top: 0px;
}

label {
    font-weight: 600;
}

.k-ff input.k-textbox {
    height: 3em;
}

textarea.k-textbox {
    resize: none;
}

input[type='text'], .k-textbox, .form-control {
    background-color: #fafafa !important;
    color: #222;
    border-radius: 3px;
}


.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding: 0px 0px 3px 5px;
}

/* -- Buttons--- */

.btn-close, .btn-remove, .btn-add {
    padding-bottom: 4px;
}

.btn-sm {
    border: none;
    font-size: 13px;
}

.btn-danger {
    border: none;
    box-shadow: inset 0 1px 0 #d43f3a, 0 3px 0 #d43f3a;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    border-radius: 3px;
}

.btn-danger:hover {
    box-shadow: inset 0 1px 0 #ba2824, 0 3px 0 #ba2824;
}

.btn-primary {
	border: none;
    box-shadow: inset 0 1px 0 #286090, 0 3px 0 #286090;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    border-radius: 3px;
}

.btn-primary:hover {
    box-shadow: inset 0 1px 0 #1f5380, 0 3px 0 #1f5380;
}

.btn-success {
    border: none;
    box-shadow: inset 0 1px 0 #449d44, 0 3px 0 #449d44;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    border-radius: 3px;
}

.btn-success:hover {
    box-shadow: inset 0 1px 0 #328332, 0 3px 0 #328332;
}

/* -- Collapsible panels -- */

.panel .collapse, .panel .collapsing {
    padding: 0 10px;
    background: #f5f5f5;
}

.panel-heading {
    font-weight: bold;
    font-size: 16px;
    cursor:pointer;
}

.panel-default > .panel-heading {
    border-top: 1px solid #ddd;
}

.panel-heading .chevron:after {
    content: "\f078";   
}
.panel-heading.collapsed .chevron:after {
    content: "\f054"; 
} 

/* -- Utfört info - Specific styles -- */

.btn-sync, .btn-in-panel-remove {
    margin: 10px 0;
}

.utfort-info .btn-lg {
    margin-top: 20px;
}

.utfort-info .bottomrow .pull-right {
    text-align: right;
}

/* -- Ändra Objekt - Specific styles -- */

.btn-markera, .btn-remove {
	margin-top: 36px;
}

.btn-ny-kund {
	margin-top: 26px;
}
/* -- dagrapport - Specific styles --*/

.dagrapport-checkboxes-label {
    position: relative;
    top:-6px;
    margin-right: 10px;
}

.dagrapport-checkboxes {
    width: 24px;
    display: inline-block;
}


/* -- dagrapport added feb 2018 -- */

.panel-label-table, .panel-label-table tr td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.toplabel {
    display: auto;
}

.collapsed .toplabel {
    display: none;
}

.sublabel {
    display: none;
}

@media screen and (max-width: 768px) {

    .toplabel {
        display: none;
    }

    .sublabel {
    display: block;
}

}

/* --- Extra  responsive table styles --- */

table {
    width: 100%;
    text-align: left;
    table-layout: fixed;
}

th, td {
    word-wrap: break-word;
    width: 100%;
    border: 0px;
}

thead:nth-of-type(n+2) {
    display: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0;
}

.table > thead > tr > th {
    border-bottom: 0;
}

/* --- Extra Media Queries --- */


@media only screen and (max-width: 1100px) {
    label {
        font-size: 12px;
        
    }
}

@media only screen and (max-width: 980px) {
    h2 {
        font-size: 22px;
    }

    #button21, #button31 {
        margin-top: 10px;
    }

    .btn-markera, .btn-remove, .btn-sync {
        
    }

    th {
        font-size: 13px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {

    .btn-markera, .btn-remove, .btn-sync {
        margin-top: 10px;
    }

    tbody, thead { 
        float: left;
    }

    thead {
        width: 40%;   
    }

    thead:nth-of-type(n+2) {
        display: block;
    }

    tbody {
        width: 60%;
    }

    td,th {
        display: block
    }

    .table > thead > tr > th {
        padding: 12px 0;
    }

    .table > tbody > tr > td {
        padding: 0px;
    }

    table td .btn {
        float: right;
    }
}

@media screen and (max-width: 460px) {
    

    .table > thead > tr > th {
        font-size: 12px;
        padding: 14px 0;
    }

    @media screen and (max-width: 380px) {

        .shadow {
            padding: 10px;
        }
        
        .btn.btn-primary, .btn.btn-danger {
            font-size: 11px;
        }

        .table > thead > tr > th {
            font-size: 10px;
            padding: 15px 0;
        }
    }
}
.sidenav .collapse.in, .sidenav .collapsing {
    border-bottom: 1px solid #478cc8;
    background-color: #276ca7;
    border-radius: 0px;
}
.switch {
position: absolute;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 8px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}