/*
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 : May 6, 2020, 5:59:23 PM
    Author     : Umasekar
*/

.btn-custome {
    color: #fff;
    background-color: #f57921;
    border-color: #f57921;
}

.btn-custome {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s;
    margin: 10px 0;
}

.btn-custome:hover {
    color: #f8992d;
    background-color: transparent;
    border-color: #f8992d;
}

.p-t-20 {
    padding-top: 20px;
}

.p-0 {
    padding: 0;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.width-50 {
    width: 50%;
    display: flex;
}