.footer-style{
    background-color: #555;
    color:#ddd;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}
.footer-style .social{
    text-align: center;
    margin-bottom: 10px;
}
.footer-style .social i{
    letter-spacing: 50px;
    color:#ddd !important;
    font-size:48px;
}

.footer-style .social i:hover{
    color:#fff !important;
}
.footer-style ul{
    list-style-type: none;
    font-size: 18px;
    line-height: 26px;
    margin-left: -20px;
}
.footer-style .copyright{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
}
.footer-style h3{
    font-weight: 0px;
}
.important-text{
    color: rgb(219, 68, 55);
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: normal;
    letter-spacing: normal;
    orphans: 2;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    display: inline !important;
    float: none;
}
.titleStyle{
    font-size: 20px;
    margin-bottom: 10px;
}
.checkbox-field label,
.radio-field label,
.input-field label{
    font-size: 20px !important;
    margin-top: 10px !important;
    width: 100% !important;
}
.input-field textarea,
.input-field input{
    font-size: 20px !important;
}
.input-field,
.checkbox-field,
.radio-field{
    margin-top: 40px !important;
}
.dropdown-content, .dropdown-content li{
    list-style-type: none !important;
    list-style-position:inside !important;
    margin:0 !important;
    padding:0 !important;
}
.select-dropdown{
    /*font-size: 16px  !important;*/
}
.caret {
    width: auto !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
.gbtn {
    font-size: 16px !important;
}
.td-title{
    font-weight:bold;
}
.table-hr{
    background-color: #f8f8f8;
}
html{
    font-size: 100% !important;
}
.input-close{
    position: absolute;
    bottom:30px;
    right:0px;
    color:gray;
    font-size: 20px !important;
}
.input-close:hover{
    color:#999;
}

.boarder{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(250, 250, 250);
}

.drag_area{
    cursor:move;
    padding:5px;
    background-color: #ddd !important;
}