﻿/**
* Template Name: GroMart - Web App E-Commerce Shop and Store Mobile Template
* Version: 1.0
* Author: HidraTheme 
* Developed By: HidraTheme  
* Author URL: https://themeforest.net/user/hidratheme

-- NOTE: This is main stylesheet of the template -- 
**/


.alert {
  padding: 15px;
  border: 1px solid Transparent;
  border-radius: 4px; 
}

.alert-danger {
  background-color: #fbe1e3;
  border-color: #fbe1e3;
  color: #e73d4a;
}

.alert-success {
  background-color: #abe7ed;
  border-color: #abe7ed;
  color: #27a4b0;
}

.alert-info {
  background-color: #e0ebf9;
  border-color: #e0ebf9;
  color: #327ad5;
}

.alert-warning {
  background-color: #f9e491;
  border-color: #f9e491;
  color: #c29d0b;
}

.alert-gray-light {
  background-color: #fafafa;
  border-color: #b0b0b0;
}


.toolbar-right-action {
    float: right;
    margin-right: 8px;
    color: white;
    padding-top: 12px;
}

.toolbar-right-action a {
        color: white;
        font-size: 90%;
        text-transform: none;
        font-weight: 500;
        border: solid 2px white;
        border-radius: 30px;
        padding: 5px 10px 5px 10px;
        vertical-align: middle;
        background-color: #f58720;
        margin-right: -5px;
        margin-top: 0px;
        line-height: 32px;
}

