/* Version 1.1 */
img.light-logo{max-height: 60px;}

.tarea{  
  /* box-sizing: padding-box; */
  overflow:hidden!important;
  padding:18px!important;
width: 100%!important;
min-height:50px!important;
font-size:14px!important;
  /*margin:20px auto!important;*/
  display:block!important;
  border-radius:10px!important;
  border: 2px solid #97c51b!important;
}

.form-control{
  font-size:14px!important;
  display:block!important;
  border-radius:10px!important;
  border: 2px solid #97c51b!important;   
}

form{
    width: 100%;
}



.syscolor1{
    color:#da542e!important;
}

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






    /*** butone fancy *****/
/* Mixins */
/* bg shortcodes */
.bg-gradient1 span,
.bg-gradient1:before {
  background: #fa7e29;
  background: linear-gradient(180deg, #fa7e29 0%, #F6682F 80%, #F6682F 100%);
}

.bg-gradient2 span,
.bg-gradient2:before {
  background: #39C2C9;
  background: linear-gradient(180deg, #39C2C9 0%, #3FC8C9 80%, #3FC8C9 100%);
}

.pop-onhover.bg-gradient3 span,
.pop-onhover.bg-gradient3:before {
  background: #B9AEF0;
  background: linear-gradient(180deg, #B9AEF0 0%, #ADA1EB 80%, #ADA1EB 100%);
}

.bg-gradient4 span {
  background: #F6682F;
  background: linear-gradient(180deg, #F6682F 0%, #F6682F 80%, #F6682F 100%);
}

/* General */
.wrapper {
  margin: 4% auto;
  text-align: center;
}

h3 {
  color: #666a73;
  font-weight: 300;
  letter-spacing: 0.06em;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

/* fancy Button  disabled creat de mine!*/
.fancy-button.disabled span{
    background: #fa7e299e!important;
    background: linear-gradient(180deg, #fa7e299e 0%, #f6682fad 80%, #f6682f8f 100%)!important;
}

.fancy-button {
  display: inline-block;
  margin: 20px;
  font-family: 'Heebo', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 24px;
  color: #ffffff;
  position: relative;
}



.fancy-button.bg-gradient1 {
  text-shadow: 0px 0px 1px #BF4C28;
}
.fancy-button.bg-gradient2 {
  text-shadow: 0px 0px 1px #227270;
}
.fancy-button.bg-gradient3 {
  text-shadow: 0 0 1px #546082;
}
.fancy-button:before {
  content: '';
  display: inline-block;
  height: 40px;
  position: absolute;
  bottom: -1px;
  left: 10px;
  right: 10px;
  z-index: -1;
  border-radius: 2em;
  -webkit-filter: blur(14px) brightness(0.9);
          filter: blur(14px) brightness(0.9);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.fancy-button i {
  margin-top: -2px;
  font-size: 1.265em;
  vertical-align: middle;
}
.fancy-button span {
  display: inline-block;
  padding: 16px 20px;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.fancy-button:focus {
  color: #ffffff;
}
.fancy-button:hover {
  color: #ffffff;
}
.fancy-button:hover span {
  -webkit-filter: brightness(0.9) contrast(1.2);
          filter: brightness(0.9) contrast(1.2);
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.fancy-button:hover:before {
  bottom: 3px;
  -webkit-filter: blur(6px) brightness(0.8);
          filter: blur(6px) brightness(0.8);
}
.fancy-button:active span {
  -webkit-filter: brightness(0.75) contrast(1.7);
          filter: brightness(0.75) contrast(1.7);
}
.fancy-button.pop-onhover span {
  border-radius: 4px;
}
.fancy-button.pop-onhover:before {
  opacity: 0;
  bottom: 10px;
}
.fancy-button.pop-onhover:hover:before {
  bottom: -7px;
  opacity: 1;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}
.fancy-button.pop-onhover:hover span {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fancy-button.pop-onhover:hover:active span {
  -webkit-filter: brightness(1) contrast(1);
          filter: brightness(1) contrast(1);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.2s ease-out;
}
.fancy-button.pop-onhover:hover:active:before {
  bottom: 0;
  -webkit-filter: blur(5px) brightness(0.85);
          filter: blur(5px) brightness(0.85);
  transition: all 0.2s ease-out;
}

.pop-onhover.bg-gradient3 span:hover {
  background: #B9AEF0;
  background: linear-gradient(120deg, #B9AEF0 0%, #ADA1EB 80%, #ADA1EB 100%);
}

.bg-gradient4:before {
  bottom: 2px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
}

.bg-gradient4 {
  transition: all 1s ease;
}
.bg-gradient4 span {
  outline: 0px solid transparent;
}
.bg-gradient4:hover span {
  background: #FC3D7C;
  background: linear-gradient(-25deg, #FC3D7C 0%, #F76A34 80%, #F76A34 100%);
}
.bg-gradient4:focus span, .bg-gradient4:active span {
  background: #FC3D7C;
  background: linear-gradient(25deg, #FC3D7C 0%, #F76A34 80%, #F76A34 100%);
}
.bg-gradient4:focus span {
  box-shadow: 0 0 9px #00FFF8;
}
.bg-gradient4:active span {
  -webkit-filter: brightness(0.85) contrast(1.3);
          filter: brightness(0.85) contrast(1.3);
}

.bg-gradient4 span {
  text-transform: capitalize;
}



























.center{
    margin: 0px auto;
    text-align: center;
}



.jqte{
    margin:20px!important;
}




#main-wrapper{
 background-color: #eeeeee;
 /*overwrite pentru paginile full size fara leftmenu*/
}















.errorMessage {
    display: none;
    font-size: 15px;
    font-weight: 500;
}

.input-xlg {
    height: 52px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #434343;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

 label {
    font-weight: 400;
    color: #686868;
}

.btn-success {
    color: #fff;
    background-color: #97c51b;
    border-color: #90bc1a;
}

.btn-lg {
    padding: 11px 19px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 3px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #8db819;
    border-color: #86af18;
}

/*<!--CSS Sidebar-->  */
.open-ticket-info-tips, .open-ticket-req-tips {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.open-ticket-req-tips.guide .img-holder {
    float: left;
    width: 47%;
    margin-right: 5px;
}
.open-ticket-req-tips.guide .img-holder img {
    margin-right: 15px;
}
.open-ticket-req-tips.guide .content-holder {
    float: left;
    width: 50%;
}
html[xmlns] .clearfix {
    display: block;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.open-ticket-req-tips.guide .content-holder h4 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
}
.open-ticket-req-tips h4 {
    line-height: 1.3;
    color: #000;
}
.open-ticket-req-tips.guide .content-holder a {
    color: #97c51b;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
}

.open-ticket-info-box ul:last-child, .open-ticket-req-tips ul:last-child {
    margin-bottom: 10px;
}

.open-ticket-info-box ul, .open-ticket-req-tips ul {
    margin: 20px 0 50px 0;
    padding: 0;
}
 .open-ticket-info-box ul li, .open-ticket-req-tips ul li {
    list-style: none;
    list-style-position: outside;
    list-style-type: disc;
    color: #434343;
    margin: 0 0 7px 20px;
    font-size: 13px;
}





#startingContent{
   padding: 70px 0px 80px;
}


























