﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f1f2f6;
    font-family: sans-serif;
}

#sign-up {
    position: relative;
    width: 1100px;
    height: 385px;
    overflow: hidden;
    margin: 50px auto;
    background: white;
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.12);
}

    #sign-up h1, #sign-up h2 {
        margin: 20px 0;
        width: 340px;
        text-align: center;
        font-weight: normal;
        color: #FFB74D;
    }

        #sign-up h1 i {
            height: 75px;
            width: 75px;
            line-height: 75px;
            border: 2px solid red;
            border-radius: 50%;
        }

    #sign-up h2 {
        color: #a4b0be;
    }

    #sign-up form {
        width: 330px;
    }

    #sign-up fieldset {
        border: none;
        margin: 0 50px;
        padding: 10px 20px;
    }

    #sign-up .top {
        border-top: 1px solid #a4b0be;
    }

    #sign-up label, #sign-up input {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        border: none;
    }

    #sign-up label {
        width: 15%;
        text-align: center;
        color: #FFB74D;
    }

        #sign-up label i {
            font-size: 18px;
        }

    #sign-up input {
        width: 85%;
        outline: none;
        padding-left: 20px;
        color: #2f3542;
        font-size: 20px;
    }

    #sign-up button {
        display: block;
        height: 40px;
        border: 0;
        width: 90%;
        border-radius: -5px;
        margin: 20px auto;
        background: #FFB74D;
        color: white;
        outline: none;
    }

    #sign-up #svg-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 70%;
        height: 500px;
    }

.svgMap-map-wrapper .svgMap-country {
    fill: #A1887F;
}

    .svgMap-map-wrapper .svgMap-country:hover {
        fill: #FFB74D;
    }

body {
    font-family: sans-serif;
    background-color: #eeeeee;
}

.file-upload {
    background-color: #ffffff;
    width: 330px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #FFB74D;
    position: relative;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #E3F2FD;
        border: 4px dashed #ffffff;
    }

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        font-weight: 70;
        text-transform: uppercase;
        color: black;
        padding: 20px 0;
    }

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .remove-image:hover {
        background: #c13b2a;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .remove-image:active {
        border: 0;
        transition: all .2s ease;
    }

/*counter*/

.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}
/* Column Grids End */

.wrapper {
    width: 980px;
    margin: 30px auto;
    position: relative;
}

.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

/*upload files*/

ul.file-added {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

    ul.file-added li {
        position: relative;
        padding: 5px;
        margin: 5px;
        background-color: #ededed;
        border: 2px inset #ededed;
    }

        ul.file-added li div.file-pdf-icon {
            margin-right: 10px;
            background: url('/img/pdf-icon.png') no-repeat top left;
            background-size: contain;
            display: inline-block;
        }

        ul.file-added li div.file-docx-icon {
            margin-right: 10px;
            background: url('/img/docx-icon.png') no-repeat top left;
            background-size: contain;
            display: inline-block;
        }

        ul.file-added li div.file--icon {
            margin-right: 10px;
            background: url('/img/unknown-file-icon.png') no-repeat top left;
            background-size: contain;
            display: inline-block;
        }

        ul.file-added li span.notDone {
            margin-right: 10px;
            background-color: #FF9999;
            cursor: pointer;
        }

        ul.file-added li span.done {
            margin-right: 10px;
            background-color: #80CC80;
            cursor: pointer;
        }

        ul.file-added li span.delete {
            display: inline-block;
            position: absolute;
            right: 5px;
            cursor: pointer;
            background-color: #9E9E9E;
            border-radius: 50%;
        }             


/*my-tooltip*/

/*https://github.com/codrops/TooltipStylesInspiration*/

/*fork me*/

#forkongithub a {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-family: arial,sans-serif;
    text-align: center;
    font-weight: bold;
    padding: 5px 40px;
    font-size: 1rem;
    line-height: 2rem;
    position: relative;
    transition: 0.5s;
}

    #forkongithub a:hover {
        background: #c11;
        color: #fff;
    }

    #forkongithub a::before, #forkongithub a::after {
        content: "";
        width: 100%;
        display: block;
        position: absolute;
        top: 1px;
        left: 0;
        height: 1px;
        background: #fff;
    }

    #forkongithub a::after {
        bottom: 1px;
        top: auto;
    }

@media screen and (min-width:800px) {
    #forkongithub {
        position: fixed;
        display: block;
        top: -50px;
        right: 0;
        width: 200px;
        overflow: hidden;
        height: 200px;
        z-index: 9999;
    }

        #forkongithub a {
            width: 200px;
            position: absolute;
            top: 60px;
            right: -60px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
        }
}

/*progrs svg*/

.prog-diag {
    background-color: #b1aa71eb;
    z-index: 9;
}

    .prog-diag .prog-contain {
        /* background-color: #FF4136; */
        width: 100px;
        height: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    /*url textbox*/

.aler-contai input[type="text"] {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

.aler-contai input[type="text"]:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

.aler-contai input[type="text"] {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
    width:60%;
    display:inline-block;
}

    .inputWithIcon button {
        position: absolute;
        right: 0px;
        top: 8px;
        color: #aaa;
        transition: 0.3s;
    }

    .inputWithIcon i {
        position: absolute;
        left: 0;
        top: 8px;
        padding: 9px 8px;
        color: #aaa;
        transition: 0.3s;
    }

    .inputWithIcon input[type="text"]:focus + i {
        color: dodgerBlue;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

    .inputWithIcon.inputIconBg input[type="text"]:focus + i {
        color: #fff;
        background-color: dodgerBlue;
    }

.copied-done {
    border-color: lightgreen;
    box-shadow: 0 0 8px 0 green;
}