/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.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.  */

.btn.i{
  padding: 3px 5px;
  border: 1px solid #7367F0;
    background-color: transparent;
    color: #7367F0;
}

.swal2-container {
  z-index: 9999;
}

.menu {
  /*background: url(/Static/img/menu.png);*/
  background-color: black;
  /*height: 50px;*/
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.menu button,
.menu a {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: white;
}

.btn  img.x-icon{
    padding: 2px 8px 2px 0;
    margin: -2px 0 0 0;
}

.btn.i img.x-icon{
    padding: 2px 0px 2px 0;
}

.nav-item .x-icon{
	margin-right: 1rem;
}
.dropdown-item .x-icon, .dropdown .x-icon, .dropup .x-icon{
	margin-right: 1rem;
}

.form-inline{
	display: block !important;
}



table.special td.center{
    text-align: center;
}

table.special input, table.special select{
    display: inherit;
}

table.special {
  border-collapse: collapse;
  border: 1px solid #ccb;
  width: 100%;
  margin-bottom: 10px;
}
table.special tr {
  border-bottom: 1px solid #ddd;
}

table.special th {
  background: #F1F7E2;
  border: 1px solid #d5d5d5;
  color: #000;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
table.special td {
  padding: 5px;
  border: 1px solid #e0e0e0;
}
table.special td a {
  color: #004080;
  text-decoration: none;
}
table.special input[type="text"] {
  margin-bottom: 0px;
}

table.special th{
    font-size: 12px;
}

.btn-outline-primary{
  background-color: white;
}

.fancybox-inner .form-horizontal{
    min-width: 500px;
}

.swal2-popup{
  z-index: 999;
}

.fancybox-inner {
    overflow: visible;
}

.center{
  text-align: center;
}

/** FULL CALENDAR **/

.fc-content{
  color: white;
}

/** ALIAS **/

.panel-title{
  margin-bottom: 0px;
}

.panel-primary {
    border: 1px solid #7367F0 !important;
}

.form-horizontal .control-label{
  text-align: right;
}

.menu .btn-default {
    border: 1px solid #7367F0;
    background-color: white;
    color: #7367F0;
    margin-bottom: 5px;
}

.dropdown .dropdown-menu a:not(.dropdown-item), .dropup .dropdown-menu a:not(.dropdown-item), .dropright .dropdown-menu a:not(.dropdown-item), .dropleft .dropdown-menu a:not(.dropdown-item) {
    padding: 0.714rem 1.428rem;

    display: block;
    width: 100%;
    /*padding: 0.25rem 1.5rem;*/
    clear: both;
    font-weight: 400;
    color: #2A2E30;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown .dropdown-menu a:hover, .dropdown .dropdown-menu a:focus, .dropup .dropdown-menu a:hover, .dropup .dropdown-menu a:focus {
  color : #1E2122;
  text-decoration : none;
  background-color : #F8F8F8;
}

.dropdown .dropdown-menu a.active, .dropdown .dropdown-menu a:active, .dropup .dropdown-menu a.active, .dropup .dropdown-menu a:active {
  color : #FFFFFF;
  text-decoration : none;
  background-color : #7367F0;
}

.dropdown .dropdown-menu a.disabled, .dropdown .dropdown-menu a:disabled, .dropup .dropdown-menu a.disabled, .dropup .dropdown-menu a:disabled {
  color : #B8C2CC;
  pointer-events : none;
  background-color : transparent;
}


.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
   color: #EA5455;
}


table.dataTable thead>tr>th{
  text-transform: uppercase;
}