@import 'colors.scss';
@import 'variables.scss';
@import 'button.scss';
@import 'popup.scss';


.pagepopup-overlay{
    position: fixed;
    margin: 0!important;
    padding: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: $col_gray_light;
    overflow-y: scroll;
}

.show{
    display: block;
}

.pagepopup-title{
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;        
}

.pagepopup-overlay .pagepopup .close-button{
    position: absolute;
    top: 30px;
    right: 10px;
}

.addproject-popup{
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

.addproject-popup .addproject-navbar{
    width: 278px;
    height: 60px;
    margin: 0 auto;
    margin-top: 50px;
}

.addproject-popup .addproject-content{
    margin-top: 60px;
}

.addproject-popup .addproject-navbar .circle.active{
    background-color: $col_trimble_blue_light;
    border: 1px solid $col_trimble_blue_light;
    color: $col_white;
}

.addproject-popup .addproject-navbar .circle{
    height: 48px;
    width: 48px;
    float: left;
    background-color: $col_white;
    border: 1px solid $col_gray_2;
    @include border-radius(25px);
    color: $col_gray_7;
    font-size: 1.5rem;
    font-weight: 300;
    padding-left: 17px;
    padding-top: 6px;
    cursor: pointer;
}

.addproject-popup .addproject-navbar .circle-line.active{
    background-color: $col_trimble_blue_light;
}

.addproject-popup .addproject-navbar .circle-line{
    width: 67px;
    height: 1px;
    background-color: $col_gray_2;
    float: left;
    margin-top: 23px;
}

.addproject-popup .addproject-content .addproject-page1 .input-projectname{
    width: 400px;
    margin: 0 auto;
}

.addproject-popup .addproject-content .addproject-page1 .input-projectimage{
    margin: 27px;
    margin-top: 50px;
}

.addproject-popup .addproject-content .addproject-page1 .input-projectimage .file-upload{
    padding:21px;
}

.file-upload{
    border:1px dashed $col_gray_6;
}

.uploader{
    position:relative;
}

.file-upload .drop-content{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: $default-font-color;
    padding:7px;
}

.supported-file-formats{
    color: $col_gray_6;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: block;
    padding:7px;
}

.file-upload .browse-files{
    font-size: 14px;
    font-weight: 700;
    padding:7px;
    text-decoration:underline;
    color:$col_trimble_blue_light;
    display: block;
}

.drop-error{
 color:$col_trimble_red;   
}

.drop-error, .supported-file-formats{
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    display: block;
}

.addproject-popup .addproject-content .addproject-page1 .button-section.fixed-button{
    margin-right: 23px;
    margin-top: 233px;
}

.button-section{
    display: flex;
    min-height: 35px;
    margin-top: 20px;
    margin-right: 7px;
    margin-bottom: 10px;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center{
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.file-upload input[type=file]{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.error-messages{
    font-size:0.75rem;
}

.error-messages.error{
    color:$col_trimble_red; 
}

.addproject-popup .addproject-content .addproject-page1 .button-section.fixed-button .button{
    width:180px;
}


.create-project{
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top:60px;
}


.pagepopup-overlay .pagepopup .close-button .close-button-text{
    top: 40px;
    font-size: 1.25rem;
    font-weight: 300;
    position: absolute;
    text-transform: capitalize;
}



  
