/*.modal * {
    font-family: helvetica;
    color:#8E8E8E;
    font-size:13px;

}
.modal input[type=text] {
    border:1px solid #DCDCDC !important;
}
.modal-wrap{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.8);
    display:none;
}
.modal {
	width: 600px;
    margin: auto;
    background: #fff;
    border: #6E99CC 3px solid;
    margin-top: 0px;
    position:relative;
    display:none;
    box-shadow: rgba(0,0,0,0.25) 0px 20px 20px;

}
.modal-header{
	background: #6E99CC;
    text-align: center;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}
.modal-body{
	padding: 20px;
    overflow: auto;
    max-height: 300px;
}
.modal-close {
	position: absolute;
    right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: helvetica;
    padding: 10px 15px;
    background: #6E99CC;
    cursor:pointer;
}*/
.center {
	text-align:center;
}
/*.modal-close:hover{
	background:#fff;
	color:#6E99CC;
}

.modal-body input {
	padding:5px 8px;
	border:#6E99CC 1px solid;
	margin-bottom:8px;
}

.modal button:not(.no-style) {
	background: #6E99CC;
    color: #fff;
    padding: 5px 8px;
    border: none;
    font-size:16px;
    cursor:pointer;
}

.modal button[disabled]{
    display:none;
}
.modal .no-list {
    list-style:none;
    padding-left:0;
}

.modal li {
    padding:5px 8px;
}

.modal .ul-stripes li:nth-child(odd){
    background:#F1F1F1;
}

.modal input[type=text] {
    width:100%;
    box-sizing:border-box;
}
.modal .modal-footer {
    padding:15px;
    border-top:#6E99CC 1px solid;
}
*/
.tab-container * {
    box-sizing:border-box;
}

.tab-container textarea {
    display: block;
    width: 100%;
    border: 1px solid #DCDCDC;
    height: 120px;
    padding:8px;
}
.tab-container {
    font-family:helvetica;  
    margin:15px;
}

.tab-container input[type=email]{
  padding: 5px;
  margin-left: 20px;
}


.tab-container input, .tab-container select{
  width: calc(100% - 83px);
  padding: 5px;
  margin-left: 20px;
}
.tab-container select{
  padding:5px;
}


.tabs {
    display:block;
    width:100%;
}
.tabs .tab {
  display: inline-block;
  padding: 5px;
 
  background: #EDEDED;
  border: #C3C3C3 solid 1px;
  font-size:12px;
  color: #7C7C7C;
  cursor: pointer;
}

.tabs .tab:hover, .tabs .tab.active {
    background:#6E99CC;
    color:#fff;
}

.tab-container .tab-content {
    max-height: 0;
    /*transition: all 0.5s ease-out;*/
    overflow: hidden;
    color: #7B7B7B;
    font-weight: 100;
    font-size: 14px;
}


.tab-container p {
     
  padding: 5px 0px;
}

.tab-container p:last-child {
    border-bottom:none;
}


.tab-container:target {
    display:block;
}

.tab-container input[type=submit]{
    padding: 8px 20px;
  display: block;
  background: #6E99CC;
  border: none;
  color: #fff;
  cursor:pointer;
}

/* .tab-container a.btn, .btn{
    padding: 8px 20px;
  background: #6E99CC;
  border: none;
  color: #fff;
  display:inline-block;
 }

 .btn-green {
  background: #6ECC83;
 }

 .btn-block {
  display:block;
  width:100%;
 }

 .btn i {
  color:#fff;
 }*/

 .no-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 }

.tab-container-close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 20px;
  border-radius: 20px;
  font-weight: bold;
  font-family: helvetica;
  font-size: 10px;
  border: 2px solid #fff;
  text-decoration: none;
}
.tab-container-inner {
    position: fixed;
  top: 50%;
  width: 700px;
  background: #fff;
  padding: 15px;
  box-shadow: rgba(0,0,0,0.6) 0 5px 10px;
  left: 50%;
  margin-left: -350px;
  margin-top: -300px;
}

.tab-container table {
    width:100%;
}

