body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-default .navbar-brand {
    /*color: #428bca !important;*/
    color: #39a4cd !important;
}

ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

#files-documents-wrapper {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

ul.files-documents li {
    display: block;
    clear: both;
    padding: 3px 0;
}

    ul.files-documents li:nth-child(even) {
        background: #f8f8fc;
    }


.files-documents li button {
    padding: 0px 10px;
    background: transparent;
    -webkit-appearance: none;
    display: inline-block;
    float: right;
}

.progresswrapper {
    margin-top: 6px;
    position: relative;
    overflow: hidden;
    background: #eee;
    border-radius: 0px;
    padding: 0;
}

img {
    display: block;
    max-width: 100%;
}

.clean-input {
    border: none;
    box-shadow: none;
    padding: 0;
    border-bottom: 2px solid #eee;
    border-radius: 0px;
}

    .clean-input:focus {
        box-shadow: none;
    }

.input-lg.clean-input {
    font-weight: bold !important;
    font-size: 24px;
}


#wrap > #project-container {
    padding: 0px;
    max-width: 1500px;
    width: 100%;
}

.radius {
    border-radius: 4px !important;
}


#ppproject-table thead th {
    border-bottom: none;
    background: #45A1CA; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #45A1CA, #306db6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #45A1CA, #306db6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #45A1CA, #306db6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #45A1CA, #306db6); /* Standard syntax */
    color: #fff;
    font-weight: 400;
}




#project-table thead th:hover {
    cursor: pointer;
}

#project-table .label {
    margin-right: 10px;
}

#project-table tbody tr:hover {
    background: #F5F5F5;
    cursor: pointer;
}


ol.breadcrumb {
    margin-bottom: 10px;
    background: transparent;
}


.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-default {
    border: none;
    background: transparent;
}


.label-success {
    font-weight: 300;
    background: #219653;
    /*background: #2ecc71;*/
}

.percent-done {
    display: inline-block;
    float: right;
}

.label-warning {
    font-weight: 300;
    background: #F8AB1F;
    /*background: #f1c40f;*/
    color: #000;
}

.label-default {
    font-weight: 300;
    /*background: #bdc3c7;*/
    background: #EB5757;
}

.list-group-item-text {
    margin-top: 1em;
}

.btn-transparent {
    /*color: #428bca;*/
    color: #39a4cd;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    /*border: 2px solid #428bca;*/
    border: 2px solid #39a4cd;
}

.btn-xl {
    font-size: 1.3em;
    margin: 0;
    margin-top: 8px;
}

    .btn-xl .fa {
    }

.btn-transparent:hover, .btn-transparent:active {
    color: #fff;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    /*border: 2px solid #428bca;*/
    border: 2px solid #39a4cd;
    background: #39a4cd;
    /*background: #428bca;*/
}

#place {
    line-height: 60px;
    margin-top: -7px;
}

#weather {
    font-size: 40px;
    font-weight: 300;
}

#dashboard-information {
    background: url('/Content/img/host.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

#news {
    background: rgba(43, 52, 66, 0.93);
    color: #FFFFFF;
    padding: 10px;
}

.created-at {
    display: block;
    letter-spacing: 2px;
    font-size: 10px;
}

#news h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 100;
}

#news .news-wrapper {
    color: rgba(226, 238, 255, 0.6);
    font-weight: 300;
    font-size: 13px;
}

    #news .news-wrapper strong {
        color: #e2eeff;
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 14px;
    }

hr.weak {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

#news-wrapper {
    border-top: 2px solid rgba(255,255,255,0.4);
}

#search-site .input-group {
    /*border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 6px;*/
}

#search-site input {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

#the-date {
    line-height: 12px;
    /*font-family: monospace;*/
    font-weight: 100;
    text-align: right;
}

#tiden {
    line-height: 60px;
    text-align: right;
}

#datumet {
    font-size: 30px !important;
}


#search-site button {
    border: none;
    background: #4a87ee;
    border-radius: 0 3px 3px 0;
    padding-bottom: 13px;
    padding-top: 10px;
    box-shadow: inset 0 -22px 0 0 rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: none;
}

#date-weather {
    text-align: right;
    color: #fff;
    font-size: 34px;
    font-weight: 100;
    letter-spacing: -1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
    margin-top: 15px;
}

    #date-weather i {
        /*  display: none;
  color: transparent;*/
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }



