body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.ihs-embed {
    padding-top: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default*/
input,
select,
textarea {
    max-width: 280px;
}

.pv-container {
    margin-bottom: 15px;
}

.pv-input {
    float: left;
}

.pv-btn {
    float: left;
}

.pv-btn button {
    height: 25px;
    border-radius: 4px !important;
    margin-left: 5px;
}

#addPresentationVariable1, #addPresentationVariable {
    border-radius: 4px !important;
}

.ihs-status-change {
    text-align: right;
}

.textarea-large { /*för textareor utanför forms*/
    max-width: 100%;
}

.blocklink {
    display: block;
    /*padding: 30px 0px 0px 0px;*/
    text-align: center;
    width: 250px;
    text-decoration: none;
    color: black;
}

.alert-successInmatning {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0px;
}

.alert-successInmatning-pv {
    width: 180px;
}

.alert-dangerInmatning {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0px;
}

.alert-dangerInmatning-pv {
    width: 220px;
}

.alert-dangerInmatning-dataset-btn {
    width: 540px;
    left: auto;
    bottom: 61px;
    text-align: left;
}

/*.top-buffer {
    margin-top: 40px;
}*/
.presentationVariableTile {
    width: 800px;
    height: 30px;
}

.nv-navbar {
    /*background: linear-gradient(#dddddd, #ffffff);*/
    border-bottom: 0;
    background-color: #00264d;
    color: #00264d;
    position: fixed;
    border-bottom-color: #00264d;
    height: 70px;
}

.nav-bar-container {
    height: 70px;
}

.navbar-fixed-left1 {
    height: 100%;
    width: 10%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #00264d;
    border-color: #00264d;
    overflow-x: hidden;
    padding-top: 20px;
}

.navbar-fixed-left1 a {
    padding: 6px 6px 6px 6px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.navbar-fixed-left1 a:hover {
    color: #f1f1f1;
}

.container-padding {
    padding-top: 10px;
    /*margin-left: 220px;*/
}


.navbar-fixed-left1 .navbar-nav > li {
    float: none; /* Cancel default li float: left */
    width: 139px;
    padding-left: 40px;
    margin-top: 50px;
}

.navbar-fixed-left1 + .container {
    padding-left: 160px;
}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left1 .navbar-nav > li > .dropdown-menu {
    margin-top: -50px;
    margin-left: 140px;
}

#nvv-logo {
    left: 20px;
    top: 12px;
    float: left;
    /*margin: 30px 15px 15px 45px;*/
    width: 68px;
    height: 70px;
    background: url(/Content/siteImages/nv_logo_sv.png);
}

.indicator_list_head {
    cursor: pointer;
}

.indicator_list_head_id {
    width: 200px;
}

.affix-top {
    position: absolute;
}

.top-buffer {
    margin-top: 20px;
}

select::-ms-expand {
    width: 12px;
    border: none;
    background: #fff;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.create-dataset-checkobox {
    margin-top: 15px;
}

.create-dataset-checkobox .form-control:first-of-type {
    margin-top: 15px;
    margin-bottom: 15px;
}

.searchFunction {
    margin-bottom: 1rem;
}

.nav-back-link {
    top: 83px;
    margin-top: 0;
    padding-left: 15px;
}

.nav-back-link-dataset-location {
    top: 21px;
}

.nav-back-link-regional-texts {
    padding-left: 0;
    top: 83px;
}

.nav-back {
    padding-left: 15px;
}

.pv-view-only-label {
    width: 250px !important;
    display: inline-block !important
}

#GoToRegion {
    margin-bottom: 15px;
}

.admin-tabs-container {
    margin-top: 20px;
}

.admin-nav-tabs > li > a {
    border-color: #dddddd;
    background-color: #ffffff;
    color: black;
}

.admin-nav-tabs > li > a:hover {
    background-color: #dddddd;
}

.admin-nav-tabs > li.active > a,
.admin-nav-tabs > li.active > a:focus,
.admin-nav-tabs > li.active > a:hover {
    border-bottom-color: transparent;
    background-color: #00264d;
    color: #ffffff;
}

.create-new-data-set-body {
    padding: 20px 20px 0 20px;
}

.create-new-data-set-footer {
    margin-top: 0;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
}

/* Landscape tablets and medium desktops */
@media (max-width: 1199px) {
    .nav-back-link {
        padding-left: 0;
    }

    .pv-view-only-label {
        width: 350px !important;
    }

    #DataSetName {
        max-width: none;
    }
}

@media screen and (max-height: 450px) {
    .navbar-fixed-left1 {
        padding-top: 15px;
    }

    .navbar-fixed-left1 a {
        font-size: 18px;
    }
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

#indikatorerTab th:first-of-type, #indikatorerTab th:nth-of-type(2) {
    cursor: pointer;
}

.userOnIndicatorCheckBoxes, .indicatorCheckBoxesWrapper, .userOnLocationCheckBoxes {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
}

.indicatorCheckBoxesWrapper {
    margin-left: 0;
}

.indicatorCheckBoxesWrapper:first-of-type {
    margin-top: 10px;
}

.indicatorCheckBoxesWrapper:last-of-type {
    margin-bottom: 10px;
}

.userOnIndicatorCheckBoxes:nth-child(odd), .indicatorCheckBoxesWrapper:nth-child(odd), .userOnLocationCheckBoxes:nth-child(odd) {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
}

.userOnIndicatorCheckBoxes:nth-child(even), .indicatorCheckBoxesWrapper:nth-child(even), .userOnLocationCheckBoxes:nth-child(even) {
    background-color: #ffffff;
}

.save-user-on-indicator-submit-btn {
    padding: 16px 0 0 8px;
    line-height: 1.428571429;
    vertical-align: top;
}

#admin-tab li a {
    border-color: #dddddd;
    background-color: #ffffff;
    color: black;
}

#admin-tab li a:hover {
    background-color: #dddddd;
}

#admin-tab li.active a {
    border-bottom-color: transparent;
    background-color: #00264d;
    color: #999999;
}

#admin-tab li.active a:hover {
    color: #ffffff;
}

#userIndicatorsTab #userIndicatorsTabTable {
    margin-top: 15px;
}

#selectedColumn.table tbody > tr > td {
    vertical-align: middle;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    display: inline-block;

    /** 
    width: 10em;
    height: 10em;
     */
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    display: none;
}

.spinner:before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -10px;
    margin-right: 10px;
    border-radius: 50%;
    border-top: 4px solid #fff;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
}

.ihs-embed-permissions {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
}