.tab-container .message-show-row {
    display:none;
}

.tab-container .message-show-int {
      background: #F5F5F5;
  padding: 15px;
  border: 1px solid #E2E2E2;
  margin-top: 15px;
}

.tab-container .attachment-wrapper {
  background: #E4E4E4;
  margin: -15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  color: #626262;
  font-size: 12px;
}
.tab-container table th {
    text-align: left;
    padding-bottom:10px;
}

.tab-container table td {
    padding: 5px;
  border-bottom: 1px solid #DCDCDC;
}

/*.modal a {
    color:#508aff;
    text-decoration:none;
}
.modal a:hover {
    text-decoration: underline;
}
*/
.tab-container table.table-striped tr:nth-child(odd) td {
    background: #F4F4F4;
}

.tab-container table tr:last-child td {
    border-bottom:none;
}

.tab-container table.table-striped tr:first-child td {
    border-top:1px solid #DCDCDC;
}

.tab-container tr.show-message td {
    cursor:pointer;
}

.tab-container table tr.show-message:nth-child(even) td {
    background:#fff !important;
}
.tab-container table tr.show-message:nth-child(odd) td {
    background: #F4F4F4 !important;
}

.tab-container .tab-content.active {
    display:block;
    max-height: 300px;
    overflow:auto;
    /*transition: all 0.5s ease-in;*/
}

.tab-container .container-inner {
    padding: 15px;
    border: 1px solid #DCDCDC;
}

@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.cts-spinner-loader{
  -moz-animation: three-quarters-loader 1250ms infinite linear;
  -webkit-animation: three-quarters-loader 1250ms infinite linear;
  animation: three-quarters-loader 1250ms infinite linear;
  border: 8px solid #38e;
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  top:50%;
  margin-top:-16px;
  left:50%;
  margin-left:-16px;

}

.cts-spinner {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,0.8);
  z-index: 99999;
}

.note-wrap {
  border:1px solid #DCDCDC;
  border-bottom:none;
}
.note-wrap:last-child {
  border-bottom:1px solid #DCDCDC;
}

.note-wrap .note-header{
  background: #6E99CC;
  padding:5px 15px;
  color:#fff !important;
}


.note-wrap .note-text {
  padding:15px;
  color:#666;
}

.autocomplete-menu {
  position: absolute;
  list-style: none;
  background:#fff;
  box-shadow:rgba(0,0,0,0.3) 0 5px 5px;
  margin:0;
  padding:0px;
}

.autocomplete-menu li {
  padding:5px;
  cursor: pointer;
}



.autocomplete-menu li:hover  {
  background:#efefef;
}

.autocomplete-menu li.autocomplete-item-header {
      background: #3C5679;
    color: #fff;
    font-weight: bold;
}

input.form-control {
  box-sizing:border-box;
 
}

table.table {
  width:100%;
}
/*
.list-group {
  list-style: none;
  padding:0;
  margin:20px;
  border:1px solid #ccc;
}

.list-group .list-group-item {
  border-bottom:1px solid #ccc;
  padding:10px;
}

.list-group .list-group-item:last-child{
  border-bottom:none;
}
*/
.tab-content .list-group {
 margin:0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  display: inline-block;
  vertical-align: top;
  box-sizing:border-box;
}

.col-1 {
  width:calc(98% / 12);
}
.col-2 {
  width:calc(98% / 12 * 2);
}

.col-3 {
  width:calc(98% / 12 * 3);
}

.col-4 {
  width:calc(98% / 12 * 4);
}

.col-5 {
  width:calc(98% / 12 * 5);
}

.col-6 {
  width:calc(98% / 12 * 6);
}

.col-7 {
  width:calc(98% / 12 * 7);
}

.col-8 {
  width:calc(98% / 12 * 8);
}

.col-9 {
  width:calc(98% / 12 * 9);
}

.col-10 {
  width:calc(98% / 12 * 10);
}

.col-11 {
  width:calc(98% / 12 * 11);
}

.col-12 {
  width:100%;
}

.ui-autocomplete {
  z-index: 9999999999 !important;
}