html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    font-family: 'Roboto', sans-serif;
    /*background: #eee;*/
    background: #E5E5E5;
}

.container {
    width: 98%;
    max-width: 1450px;
}

.form-small {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.taskgroupobject {
    background: #fff;
    padding: 5px;
    margin: 11px 0;
    position: relative;
    padding-left: 50px;
    border: 2px solid #CCC;
    border-radius: 4px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    /*background-color: #f5f5f5;*/
    background-color: #1C262E;
    background-color: #fff;
    text-align: center;
}

    #footer img {
        text-align: center;
        display: block;
        margin: auto;
        width: 65px;
        padding: 3px;
        margin-top: 2px;
    }

#ewo-logo {
    color: #fff;
    background: #c8001c;
    margin-left: 2px;
    border-radius: 3px;
    padding: 3px 0px 1px 0px;
    font-weight: 400;
}

.white-bg {
    background: #fff;
    padding: 15px;
}

    .white-bg h1, .white-bg h2, .white-bg h3, .white-bg h4 {
        margin-top: 6px;
    }

.light-shadow {
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.04);
}

/*===== NAVBARS ===== */

.dropdown-menu > li > a {
    color: #777;
}

    .dropdown-menu > li > a:hover {
        color: #000;
    }

    .dropdown-menu > li > a:hover {
        background: transparent;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #f7f7f7;
}

.navbar-brand {
    /*color: #1D87BE !important;*/
    color: #39a4cd !important;
    font-weight: 700;
    padding: 15px 40px 15px 15px;
    font-size: 24px;
}

#main-menu {
    background: #fff;
    border-bottom: none;
}

/*#second-menu {
top: 50px;
position: fixed;
width: 100%;
border-bottom: 1px solid #eee;
}*/

.second-menu {
    top: 50px;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

#second-menu > li {
    float: none;
    display: inline-block;
    text-align: center;
}

#second-menu li a {
    color: #555;
}

#second-menu > li.active > a, #second-menu > li.active > a:hover, #second-menu > li.active > a:focus {
    color: #fff;
    background-color: #FFF;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    /*border-bottom: 2px solid #428bca;*/
    border-bottom: 2px solid #39a4cd;
    background: transparent;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
    padding: 40px 0 0 0;
}

.container .credit {
    margin: 20px 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

code {
    font-size: 80%;
}

#info-window {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    display: none;
}

    #info-window p {
        margin-bottom: 0;
    }

    #info-window button {
        margin: auto;
        display: block;
        background: transparent;
        border-radius: 0px;
        color: #39a4cd;
        font-weight: 400 !important;
        border: none;
    }


.btn-top-right {
    border: none;
    height: 29px;
    position: absolute;
    background: #555;
    border-radius: 0;
    color: #fff;
    top: 0;
    right: 2px;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    width: 40px;
    text-align: center;
    /*color: #428bca;*/
    color: #39a4cd;
    background: #fff;
    font-weight: 400 !important;
}

    .btn-top-right:hover, .btn-top-right:active, .btn-top-right:focus {
        color: #fff;
        /*color: #428bca;*/
        color: #39a4cd;
        background: #fff;
        font-weight: 400 !important;
    }

#triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
}


/*Kendo stuff*/
.k-multiselect.k-header {
    border-color: #ccc;
    /*border-color: transparent;*/
}

/*.k-button, .k-button:active:hover {
    color: #555;
    border-color: #ddd;
    background-color: #f7f7f7;
}*/

.k-button:active:hover {
    background-color: #C1BAB6;
}

.k-animation-container {
}

.k-popup {
    background: #eee;
}

.k-widget.k-tooltip {
    border-color: #ddd;
    background-color: #f7f7f7;
    color: #555;
    border-radius: 0;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.64);
    font-size: 12px;
}


.k-callout-s {
    border-top-color: #f7f7f7;
    bottom: 12px;
}

.btn-transparent {
    /*color: #428bca;*/
    color: #39a4cd;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    border: none;
}

    .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
        color: #66696a;
        background: transparent;
        box-shadow: none;
        text-shadow: none;
        border: none;
    }

