*{
    padding: 0;
    margin:0;
    outline: 0;
    text-decoration: none;
    list-style-type: none;
}
html{
  height: 100%;
}
body{
    padding: 0;
    font-family: Arial, Verdana,  Helvetica, sans-serif !important;
    float: left;
    font-size: 14px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#navbar{
	position: fixed;
	z-index: 999;
    top: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 10px;
    clear: both;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    font-size: 13px
}
#navbar #logo{
	float: left;
	margin: 0;
}
#navbar .nav{
	margin-top: 10px;
  margin-left: 20px;
}
#navbar li{
	float: left;
	list-style-type: none;
	margin-right: 3px;
}
#navbar li#settings.dropdown{
    display: none;
}
#navbar li#settings:hover .dropdown{
    display: block !important;
    position: absolute;
    min-width: 149px;
    width: 180px;
    min-height: 60px;
    background: #e2e3e5;
}
#navbar li ul{
	position: absolute;
	z-index: 100;
	list-style-type: none;
	margin-right: 1px;
}
#navbar li ul li {
	float: left;
	width: 100px;
	margin-top: 10px;
}
#navbar .navbar-right{
  margin-right: 0 !important;
}
#navbar ul.navbar-right li a{
	width: 100px;
	text-align: center;
}
#navbar li a{
	display: block;
	color: #444;
	padding: 0 10px;
	font-size: 14px;
    font-weight: 700;
	height: 28px;
	text-decoration: none;
	line-height: 30px;
}
#navbar li a:hover,#navbar li.active a {
	background-color: #8f2a4f;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#navbar li.active .dropdown a {
  background-color: transparent !important;
  color: #444;
}
#navbar li.active .dropdown a:hover, #navbar li.active .dropdown a.active {
  background-color: #8f2a4f !important;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*Login*/
#overlogin{
    position: relative;
    border: 2px solid #8f2a4f;
    margin: 150px auto;
    height: 227px;
    width: 320px;
    padding: 20px;
}
#loginin #logo{
    float: left;
    background-color: #8f2a4f;
    height: 100px;
    width: 320px;
    text-align: center;
}
#loginin #logo img{
	margin-top: 25px;
}
#loginin #log1{
	float: left;
	width: 300px;
	background-color: #fff;
	padding: 10px;
}
#log1 .submit2{
	float: right;
	display: block;
	color: #fff;
	width: 60px;
	background-color: #ad3360;
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
#log1 .submit2:hover{
	background-color: #8f2a4f;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#log1 p{
	width: 260px;
	float: left;
    line-height: 26px;
	margin: 5px 20px;
	color: #000;
}
 #log1 label{
  min-width: 50px;
}
#log1 input{
    float: right;
    height: 20px;
    width: 180px;
}
#log1 input[type="text"], #log1 input[type="password"]{
    min-width: 180px !important;
}
#wrapper{
width: 1200px;
position: relative;
margin: 100px auto 0 auto;
flex-grow: 1;
flex-shrink 0;
}
#content{
	float: left;
	width: 1200px;
	min-height: 400px;
	padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
form#myform p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.title-section{
	float: left;
	width: 100%;
    margin-bottom: 20px;
}
.page-title{
    float: left;
    margin: 0;
    font-weight: normal;
    font-size: 31px;
}
.actionbuttons{
	float: right;
}
.labelandp{
  float: left;
}
.please{
  float: left;
  clear: both;
}
/*p.branche {
    float: left;
    margin-top: 10px;
}*/
p.fcolumns{
  float: left;
  width: calc(50% - 10px);
  margin: 20px 20px 20px 0;
}
p.pcolumns{
  float: left;
  width: calc(50% - 10px);
  margin: 20px 0 20px 0;
}
#exportcolumns, #refcolumns{
  float: left;
  margin-top: 15px;
}
#personColumnsSelectmain{
  float: left;
}
#personColumnsSelectmain .coosecols{
  float: left;
  width: 100%;
  margin: 20px 0;
}
.checkcolumns {
  float: left;
  margin: 0 30px 15px 0;
  min-width: 185px;
}
.existingemailfilter .checkcolumns {
  width: 215px;
  max-width: 215px;
  margin-right: 25px;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  left:0; top: -3px;
  width: 65px; height: 30px;
  background: #DDDDDD;
  border-radius: 15px;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -ms-transition: background-color .2s;
  transition: background-color .2s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  width: 20px; height: 20px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  border-radius: 50%;
  background: #7F8C9A;
  top: 2px; left: 5px;
}

