/* HME PRO Warning Button*/
.orange{
    background: rgba(254,182,69,1);
    background: -moz-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,182,69,1)), color-stop(100%, rgba(241,231,103,1)));
    background: -webkit-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
    background: -o-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
    background: linear-gradient(to bottom, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767', GradientType=0 );
    border-radius: 4px;
    text-transform: capitalize;
    border: none;
    color: lighten($primary-color, 20%);
    font-weight: 500;

    &:hover{
        background: rgba(241,231,103,1);
        background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
        background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
    }
}

/*HME PRO Primary Button*/
.pro-green{
    background: rgba(66,96,2,1);
    background: -moz-linear-gradient(top, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,96,2,1)), color-stop(100%, rgba(103,158,2,1)));
    background: -webkit-linear-gradient(top, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    background: -o-linear-gradient(top, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    background: linear-gradient(to bottom, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426002', endColorstr='#679e02', GradientType=0 );
    border-radius: 4px;
    text-transform: capitalize;

    &:hover{
        background: rgba(103,158,2,1);
        background: -moz-linear-gradient(top, rgba(103,158,2,1) 0%, rgba(66,96,2,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,158,2,1)), color-stop(100%, rgba(66,96,2,1)));
        background: -webkit-linear-gradient(top, rgba(103,158,2,1) 0%, rgba(66,96,2,1) 100%);
        background: -o-linear-gradient(top, rgba(103,158,2,1) 0%, rgba(66,96,2,1) 100%);
        background: -ms-linear-gradient(top, rgba(103,158,2,1) 0%, rgba(66,96,2,1) 100%);
        background: linear-gradient(to bottom, rgba(103,158,2,1) 0%, rgba(66,96,2,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#679e02', endColorstr='#426002', GradientType=0 );
    }
}

.pro-default{
    background: rgba(232,232,232,1);
    background: -moz-linear-gradient(-45deg, rgba(232,232,232,1) 0%, rgba(193,193,193,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(193,193,193,1)));
    background: -webkit-linear-gradient(-45deg, rgba(232,232,232,1) 0%, rgba(193,193,193,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(232,232,232,1) 0%, rgba(193,193,193,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(232,232,232,1) 0%, rgba(193,193,193,1) 100%);
    background: linear-gradient(135deg, rgba(232,232,232,1) 0%, rgba(193,193,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#c1c1c1', GradientType=1 );
    color: lighten($primary-color, 30%);
    font-weight: 600;
    border: 1px solid lighten($primary-color, 15%);
    border-radius: 4px;
    text-transform: capitalize;

    &:hover{
        background: rgba(193,193,193,1);
        background: -moz-linear-gradient(-45deg, rgba(193,193,193,1) 0%, rgba(232,232,232,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(232,232,232,1)));
        background: -webkit-linear-gradient(-45deg, rgba(193,193,193,1) 0%, rgba(232,232,232,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(193,193,193,1) 0%, rgba(232,232,232,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(193,193,193,1) 0%, rgba(232,232,232,1) 100%);
        background: linear-gradient(135deg, rgba(193,193,193,1) 0%, rgba(232,232,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#e8e8e8', GradientType=1 );
        color: lighten($primary-color, 5%);
    }
}

.bgm-blue-gradient{
    background : -moz-linear-gradient(38.2% 13.06% -72.28deg,rgba(0, 148, 217, 1) 0%,rgba(11, 0, 74, 1) 100%);
  background : -webkit-linear-gradient(-72.28deg, rgba(0, 148, 217, 1) 0%, rgba(11, 0, 74, 1) 100%);
  background : -webkit-gradient(linear,38.2% 13.06% ,202.57% 527.44% ,color-stop(0,rgba(0, 148, 217, 1) ),color-stop(1,rgba(11, 0, 74, 1) ));
  background : -o-linear-gradient(-72.28deg, rgba(0, 148, 217, 1) 0%, rgba(11, 0, 74, 1) 100%);
  background : -ms-linear-gradient(-72.28deg, rgba(0, 148, 217, 1) 0%, rgba(11, 0, 74, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094D9', endColorstr='#0B004A' ,GradientType=0)";
  background : linear-gradient(162.28deg, rgba(0, 148, 217, 1) 0%, rgba(11, 0, 74, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094D9',endColorstr='#0B004A' , GradientType=1);
}

.pro-green-modal{
    background: rgba(66,96,2,1);
    background: -moz-linear-gradient(top, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,96,2,1)), color-stop(100%, rgba(103,158,2,1)));
    background: -webkit-linear-gradient(top, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    background: -o-linear-gradient(top, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    background: linear-gradient(to bottom, rgba(66,96,2,1) 0%, rgba(103,158,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426002', endColorstr='#679e02', GradientType=0 );
}

/*Table Blue Gradient*/
.bgn-gradient-blue{
    color: lighten($primary-color, 100%);
    font-weight: 500;
    background : -moz-linear-gradient(50% 201.57% 90deg,rgba(0, 148, 217, 1) 0%,rgba(11, 0, 74, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(0, 148, 217, 1) 0%, rgba(11, 0, 74, 1) 100%);
    background : -webkit-gradient(linear,50% 201.57% ,50% -70.78% ,color-stop(0,rgba(0, 148, 217, 1) ),color-stop(1,rgba(11, 0, 74, 1) ));
    background : -o-linear-gradient(90deg, rgba(0, 148, 217, 1) 0%, rgba(11, 0, 74, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(0, 148, 217, 1) 0%, rgba(11, 0, 74, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094D9', endColorstr='#0B004A' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(0, 148, 217, 1) 0%, rgba(11, 0, 74, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B004A',endColorstr='#0094D9' , GradientType=0);
}