#time-card {
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    background: #333;
    color: #fff;
    letter-spacing: -3px;
    text-align: center;
    text-shadow: -1px -1px 0px #000000;
}

#dashboardcontainer {
    margin-bottom: 70px;
}

    #dashboardcontainer h2 {
        font-size: 36px;
        font-weight: 100 !important;
        color: #777;
    }

#date-card {
    background: #555;
    font-size: 30px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.57);
    letter-spacing: -3px;
    text-align: center;
    line-height: 2.0em;
    color: #FFF;
    font-weight: 100;
}

#check-easy {
    position: relative;
    min-height: 208px;
    background: #D50547;
    color: #FFF;
}

    #check-easy a {
        color: #FDFAD2;
    }

#search-card {
    /*border-left: 6px solid #428bca;*/
    border-left: 6px solid #39a4cd;
}

    #search-card button {
        /*background: #428bca;*/
        background: #39a4cd;
        color: #fff;
        text-shadow: none;
        /*border: 1px solid #428bca;*/
        border: 1px solid #39a4cd;
    }

    #search-card input {
        /*border: 2px solid #428bca;*/
        border: 2px solid #39a4cd;
    }

.project-card, #user-card, #activity-card {
    border-left: 6px solid rgb(194, 194, 194);
}

    .project-card span, #user-card span {
        color: #333;
        font-size: 20px;
    }

    .project-card p, #user-card p {
        color: #777;
        margin: 0;
    }


#project_tree {
    margin-top: 20px;
}
/*===== FILE TREE =====*/
#file-tree-container {
    padding: 3px 0;
    padding-top: 0px;
}

    #file-tree-container .tree-btn {
        margin-left: 3px;
        float: right;
        background: transparent;
        border: none;
    }

    #file-tree-container .k-item {
        position: relative;
        padding: 5px 0px 5px 20px;
    }

    #file-tree-container .k-treeview span.k-in {
        display: inline;
    }

    #file-tree-container .folder-btn i {
        padding-top: 1px;
    }

    #file-tree-container ul {
        -webkit-padding-start: 0px;
        list-style-type: none;
    }

        #file-tree-container ul li:nth-child(odd) {
            background: rgb(248, 248, 252);
        }

        #file-tree-container ul li {
            padding: 2.5px 5px;
        }

.tree-btn i {
    font-size: 18px;
    color: #333;
}

#new_tree_folder {
    position: absolute;
    top: 0;
    left: 0;
    /*color: #428bca;*/
    color: #39a4cd;
    height: 28px;
    font-size: 14px;
    padding-top: 0;
}

#file-tree-container i {
}


/*===== LOGIN =====*/
#login-content {
    width: 280px;
    padding: 0;
    border-radius: 4px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    /*margin-top: -200px;*/
    margin-left: -140px;
}

    #login-content .panel-heading {
        background: #555;
        color: #fff;
    }

/*===== ANVÄNDARE =====*/


#usertable thead {
    background: #45A1CA;
    color: #fff;
}

#usertable th {
    font-weight: 400;
}


/*===== LOG =====*/

#logtable {
    margin-top: 20px;
    table-layout: fixed;
    width: 100%;
}

    #logtable tbody {
        font-family: monospace;
    }

    #logtable tr {
        line-height: 1em;
    }

    #logtable span {
        font-weight: bold;
        color: #333;
    }

    #logtable td {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #777;
    }

/*===== MODAL =====*/

/*.modal-open .checkitem {
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.37);
    position: relative;
    width: 70%;
    margin-bottom: 4px;
    margin-top: 4px;
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
}*/

.checkitem .taskitem:focus {
    background: #fff !important;
}

.checkitem i {
    background: #555;
    color: #fff;
    font-size: 20px;
    padding: 6px 16px;
    margin: 0;
}

    .checkitem i:hover, .checkitem i:focus, .checkitem i:active,
    .checkchoice i:hover, .checkchoice i:focus, .checkchoice i:active {
        cursor: move;
    }

.checkitem .taskname {
    border: none;
    font-size: 18px;
    color: #333;
    height: auto;
    padding-top: 0;
    padding-left: 13px;
    font-weight: 400;
    background: transparent;
}

.checkitem button {
    float: right;
    border-radius: 0;
    border: none;
}

