﻿body {
}
/*.btn-sm-add {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 15px;
    font-weight: bold;
    background-image: none;
    background-color: #438eeb;
    color: white;
    margin-right: 5px;
    cursor: pointer;
}

i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    color: white;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.smallImg, .small-ctrl {
    cursor: pointer;
    transform: scale(.85);
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    line-height: 20px;
    text-align: center;
}

.block-head {
    font-weight: bold;
    text-align: right;
    position: relative;
    background-color: rgba(5,104,228,.75);
    color: white;
}*/

/*html, body, form {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}*/

/*----dropdown list---*/
/*.mat-select-trigger {
    display: inline-table;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.mat-select-arrow-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.mat-select-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin: 0 4px;
    float: right;
    top: -20px;
    position: relative;
    left: -4px;
}

.multiselect {
    width: auto;
    padding: 5px;
    display: inline-block;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-size: small;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mycheckboxes {
    display: none;
    border: 1px #dadada solid;
    background-color: white;
    position: fixed;
    width: 200px;
    z-index: 999999;
    padding-left: 10px;
}

    .mycheckboxes label {
        display: block;
    }

        .mycheckboxes label:hover {
            background-color: #1e90ff;
        }

.myselect {
    margin: -1px;
    margin: 0px;
    width: 100%;
    padding: 5px 35px 5px 5px;
    border: 1px solid #ccc;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/arrow-down.png) 96% / 6% no-repeat #fff;
    margin: -1px;
}

.mydropdown {
    margin: -1px;
    margin: 0px;
    width: 100%;
    padding: 5px 35px 5px 5px;
    border: 1px solid #ccc;
    height: 36px;
}
*/

/*----end of dropdown list----*/

html {
    position: relative;
}

.hoverBox {
    position: absolute;
    left: -1px;
    top: -14px;
    padding: 4px 13px;
    background: #1c97cc;
    color: #fff !important;
    min-width: 33px;
    text-align: center;
    max-width: 77%;
    font-size: .9em;
    font-weight: normal;
    border-radius: 4px;
}

/*body, form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",'Ubuntu','Roboto',"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}*/

.btn-action {
    text-decoration: none;
    font-size: .78em;
    background-color: rgba(5,104,228,.75);
    padding: 2px 13px;
    border-radius: 30px;
    color: #fff;
    font-style: italic;
    margin-top: 10px;
}

.btn-action-green {
    text-decoration: none;
    font-size: .78em;
    background-color: #3c763d;
    padding: 2px 13px;
    border-radius: 30px;
    color: #fff;
    font-style: italic;
    margin-top: 10px;
}

.btn-action-yellow {
    text-decoration: none;
    font-size: .78em;
    background-color: #8a6d3b;
    padding: 2px 13px;
    border-radius: 30px;
    color: #fff;
    font-style: italic;
    margin-top: 10px;
}

.btn-action-red {
    text-decoration: none;
    font-size: .78em;
    background-color: #a94442;
    padding: 2px 13px;
    border-radius: 30px;
    color: #fff;
    font-style: italic;
    margin-top: 10px;
}

.formContainer {
    position: relative;
}

.formHeader {
    padding: 15px 5px;
    margin: auto;
    max-width: 1200px;
    box-sizing: border-box
}

