/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 1, 2019, 4:18:35 PM
    Author     : gasper
*/



.m-top-130{
    margin-top: 130px;
}

.float-right{
    float: right;
}




.modal-dialog{
    margin: 100px auto;
}

.modal-header, .modal-footer{
    border: none;
}

.close{
    font-size: 30px;
}

.modal-text-container{
    padding: 20px;
}

.modal-text-container input{
    border: solid 1px #eeecec;
    border-radius: 2px;
    height: 34px;
    width: 100%;
    padding-left: 10px;
}

.modal-text-container label{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

.modal-text-container textarea{
    width: 100%;
    resize: none;
    height: 100px;
    border: solid 1px #eeecec;
    border-radius: 2px;
    padding: 15px;
}