/*
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 : Mar 4, 2020, 3:32:16 PM
    Author     : Amit_Paul
*/

/* style for star rating */
 .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars {
    margin: 10px 0;
    font-size: 24px;
    color: #d17581;
}
/* style for star rating ends */


a.dashboard-stat-card{}
a.dashboard-stat-card:hover{text-decoration: none}

a.req-browse-row{color:#666;}
.req-browse-filter-btn{border-radius: 0; text-transform: uppercase; font-size:0.7em}
.selected{background: #dde2f1;}

.modal-header{background:#F4F4F4; padding:5px 15px;}
.modal-header .btn{padding:3px 10px}
.modal-title{
    font-size: 1em;  
    font-weight: bold;
    margin:0;
}

.modal-body{} 
.modal-body .text{font-size: 0.8em; padding-bottom: 10px;}
.modal-body .text i{font-size:1.2em; padding-right:5px; font-weight: bold; color:#ffcc00}
.modal-body label{font-size: 0.7em; text-transform: uppercase; margin:0;}
.modal-body input{height:27px;font-size: 0.7em;}


.profile-form{}
.profile-form label{font-size: 0.9em}
.profile-form input{font-size: 0.9em; height:28px;}

.no-req{text-align: center;}
.no-req img{padding:20px 100px;}
.no-req h1{font-size: 2em;}