.formBody {
    position: relative;
    padding: 25px;
    width: 100%;
    /*max-width: 1300px;*/
    box-sizing: border-box;
    margin: 0em auto 5em auto;
    /*border-radius: 7px;*/
    background-color: #0090cc;
    background: linear-gradient(to bottom right,#a1dcf5 0,#c7dce6 100%)
}

.formFooter {
    position: absolute;
    bottom: 0;
    width: 90%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 5px 10px;
    color: #464646;
    font-size: 0.85em
}

.logoImg {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.fltL {
    float: left;
}

.fltR {
    float: right;
}

.copyright {
}

.clrFlt {
    clear: both;
}

.bgPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #14adf3;
    background: linear-gradient(to bottom right,#0090cc 0,#c7dce6 100%);
}

.alignC {
    text-align: center;
}

.infoImgBox {
    box-sizing: border-box;
    margin: 10px 7px;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin: 30px 0px;
    padding: 2px;
    position: relative;
    cursor: pointer;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 7px 43px -4px rgba(0,0,0,.19);
    transition: all linear .3s;
    text-align: center
}

    .infoImgBox:hover {
        transform: translateY(-5px);
        border: 1px solid #d6d6d6;
    }

.infoImg {
    float: left;
    width: 80px;
    padding: 11px;
    box-sizing: border-box;
}

.infoDesBox {
    overflow: auto;
    color: black;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    text-align: left
}

.infoDes {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.infoColumn {
    width: 13%;
    display: inline-block;
    vertical-align: top;
    margin: 1px 7px;
    border-right: 1px solid #d6d6d6
}

.infoDesLbl {
    display: block;
    padding: 2px;
    font-size: 0.8em;
    color: #868484;
}

.infoDesVal {
    display: block;
    font-size: 0.9em;
    color: #337ab7;
    font-weight: 600;
    margin-left: 11px;
}

.filter_width {
    width: 200px;
}

@media screen and (max-width: 767px) {
    .filter_width {
        width: 150px;
    }



    .infoColumn {
        margin: 0 0 15px 0;
        padding-bottom: 15px;
        width: 90%;
        border-right: none;
        border-bottom: 1px solid #d6d6d6
    }

    .infoDesLbl {
        display: inline;
        padding: 2px;
        font-size: 0.8em;
        color: #868484;
    }

    .infoDesVal {
        display: inline;
        font-size: 0.9em;
        color: #337ab7;
        font-weight: 600;
        margin-left: 11px;
    }
}

@media screen and (max-width: 375px) {
    .infoImg {
        float: none
    }

    .infoDesBox {
        clear: both
    }
}

/*.c-186db7 {
    color: #186db7;
}

.c-690505 {
    color: #690505;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background: #484848;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

.smallImg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: white;
    color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    margin: 0 4px 4px 0;
    text-align: center
}

.posImg {
    background-image: url('/img/position-20-1.1.png');
}*/

/*.locImg {
    background-image: url('/img/location-20-1.1.png');
}

.deadlineImg {
    background-image: url('/img/deadline-20-1.1.png');
}

.tag {
    font-size: 0.78em;
    background: rgba(5, 104, 228, 0.75);
    padding: 2px 13px;
    border-radius: 30px;
    color: white;
    font-style: italic;
    margin-top: 10px
}

.bold {
    font-weight: bold
}

.h1, .h2 {
    font-size: 1.25em;
    font-weight: 600
}

.no-border {
    border: none
}

.title {
    font-style: italic;
    font-weight: 500;
    color: #335777;
    font-size: 1.25em;
}

.sub-title {
    color: #949494;
    font-weight: 400;
    font-size: 1.1em;
}

.w-70 {
    width: 70px
}

.pre-wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}*/

/*switch control*/


/*.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }*/

/*.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
*/
/*input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}*/

/* Rounded sliders */
/*.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }*/
/*.note {
    text-align: center;
    height: auto;
    background: #fff;
    color: #0395d1;
    font-weight: bold;
    line-height: 65px;
}

.form-content {
    padding: 2%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}

.form-control {
    border-radius: 1.5rem;
}

.btnSubmit {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 40%;
    cursor: pointer;
    background: #0395d1;
    color: #fff;
}

.header-text {
    float: left;
    margin-left: 110px;
    margin-top: 0.1em;
    font-size: 20px;
}

.desc-text {
    font-size: medium;
    font-weight: normal;
}

@media (max-width:767px) {
    .header-text {
        float: right;
        margin-left: 0;
        margin-top: 0;
        font-size: larger;
        padding: 5px;
    }

    .note {
        line-height: 30px;
    }
}*/

/*.list-type label, input {
    margin-right: 5px;
    font-size: small;
}*/

/*.lnk-icon {
    text-decoration: underline !important;
    color: #007bff !important;
    cursor: pointer;
}
*/
.fileUpload {
    border: 1px solid red;
    background-color: black;
}

/*.table {
    min-height: 640px;
    min-width: 1024px;
    height: 800px;
    width: 100%;
}*/

.alignLeft {
    text-align: left !important;
    vertical-align: top;
}

.itemimage {
    width: auto;
    max-height: 180px;
    max-width: 180px;
    margin-bottom: 8px;
    z-index: 500;
    height: 178px;
}

.Imagename {
    z-index: 499;
}

.file-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
}

    .file-wrapper input {
        position: absolute;
        top: 0;
        right: 95px;
        filter: alpha(opacity=1);
        opacity: 0.01;
        -moz-opacity: 0.01;
        cursor: pointer;
    }

    .file-wrapper .button {
        color: #333333;
        background: #ffffff;
        padding: 4px 7px;
        margin-right: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        display: inline-block;
        font-weight: normal;
        cursor: pointer;
        float: left;
        width: 49px;
        border: 2px solid #1575b9;
        font-size: small;
        background: #1575b9;
        color: #fff;
    }

        .file-wrapper .button :hover {
            background-color: #3c8dbc;
            color: #ffffff;
            border: 1px solid #3c8dbc
        }

.file-holder {
    color: #000;
}

.chk-format label {
    display: inline;
}
.highlight {
    border: 1px solid red;
}