/* Project name: Arbeidi */


/* Develope by: appnet.fo */


/* variables */


/* Primary Color */


/* Secoundry color */


/* Territory color */


/* Black color */


/* White color */


/* Fonts */


/* Google font  */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");

/* Remix Icon */

@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");

/* Bootstrap */

@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
*,
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

::selection {
    background-color: #1E3E64;
    color: #ffffff;
}

html,
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    color: #656565;
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

div,
header,
nav,
footer,
section,
aside,
article {
    display: block;
}

a {
    color: #1E3E64;
    text-decoration: none;
    transition: all 0.05s ease-in !important;
}

a:hover {
    text-decoration: none;
    color: #3080E3;
}

p {
    font-size: 16px;
}

@media (max-width: 576px) {
    p {
        font-size: 14px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

img {
    width: 100%;
}

button:focus {
    outline: none !important;
}


/* Components */

.btn {
    background-color: #1E3E64;
    min-width: 120px;
    border-radius: 24px;
    color: #ffffff;
}

.btn:hover {
    background-color: #3080E3;
    color: #ffffff;
}

.btn.btn-bordered {
    background-color: transparent;
    color: #1E3E64;
    border: 1px solid #1E3E64;
}

.btn.btn-bordered:hover {
    background-color: #3080E3;
    color: #ffffff;
    border-color: #3080E3;
}

.btn.btn-white {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn.btn-white:hover {
    background-color: #ffffff;
    color: #1E3E64;
    border-color: #ffffff;
}

.btn:not(.bn-width) {
    min-width: 170px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    color: #111013;
}

.title::before {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 120px;
    height: 3px;
    background-color: #FF3A0F;
    content: '';
}

@media (max-width: 576px) {
    .text-center .title {
        width: auto !important;
    }
    .text-center .title::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.text-center .title {
    width: max-content;
    margin: 0 auto;
}

.text-center .title::before {
    margin: 0 auto;
}


/* Main CSS */

.hero-slider {
    padding: 50px 0;
    position: relative;
}

.hero-slider .slide-text span {
    font-size: 32px;
    color: #3080E3;
}

.hero-slider .slide-text h1,
.hero-slider .slide-text h2,
.hero-slider .slide-text h3,
.hero-slider .slide-text h4,
.hero-slider .slide-text h5,
.hero-slider .slide-text h6 {
    font-size: 120px;
    color: #1E3E64;
    line-height: 120px;
}

.hero-slider .slide-text p {
    font-size: 16px;
    color: #111013;
}

.ads-wrapper {
    margin: 30px auto;
}

.location-wrapper {
    background-image: url("../images/location-background.jpg");
    padding: 0;
}

@media (max-width: 992px) and (min-width: 576px) {
    .location-wrapper .locations {
        flex-wrap: wrap;
    }
    .location-wrapper .locations ul {
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding-left: 20px !important;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .location-wrapper .title::before {
        left: 150px !important;
    }
    .location-wrapper .locations {
        flex-wrap: wrap;
    }
    .location-wrapper .locations ul {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 20px !important;
        text-align: center;
    }
}

.location-wrapper .box {
    padding: 100px 0;
    text-align: center;
}

.location-wrapper .box i,
.location-wrapper .box h1,
.location-wrapper .box h2,
.location-wrapper .box h3,
.location-wrapper .box h4,
.location-wrapper .box h5,
.location-wrapper .box h6 {
    color: #ffffff;
}

.location-wrapper .title::before {
    left: 40px;
}

.location-wrapper i {
    vertical-align: middle;
    font-weight: 400 !important;
}

.location-wrapper .locations {
    display: flex;
    background-color: #3080E3;
    justify-content: center;
    padding: 30px 0;
    flex-wrap: wrap;
}

.location-wrapper .locations a {
    color: #ffffff;
    display: inline-block;
}

.location-wrapper .locations ul {
    border-right: 1px solid #ffffff;
    padding-left: 40px;
    max-width: 20%;
    flex: 0 0 20%;
}

.location-wrapper .locations ul:last-child {
    border: 0 !important;
}

.location-wrapper .locations li {
    list-style-type: none;
    margin: 15px 0;
}

.location-wrapper .locations li:last-child {
    margin-bottom: 0 !important;
}

.location-wrapper .locations li:hover a {
    transform: scale(1.1);
}

.about-wrapper {
    margin: 100px 0;
    position: relative;
}

@media (max-width: 992px) {
    .about-wrapper {
        margin: 50px 0 !important;
    }
    .about-wrapper::before {
        display: none;
    }
    .about-wrapper .content {
        padding: 0 !important;
    }
}

.about-wrapper::before {
    position: absolute;
    width: 70%;
    top: 0;
    height: 90%;
    background: #F1F3F6;
    content: "";
}

.about-wrapper .content {
    padding: 40px 0;
}

.about-wrapper .box {
    margin-top: 50px;
}

.worker-wrapper {
    padding: 50px 0;
    position: relative;
}

@media (max-width: 992px) {
    .worker-wrapper {
        background-color: #3080E3;
        padding: 30px;
    }
}

.worker-wrapper::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    content: '';
    background-color: #3080E3;
}

.worker-wrapper p,
.worker-wrapper h1,
.worker-wrapper h2,
.worker-wrapper h3,
.worker-wrapper h4,
.worker-wrapper h5,
.worker-wrapper h6 {
    color: #ffffff;
}

.employee-wrapper {
    padding: 50px 0;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .employee-wrapper {
        background-color: #1E3E64;
        padding: 30px;
    }
    .employee-wrapper .box {
        margin-bottom: 20px;
    }
}

.employee-wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    content: '';
    background-color: #1E3E64;
}

.employee-wrapper p,
.employee-wrapper h1,
.employee-wrapper h2,
.employee-wrapper h3,
.employee-wrapper h4,
.employee-wrapper h5,
.employee-wrapper h6 {
    color: #ffffff;
}

.service-wrapper {
    background-image: url("../images/why-us.jpg");
    background-size: cover;
    position: relative;
}

@media (max-width: 576px) {
    .service-wrapper::before {
        height: 50% !important;
        bottom: 0;
        width: 100% !important;
        top: auto !important;
    }
}

.service-wrapper::before {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    content: '';
    background: rgba(48, 128, 227, 0.7);
    top: 0;
}

.service-wrapper .row {
    z-index: 2;
    padding: 50px 0;
}

.service-wrapper .box {
    padding: 20px 30px;
}

.service-wrapper ul li {
    margin: 20px 0;
}

@media (max-width: 992px) and (min-width: 576px) {
    footer .logo {
        text-align: center;
    }
    footer .logo img {
        max-width: 320px;
    }
    footer .social {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    footer .social {
        flex-direction: column;
    }
    footer .links {
        padding: 0 15px !important;
    }
    footer .links ul {
        flex-direction: column;
    }
}

footer .top-footer {
    background-color: #1E3E64;
    padding: 20px 0;
}

footer .social {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    align-items: center;
}

footer .social i {
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
}

footer .social a {
    color: #ffffff;
}

footer .social a:hover i {
    transform: scale(1.2);
}

footer .social p {
    margin-bottom: 0;
}

footer .links {
    padding: 0 30px;
}

footer .links ul {
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 30px;
}

footer .links a {
    color: #ffffff;
}

footer .links a:hover {
    color: #3080E3;
}

footer .credit {
    text-align: center;
    padding: 10px;
}

footer .credit img {
    max-width: 90px;
}

.after-login-message {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 3;
}

.after-login-message .dashboard_welcome {
    width: 100%;
}

.login-author {
    position: absolute;
    right: 0;
    top: 50px;
    padding: 5px 10px;
    border-radius: 24px;
    background-color: #f1f3f6;
}
.subpage {
  background-color: #1E3E64;
  margin: 10px 0;
  padding: 15px 30px;
}
 
.subpage h1, .subpage h2, .subpage h3, .subpage h4, .subpage h5, .subpage h6 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 24px;
}
.main-container {
    margin-top: 40px;
}
.add-text-form [lass="form-group col-sm-12 input-item"] {
    flex: 0 0 100%;
    max-width: 0 0 100%;
}
 
.add-text-form .input-item {
    padding: 0;
    margin-bottom: 30px;
}
 
.add-text-form .input-item input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
}
.add-text-form [lass="form-group col-sm-12 input-item"] input,
.add-text-form .input-item input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 15px 0px !important;
    height: auto !important;
}
 
.add-text-form [lass="form-group col-sm-12 input-item"] .form-control:focus,
.add-text-form .input-item .form-control:focus {
    box-shadow: none !important;
}
.login-model {
    padding: 40px 0;
}
 
.login-model .search_input {
    width: 100% !important;
}
 
.login-model .search_input input {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
}
 
.login-model .text-right {
    margin: 15px 0;
}
 
.login-model .login-forgot ul {
    display: flex;
    justify-content: space-between;
}
.add-text-form [lass="form-group col-sm-12 input-item"] textarea,
.add-text-form .input-item textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 15px 0px !important;
    height: auto !important;
}
 