/* on checked */
[type="checkbox"]:checked + label:before {
  background:#8f2a4f; 
}
[type="checkbox"]:checked + label:after {
  background: #e2cad3;
  top: 2px; left: 40px;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label .ui:before {
  content: "no";
  left: 32px
}
[type="checkbox"]:checked + label .ui:after {
  content: "yes";
  color: #fff;
}
[type="checkbox"]:focus + label:before {
  border: 1px dashed #777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
}
/*Custom Radio buttons*/
.radiotype label.search_label{
  min-width: 65px;
}
.radiotype .stringnumric{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100px;
  margin-left: 25px;
  text-align: right;
}
.radiotype .stringnumric.stringleft{
  text-align: left;
}
.radiotype .stringnumric input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.radiotype .stringnumric label{
  display: block;
  position: relative;
  font-size: 14px;
  padding: 0 0 0 40px;
  margin: 4px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  font-weight: bold;
}
.radiotype .stringnumric.stringleft label{
  padding: 0 40px 0 0;
}
.radiotype .stringnumric:hover label{
  color: #8f2a4f;
}
.radiotype .stringnumric .check{
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 0;
  z-index: 5;
}
.radiotype .stringnumric.stringleft .check{
  left: 80px;
}
.radiotype .stringnumric:hover .check {
  border: 2px solid #8f2a4f;
}
.radiotype .stringnumric .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
}
input[type=radio]:checked ~ .check {
  border: 2px solid #8f2a4f;
}
input[type=radio]:checked ~ .check::before{
  background: #8f2a4f;
}
input[type=radio]:checked ~ label{
  color: #8f2a4f;
}
#destination{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#destination .radiotype{
  width: 50%;
  margin: 0 !important;
}
#destination .radiotype .stringleft{
  margin-left: 0 !important;
}
#destination .radiotype .stringnumric label{
    padding: 0;
    margin:0;
    min-width: 100px;
}
#destination .radiotype .stringnumric.stringleft .check{
    left: 55px;
}
/***************************/
#maincontent, #contactsearch{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
#search_form{
    float: left;
    width: 100%;
}
#search_form p{
  float: left;

}
#search_form .actionbuttons{
    margin:35px 0 -35px 0;
}
#customresearch{
  float: left;
  width: 82%;
}
#customresearch .searchdattype{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#searchdetails{
  float: right;
  width: 200px;
  background: #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  min-height: 424px;
}
#searchdetails label{
  width: 100%;
  min-width: 100%;
  margin: 0;
  text-align: center;
  font-size: 22px;
}
#allsearch{
  float: left;
  width: 100%;
  margin-right: 20px;
}
.wizard > .steps .current a{
  outline: none;
}
.wizard > .actions a{
    background-image: linear-gradient(to left,#8f2a4f 50%,#ad3360 50%) !important;
    transition: background-position 400ms;
    background-position: 0% 0 !important;
    background-size: 200% 100% !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    white-space: nowrap;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 4px !important;
    color: #fff !important;
}
.wizard > .actions a:hover, .wizard > .actions a:focus, .wizard > .actions a:active{
    background-position: 100% 0 !important;
    color: #fff !important;
    outline: none !important;
    text-decoration: none;
}
#customresearch input[type=radio]{
  position: absolute;
  visibility: hidden;
}
#customresearch #wizard-p-3 ul{
  float: left;
  width: 100%;
  margin: 2% 0;
}
#customresearch #wizard-p-0 ul li, #customresearch #wizard-p-3 ul li{
  float: left;
  width: 30%;
  position: relative;
  height: 45px;
  margin-top: 15%;
}
#customresearch #wizard-p-3 ul li{
  margin: 0;
}
#customresearch #wizard-p-0 ul li:nth-child(2), #customresearch #wizard-p-3 ul li:nth-child(2){
  margin: 15% 5% 0 5%;
}
#customresearch #wizard-p-3 ul li:nth-child(2){
  margin: 0 5%;
}
#customresearch #wizard-p-0 ul li label, #customresearch #wizard-p-3 ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 26px;
  padding: 0;
  margin: 6px 0 0 0;
  height: 39px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  width: 100%;
  min-width: 110px;
  text-align: center;
}

