body {
    background-color: transparent;
    z-index: -2;
    font-family: 'Roboto', Open Sans, sans-serif
}

#notie-alert-outer, #notie-confirm-outer, #notie-force-outer, #notie-input-outer, #notie-select-outer, #notie-date-outer {
    font-size: 16px !important;
}


.logo {
    height: 100px;
    padding: 20px;
    text-align: center;
}

.logo h3 {
    font-weight: bold;
    color: #fff;
}

.heading {
    padding-top: 40px
}

.background-main {
    background: #34668B;
}

.background-front2 {
    background: white;
}

.arrow-down {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #EC651D;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;

    border-left: 30px solid #EC651D;
}

.fullheight {
    height: 900px
}


/*
	welcome
 */
.arrow-down-ugly {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;

    border-top: 30px solid #34668B;
}

.background-front {
    background: #34668B;
}

.color-white {
    color: white;
}

.diamond {
    margin: 0 0 0 0;
    width: 100px;
    padding: 16%;
    text-align: center;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
}

.diamond .fa.fa-4x {
    /*margin-left: 6px;*/
    /*margin-bottom: 5px;*/
}

#diamond-welcome {
    margin: 100px auto 0 auto;
    width: 100px;
    padding: 13%;
    text-align: center;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#diamond-serial {
    margin: 150px 56% 0 auto;
    width: 150px;
    padding: 13%;
    text-align: center;
    /*font-size: 12px;*/
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.click-function, .click {
    cursor: pointer !important;
}


.diamond-boxes {
    position: absolute;
    width: 47%;
    height: 47%;
}

@media (max-width: 1024px) {
    .diamond-boxes {
        font-size: 1.5vh;
    }
}

.diamond-boxes span {
    display: inline;
    transform: translate(-50% -50%);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
    position: absolute;
    padding-bottom: 10%;
}

div:not(#diamond-welcome) > .diamond-boxes span {
    width: 97%;
}

/* Normal diamonds */

.diamond .diamond-box-1 {
    left: 0;
    top: 0;
    background: #F6AE2D;
}

.diamond .diamond-box-2 {
    left: 0;
    bottom: 0;
    background: #F6AE2D;
}

.diamond .diamond-box-3 {

    right: 0;
    top: 0;
    background: #F6AE2D;
}

.diamond .diamond-box-4 {
    right: 0;
    bottom: 0;
    background: #F6AE2D;
}

.diamond .diamond-box-5 {
    right: 0;
    bottom: 106%;
    left: 53%;
    background: #F6AE2D;
}

.diamond .diamond-box-6 {
    right: 0;
    bottom: 106%;
    left: 106%;
    background: #F6AE2D;
}

.diamond .diamond-box-7 {
    right: 0;
    bottom: 53%;
    left: 106%;
    background: #F6AE2D;
}

.diamond .diamond-box-8 {
    bottom: 159%;
    left: 106%;
    background: #F6AE2D;
}

.diamond .diamond-box-9 {
    bottom: 106%;
    left: 159%;
    background: #F6AE2D;
}

.diamond .diamond-box-10 {
    bottom: 159%;
    left: 159%;
    background: #F6AE2D;
}


/* Welcome Diamonds */

#diamond-welcome .diamond-box-1 {
    left: 0;
    top: 0;
    background: #34668B;
}

#diamond-welcome .diamond-box-2 {
    right: 0;
    top: 0;
    background: #EC651D;
}

#diamond-welcome .diamond-box-3 {
    left: 0;
    bottom: 0;
    background: #EC651D;
}

#diamond-welcome .diamond-box-4 {
    right: 0;
    bottom: 0;
    background: #EC651D;
}

#diamond-welcome .diamond-box-5 {
    right: 0;
    bottom: 106%;
    left: 53%;
    background: #EC651D;
}

#diamond-welcome .diamond-box-6 {
    right: 0;
    bottom: 106%;
    left: 106%;
    background: #EC651D;
}

#diamond-welcome .diamond-box-7 {
    right: 0;
    bottom: 53%;
    left: 106%;
    background: #EC651D;
}

#diamond-welcome .diamond-box-8 {
    bottom: 159%;
    left: 106%;
    background: #EC651D;
}

#diamond-welcome .diamond-box-9 {
    bottom: 159%;
    left: 159%;
    background: #EC651D;
}

#diamond-welcome .diamond-box-10 {
    bottom: 106%;
    left: 159%;
    background: #EC651D;
}

/* Serial Diamonds */

#diamond-serial .diamond-box-1 {
    left: 0;
    top: 0;
    background: #EC651D;
}

#diamond-serial .diamond-box-2 {
    right: 0;
    top: 0;
    background: #EC651D;
}

#diamond-serial .diamond-box-3 {
    left: 0;
    bottom: 0;
    background: #EC651D;
}

#diamond-serial .diamond-box-4 {
    right: 0;
    bottom: 0;
    background: #EC651D;
}