.add-text-form .padding-zero input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 15px 0px !important;
    height: auto !important;
}
.subpage-content {
    margin: 30px -15px;
}
 
.subpage-content table td {
    padding: 10px 15px;
    border-top: 1px solid #d0d0d0;
}
 
.subpage-content table tr {
    background-color: #f1f3f6 !important;
}
 
.subpage-content img {
    width: auto !important;
    margin-left: 0;
}
 
.subpage-content p {
    margin-bottom: 10px;
}

.main-container .form-group.input-item {
    padding: 0 !important;
    margin: 15px 0;
}
 
.main-container .form-group.input-item input {
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding: 10px 0 !important;
    height: auto !important;
}
 
.main-container .form-group.input-item label {
    font-weight: bold;
}
@media (max-width: 576px) {
    footer {
        margin-bottom: 30px;
    }
    .subpage-content img {
        width: 100% !important;
    }
    .subpage-content p {
        font-size: 14px !important;
    }
    .subpage {
        margin: 0 -15px;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .subpage-content table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
    }
    .add-text-form {
        margin-top: 30px;
    }
    .login-author {
        text-align: center;
        left: 50%;
        right: auto !important;
        transform: translateX(-50%);
        top: 150px !important;
    }
}
.input-item ul.treeview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
}
 