#customresearch #wizard-p-0 ul li:hover label{
  /*color: #7F8C9A;*/
}

#customresearch ul li .check{
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

#customresearch #wizard-p-0 ul li:hover .check {
  /*border: 2px solid #7F8C9A;*/
}

#customresearch ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 41px;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

#customresearch input[type=radio]:checked ~ .check {
  border: 2px solid #ad3360
}

#customresearch input[type=radio]:checked ~ .check::before{
  background: #ad3360;
}

#customresearch input[type=radio]:checked ~ label{
  color: #fff;
}
#customresearch .searchelement{
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
#customresearch .searchelement.doublesearcelement{
  width: 100%;
}
#customresearch .searchelement .minuslab{
  font-size: 0;
  background-image: url(../images/cancel.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 5px 5px 0 0;
  cursor: pointer;
}
#wizard-p-1 input.reset_button{
  margin-bottom: 20px; 
}
.wizard > .content > .body{
  width: 100%;
}
#wizard-p-1 .field{
  padding: 10px 0;
}
.wizard > .content{
  min-height: 355px;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
  background: #ad3360;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
  background: rgba(173, 51, 96, 0.6);
}
/*Import*/
#myProgress {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #ddd;
  border-radius: 3px;
}
#myBar {
  position: absolute;
  width: 10%;
  height: 100%;
  background-color: #ad3360;
  background-image:
   -webkit-linear-gradient(-45deg, 
                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
                           rgba(0,0, 0, .1) 66%, transparent 66%),
   -webkit-linear-gradient(top, 
                           rgba(255, 255, 255, .25), 
                           rgba(0, 0, 0, .25)),
   -webkit-linear-gradient(left, #ad3360, #c34774);
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 3px; 
}
#label {
  text-align: right;
  line-height: 20px;
  padding-right: 5px;
  color: white;
}
#matching-box {
  width: 800px;
  margin: 30px auto;
}
#matching-box .selectbox {
  float: none;
}
#matching-box ul {
  padding: 0px;
  list-style: none;
}
#matching-box .matching-box-top ul {
  width: 800px;
  height: 47px;
  padding-bottom: 4px;
}
#matching-box .matching-box-top li {
  float: left;
  width: 400px;
  background: #f5f5f5;
  text-transform: uppercase;
  text-align: center;
  height: 47px;
  line-height: 47px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  border: 1px solid #ededed;
  border-width: 1px 1px 1px 1px;
}
#matching-box .matching-box-top li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-width: 1px 1px 1px 1px;
}
#matching-box .one-field-property {
  padding-top: 26px;
  background: transparent url('../images/bg_matching_box_dots.png') no-repeat 372px 40px;
  background-size: 1000px 16px;
}
#matching-box .status-matched {
  background-position: -91px 40px;
}
#matching-box .status-excluded {
  background-position: -562px 40px;
}
#matching-box .error {
  background-position: -562px 40px;
}
#matching-box .one-field-property dl {
  float: left;
  width: 370px;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#matching-box .one-field-property dt {
  padding-left: 10px;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 11px;
  background-color: #ededed;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#matching-box .status-matched dt {
  color: #fff;
  background-color: #99c15e;
}
#matching-box .error dt {
  color: #fff;
  background-color: #e84c3f;
}
#matching-box .status-excluded dt {
  color: #fff;
  background-color: #dc6060;
}
#matching-box .one-field-property dd {
  padding-left: 10px;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #ededed;
}
#matching-box .one-field-property .property-matching {
  float: right;
  margin-top: 7px;
  width: 360px;
}
#matching-box .one-field-property .property-matching .selectbox {
  margin-bottom: 8px;
}
#matching-box .one-field-property .property-matching .field {
  margin-bottom: 8px;
}
#matching-box .one-field-property .property-matching .field:last-child {
  margin-bottom: 0;
}
#matching-box .one-field-property .property-matching .message ul {
  margin-top: 0;
}
#matching-box .matching-box-bottom {
  width: 800px;
  height: 47px;
  margin-top: 26px;
  padding-top: 3px;
}
#matching-box .matching-box-bottom div {
  background: #f5f5f5;
  min-height: 47px;
  position: relative;
}
#matching-box .matching-box-bottom .btn{
  margin-top: 15px;
}
#matching-box .matching-box-bottom #btnupload{
  margin-left: 2px;
}
#matching-box .matching-box-bottom div div {
  width: 237px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  color: #9a9d9f;
}
#matching-box .matching-box-bottom div div#count-unmatched {
  position: absolute;
  top: 0;
  left: 20px;
}
#matching-box .matching-box-bottom div div#count-excluded {
  margin: 0 auto;
}
#matching-box .matching-box-bottom div div#count-matched {
  position: absolute;
  top: 0;
  right: 0px;
}
#matching-box .matching-box-bottom div div span {
  float: left;
  font-size: 30px;
  line-height: 30px;
  margin-top: -2px;
  margin-right: 6px;
}
#matching-box .matching-box-bottom div #count-excluded span {
  color: #dc6060;
}
#matching-box .matching-box-bottom div #count-matched span {
  color: #99c15e;
}
#matching-box .property-matching .property-form input[type="checkbox"]{
    float: right;
    width: 20px;  
  }
