
.btn-xs-r {
  font-size: 13px!important;
  padding-top: 5px!important;
  padding-left: 15px!important;
  padding-right: 15px!important;
  padding-bottom: 5px!important;
  border-radius: 0.25rem!important;
  margin-top:10px;
  
}

.btn-success2 {
  color: #fff!important;
  background-color: #295929!important;
  border-color: #295929!important;
}

.btn-success3 {
  color: #fff!important;
  background-color: #000!important;
  border-color: #000!important;
}

.btn-secondary, .ui-datepicker-buttonpane button {
  color: #fff!important;
  background-color: #7987a1!important;
  border-color: #7987a1!important;
}

.select2.select2-container {
  width: 100% !important;
}

.btn-success4 {
  color: #fff!important;
  background-color: #354035!important;
  border-color: #354035!important;
}

.btn-success5 {
  color: #fff!important;
  background-color: #267326!important;
  border-color: #267326!important;
}


.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  outline: none !important;
  transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 33px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {

  background: #f8f8f8;
  /* border-left: 1px solid #ccc; */
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 30px;
  width: 33px;
  
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 2px!important;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 39px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 8px 4px 0 0;
  padding: 3px 6px 0 22px;
  height: 24px;
  line-height: 15px;
  /* font-size: 12px; */
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 4px;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #47b7e6;
}

.select2-container--default .select2-results > .select2-results__options {
  margin: 0px!important;
}

.select2-container--open {
  font-size: inherit!important;
}


.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 20px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 3px 6px 0 22px;
  height: 24px;
  line-height: 15px;
  /* font-size: 12px; */
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 4px;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}
 
option:hover {
  background-color: yellow!important;
}

.input-group-addon {
	min-width: 24px;
}
.input-group-addon {
    padding: 4px !important;
    font-size: 12px !important;
}
.form-group .col-sm-12 {
	margin-bottom: 10px;
}


.table-option {
	cursor: pointer;
	font-size: 20px;
	margin: 0px 5px;
}

.table-option:hover {
	text-shadow: 0px 0px 3px #3F51B5;
}

.sa-button-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.sa-button-container .cancel {
    -webkit-order: 2;
            order: 2;
}
.sa-button-container .sa-confirm-button-container {
    -webkit-order: 1;
            order: 1;
}

.nowrap {
    white-space: nowrap;
}
.modal_title{
	text-align:center !important;
	
}
.modal-header{
	text-align:center !important;
	font-size: 19px;
	
}

#furnizor-modal .panel-heading{
	display:none;
}
#client-modal .panel-heading{
	display:none;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: pointer;
    display: block;
}
.modal-body {
    padding: 0px 15px !important;
    max-height: calc(100vh - 210px) !important;
    overflow-y: auto !important;
}
.textAlignCenter {
    text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}
.textAlignRight {
    text-align: right;
	text-align: -moz-right;
	text-align: -webkit-right;
}
.textAlignLeft {
    text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
}
.buton-den {

    -moz-user-select: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    font-size: 10px !important;
    line-height: 1.42857;
    padding: 8px !important;
}
.albastru_modal {

    cursor:pointer;
}
.albastru_modal:hover {
    text-decoration: underline;
}
.albastrub_modal {

    cursor:pointer;
}
.albastrub_modal:hover {
    text-decoration: underline;
}
  .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
  .toggle.ios .toggle-handle { border-radius: 20px; }


input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkmark
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}