.handler {
    color: #bbb;
    position: absolute;
    top: 34px;
    left: 15px;
    font-size: 17px;
}

.handler, .handlert {
    cursor: move;
}

.checkchoice {
    width: 95%;
    margin-left: 5%;
    background: #FFF;
    border: 2px solid #CCC;
    border-radius: 4px;
    position: relative;
    margin-bottom: 4px;
    padding: 5px;
    padding-left: 40px;
}

    .checkchoice i {
        background: #555;
        color: #fff;
        font-size: 14px;
        padding: 7px 15px;
        margin: 0;
    }

    .checkchoice .taskname {
        background: transparent;
        box-shadow: none;
        margin-top: 5px;
    }

    .checkchoice button {
        margin-top: 5px;
    }


.handlert {
    color: #bbb;
    position: absolute;
    left: 18px;
    top: 19px;
    font-size: 17px;
}

.tgcomment {
    border-bottom: 2px solid #EEE;
    padding-bottom: 5px;
}


.modal-open #wrap {
    /*-webkit-filter: blur(6px);*/
}

.modal-header {
    background: #eee;
}

    .modal-header h4 {
        font-weight: 400;
        margin-bottom: 15px;
    }

.modal-footer {
    border-top: none;
    margin-top: 0;
}

.modal-dialog {
    width: 80%;
    max-width: 1000px;
}

#myModalNewProject .modal-dialog {
    width: 91% !important;
    max-width: 91% !important;
}

.modal-content {
    border-radius: 0px !important;
    box-shadow: none;
    border: none;
}
/*===== MEDIA QUERIES =====*/

@media (max-width: 991px) {
    .container {
        width: 100% !important;
    }
}



/*===== BOOTSTRAP OVERRIDES =====*/

/*.btn,*/ .form-control, .radio label, .checkbox label {
    font-weight: 300 !important;
}

.form-group {
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    font-weight: 400;
}

.form-horizontal .control-label {
    padding: 7px 0;
}

/*.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}*/


/*.btn-default:hover,
    .btn-default:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }*/

.select2-container {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}


progress::-webkit-progress-bar {
    background: #eee;
    box-shadow: inset 0px 0px 8px 0px #ddd;
}

progress::-webkit-progress-value {
    background: #5cb85c;
}

.progress-default {
    width: 100%;
    -webkit-appearance: none;
    height: 15px;
    margin-top: 9px;
    border-radius: 2px;
}

.progresswrapper {
    width: 100%;
    height: 20px;
    background: #eee;
    position: relative;
    box-shadow: inset 0px 0px 8px 0px #ddd;
}

.progressbar {
    background: #5cb85c;
    position: absolute;
    left: 0;
    height: 100%;
}

/*progress.progress-default:hover:after {
    display: block;
    content: attr(value);
    text-align: center;
}*/

.timechecks {
    display: inline-block;
}

.dropdown-menu {
    padding-left: 10px;
}

    .dropdown-menu i {
        padding: 4px;
    }

#dashboardcontainer .btn-news {
    display: none;
}

button.dropdown-toggle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#projectpaneldata #project-filter, #Templates .k-input, .form-control {
    max-width: 100%;
}

#checklists .btn-addalternative {
    margin-top: -71px;
}

#TemplateData .btn-addalternative {
    margin-top: -40px;
}

#login-content {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    width: 455px;
    padding: 15px 30px;
    bottom: 32%;
    bottom: calc(50% - 160px);
    left: calc(50% - 95px);
}

    #login-content h3 {
        color: #000;
        font-family: arial;
        font-size: 50px;
        font-weight: bolder;
        margin: 0px 0 25px;
    }

    #login-content input {
        padding: 8px 7px 5px;
        border: 1px solid #c1c1c1;
        border-radius: 3px;
        height: 33px;
    }