#import-warning {
  font-size: 14px;
  padding: 30px 0;
  text-align: center;
}
#list-progress .recap {
  float: left;
  width: 450px;
}
.progress {
  margin-bottom: 0;
}
#list-progress .progress {
  float: right;
  width: 450px;
  margin-bottom: 0;
}
.dataTables_scrollBody{
  overflow: hidden !important;
}
.table-overflow-container {
  width: 978px;
  padding-right: 140px;
}
.table-overflow-container table {
  min-width: 980px;
}
.table-overflow-container table th,
.table-overflow-container table td {
  white-space: nowrap;
}
.table-overflow-container table .th-actions-spacer,
.table-overflow-container table .actions-spacer {
  padding-left: 60px;
  padding-right: 60px;
}
.table-overflow-container table th:last-of-type,
.table-overflow-container table td:last-of-type {
  position: absolute;
  right: 0;
  padding-top: 5px;
  width: 140px;
}
.table-overflow-container {
  padding-right: 140px;
}
.table-overflow-container table {
  min-width: 980px;
}
.table-overflow-container table th,
.table-overflow-container table td {
  white-space: nowrap;
}
.table-overflow-container table .th-actions-spacer,
.table-overflow-container table .actions-spacer {
  padding-left: 60px;
  padding-right: 60px;
}
.table-overflow-container table td:last-of-type a {
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -1px;
}
.radiotype{
  float: left;
  width: 100%;
  margin: 10px 0;
}
.refclass{
  float: left;
    width: 100%;
    margin-bottom: 10px;
}
.labelcheck{
  float: right;
}
#nci{
  width: 100%;
}
#nci tr:nth-child(2n){
  background: rgba(211, 211, 211, 0.4);
}
#nci tr td, #nci tr th{
  border:1px solid #d3d3d3;
  border-collapse: collapse;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
#nci tr td i{
  font-size: 24px;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
