/*================================================================================
	Item Name: Robust - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
html, body {
	font-size:13px;
}

.txt-c { text-align: center; }
.txt-r { text-align: right; }
.txt-l { text-align: left; }

.m-01 { margin:0.1rem!important }
.m-02 { margin:0.2rem!important }
.m-05 { margin:0.5rem!important }

.p-01 { padding:0.1rem!important }
.p-02 { padding:0.2rem!important }
.p-05 { padding:0.5rem!important }


.dropdown-item {
	width: auto;
}

.picker__select--month, .picker__select--year { 
	padding : 0em;
}

.textuppercase {
	text-transform: uppercase;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.rating {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don't support :checked don't 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn't make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: "\2605 ";
}

.rating > input:checked ~ label {
    /** /
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
    /**/
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
  /*  top:2px;
    left:2px; */
}

.tb-type1 tr td, .tb-type1 tr th {
	border-bottom : 1px solid #ccc;
	border-right  : 1px solid #ccc;
}

.tb-type1 .gr, .tb-type1 tr th {
	background-color : #f3f3f3;
}

.tb-type1 .bn {
	background-color : #fff;
}

.dt-center{
    text-align: center;
}

.icon-plus4:before {
  content: "\ea0a";
}
.icon-minus4:before {
  content: "\ea0b";
}