/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 20, 2017, 2:45:47 PM
    Author     : nadim
*/

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

tfoot td{
    font-weight: bold;
}
.modal-header{
    padding: 10px 15px 10px 15px!important;
	BACKGROUND-COLOR: #6747c7;
    color:#fff;
}
.modal-body{
    padding: 5px 15px 5px 15px!important;
}
.modal-footer{
    padding: 10px 15px 10px 15px!important;
}
.import_button{
    float: right;
}
.error{
    color: red;
}
.table .table_color{
    background-color: #000;
    color: #fff;
}
.table>thead>tr>th{
    text-align: center;
	background-color: #D7DBDD;
}

/* CSS */
.button-purple {
    background-color: initial;
    background-image: linear-gradient(#8614f8 0, #760be0 100%);
    border-radius: 5px;
    border-style: none;
    box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 35px;
    line-height: 30px;
    margin-left: -4px;
    outline: 0;
    text-align: center;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .button-purple:hover {
    opacity: .7;
  }
  
  @media screen and (max-width: 1000px) {
    .button-purple {
      font-size: 14px;
      height: 55px;
      line-height: 55px;
      width: 150px;
    }
  }

  /* CSS */
.button-cancel {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
  }
  
  .button-cancel:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
    color:#6747c7;
  }
  
  .button-cancel:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
  }
  
  .button-cancel:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
  }
  
  .button-cancel:focus {
    outline: 1px transparent;
  }
  
  .button-cancel:before {
    display: none;
  }
  
  .button-cancel:-webkit-details-marker {
    display: none;
  }

  /** Button-3D CSS */


.button-3d {
  align-items: center;
  appearance: none;
  background-color: #6747c7;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fbfbfb;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-3d:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-3d:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-3d:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}
