/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 3.1
	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.  */

/* #377740 - verde, #106fa9 - albastru*/

body{
    background-color: #ffffff;    
}
.home-background{
	/*
    background-image: url("../../assets/images/dsm_bg.png");
    background-repeat: repeat;
    background-size: 25%;
	*/
}

.btn {
    white-space: nowrap !important;
}

/* START FIXES BOOTSTRAP 4.3.1*/

.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody {
    border-color: #transparent !important;
}

.table-light tr:first-child {
	border-top: 2px solid #feb03b !important; /*CRIS #dee2e6 */
}

.table-light tr {
	border-bottom: 2px solid #feb03b !important; /*CRIS #dee2e6 */
}

/* END FIXES BOOTSTRAP 4.3.1*/

#divFormLogin {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -230px; /*-195px;*/
    margin-left: -150px;
    width: 300px;
    background-color: #feb03b;
	color: #ffffff;
    padding: 30px;
    border-radius: 15px;
}

#divTopNavbar {
	background-color: #fff;
}

/* Sizing */

@media (min-width: 992px) {
    .trs-modal-mediu {
        max-width: 600px !important;
    }
}

.trs-text-larger {
    font-size: 1.1rem !important;
}

.trs-text-bigger {
    font-size: 1.2rem !important;
}

/* Custom colors */

.custom-bg-color1 {
    background-color: #feb03b !important; /*CRIS #05446A */
	color:#000;
}

.custom-bg-color-new {
    background-color: #feb03b !important; /*CRIS #05446A */
	color:#000;
}
.custom-bg-color-new a{
	color:#000;
}

.custom-bg-color-edit {
    background-color: #fff !important; /*CRIS #05446A */
	color:#feb03b;
	border: 2px solid #feb03b; /*CRIS #0062cc */
}
.custom-bg-color-edit a{
	color:#feb03b;
}


#main_menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #C3BDDE;
}

#main_menu .wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

#main_menu .wrap:hover {
    background: #958bc0;
    background: -moz-linear-gradient(left, #958bc0 0%, #4a3d86 100%);
    background: -webkit-linear-gradient(left, #958bc0 0%,#4a3d86 100%);
    background: linear-gradient(to right, #958bc0 0%,#4a3d86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#958bc0', endColorstr='#4a3d86',GradientType=1 );
    color: white;
}

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/    
}

.signature-pad {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle.btn-xs {
    width: 30px;
    height: 30px;
    padding: 4px 0px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.33;
}

.btn-circle {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.42857;
}

.white {
	color: #fff;
}

.grey {
	color: #c6c5c5;
}

.green {
	color: #30d34f;
}

.red {
	color: #e5231b;
}

.black {
	color: #000;
}

.orange {
	color: #feb03b;
}

.btn-primary-selected {
  color: #feb03b !important;
  background-color: #fff !important; /*CRIS #0069d9 */
  border: 2px solid #feb03b !important; /*CRIS #0062cc */
}
.btn-primary-selected:hover {
  color: #000 !important;
  background-color: #feb03b !important; /*CRIS #007bff */
  border: 2px solid #feb03b !important; /*CRIS #007bff */
}
.btn-primary-selected:focus, .btn-primary-selected.focus {
  color: #000 !important;
  background-color: #feb03b !important; /*CRIS #007bff */
  border: 2px solid #feb03b !important; /*CRIS #007bff */
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary-selected.disabled, .btn-primary-selected:disabled {
  color: #fff !important;
  background-color: #c6c5c5 !important; /*CRIS #007bff */
  border: 2px solid #c6c5c5 !important; /*CRIS #007bff */
}

.underline {
	text-decoration: underline;
}

.form-group {
	margin-bottom: 2rem !important; /*CRIS 1rem; */
} 

.form-control {
	border-radius: 0.6rem !important;
}

.col-form-label {
    padding-bottom: 0;
}

.card-body {
	/*padding: 0;*/
}


.no-border-bottom {
	border-bottom: 0px !important;
}

