/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 5rem;
    padding-bottom: 0rem;
    color: #5a5a5a;
    background-image: url("../images/background_line_image10x10.png");
    background-color: #ffffff;
}


/* ============ desktop view ============ */

/*.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}*/

/*@media all and (min-width: 768px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .navbar .nav-item .dropdown-menu:target {
        display: none;
    }

}*/
/* ============ desktop view .end// ============ */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 18rem;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 18rem;
    }

.carousel, .slide,
.carousel .carousel-inner,
.carousel .carousel-item,
.carousel .carousel-item img,
.carousel .carousel-control {
    -moz-border-radius: 10px; /* FF1+ */
    -webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
    overflow: hidden;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


/* MAPS CSS
-------------------------------------------------- */
/*#gmap_canvas {
    width: 100%;
    height: 350px;
}
*/

main.container.main {
    min-height: 600px;
}

@media (min-width: 576px) {
    main.container.main {
        min-height: 400px;
    }
}

.grid-hover {
    /*background-color: rgba(33,37,41,0.25) !important;*/
    /*border: 2px solid #dee2e6;*/
}

    .grid-hover > header > div > * {
        text-align: center;
        font-weight: 700 !important;
        background-color: rgba(33,37,41,0.25) !important;
        border: 1px solid #dee2e6;
    }

    .grid-hover > main > div > * {
        border: 1px solid #dee2e6;
    }

    .grid-hover > main > div:hover > * {
        background-color: rgba(0, 0, 0, 0.075) !important;
    }

    .grid-hover > main > div:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }



.job-grid-hover {
}

    .job-grid-hover > main > div.row:hover > * {
        background-color: rgba(0, 0, 0, 0.075) !important;
    }

    .job-grid-hover > main > div.row:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }




/*body {
    margin-top: 20px;
}*/

.timeline-page:after {
    position: absolute;
    content: "";
    left: 0;
    right: -1px;
    top: 0px;
    width: 1px;
    height: 100%;
    margin: auto;
    border-right: 2px dashed #dee2e6 !important;
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .date-label-left:before,
.timeline-page .timeline-item .duration-right:after,
.timeline-page .timeline-item .duration-right:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #2a52c3;
}

.timeline-page .timeline-item .date-label-left:before,
.timeline-page .timeline-item .duration-right:before {
    border: 2px dashed #dee2e6;
    top: 0;
    width: 28px;
    height: 28px;
    background-color: #fff;
}

.timeline-page .timeline-item .date-label-left {
    float: right;
    margin-right: 24px;
}

    .timeline-page .timeline-item .date-label-left:after {
        right: -41px;
    }

    .timeline-page .timeline-item .date-label-left:before {
        right: -50px;
    }

.timeline-page .timeline-item .duration-right {
    float: left;
    margin-left: 24px;
}

    .timeline-page .timeline-item .duration-right:after {
        left: -41px;
    }

    .timeline-page .timeline-item .duration-right:before {
        left: -50px;
    }

.timeline-page .timeline-item .event {
    transition: all 0.2s ease;
}

    .timeline-page .timeline-item .event .title {
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .timeline-page .timeline-item .event.event-description-right {
        text-align: left;
        margin-left: 24px;
    }

    .timeline-page .timeline-item .event.event-description-left {
        text-align: right;
        margin-right: 24px;
    }

@media (max-width: 575px) {
    .timeline-page {
        margin-left: 18px;
    }

        .timeline-page:after {
            margin: 0;
        }

        .timeline-page .timeline-item .duration {
            float: left !important;
            margin-left: 30px !important;
            margin-right: auto !important;
            text-align: left !important;
        }

            .timeline-page .timeline-item .duration:after {
                left: -34px !important;
            }

            .timeline-page .timeline-item .duration:before {
                left: -42px !important;
            }

            .timeline-page .timeline-item .duration .event {
                text-align: left !important;
                margin-left: 15px;
            }

        .timeline-page .timeline-item .event.event-description-left,
        .timeline-page .timeline-item .event.event-description-right {
            text-align: left !important;
            margin: 0 0 0 30px !important;
        }
}

.timeline-page .timeline-item .date-label-left:after {
    background-color: #f89d36 !important;
}

.avatar.avatar-ex-small {
    height: 36px;
    width: 36px;
}

.rounded-pill {
    border-radius: 50rem !important;
}






/* CSS used here will be applied after bootstrap.css */
#formLogin {
    padding: 15px;
    min-width: 300px;
    /*margin-left:-350px;*/
}


tr.odd td:first-child,
tr.even td:first-child {
    padding-left: 4em;
}


[contenteditable] {
    outline: 0px solid transparent;
}

.company-logo {
    height: 60px;
    border: 1px solid #ffffff00;
}

.company-logo-main-left {
    float: left;
}

.company-logo-main-right {
    float: right;
}

.company-logo-secund-left {
    margin-left: 60px;
    margin-top: 10px;
    text-align: left;
}

.company-logo-secund-right {
    margin-right: 60px;
    margin-top: 10px;
    text-align: right;
}

