a {
  text-decoration: none;
}

body{
  margin:0px;
  font-family: "Open Sans", sans-serif;
  font-size:.8em;
  line-height:1.5em;
  letter-spacing: .7px;
  background:#fafafa;
}

.darkscene{
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position:fixed;
	z-index:2000;
  display: none;
  top:0;
}

.utmgeneratorform{
  width:500px;
  background:#fff;
  position:fixed;
  z-index:2100;
  top:50px;
  left:50%;
  margin-left:-265px;
  text-align:center;
  padding:15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  font-size:14px;
  color:#50697d;
}

.code{
  padding: 2px 4px;
  font-weight: bold;
  color: #0e77bf;
  background-color: #d8edfb;
  border-radius: 4px
}

.required{
  padding: 2px 4px;
  font-weight: bold;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

.infoblock{
  margin-top: 10px;
  float: left;
  background: #f6f6f6;
  padding: 10px;
  width: 250px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.editorder{
  width:532px;
  background:#fff;
  position:fixed;
  z-index:2100;
  top:120px;
  left:50%;
  margin-left:-266px;
  text-align:center;
  padding:15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  font-size:14px;
  line-height: 20px;
  color:#000;
}

.orderinfo{
  width:630px;
  background:#fff;
  position:fixed;
  z-index:2100;
  top:120px;
  left:50%;
  margin-left:-315px;
  text-align:center;
  padding:15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  font-size:14px;
  line-height: 20px;
  color:#000;
}

.deleteform, .deletecat, .addcatform, .deletesubcat, .addsubcatform, .addprdform{
  width:300px;
  background:#fff;
  position:fixed;
  z-index:2100;
  top:120px;
  left:50%;
  margin-left:-165px;
  text-align:center;
  padding:15px;
  display: none;
  font-size:14px;
  line-height: 20px;
  color:#000;
}

.addprdform{
  width:610px;
  margin-left: -320px;
}

.formheader{
  text-align: left;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
  padding-left: 10px;
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: -o-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 30px;
  background: #1174ba;
  border-bottom: 3px #1dafec solid;
  margin-left: -15px;
  margin-top: -15px;
}

.formbuttons{
  margin-top:15px;
  text-align: center;
  background:#f8f8f8;
  border-top:2px #dbdbdb solid;
  margin-left:-15px;
  margin-bottom: -15px;
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
  padding:10px 0px 5px 0px;
}

.formbutton{
  padding:0px 10px;
  font-size:12px;
  height:28px;
  line-height: 28px;
  border:1px #dbdbdb solid;
  float:left;
  cursor: pointer;
  -webkit-transition: background 0.3s; /* Safari */
  transition: background 0.3s;
}

.formbutton:hover{
  background:#ffffff;
}

.activebutton{
  padding:0px 10px;
  font-size:12px;
  height:28px;
  line-height: 28px;
  background:#1174ba;
  float:left;
  color:#fff;
  cursor: pointer;
  -webkit-transition: background 0.3s; /* Safari */
  transition: background 0.3s;
}

.activebutton:hover{
  background:#1dafec;
}


.enterbg{
  width:100%;
  height:100vh;
  background:url('../images/bg.jpg');
  position: fixed;
}

.navpanel{
  position: fixed;
  width:70px;
  height:100vh;
  background:#1174ba;
  top:0px;
  box-shadow: -1px 0 0 #3A607A;
}

.logo{
  width: 50px;
  height: 50px;
  background: url('../images/logo.png');
  background-size: 50px auto;
  margin-left: 10px;
  margin-top: 30px;
}

.workspace{
  width: 100%;
  padding: 10px 0px;
  margin-top: 30px;
}

.navel{
  padding:5px 0px;
  color:#fff;
  cursor: pointer;
}

.subcat-line{
  width:100%;
  height:30px;
  border-top:1px #EAEDEF solid;
  border-bottom: 1px #EAEDEF solid;
  background:#fafafa;
}

.subcat-icon{
  float:left;
  width: 21px;
  height: 21px;
  margin-top:4px;
  margin-right: 5px;
  margin-left:0px;
}

.subcat-name{
  float:left;
  line-height: 30px;
  font-weight: bold;
  color:#000;
  margin-left:5px;
}

.navexitel{
  padding:5px 0px;
  color:#4b4b4b;
  cursor: pointer;
  width:70px;
  position: inherit;
  bottom:20px;
}

.navela{
  padding:5px 0px;
  background:#1dafec;
  color:#fff;
  cursor: pointer;
}

.navel:hover, .navexitel:hover{
  background:#1dafec;
  color:#fff;
}

.naveltitle{
  text-align: center;
  font-size:12px;
  text-decoration: none;
}

.avatarform{
  width:60px;
  height:60px;
  background:#fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin-top:15px;
}

.paneldivider{
  width:230px;
  height:2px;
  background:#455668;
  margin-top:5px;
}

.settings{
  width:230px;
  height:30px;
  background:#172b46;
  position: fixed;
  bottom: 0px;
}

.settings-element{
  width:57px;
  height:30px;
  text-align: center;
  float:left;
}

.crmbody{
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: calc(100% - 90px);
  margin-left:70px;
  padding:10px;
  margin-top:37px;
  background:#fafafa;
}

.pageheader{
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: calc(100% - 90px);
  height:50px;
  background:#fff;
  border-bottom: 1px #e3e3e5 solid;
  position: fixed;
  z-index: 1500;
  margin-left:70px;
  padding:0px 10px;
  top:0px;
}

.panelicon{
  float:left;
  margin-right: 10px;
  margin-top:17px;
  margin-left:5px;
  cursor: pointer;
}

.pagetitle{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color:#000;
  line-height: 50px;
  height:50px;
  padding-left: 10px;
  float:left;
}

.pagenav{
  float:left;
  text-align:center;
  font-size:12px;
  color:#000;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
  cursor: pointer;
  margin-left:20px;
}

.filter-cal{
  float:left;
  margin-top:9px;
  height:10px;
  width:18px;
  background:url('../images/filter-cal.png');
  background-position: 0 0px;
  background-size: 18px auto;
  background-repeat: no-repeat;

}
.period-date-filter{
  border:0px;
  height:28px;
  width:60px;
  color:#50697d;
  padding:0px 5px;
  line-height: 28px;
  cursor: pointer;
}

.period-date{
  margin-top:10px;
  font-size:12px;
  color:#50697d;
  background:#fff;
  border: 1px #e3e3e5 solid;
  height:28px;
  line-height: 28px;
  padding:0px 10px;
  float:left;
  margin-left:10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.period-date:hover{
  background:#e86e67;
  border:1px #c8534c solid;
  color:#fff;
}

.period-date:hover .period-date-filter{
  background:#e86e67;
}

.period-date:hover .filter-cal{
  background-position: 0 -10px;
}

.period-date-active{
  margin-top:10px;
  font-size:12px;
  height:28px;
  line-height: 28px;
  padding:0px 10px;
  float:left;
  margin-left:10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:#fff;
  background:#e86e67;
  border:1px #c8534c solid;
}

.period-date-active .period-date-filter{
  background:#e86e67;
  color:#fff;
}

.period-el-active{
  margin-top:10px;
  font-size:12px;
  height:28px;
  line-height: 28px;
  padding:0px 10px;
  float:left;
  margin-left:-1px;
  color:#50697d;
  position: relative;
  cursor: pointer;
  background:#e86e67;
  border:1px #c8534c solid;
  z-index: 2;
  color:#fff;
}

.period-el{
  margin-top:10px;
  font-size:12px;
  color:#000;
  background:#fff;
  border: 1px #e3e3e5 solid;
  height:28px;
  line-height: 28px;
  padding:0px 10px;
  float:left;
  margin-left:-1px;
  color:#50697d;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.period-el:hover{
  background:#e86e67;
  border:1px #c8534c solid;
  z-index: 2;
  color:#fff;
}

.first{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.last{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.contentbody{
  background:#fff;
  width: -moz-calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  width: -o-calc(100% - 22px);
  width: calc(100% - 22px);
  margin:15px 0px;
  border:1px #eeeeee solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding:10px;
}

.contentbody-left{
  background:#fff;
  width: 400px;
  margin:15px 0px;
  border:1px #eeeeee solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding:10px;
  margin-right: 15px;
  float:left;
}

.contentbody-right{
  background:#fff;
  width: -moz-calc(100% - 459px);
  width: -webkit-calc(100% - 459px);
  width: -o-calc(100% - 459px);
  width: calc(100% - 459px);
  margin:15px 0px;
  border:1px #eeeeee solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding:10px;
  float:left;
}

#sortable {list-style-type: none; margin: 0; padding: 0;}
#sortable li {font-size: 1.4em;}
#sortable li span { position: absolute; margin-left: -1.3em; }

.action-block{
  width: -moz-calc(100% - 12px);
  width: -webkit-calc(100% - 12px);
  width: -o-calc(100% - 12px);
  width: calc(100% - 12px);
  padding:5px;
  border:1px #ddd solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.action-block-content{
  background:#F7F7F7;
  width:100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.abc-image{
  width:200px;
  height:120px;
  float:left;
  margin-right:10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.abc-content{
  float:left;
}

.abc-content-title{
  color: #50697d;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.contentpanelheader{
  width:100%;
  height:30px;
  padding:0px 10px;
  line-height: 31px;
  margin-left:-10px;
  margin-top:-10px;
  border-bottom: 1px #eeeeee solid;
  margin-bottom: 15px;
  color:#1174ba;
  font-size:14px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.panelheadericon{
  height:20px;
  padding:5px;
  border-left:1px #eeeeee solid;
  float:left;
  cursor: pointer;
}

.panelheadericonend{
  border-left:1px #eeeeee solid;
  height:20px;
  padding:5px 0px 5px 5px;
  float:left;
  margin-right: -5px;
  cursor: pointer;
}

.lineheader{
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  padding:0px 5px;
  line-height: 35px;
  height:36px;
  font-size:11px;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px # solid;
  font-weight: 700;
  color:#4b4b4b;
}

.linetable{
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  padding:0px 5px;
  line-height: 36px;
  height:36px;
  font-size:12px;
  text-align: center;
  border-bottom: 1px #EAEDEF solid;
  color:#4b4b4b;
  cursor: pointer;
  -webkit-transition: background 0.3s; /* Safari */
  transition: background 0.3s;
}

.linetable:hover{
  background:#f5f5f4;
}

.selected{
  background:#f5f5f4;
}

.lineheaderfilter{
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  padding:0px 5px;
  line-height: 35px;
  height:35px;
  font-size:12px;
  text-align: center;
  border-top: 1px #eebbbc solid;
  border-bottom: 1px #eebbbc solid;
  background:#ffd7d8;
}

.lineheaderempty{
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  padding:0px 5px;
  border-top: 1px #EAEDEF solid;
}

.lineblue{
  background:#95c7ea;
  border-top:1px #7fb9e1 solid;
  border-bottom: 1px #7fb9e1 solid;
}

.tableblue{
  border:1px #7fb9e1 solid !important;
  background:#b6ddf7 !important;
}

.filterborderblue{
  height:35px !important;
  border-right:1px #7fb9e1 solid !important;
}

.linegray{
  background:#e6e6e6;
  border-top:1px #c6c6c6 solid;
  border-bottom: 1px #c6c6c6 solid;
}

.tablegray{
  border:1px #c6c6c6 solid !important;
  background:#f4f4f4 !important;
}

.filterbordergray{
  height:35px !important;
  border-right:1px #c6c6c6 solid !important;
}

.tablefilter{
  background:#fee4e5;
  border:1px #eebbbc solid;
  padding:0px 5px;
  font-size: 12px;
  color:#000;
  margin-top:5px;
  width: -moz-calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  width: -o-calc(100% - 22px);
  width: calc(100% - 22px);
  height:25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}

.filterborder{
  height:35px !important;
  border-right:1px #eebbbc solid !important;
}

.lineelement{
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}


.lineelement-id{
  width:80px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-email-counter{
  width:65px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-email-date{
  width:90px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-status2{
  width:130px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-date{
  width:110px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
}

.prdimg{
  width:25px;
  height: 25px;
  border: 1px #EAEDEF solid;
  margin-left:12px;
  margin-top:4px;
  background:#fff;
}

.lineelement-datefull{
  width:140px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-phone{
  width:140px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-number{
  width:70px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-phone2{
  width:140px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-address{
  width:170px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-sale{
  width:70px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-see{
  width:70px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-cards{
  width:80px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-strahsum{
  width:95px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-action-active{
  width: -moz-calc(100% - 768px);
  width: -webkit-calc(100% - 768px);
  width: -o-calc(100% - 768px);
  width: calc(100% - 768px);
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-email-theme{
  padding:0px 5px;
  width: -moz-calc(100% - 785px);
  width: -webkit-calc(100% - 785px);
  width: -o-calc(100% - 785px);
  width: calc(100% - 897px);
  border-right: 1px #EAEDEF solid;
  float:left;
  height:37px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.lineelement-fulllink{
  padding:0px 5px;
  width: -moz-calc(100% - 701px);
  width: -webkit-calc(100% - 701px);
  width: -o-calc(100% - 701px);
  width: calc(100% - 701px);
  border-right: 1px #EAEDEF solid;
  float:left;
  height:37px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.lineelement-action-edit{
  width: -moz-calc(100% - 818px);
  width: -webkit-calc(100% - 818px);
  width: -o-calc(100% - 818px);
  width: calc(100% - 818px);
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-status{
  width: 100px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-clicks{
  width: 60px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.crmstatus{
  width:75px;
  height:25px;
  line-height: 25px;
  margin-top:6px;
  padding-left:5px;
  margin-left:9px;
  font-size:11px;
}

.lineelement-op{
  width:35px;
  text-align: center;
  float:left;
  height:37px;
}


.filterbutton, .opbutton{
  margin-top:8px;
  display:inline-block;
  background:#1174ba;
  width:21px;
  height:18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 21px;
  padding-top:3px;
  cursor: pointer;
  -webkit-transition: background 0.5s; /* Safari */
  transition: background 0.5s;
}

.opbutton:hover, .filterbutton:hover{
  background:#1dafec;
}

.operationsblock{
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  right:32px;
  margin-top:-10px;
  display: none;
  padding-top: 5px;
}


.operationsblockcontent{
  padding:10px 0px;
  background:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px #e4e3e8 solid;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.operationsblockelement{
  padding:0px 10px;
  line-height: 25px;
  height: 25px;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: background 0.3s; /* Safari */
  transition: background 0.3s;
}

.operationsblockelement:hover{
  background:#e9e9e9;
}

.actionstitle{
  padding:0px 5px;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.lineelement-manager, .lineelement-linkgroup{
  width:150px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
  white-space: nowrap;
}

.lineelement-shortlink{
  width:140px;
  border-right: 1px #EAEDEF solid;
  text-align: left;
  float:left;
  height:37px;
  white-space: nowrap;
  padding:0px 10px;
}

.linetable:hover .copy-link{
  display: block;
}

.copy-link{
  width:27px;
  height: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  float:left;
  background:#f5f5f4;
  margin-top:5px;
  margin-left:5px;
  text-align: center;
  display: none;
  position: relative;
}

.copy-link:hover{
  background:#e4e4e4;
}

.copy-link:active{
  background:#d4d4d4;
}

.copy-link:hover .alertblock{
  display: block;
}

.alertblock, .alertblock-success{
  width:120px;
  margin-left: -47px;
  position: absolute;
  display: none;
}

.alert{
  width:120px;
  height:30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background:rgba(0,0,0,0.8);
  color:#fff;
  line-height: 30px;
  font-size:10px;
  text-align: center;
}

.alert-success{
  width:120px;
  height:30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background:rgba(28,150,160,0.8);
  color:#fff;
  line-height: 30px;
  font-size:10px;
  text-align: center;
}

.alert-triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent rgba(0,0,0,0.8) transparent;
  margin-left:54px;
}

.alert-triangle-success{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent rgba(28,150,160,0.8) transparent;
  margin-left:54px;
}

.actionstar{
  background:url('/images/eye.png');
  width:20px;
  height:19px;
  background-size: 20px auto;
  background-position: top center;
  margin-top:9px;
  margin-left: -moz-calc(50% - 8px);
  margin-left: -webkit-calc(50% - 8px);
  margin-left: -o-calc(50% - 8px);
  margin-left: calc(50% - 8px);
  cursor: pointer;
}


.lineelement-action{
  width: -moz-calc(100% - 230px);
  width: -webkit-calc(100% - 230px);
  width: -o-calc(100% - 230px);
  width: calc(100% - 230px);
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-action>p{
  display: inline-block;
  line-height: 18px;
  margin: 0px;
}


.lineelement-partner{
  width: -moz-calc(100% - 177px);
  width: -webkit-calc(100% - 177px);
  width: -o-calc(100% - 177px);
  width: calc(100% - 177px);
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-partner>p{
  display: inline-block;
  line-height: 18px;
  margin: 0px;
}

.lineelement-fio2{
  width: -moz-calc(100% - 999px);
  width: -webkit-calc(100 - 999px);
  width: -o-calc(100% - 999px);
  width: calc(100% - 999px);
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-payment{
  width:150px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.lineelement-fio{
  width:200px;
  border-right: 1px #EAEDEF solid;
  text-align: center;
  float:left;
  height:37px;
}

.navicon{
  float:left;
  margin-right: 10px;
}

.navpanelelement{
  height:30px;
  line-height: 30px;
  color:#fff;
  font-size:14px;
  width:170px;
  padding:0px 15px;
}

.navpanelsubelement{
  background:#1dafec;
  height:30px;
  line-height: 30px;
  color:#fff;
}

.topline{
  height:100%;
  width:1px;
  background:#42576a;
  float:left;
  margin-left:23px;
}

.toplinecircle{
  width:9px;
  height:9px;
  background:#42576a;
  margin-left:-5px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  float:left;
  margin-top:10px;
  margin-right: 14px;
}

.pgblock{
  background: #dfdfdf;
  border: 1px #dfdfdf solid;
  line-height: 20px;
  font-size: 12px;
  padding: 0px 3px;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  min-width: 12px;
  text-align: center;
  color: #7f7f7f;
  cursor: pointer;
}

.pgblock:hover{
  background: #fff;
  border: 1px #dbdedf solid;
}

.pgblocka{
  background: #fff;
  line-height: 20px;
  font-size: 12px;
  padding: 0px 3px;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  min-width: 12px;
  text-align: center;
  color: #000;
  border: 1px #dbdedf solid;
  cursor: pointer;
}

.loginform{
  width:500px;
  background:#fff;
  position:fixed;
  z-index:1100;
  margin-top:20px;
  left:50%;
  margin-left:-250px;
  text-align:center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 300px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.loginlogo{
  width:200px;
  height:90px;
  background: url('../images/logowhite.png');
  background-size: 200px auto;
  background-repeat: no-repeat;
  margin-top:50px;
  position: fixed;
  left:50%;
  margin-left: -100px;
}

.logininput{
  padding:10px;
  width:350px;
  border:1px #e8e8e8 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  font-size:12px;
}

.infodevider{
  text-transform: uppercase;
  color:#000;
  font-size:14px;
  text-align: left;
  width:100%;
  padding-bottom: 3px;
  border-bottom: 2px #e6e5ea solid;
  margin-bottom: 15px;
}

.crminput{
  background:#fafafa;
  width:290px;
  border:1px #e6e5ea solid;
  outline: none;
  font-size:12px;
  height:30px;
  line-height: 30px;
  padding:0px 10px;
}

.crminputfile{
  background:#fafafa;
  width:260px;
  border-left:1px #e6e5ea solid;
  border-top:1px #e6e5ea solid;
  border-bottom:1px #e6e5ea solid;
  outline: none;
  font-size:12px;
  height:30px;
  line-height: 30px;
  padding:0px 10px;
  float:left;
  overflow: hidden;
}

.crmfeedfile{
  width: -moz-calc(100% - 52px) !important;
  width: -webkit-calc(100% - 52px) !important;
  width: -o-calc(100% - 52px) !important;
  width: calc(100% - 52px) !important;
}

.countpartnerpaymentblock{
  width: -moz-calc((100% - 45px) / 4);
  width: -webkit-calc((100% - 45px) / 4);
  width: -o-calc((100% - 45px) / 4);
  width: calc((100% - 45px) / 4);
}

.countpartnerpaymentinput{
  width: -moz-calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  width: -o-calc(100% - 22px);
  width: calc(100% - 22px);
}

.uploadbutton{
  width:30px;
  height:32px;
  background:#f13b3e;
  float:right;
  -webkit-transition: background 0.5s; /* Safari */
  transition: background 0.5s;
  cursor: pointer;
}

.uploadbutton:hover{
  background:#3699dd;
}

.purple{
  background:#9d5ab9;
}

.inputfile:hover + .uploadbutton{
  background:#3699dd;
}

select.crminput{
  width:312px;
  border:1px #eeeeee solid;
  outline: none;
  font-size:12px;
  height:32px;
  line-height: 30px;
  padding:0px 10px;
}

.crminput-title{
  font-size:11px;
  color:#4b4b4b;
  margin-bottom: 5px;
}

.inputfile {
  width:290px;
  border:1px #e6e5ea solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  font-size:12px;
  height:30px;
  line-height: 30px;
  padding:0px 10px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1200;
  cursor: pointer;
}

.textareablock{
  float:left;
  width: -moz-calc(100% - 327px);
  width: -webkit-calc(100% - 327px);
  width: -o-calc(100% - 327px);
  width: calc(100% - 327px);
}

.countmp{
  width: -moz-calc((100% - 420px) / 2);
  width: -webkit-calc((100% - 420px) / 2);
  width: -o-calc((100% - 420px) / 2);
  width: calc((100% - 420px) / 2);
}

.countmpinput{
  width: -moz-calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  width: -o-calc(100% - 22px);
  width: calc(100% - 22px);
}

.countfeedpartner{
  width: -moz-calc((100% - 45px) / 4);
  width: -webkit-calc((100% - 45px) / 4);
  width: -o-calc((100% - 45px) / 4);
  width: calc((100% - 45px) / 4);
  position: relative;
}

.countfeedfile{

}

textarea.logininput{
  width:800px;
  height:300px;
  resize: none;
}

.logininputfocus{
  padding:10px;
  width:350px;
  border:1px #e8e8e8 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  background:#fffbe7;
  font-size:12px;
}

input#email{
  background-image: url('../images/mail.png');
  background-size:auto 10px;
  background-repeat: no-repeat;
  text-indent: 23px;
  background-position: 10px 12px;
}

input#password{
  background-image: url('../images/lock.png');
  background-size:auto 14px;
  background-repeat: no-repeat;
  text-indent: 23px;
  background-position: 10px 10px;
}

.enterbutton{
  margin-top:15px;
  display:inline-block;
  background:#1dafec;
  width:372px;
  height:37px;
  line-height: 37px;
  font-size:14px;
  text-transform: uppercase;
  color:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.enterbutton:hover{
  background:#03b5ff;
}

.actionbutton{
  display:inline-block;
  background:#36bd9f;
  height:30px;
  line-height: 30px;
  font-size:13px;
  text-transform: uppercase;
  color:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  padding:0px 10px;
  margin-right: 15px;
}

.forgotbutton{
  width:372px;
  display:inline-block;
  text-align:right;
  margin-top:10px;
  color:#36bd9f;
  cursor: pointer;
}

.forgotbutton:hover{
  text-decoration: underline;
}

.formerror{
  padding:5px 10px;
  color:#000;
  font-size: 12px;
  text-align: center;
  background:#ffdada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}

.crmerror{
  padding:5px 10px;
  color:#D27C82;
  font-size: 14px;
  text-align: center;
  background:#ffdada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left:3px #eab3b7 solid;
  margin-top:20px;
}

.activeButton{
  padding:10px 20px;
  font-size:12px;
  color:#fff;
  background:#f13b3e;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.activeButton:hover{
  color: #fff;
  background-color: #e81114;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
  border-color: #df1013;
}

.activeButton:active{
  color: #fff;
  background-color: #c70e11;
      border-color: #a10c0e
}

.errorb{
  border:1px #f13b3e solid !important;
}

.errorbi{
  border-top:1px #eab3b7 solid;
  border-left:1px #eab3b7 solid;
  border-bottom:1px #eab3b7 solid;
}

.error-form{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:5px 10px;
  background:#ffdada;
  border:1px #eab3b7 solid;
  display: inline-block;
  width:450px;
  margin-top:10px;
  text-align: center;
  font-size:12px;
  color:#D27C82;
}

.clearfix{
  clear:both;
}

.form-but{
  text-align: center;
  display: inline-block;
  padding:0px 10px;
  height:32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.form-but-success{
  color: #fff;
  background: #26B99A;
  height: 30px;
  line-height: 32px;
  border: 1px solid #169F85
}

.form-but-success:hover{
  background-color: #169F85;
}

.form-but-success:active{
  color:#fff;
  background-color: #449d44;
  border-color: #398439
}

.form-but-cancel{
  color: #fff;
  background: #337ab7;
  height: 30px;
  line-height: 32px;
  border: 1px solid #2e6da4
}

.form-but-cancel:hover{
  background-color: #286090;
}

.form-but-cancel:active{
  color:#fff;
  background-color: #235784;
}

.savebutton{
  padding:10px;
  background:#233444;
  color:#fff;
  font-size: 14px;
  width:100px;
  text-align: center;
  display: inline-block;
  margin-left:600px;
  margin-top:15px;
  margin-bottom: 15px;
}

/*Custom Select Styles*/

select {
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 12px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:10px; top:1px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}

label:before {
    content:'';
    right:10px; top:0px;
    width:20px;
    background:#000;
    position:absolute;
 }

 label[for=filterby]:after
 {
   content:'';
   color:#aaa;
   padding:0 0 2px;
   border-bottom:0px solid #fff;
   pointer-events:none;
 }

 label[for=file]:after
 {
   content:'';
   color:#aaa;
   padding:0 0 2px;
   border-bottom:0px solid #fff;
   pointer-events:none;
 }

 .quick-count-orders{
   width: -moz-calc((100% / 5) - 63px);
   width: -webkit-calc((100% / 5) - 63px);
   width: -o-calc((100% / 5) - 63px);
   width: calc((100% / 5) - 63px);
   padding:0px 30px;
   border-right: 3px #e3e3e5 solid;
   float:left;
 }

 .quick-count-icon{
   float:left;
   width:16px;
   height:16px;
   margin-right: 5px;
 }

 .quick-count-title{
   margin-top:-2px;
   float:left;
   font-weight: bold;
   font-size:14px;
   color:#50697d;
 }

 .quick-count-numbers{
   font-size:28px;
   font-weight: bold;
   color:#50697d;
   margin-top:15px;
 }

 .quick-count-period{
   width:100%;
   font-size:14px;
   color:#50697d;
   margin-top:10px;
 }

.btn{
  font-weight: bold;
  outline: none;
  padding-top: 5px;
  padding-bottom: 7px;
  box-shadow: inset 0 -2px rgba(0, 0, 0, .15);
  cursor: pointer;
}

a .btn, .btn-create{
  text-decoration: none;
}

.blue-btn {
    display: inline-block;
    padding: 6px 10px 7px 10px;
    border: none;
    background-color: #EBF8F5;
    color: #23AB92;
    box-shadow: inset 0 -2px rgba(0, 93, 66, 0.15);
}

.blue-btn:hover, .blue-btn:focus {
    background-color: #ceeee6;
    color: #2da492;
}
.btn-group>.btn.blue-btn+.dropdown-toggle, .btn-group>.btn.btn-create+.dropdown-toggle {
    padding-left: 10px;
    padding-right: 11px;
    border-left: 1px solid rgba(0,0,0,.08);
}
.btn-dark-blue, .btn-create {
    padding: 6px 10px 7px 10px;
    border: none;
    color: #FFFFFF;
    background: #26b096;
    background: -moz-linear-gradient(top,  #26b096 0%, #269faf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26b096), color-stop(100%,#269faf));
    background: -webkit-linear-gradient(top,  #26b096 0%,#269faf 100%);
    background: -o-linear-gradient(top,  #26b096 0%,#269faf 100%);
    background: -ms-linear-gradient(top,  #26b096 0%,#269faf 100%);
    background: linear-gradient(to bottom,  #26b096 0%,#269faf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b096', endColorstr='#269faf',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-dark-blue:hover, .btn-create:hover,
.btn-dark-blue:active, .btn-create:active,
.btn-dark-blue:focus, .btn-create:focus {
    background: #1C96A0;
    color: #FFFFFF;
}
.btn-create.btn-create-alt {
    background: linear-gradient(to bottom, #5DA6D2 0%,#2E95A7 100%);
}
.btn-create-alt:hover,
.btn-create-alt:active,
.btn-create-alt:focus {
    background: #3396AB;
}

@font-face {
    font-family: 'sp_icons';
    src: url('/my.fonts/sp_icons.eot');
    src: url('/my.fonts/sp_icons.eot.eot?#iefix') format('embedded-opentype'), url('/my.fonts/sp_icons.woff') format('woff'), url('/my.fonts/sp_icons.ttf') format('truetype'), url('/my.fonts/sp_icons.svg') format('svg')
}

.icon-save:before {
    background-image: url('/images/icons/save.svg');
    background-size: 14px auto;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    height:14px;
    width:14px;
    content:"";
    top:2px;
    margin-right: 5px;
}

textarea#links_result::-webkit-input-placeholder {color:#61cbae;}
textarea#links_result::-moz-placeholder          {color:#61cbae;}
textarea#links_result:-moz-placeholder           {color:#61cbae;}
textarea#links_result:-ms-input-placeholder      {color:#61cbae;}