.input-item ul.treeview>li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
 
.input-item ul.treeview>li a {
    margin: 0;
}
.input-item textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
    padding: 10px 0 !important;
}
 
#divEmployee {
    width: 100%;
}
 
#divEmployee #TreeviewJobCategory {
    margin: 0;
}
#divEmployee .side-by-side ul.treeview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
}
 
#divEmployee .side-by-side ul.treeview>li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
 
#divEmployee .side-by-side ul.treeview>li a {
    margin: 0;
}
#divEmployee .MultipleDiv .form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -15px;
}
 
#divEmployee input[type="text"],
#divEmployee input[type="file"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
    padding: 10px 0 !important;
}
@media (max-width: 768px) {
    #topnav #topnav {
        text-align: center !important;
        width: 100% !important;
    }
    #topnav #topnav .nav-link {
        display: inline-block !important;
        margin-bottom: 10px !important;
        margin-left: 0;
    }
}
@media (max-width: 576px) {
    #divEmployee .side-by-side ul.treeview>li {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 992px) and (min-width: 576px) {
    #divEmployee .side-by-side ul.treeview>li {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
.container.contaier_backend{
    display: flex;
}
 
.container.contaier_backend .sidebar-account{
    max-width: 100%;
    flex: 0 0 100%;
}
 
.container.contaier_backend .sidebar-account ul{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
 
.container.contaier_backend .sidebar-account ul li{
    margin-bottom: 10px;
}
 
.container.contaier_backend .sidebar-account .panel.panel-default{
    padding: 0 !important;
}
 
.container.contaier_backend .sidebar-account .panel-heading{
    padding: 10px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}
.container.contaier_backend [src="/ContentNew/images/icons/Edit.png"]{
    position: relative;
    text-indent: -9999px;
}
 
.container.contaier_backend [src="/ContentNew/images/icons/Edit.png"]::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: "\EFE0";
    font-size: 24px;
    color: #1E3E64;
    font-family: remixicon!important;
    font-style: normal;
}
.container.contaier_backend .col-md-9 > .container{
    padding: 0;
}
 
.container.contaier_backend .col-md-9 .subpage{
    margin: 0 !important;
}
 
.container.contaier_backend .col-md-9 .panel{
    padding-bottom: 50px;
}
 
.container.contaier_backend .pagination{
    justify-content: flex-end;
}
 
.container.contaier_backend .pagination li{
    margin: 10px;
    padding: 10px;
    display: grid;
    height: 20px;
    width: 20px;
    place-content: center;
}
.container.contaier_backend .pagination li.active{
    background-color: #1E3E64;
}
 
.container.contaier_backend .pagination li.active a{
    color: #fff;
}
.container.contaier_backend .col-md-9 .panel{
    padding: 0 !important;
    border: 0 !important;
 
}
 
.container.contaier_backend .col-md-9 .panel .panel-heading{
    margin-bottom: 0 !important;
    padding: 10px;
}
.container.contaier_backend #logoutForm{
    max-width: 25%;
    flex: 0 0 25%;
}
 