/*.btn-primary,.k-primary {
    background-image: -moz-linear-gradient(center top , #287bbc 0%, #23639a 100%);
    background-image: -webkit-linear-gradient(center top , #287bbc 0%, #23639a 100%);
    background-image:-webkit-linear-gradient(#287bbc 0%, #23639a 100%);
    background-image: linear-gradient(center top , #287bbc 0%, #23639a 100%);
    background-color: #287bbc;
    background-image: -moz-linear-gradient(center top , #287bbc 0%, #23639a 100%);
    border-color: #1b5480;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 34px;
    line-height: 32px;
    margin: 0 0 20px;
    overflow: visible;
    padding: 0 15px;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    vertical-align: middle;
    white-space: nowrap;
}*/
.btn-primary, .k-primary {
    background-image: -moz-linear-gradient(center top, #39A4CD 0%, #39A4CD 100%);
    background-image: -webkit-linear-gradient(center top, #39A4CD 0%, #39A4CD 100%);
    background-image: -webkit-linear-gradient(#39A4CD 0%, #39A4CD 100%);
    background-image: linear-gradient(center top, #39A4CD 0%, #39A4CD 100%);
    background-color: #39A4CD;
    background-image: -moz-linear-gradient(center top, #39A4CD 0%, #39A4CD 100%);
    border-color: #39A4CD;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 32px;
    margin: 0 0 20px;
    overflow: visible;
    padding: 0 15px;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    vertical-align: middle;
    white-space: nowrap;
}

    .btn-primary:hover {
        border-color: #39A4CD;
        background-color: #39A4CD;
        color: #39A4CD;
    }

    .btn-primary:focus {
        background-color: #39A4CD;
        color: #39A4CD;
    }

    .btn-primary:active {
        background-color: #39A4CD;
        color: #39A4CD;
    }

#main-menu {
    background-color: #545252;
    /*background-color: #3f3f3f;*/
    background-image: linear-gradient(center top, #696969 0%, #3f3f3f 100%);
    height: 42px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #d7d7d7;
}

#main-menu .navbar-nav > li > .dropdown-menu {
    border: 5px solid #333333;
    min-width: 240px;
}

    #main-menu .navbar-nav > li > .dropdown-menu li {
        border-bottom: 1px solid #dcddde;
        min-height: 34px;
    }

        #main-menu .navbar-nav > li > .dropdown-menu li a {
            color: #333;
            padding-left: 0;
        }

            #main-menu .navbar-nav > li > .dropdown-menu li a i {
                color: #CCCCCC;
            }

.btn-topHome .btn {
    margin: 0;
}

.btn-topHome .multiselect-container {
    min-width: 100%;
}

/*.second-menu {
    background-image: -webkit-linear-gradient(top, #1a1a1a 0%,#303030 100%);
    background-image: -moz-linear-gradient(top, #1a1a1a 0%,#303030 100%);
    background-image: -o-linear-gradient(top, #1a1a1a 0%,#303030 100%);
    background-image: linear-gradient(top, #1a1a1a 0%,#303030 100%);
    background-color: #1a1a1a;
    height: 32px;
}*/

#second-menu {
    background-color: transparent;
    border: 0 none;
}

    #second-menu > li > a,
    #second-menu > li.active > a {
        padding: 5px 15px;
        color: #fff;
    }

#footer {
    /*background-color: #202020;*/
    background-color: #1C262E;
    padding-top: 7px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover {
    background-color: transparent;
    border-color: transparent;
    /*color: #2548A1 !important;*/
    color: #39a4cd !important;
}

.box-container {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.control-box .col-sm-4,
.control-box .col-sm-3 {
    border-right: 1px solid #DDDDDD;
}

    .box-container .col-sm-4:nth-child(3n),
    .control-box .col-sm-3:last-child {
        border: 0;
    }

#btnAdvSearch i {
    color: #7BB72E;
    margin-right: 15px;
}

/*i.fa-plus {
    color: #45A1CA;
    margin-right: 15px;
}*/

.control-box .col-sm-4:hover {
    background-color: #FBFCFC;
}

.control-box button {
    margin-top: 6px;
    color: #66696a;
    font-size: 14px;
}

body {
    padding-bottom: 0px;
}

.k-picker-wrap.k-state-default input {
    float: none !important;
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
    outline: 0 none;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.user-dropdown i {
    margin-right: 5px;
}

#second-menu > li {
    float: left !important;
}

.breadcrumb {
    padding-left: 30px;
}

.p15 {
    padding: 15px;
}

.pr30 {
    padding-right: 30px;
}

.pl30 {
    padding-left: 30px;
}

.mn {
    margin: 0 !important;
}

.mb30 {
    margin-bottom: 30px;
}