#nci tr td i.zmdi-check{
  background: green;
  font-size: 16px;
}
#nci tr td i.zmdi-close{
  background: red;
  font-size: 16px;
}
#nci tr td i.zmdi-delete{
  color: red;
}
#nci tr .deletelistcomp{
  width: 50px;
  text-align: center;
}
#contacts-select-columns {
  float: right;
  z-index: 101;
  position: absolute;
  right: 15px;
}
#property-create-form .selectbox-property .text {
  width: 426px !important;
}
#matching-box .selectbox .text {
  width: 185px !important;
}
#matching-box .selectbox .text span {
  text-overflow: ellipsis;
}
#btn_outdata, #btn_cleandata{
  float: left;
}
.loader {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-width: 5px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
}
.property-matching-choice {
  float: left;
  clear: both;
  width: 100%;
}
.property-matching-choice select,
.property-matching-choice input {
  width: 100%;
}
.property-matching-choice option {
  border-right: 0px solid #b2b2b2;
  padding-left: 5px;
}
.property-form {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  float: left;
  clear: both;
  border-top: 1px solid #d4d4d4;
}
.property-form .btn{
  float: right;
}
.property-form i.zmdi-help{
    margin: -2px 0 0 2px;
    position: absolute;
}
.property-form select,
.property-form input {
  width: 100%;
}
.popupcontent{
	float: left;
	width: 100%;
	padding: 20px;
}
.popupcontent p{
	float: left;
	width: 100%;
}
.popupcontent p label{
	float: left;
	min-width: 130px;
}
.popupcontent p input[type="text"]{
	float: left;
	min-width: 250px;
}
.popupcontent p select{
	float: left;
	min-width: 250px;
}
.search_label{
    float: left;
    min-width: 105px;
    text-align: left;
    margin: 0 10px 0 0;
    line-height: 26px;
    font-size: 12px;
}
.search_input{
    float: left;
    width: 230px;
    text-align: left;
    margin-right: 25px;
}
.search_input input[type="text"]{
    float: left;
    width: 230px;
}
.search_input select{
    float: left;
    width: 230px;
    height: 26px;
}
.search_data{
  width: 230px;
  height: 26px;
}
#pradd, #first_table{
  position: relative;
  margin: 0 auto;
  width: 380px;
}
form#form1{
  position: relative;
  margin:0 auto;
  width: 400px;
}
form#form1 p{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
form#form1 p .search_data{
  float: right;
}
form#form1 p.submit input[type="button"]{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#functionalitydiv{
    margin: 0 0 20px 0;
    float: left;
}
#incompleteimport{
  position: absolute;
  right: 20px;
  box-shadow: none;
  border: 1px solid rgba(245, 134, 134, 0.68);
  padding: 20px;
  border-radius: 3px;
  background: rgba(253, 153, 153, 0.18);
}
#incompleteimport:before{
  content: '\f1f1';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  font-size: 24px;
  color: rgb(255, 66, 66);
  background: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