table.grid-table tr.grid-row-selected td{
    background-color: #3080E3 !important;
}
 
.container.contaier_backend #frmClient{
    margin-bottom: 30px;
}
 
.container.contaier_backend .contaier_backend{
    width: 100% !important;
}
.container.contaier_backend{
    padding-bottom: 50px;
}
 
.container.contaier_backend .form-control{
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 5px;
}
 
.container.contaier_backend label{
    padding: 0;
    margin-bottom: 10p;
}
.container.contaier_backend .form-control{
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 5px;
}
 
.container.contaier_backend label{
    padding: 0;
    margin-bottom: 10p;
}
 
.container.contaier_backend .panel-default{
    background-color: #fff !important;
}
 
.container.contaier_backend .panel-body{
    margin-top: 10px;
}
.container.contaier_backend .panel table.grid-table tr.grid-row-selected td{
    background-color: #3080E3 !important;
}
 
.container.contaier_backend .grid-wrap table{
    width: 100%;
    display: block;
    overflow-x: auto;
}
 
.container.contaier_backend .grid-wrap table td img{
    width: 20px;
    height: 20px;
}
 
.container.contaier_backend fieldset .col-sm-12 .row .form-group{
    max-width: 100%;
    flex: 0 0 100%;
}
@media (max-width: 576px){
    .container.contaier_backend{
        flex-direction: column-reverse;
    }
    .container.contaier_backend .panel table{
        display: block;
        overflow-x: auto !important;
    }
 
    .container.contaier_backend .col-md-9{
        padding-right: 15px !important;
    }
 
    .grid-footer .pagination{
        flex-wrap: wrap;
    }
}
@media (max-width: 576px){
    .container.contaier_backend{
        width: 100% !important;
    }
 
    .container.contaier_backend #logoutForm{
        max-width: 100% !important;
        flex: 0 0100% !important;
        margin-top: 30px;
        padding: 0 15px;
    }
 
    .container.contaier_backend .form-control{
        width: 100%;
    }
    .container.contaier_backend .form-group{
        width: 100%;
    }
}
.container.contaier_backend .form-control{
    padding-left: 0;
}
 
@media (max-width: 576px){
    .container.contaier_backend .btn:not(.bn-width){
        padding: 5px;
        min-width: auto !important;
    }
}

.collapse.navbar-collapse.show{
    max-width: 250px !important;
}
.nav-item{
    margin: 0 10px;
}
.nav-item a{
    color: #1E3E64;
}

.location-wrapper{
    padding: 0 !important;
}
.bg-white .btn{
    background: #1E3E64;
    box-shadow: 0px 8px 12px rgba(30, 62, 100, 0.3);
    border-radius: 24px;
    color: #fff;
}