.modal-header {
    padding-bottom: 0px;
}

    .modal-header h4 {
        margin-bottom: 10px;
    }

#UserModal .form-group {
    margin-bottom: 10px;
}

#UserModal .modal-footer {
    padding: 0;
}

#SMS, #Support, #Log {
    margin: 20px 0;
}

.mt20 {
    margin-top: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}

#PTModalIcons .modal-footer {
    padding-top: 0px;
}

#exspecdate {
    padding: 15px;
}

#project-table button {
    margin-right: 5px;
}
/*.k-gantt-toolbar{
    background:#fff;
    border-top:0 none;
    border-bottom:15px solid #EEEEEE !important;
    border-top:15px solid #EEEEEE !important;
}
#gantt.k-widget.k-gantt{
    background-color:transparent;
    border:0 none;
}
#Gantts .row{margin:0 !important;padding:0 15px !important}*/
.btn-transparent {
    color: #66696a;
    font-size: 14px;
}

.multiselect-item.filter .multiselect-search {
    height: 39px;
    border-right: 0 none;
}

#main-menu .navbar-nav > li > .dropdown-menu {
    padding-right: 10px;
}

    #main-menu .navbar-nav > li > .dropdown-menu li:last-child {
        border-bottom: 0 none;
    }

#addprojectmodal input,
#usermodal input,
#addglobalmodal input,
#addusermodal input,
#addprojectmodal .k-input,
#usermodal .k-input,
#addglobalmodal .k-input,
#addusermodal .k-input {
    max-width: 100% !important;
}

#exdays label {
    margin-right: 5px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    padding: 10px;
}

.blue-header th {
    background-color: #45A1CA;
    color: #fff;
    font-weight: normal;
}

#Overview .row,
#Rapporter .row #project > .row {
    margin: 0;
}

/*.btn-danger {
    border: 1px solid #D2322D;
    color: #D2322D;
    background: #fff;
}*/

.btn-cancel {
    border: 1px solid #96999C;
    color: #96999C;
    background: #fff;
    padding-top: 8px;
}

    .btn-cancel:hover {
        background-color: #96999C;
        color: #fff;
    }


.ttable th,
.ttable thead th {
    border: 0 none !important;
    background: #45A1CA; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #45A1CA, #306db6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #45A1CA, #306db6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #45A1CA, #306db6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #45A1CA, #306db6); /* Standard syntax */
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background-color: #2469A3;
    border-color: #2469A3;
}

.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected,
.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: 0 0 3px 4px #3271B8 inset;
    background-color: #3C8BC2;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #696969;
}

ul.files-document li {
    display: inline-flex;
    padding-bottom: 7px;
    padding-left: 10px;
}

.downloadFile {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-flex;
}


#project-table thead th {
    border-bottom: none;
    background: #45A1CA; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #359bc9, #39A4CD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #359bc9, #39A4CD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #359bc9, #39A4CD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #359bc9, #39A4CD); /* Standard syntax */
    color: #fff;
    font-weight: 400;
}


.table th,
.table thead th {
    border: 0 none !important;
    background: #45A1CA; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #4195bb, #39A4CD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #4195bb, #39A4CD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #4195bb, #39A4CD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #4195bb, #39A4CD); /* Standard syntax */
}

i.fa-plus {
    color: #39A4CD;
    margin-right: 15px;
}