#incompleteimport .btn{
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    font-weight: bold;
    line-height: 30px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    min-width: 45%;
}
#igonoredpatterns{
  float: left;
}
#patterns{
  float: left;
    margin-bottom: 20px;
}
iframe#ifr {
    height: 65%;
    width: 100%;
    border: none;
}
label{min-width: 120px; float: left;}
select, input[type="text"]{min-width: 230px;height: 26px;}
select{
	height: 26px;
}
p.fileformat{
  width: 100%;
}
p.found{
	float: left;
  line-height: 26px;
}
p.found span{
    background: #ad3360;
    color: #fff;
    padding: 4px 8px;
    border-radius: 2px;
}
.btn{
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(to left,#8f2a4f 50%,#ad3360 50%) !important;
    transition: background-position 400ms;
    background-position: 0% 0;
    background-size: 200% 100%;
    font-weight: bold;
    padding: 0 30px;
    margin: 0;
    line-height: 50px;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    white-space: nowrap;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 4px !important;
}
.btn:hover, .btn:active, .btn:focus  {
    background-position: 100% 0;
    color: #fff !important;
    outline: none !important;
}
.tooltips {
    color: #8f2a4f; outline: none;
    cursor: help; text-decoration: none;
    float: left;
    position: relative;
    margin: 0 20px 0 -15px;
}
.tooltips.nomargin{
    margin: 0 20px 0 0;
}
.tooltips span {
    margin-left: -999em;
    position: absolute;
    transition: 0s;
}
.tooltips:hover span {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute; left: 1em; top: 2em; z-index: 99;
    margin-left: 0; width: 250px;
    transition-delay:700ms;
}
.tooltips:hover img {
    border: 0; margin: -10px 0 0 -55px;
    float: left; position: absolute;
}
.tooltips:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0;
}
.custom { padding: 0.5em 0.8em 0.8em 2em; }
.info { background: #9FDAEE; border: 1px solid #2BB0D7; }
td button{
	border:none;
	background: transparent;
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0 auto;
}
td button i{
   font-size: 20px !important;
}
@-webkit-keyframes swing{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
td button.delete:hover i{
	color: red;
}
td button.build:hover i{
	color: orange;
}
td button.add:hover i{
	color: green;
}
td button.edit:hover i{
	color: #2196F3;
}
td button:hover i{
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
table{
    border-bottom: none !important;
    border: 1px solid #d3d3d3 !important;
    border-collapse: collapse !important;
}
table.dataTable tbody tr.odd{
    background-color: #f9f9f9 !important;
}
table.dataTable tbody tr.even{
    background-color: #fff !important;
}
table.dataTable tbody th, table.dataTable tbody td{
    border-top: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_filter label{
  line-height: 23px;
}
.dataTables_wrapper .dataTables_filter label input{;
  margin: 0 0 0 2px;
  min-width: 90px;
  border: 1px solid rgb(169, 169, 169);
  padding: 0 10px;
}
.dataTables_wrapper .dataTables_length label{
	line-height: 23px;
}
.dataTables_wrapper .dataTables_length label select{
	float: right;
	margin: 0 0 0 2px;
	min-width: 90px;
}
/*TemplatesSnaps*/
#templatessnaps{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.template {
border: none !important;
height: 250px;
margin-left: 3px;
overflow: hidden;
position: relative;
margin: 0 0 20px 0;
}
.template a {
border: 2px solid #8f2a4f;
position: absolute;
overflow: hidden;
z-index: 99;
width: 370px;
height: 200px;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.template a img {
position: absolute;
width: 370px;
transform: scale(1.02);
transition: all 0.2s ease 0s;
}
.template p {
position: absolute;
line-height: 34px;
bottom: 0;
margin: 0;
}
.template button {
position: absolute;
bottom: 0;
right: 20px;
}
 .template:hover a >img
 {
 -moz-animation: border-bounce 3000ms linear;
 -webkit-animation: border-bounce 3000ms linear;
 }
 @-moz-keyframes border-bounce {
 0%   { margin-top: -10px;  }
 25%  { margin-top: -50px; }
 50%  { margin-top: -100px;  }
 75%  { margin-top: -50px;  }
 100% { margin-top: -0px;  }
 }
 @-webkit-keyframes border-bounce {
 0%   { margin-top: -10px;  }
 25%  { margin-top: -50px; }
 50%  { margin-top: -100px;  }
 75%  { margin-top: -50px;  }
 100% { margin-top: -0px;  }
 }
#footer{
    flex-shrink: 0;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 30px 0 0 0;
    background: #e2e3e5;
    text-align: center;
    border-top:2px solid #ad3360;
}
#footer p{
   margin: 0;
}
.modal-dialog{
  width: 100% important;
}
.datepicker{
  z-index: 9999 !important;
}
#myModalStatitic label{
  float: none !important;
}
#ui-datepicker-div{
  z-index: 999 !important;
  width: 230px !important;
}
.modal-header #tabs{
  padding: 0 !important;
  border-radius: 0 !important;
}
.modal-header #tabs .ui-widget-header{
    border: 1px solid #fff !important;
    background: #8f2a4f !important;
  border-radius: 0 !important;
}
.modal-header #tabs .ui-widget-header li{
    border: 1px solid #fff !important;
    border-bottom: 0 !important;
  border-radius: 0 !important;
}
.modal-header #tabs #tabs-2 .datepicker{
   width: 100% !important;
}
.modal-header #tabs #tabs-3 table{
   width: 100% !important;
}
.modal-header #tabs #tabs-3 table tr td{
   font-weight: bold;
   font-size: 14px;
   width: calc(20% - 2px)
}
.modal-header #tabs #tabs-3 table tr td select{
  min-width: 50px;
   width: 100%;
   border-right: 0;
   border-left: 0;
}
.modal-header #tabs #tabs-3 table tr td select option{
   border-bottom: 1px solid rgb(169, 169, 169);
}
.modal-header #tabs #tabs-3 table tr td select option:last-child{
   border-bottom: 0;
}
.modal-header #tabs #tabs-3 table tr td:last-child select{
   width: 100%;
   border-right: 0;
}
.modal-header #tabs #tabs-3 input[type="button"]{
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(to left,#8f2a4f 50%,#ad3360 50%) !important;
    transition: background-position 400ms;
    background-position: 0% 0;
    background-size: 200% 100%;
    font-weight: bold;
    padding: 8px 30px;
    margin: 10px 0 0 0;
    border-radius: 4px;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    white-space: nowrap;
    background-color: transparent !important;
    border-color: transparent !important;
}
.modal-header #tabs #tabs-3 input[type="button"]:hover{
    background-position: 100% 0;
    color: #fff !important;
    outline: none !important;
}
.modal-header #tabs #tabs-3 #preDefinedSelect{
    float: right;
    height: 41px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
#btn_field{
  margin-left: 5px;
}
.hidestatsinfo{
  display: none;
}