/*================================================================================
	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.  */
.simple-btn{
  background: transparent;
  border: none;
  font-size: 25px;
  cursor:pointer;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rebeccapurple;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

.bg-blue{
	border-radius: 10px 10px 0 0 !important;
}
.bg-indigo {
	border-radius: 10px 10px 0 0 !important;
}
.btn{
	border-color: transparent !important;
    box-shadow: 1px 1px 2px 1px #000000a3 !important;
	box-shadow: 0.2px 0.2px 0.5px 0.2px #0000003d !important;
}/* 
.table-striped tbody tr:nth-of-type(odd){
	background-color: rgba(41, 182, 229, 0.1);
}
.table-striped tbody tr:nth-of-type(even){
	background-color:  rgba(232, 30, 23, 0.1);
} */
.uib-yearpicker .btn.active,
.uib-monthpicker .btn.active,
.uib-daypicker .btn.active {
    background-color: #99ffc2 !important;
	color
}
.uib-yearpicker .btn:hover, .uib-yearpicker .btn:focus,
.uib-monthpicker .btn:hover, .uib-monthpicker .btn:focus,
.uib-daypicker .btn:hover, .uib-daypicker .btn:focus {
    background-color: #99ffc2 !important;
	color: #373A3C;
}
.uib-yearpicker .btn,
.uib-monthpicker .btn,
.uib-daypicker .btn {
	color: #373A3C;
    box-shadow: 0px 0px 0px 0px !important;
    background-color: #f7f7f7;
}
.uib-yearpicker td.h6, 
.uib-monthpicker td.h6, 
.uib-daypicker td.h6 {
    background: darkkhaki;
    color: white;
    font-size: 14px;
    padding: 0px 8px;
    font-style: normal;
}
.uib-yearpicker td.h6 em, 
.uib-monthpicker td.h6 em, 
.uib-daypicker td.h6 em{
	font-style: normal;
}
.uib-yearpicker thead tr:nth-child(2) th,
.uib-monthpicker thead tr:nth-child(2) th,
.uib-daypicker thead tr:nth-child(2) th{
	background: darkturquoise;
    color: white;
    font-size: 18px
}
.uib-button-bar .btn{
	 box-shadow: 0px 0px 0px 0px !important;
}
.icon-chevron-left2:before {
  content: "\e094";
}
.icon-chevron-right2:before {
  content: "\e095";
}
.uib-button-bar .pull-left{
	float: left;
}
.uib-button-bar .btn-group>.btn:last-child:not(:first-child){
	border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.uib-button-bar .btn-group>.btn:first-child:not(:last-child){
	border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.uib-button-bar .pull-right{
	float: right;
}