.second-menu {
    background-image: -webkit-linear-gradient(top, #1C262E 0%,#303030 100%);
    background-image: -moz-linear-gradient(top, #1C262E 0%,#303030 100%);
    background-image: -o-linear-gradient(top, #1C262E 0%,#303030 100%);
    background-image: linear-gradient(top, #1C262E 0%,#303030 100%);
    background-color: #1a1a1a;
    height: 32px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1C262E;
}

.select2-drop.select2-drop-above.select2-drop-active {
}

.select2-drop-active {
    border: 1px solid #39a4cd !important;
}

a {
    color: #39A4CD;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #39a4cd;
        text-decoration: underline;
    }

.tree > li > label {
    padding: 0px 15px !important;
    color: #39a4cd !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background-color: #39A4CD !important;
}

.select2-results .select2-highlighted {
    background: #39A4CD !important;
}

.btn-default2 {
    text-shadow: 0 1px 0 #39A4CD;
    background-image: -webkit-linear-gradient(top, #39A4CD 0%, #39A4CD 100%);
    background-image: -o-linear-gradient(top, #39A4CD 0%, #39A4CD 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#39A4CD), to(#39A4CD));
    background-image: linear-gradient(to bottom, #39A4CD 0%, #39A4CD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39A4CD', endColorstr='#39A4CD', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #39A4CD;
    border-color: #39A4CD;
    color: white;
}

.btn-default {
    /*text-shadow: 0 1px 0 #39A4CD;*/
    background-image: -webkit-linear-gradient(top, #39A4CD 0%, #39A4CD 100%);
    background-image: -o-linear-gradient(top, #39A4CD 0%, #39A4CD 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#39A4CD), to(#39A4CD));
    background-image: linear-gradient(to bottom, #39A4CD 0%, #39A4CD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39A4CD', endColorstr='#39A4CD', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #39A4CD;
    border-color: #39A4CD;
    color: white;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #39A4CD;
        background-position: 0 -15px;
        color: white;
    }

    .btn-default:active, .btn-default.active {
        background-color: #39A4CD;
        border-color: #39A4CD;
        color: white;
    }

.btn-default2:hover,
.btn-default2:focus {
    background-color: #36a0c9;
    background-position: 0 -15px;
    color: white;
}

.btn-default2:active,
.btn-default2.active {
    background-color: #39A4CD;
    border-color: #39A4CD;
    color: white;
}


.btn-trash {
    background-image: -moz-linear-gradient(center top, #EB5757 0%, #EB5757 100%);
    background-image: -webkit-linear-gradient(center top, #EB5757 0%, #EB5757 100%);
    background-image: -webkit-linear-gradient(#EB5757 0%, #EB5757 100%);
    background-image: linear-gradient(center top, #EB5757 0%, #39A4CD 100%);
    background-color: #EB5757;
    background-image: -moz-linear-gradient(center top, #EB5757 0%, #EB5757 100%);
    border-color: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 32px;
    margin: 0 0 20px;
    overflow: visible;
    padding: 0 15px;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    vertical-align: middle;
    white-space: nowrap;
}

.btn-trash2 {
    background-image: -moz-linear-gradient(center top, #EB5757 0%, #EB5757 100%);
    background-image: -webkit-linear-gradient(center top, #EB5757 0%, #EB5757 100%);
    background-image: -webkit-linear-gradient(#EB5757 0%, #EB5757 100%);
    background-image: linear-gradient(center top, #EB5757 0%, #39A4CD 100%);
    background-color: #EB5757;
    background-image: -moz-linear-gradient(center top, #EB5757 0%, #EB5757 100%);
    border-color: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 33.5px;
    line-height: 32px;
    margin: 0 0 0px;
    overflow: visible;
    padding: 0 15px;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    vertical-align: middle;
    white-space: nowrap;
}

.k-button, .k-button:active:hover {
    color: #555;
    border-color: #39a4cd;
    background-color: #39a4cd;
}

    .k-button:hover {
        border-color: #39a4cd;
        background-color: #39a4cd;
    }

.btn-danger {
    border: 1px solid #EB5757;
    color: #EB5757;
    background: #fff;
}

    .btn-danger:hover {
        background-color: #EB5757;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #39a4cd !important;
    outline: 0;
}

k-widget k-multiselect k-header {
    border: 1px solid #ccc;
}

.searchTrack {
    margin-bottom: 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: rgb(215, 215, 215);
    background-color: #252b2f;
}

.navbar-inverse .navbar-nav > li > a {
    color: #d7d7d7 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #d7d7d7 !important;
}

#neworder {
    margin-right: 23px;
    margin-left: 23px;
}


#newsystemform, #newprojectform, #storagedata, #te-users {
    margin-right: 25px;
    margin-left: 25px;
}

.validation{
color:red;
font-size: 14px;
}
.ptype{
    max-width: 346px;
}

.toggle1 {
    text-decoration: underline;
    color: #39a4cd;
}
.toggle2 {
    text-decoration: underline;
    color: #39a4cd;
    padding-left:40px !important;
}
.toggle3 { 
    padding-left:40px !important;
}

.tog3 { 
    padding-left:65px !important;
}