#diamond-serial .diamond-box-5 {
    right: 0;
    bottom: 106%;
    left: 53%;
    background: #EC651D;
}

#diamond-serial .diamond-box-6 {
    right: 0;
    bottom: 106%;
    left: 106%;
    background: #EC651D;
}

#diamond-serial .diamond-box-7 {
    right: 0;
    bottom: 53%;
    left: 106%;
    background: #EC651D;
}

#diamond-serial .diamond-box-8 {
    bottom: 159%;
    left: 106%;
    background: #EC651D;
}

#diamond-serial .diamond-box-9 {
    bottom: 159%;
    left: 159%;
    background: #EC651D;
}

#diamond-serial .diamond-box-10 {
    bottom: 106%;
    left: 159%;
    background: #EC651D;
}

#span1 {
    font-size: 15px;
    width: 36%;
    margin-left: 32%;
    text-align: justify;
}

.fa.fa-4x {
    margin-bottom: 10px;
}

/*
head
 */

.process {
    text-align: center;
    color: #fff;
    z-index: 1;
}

.process h3 {
    vertical-align: middle;
}

.first-menu {
    /*margin-bottom:40px;*/
}

.selected .arrow-down {
    border-top: 20px solid #F6AE2D;
}

.head-item {
    padding: 20px;
    color: #fff;
    background: #EC651D;
    text-align: center;
}

.selected .head-item {
    background: #F6AE2D;
    padding-bottom: 60px;
}

/*
Second menu
 */

.second-menu {
    margin-top: -20px;
    padding-top: 45px;
}

.second-item {
    padding: 20px;
    color: #fff;
    background: #EC651D;
    position: relative;
    text-align: center;
    height: 287px;
}

.second-item-disabled {
    padding: 20px;
    color: #fff;
    background: #EC651D;
    position: relative;
    text-align: center;
}

.second-item-disabled .fa {
    font-size: 110px;
}

.selected .second-item {
    background: #F6AE2D;
    padding-bottom: 100px;
}

:not(.first-menu) > .selected:not(.fourth-item) {
    margin-top: 40px;
    margin-bottom: -40px;
    z-index: 1;
}

.second-item .fa {
    font-size: 110px;
}

.second-menu .number {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 35px;
}

.second-menu .number small {
    text-align: left;
    font-size: 18px;
}

/*
Third menu
 */

.third-menu {
    margin-top: 20px;
    padding: 40px 2% 0 2%;
}


.third-menu .block {
    width: 11%;
    padding-right: 1%;
    float: left;
}

.third-item {
    color: #fff;
    margin-bottom: -20px;
    background: #EC651D;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    height: 280px;
}

.selected .third-item {
    background: #F6AE2D;
    padding-bottom: 100px;
}


.third-menu .number {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 35px;
}

.third-menu .number small {
    text-align: left;
    font-size: 18px;
}

.third-item .fa {
    margin-top: 40px;
    font-size: 85px;
}

.third-menu .block .arrow-down {
    margin-top: 20px;
}

/*
Fourth menu
 */

.fourth-menu {
    margin-top: 20px;
    padding: 40px;
}

.fourth-item {
    color: #fff;
    margin-bottom: -20px;
    background: #EC651D;
    position: relative;
    text-align: center;
    padding: 20px;
    max-height: 125px;
    height: 125px;
    width: 125px;
}

.fourth-item .fa {
    font-size: 65px;
}

.fourth-item .arrow-right {
    position: absolute;
    color: #EC651D;
    right: -30px;
    top: 32.5px;
}

.fourth-item.selected {
    background: #F6AE2D;
    width: 165px;
}

.fourth-item.selected .arrow-right {
    border-left: 30px solid #F6AE2D;
}

.item-content {
    padding: 50px
}

.item-content .col-md-6 {
    margin: 15px;
    padding: 15px;
    background-color: #bfcdde;
}

.item-content .fa {
    font-size: 50px;
    color: #fff;
    float: left;
}

.item-content-text {
    padding: 15px;
    float: left;
    color: #fff;
    font-size: 15px;
}

.admin-breadcrumb {
    margin: 10px 0 10px 0;
    background: none;
}

/* parent-row-button */

.parent-row-button {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #F6AE2D url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: visible;
    opacity: 1;
}

.parent-row-button:hover {
    background-color: #F6AE2D;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .parent-row-button {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .parent-row-button {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

.modal-header {
    background: #34668B;
}

.modal-dialog {
    margin: 2.5vh auto;
}

/*Sets the maximum height of the entire modal to 95% of the screen height*/
.modal-content,
.bootbox-body,
iframe {
    max-height: 100vh;
}

iframe {
    width: 100%;
    height: 80vh;
}

embed {
    max-height: 100vh;
}

embed {
    width: 100%;
    height: 70vh;
}

.bootbox-body {
    /*position: relative;*/
    z-index: 1;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
.modal-body {
    max-height: 90vh;
}

/*Sets the maximum height of the modal image to 69% of the screen height*/
.modal-body img {
    max-height: 69vh;
}
