/*Epsilon Framework Version 2 - CRM pro živnostníky*/
/*Framework author: Enabled + CRM customizations*/
/*Complete framework for mobile-first CRM application*/

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);

/*////////////////*/
/*Stylesheet Reset*/
/*////////////////*/

* {
  appearance:normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
*:focus {
  outline: none;
}

*,*:after,*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #34495e; /* for the tint */
}

a:hover{
  text-decoration:none!important;
}

::selection {
  background-color:#CCC;
  color: #000;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
  display: block;
  overflow:hidden;
  position:relative;
}

p {
  line-height: 20px;
  margin-bottom: 20px;
  font-size:12px;
  letter-spacing:0px;
}

p > a {
  display: inline;
  text-decoration: none;
}

p > a:hover {
  text-decoration: underline;
}

p > span {
  display: inline;
}

span > a {
  display: inline;
}

a > span {
  display: inline;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  display: inline;
}

/*//////////////////////////////////////*/
/*Font Selection and General Font Colors*/
/*//////////////////////////////////////*/

body{
  font-family:'Open Sans', sans-serif;
  color:#666;
  font-size:12px;
  line-height:20px;
}

.checkbox{
  color:#666;
}

h1{
  font-size:20px;
  margin-bottom:10px;
  font-weight:800;
}

h2{
  font-size:18px;
  margin-bottom:10px;
  font-weight:800;
}

h3{
  font-size:16px;
  margin-bottom:10px;
  font-weight:800;
}

h4{
  font-size:14px;
  margin-bottom:10px;
  font-weight:800;
  color:#1f1f1f;
}

h5{
  font-size:12px;
  margin-bottom:5px;
  font-weight:800;
}

h1, h2, h3, h4, h5, h6{
  font-family:'Lato', sans-serif;
  color:#1f1f1f;
}

a{
  color:#e34e47;
}

/*////////////////////////*/
/*Other Classes and Resets*/
/*////////////////////////*/

.content{
  margin-left:20px;
  margin-right:20px;
}

.container{
  margin-bottom:20px;
}

.no-bottom{
  margin-bottom:0px;
}

.half-bottom{
  margin-bottom:10px;
}

.full-bottom{
  margin-bottom:20px;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}

.float-left{
  float:left;
  margin-right:5px;
}

.float-right{
  float:right;
  margin-left:5px;
}

.right-text{
  text-align:right;
}

.left-text{
  text-align:left;
}

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

.uppercase{
  text-transform:uppercase;
}

.capitalize{
  text-transform:capitalize;
}

.responsive-image{
  width:100%;
  margin-bottom:20px;
}

.responsive-video{
  display:block;
  width:100%;
  margin-bottom:20px;
}

.decoration{
  height:1px;
  background-color:rgba(0,0,0,0.1);
  margin-bottom:20px;
  display:block;
}

/*//////////////*/
/*Data Preloader*/
/*//////////////*/

#preloader {
  position:fixed;
  z-index:2500;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#FFF;
  z-index:999999;
}

#status {
  position:fixed;
  z-index:999999;
  width:250px;
  height:250px;
  position:absolute;
  left:50%;
  top:50%;
  background-image:url(../images/status.gif);
  background-size:32px 32px;
  background-repeat:no-repeat;
  background-position:center;
  margin:-125px 0 0 -125px;
}

#status p{
  top:60%;
}

#status em{
  font-size:10px!important;
  display:block;
  font-style:normal;
}

/*///////////////////*/
/*Typography Features*/
/*///////////////////*/

.center-icon{
  width:70px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}

.last-column{
  margin-right:0%!important;
}

.one-third{
  width:28%;
  float:left;
  margin-right:8%;
}

.one-half{
  width:45%;
  float:left;
  margin-right:10%;
}

.two-half{
  width:45%;
  float:left;
}

/*///////////////*/
/*Text Highlights*/
/*///////////////*/

.text-highlight{
  color:#FFFFFF;
  padding:5px;
  margin-right:3px;
}

.highlight-turqoise{   background-color:#16a085;  }
.highlight-green{       background-color:#27ae60;  }
.highlight-blue{        background-color:#2980b9;  }
.highlight-magenta{    background-color:#8e44ad;  }
.highlight-dark{     background-color:#2c3e50;  }
.highlight-yellow{     background-color:#f1c40f;  }
.highlight-red{      background-color:#c0392b;  }
.highlight-orange{     background-color:#e67e22;  }

/*///////*/
/*Buttons*/
/*///////*/

.fullscreen-button{
  width:100%;
  display:block;
  text-align:center;
}

.button:hover{
  opacity:0.8;
}

.button-big:hover{
  opacity:0.8;
}

.button-icon:hover{
  opacity:0.8;
}

.button-big-icon:hover{
  opacity:0.8;
}

.button-fullscreen{
  display:block;
  width:100%;
}

.button{
  text-align:center;
  color:#FFFFFF;
  padding:8px 13px;
  display:inline-block;
  margin-bottom:2px;
  margin-left:2px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  text-decoration: none;
}

.button-big{
  text-align:center;
  color:#FFFFFF;
  padding:10px 26px;
  display:inline-block;
  margin-bottom:2px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
}

.button-big-icon{
  text-align:center;
  color:#FFFFFF;
  padding:10px 36px;
  padding-left:43px;
  display:inline-block;
  text-align:left;
  background-position:8px 8px;
  background-repeat:no-repeat;
  background-size:23px 23px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.button-icon{
  text-align:center;
  color:#FFFFFF;
  padding:8px 15px;
  padding-left:35px;
  display:inline-block;
  margin-bottom:2px;
  margin-left:2px;
  text-align:left;
  background-position:8px 7px;
  background-repeat:no-repeat;
  background-size:20px 20px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.button-turqoise{      background-color:#16a085;  }
.button-turqoise:active{   background-color:#085b4b;  }

.button-green{         background-color:#27ae60;  }
.button-green:active{    background-color:#177c42;  }

.button-blue{        background-color:#2980b9;  }
.button-blue:active{     background-color:#195a84;  }

.button-magenta{       background-color:#8e44ad;  }
.button-magenta:active{    background-color:#61267a;  }

.button-dark{        background-color:#2c3e50;  }
.button-dark:active{     background-color:#0b1621;  }

.button-yellow{        background-color:#f1c40f;  }
.button-yellow:active{     background-color:#c3a321;  }

.button-red{         background-color:#c0392b;  }
.button-red:active{      background-color:#932d23;  }

.button-orange{        background-color:#e67e22;  }
.button-orange:active{     background-color:#b76217;  }

/*/////////////*/
/*Buttons Icons*/
/*/////////////*/

.icon-home{background-image:url(../images/icons/misc/home.png);}
.icon-setting{background-image:url(../images/icons/settings/cog4.png);}
.icon-mail{background-image:url(../images/icons/misc/mail.png);}

/*//////*/
/*Charts*/
/*//////*/

.chart strong{
  font-size:12px;
  text-align:left;
  font-weight:normal;
}

.chart em{
  font-size:12px;
  text-align:right;
  font-style:normal;
  display:block;
  margin-bottom:10px;
  margin-top:-20px;
}

.chart-background{
  background-color:#CCC;
  width:100%;
  display:block;
  height:20px;
  margin-bottom:20px;
}

.red-chart{
  background-color:#c0392b;
  margin:3px;
  height:14px;
  opacity:0.9;
}

.green-chart{
  background-color:#27ae60;
  margin:3px;
  height:14px;
  opacity:0.9;
}

.yellow-chart{
  background-color:#f39c12;
  margin:3px;
  height:14px;
  opacity:0.9;
}

.blue-chart{
  background-color:#2980b9;
  margin:3px;
  height:14px;
  opacity:0.9;
}

.chart-round div{
  border-radius:10px;
}

.p100{width:100%;}
.p90{width:90%;}
.p80{width:80%;}
.p70{width:70%;}
.p60{width:60%;}
.p50{width:50%;}
.p40{width:40%;}
.p30{width:30%;}
.p20{width:20%;}
.p10{width:10%;}
.p0{width:0%;}

/*//////////////////*/
/*Notification Boxes*/
/*//////////////////*/

.red-notification{
  background-color:#c0392b;
  color:#FFFFFF;
}

.green-notification{
  background-color:#27ae60;
  color:#FFFFFF;
}

.yellow-notification{
  background-color:#f39c12;
  color:#FFFFFF;
}

.blue-notification{
  background-color:#2980b9;
  color:#FFFFFF;
}

.big-notification{
  margin-bottom:20px;
  padding:8px;
}

.big-notification h3{
  font-family:'Dosis', sans-serif;
  font-weight:400;
  color:#FFFFFF;
  margin-bottom:5px;
  margin:10px;
  padding-bottom:10px;
  padding-top:5px;
  border-bottom:solid 1px rgba(255,255,255,0.2);
}

.big-notification h4{
  font-family:'Dosis', sans-serif;
  font-weight:400;
  color:#FFFFFF;
  margin-bottom:5px;
  margin:10px;
  padding-bottom:10px;
  padding-top:0px;
  border-bottom:solid 1px rgba(255,255,255,0.2);
}

.close-big-notification{
  font-size:14px;
  color:#FFFFFF;
  float:right;
  margin-top:-41px;
  margin-right:12px;
}

.big-notification p{
  padding:10px;
  padding-top:0px;
  margin-bottom:0px;
}

.static-notification-red{
  background-color:#c0392b;
  color:#FFFFFF;
  margin-bottom:20px;
}

.static-notification-red p{
  margin-top:10px;
  margin-bottom:10px;
}

.static-notification-green{
  background-color:#27ae60;
  color:#FFFFFF;
  margin-bottom:20px;
}

.static-notification-green p{
  margin-top:10px;
  margin-bottom:10px;
}

.static-notification-yellow{
  background-color:#f39c12;
  color:#FFFFFF;
  margin-bottom:20px;
}

.static-notification-yellow p{
  margin-top:10px;
  margin-bottom:10px;
}

.static-notification-blue{
  background-color:#2980b9;
  color:#FFFFFF;
  margin-bottom:20px;
}

.static-notification-blue p{
  margin-top:10px;
  margin-bottom:10px;
}

/*////////////////////*/
/*CRM Layout Structure*/
/*////////////////////*/

.all-elements{
  overflow-x:hidden;
  background-color: #fff;
}

.page-content{
  background-color:#fff;
  z-index:10;
  display:block;
  min-height:580px;
}

.page-content-wrapper{
  display:block;
  margin-top:0px;
  margin-bottom:0px;
  padding:20px;
  padding-bottom:15px;
}

.fix{
  position:fixed;
  bottom:0px;
  right:10px;
  z-index: 90;
}

.page-sidebar{
  background-color:#2c3e50;
  width:262px;
  display:block;
  position:absolute;
  z-index:2;
  top:0px;
  left:0px;
  bottom:0px;
  overflow:hidden;
  position:fixed;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.page-sidebar.active{
  transform: translateX(0);
}

.page-sidebar-scroll{
  padding-top:82px;
  margin-left:20px;
  padding-right:40px;
  width:262px;
  overflow: scroll!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  height:100%;
}

.content-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 999;
  transition: margin-left 0.3s ease;
  margin-left: 0;
}

.deploy-sidebar{
  background-image:url(../images/misc/deploy-nav.png);
  background-repeat:no-repeat;
  background-position:20px 24px;
  background-size:18px 12px;
  height:60px;
  width:60px;
  border-right:solid 1px rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}

.remove-sidebar{
  background-image:url(../images/misc/close-sidebar.png);
}

.deploy-contact{
  background-image:url(../images/misc/deploy-mail.png);
  background-repeat:no-repeat;
  background-position:20px 24px;
  background-size:18px 12px;
  height:60px;
  width:60px;
  border-left:solid 1px rgba(255,255,255,0.1);
  position:absolute;
  right:0px;
  top:0px;
  z-index:10;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}

.bread-crumb{
  margin-top:12px;
  margin-bottom:10px;
  background: linear-gradient(to bottom, #ecf0f1 0%, #bdc3c7 100%);
  padding: 15px 20px;
  border-bottom: 1px solid #95a5a6;
}

.logo{
  width:160px;
  margin-left:auto;
  margin-right:auto;
  margin-top:-38px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bread-crumb em{
  cursor:pointer!important;
  font-size:10px;
  color:#2c3e50;
  font-style:normal;
  display:block;
  font-weight: 600;
  letter-spacing: 1px;
}

/*////////////////////*/
/*CRM Specific Styles*/
/*////////////////////*/

/* Customer Cards */
.customer-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  border: 1px solid #ecf0f1;
}

.customer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.customer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  float: left;
  margin-right: 15px;
}

.customer-info h4 {
  margin: 0 0 5px 0;
  color: #2c3e50;
}

.customer-info p {
  margin: 0;
  color: #7f8c8d;
  font-size: 12px;
}

/* Cards */
.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ecf0f1;
}

.card-header {
  background: linear-gradient(to bottom, #ecf0f1 0%, #bdc3c7 100%);
  padding: 15px 20px;
  border-bottom: 1px solid #bdc3c7;
}

.card-content {
  padding: 20px;
}

/* Forms */
.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #ecf0f1;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  transition: all 0.3s ease;
  font-family: inherit;
  margin-bottom: 10px;
}

.form-control:focus {
  outline: none;
  border-color: #1abc9c;
  box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.1);
}

/* Tables */
table {
  font-size:12px;
  text-shadow: 1px 1px 0px #fff;
  background:#eaebec;
  border:#ccc 1px solid;
  margin-bottom:15px;
  width: 100%;
  border-collapse: collapse;
}

table th {
  padding:21px 25px 22px 25px;
  border-bottom:1px solid #e0e0e0;
  background: linear-gradient(to bottom, #34495e 0%, #2c3e50 100%);
  color: #fff;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

table th:first-child{
  text-align: center;
  padding-left:20px;
}

table tr{
  text-align: center;
  padding-left:20px;
}

table tr td:first-child{
  text-align: left;
  padding-left:20px;
  border-left: 0;
}

table tr td {
  padding:14px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 0px solid #e0e0e0;
}

table tr.even td{
  background: #efefef;
}

table tr:last-child td{
  border-bottom:0;
}

table tr:hover td{
  background: #f8f8f8;
}

/* Responsive */
@media (max-width: 768px) {
  .one-half, .two-half, .one-third {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sidebar-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .customer-avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .button, .button-big {
    padding: 12px 20px;
    font-size: 12px;
  }

  .customer-avatar {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
/* CRM Menu Fix */
.page-sidebar {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.sidebar-icon {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.social-container{
  width:200px;
  margin-left:auto;
  margin-right:auto;
}
.social-icon{
  width:50px;
  margin-left:auto;
  margin-right:auto;
}
.social-icon:hover{
  opacity:0.8;
}
.copyright{
  color:rgba(0,0,0,0.4);
  font-size:11px;
}
.sidebar-copyright{
  color:rgba(255,255,255,0.2);
  font-size:11px;
}
.sidebar-header{
  margin-top:23px;
  margin-bottom:20px;
}
.delete-sidebar{
  background-image:url(../images/misc/close-sidebar.png);
  background-repeat:no-repeat;
  background-size:17px 17px;
  width:17px;
  height:17px;
  float:right;
  margin-top:-15px;
}
.sidebar-decoration{
  background-color:rgba(255,255,255,0.1);
  display:block;
  height:1px;
  margin-bottom:20px;
}
.sidebar-navigation{
  width:250px;
  margin-bottom:20px;
}
.sidebar-icon{
  background-repeat:no-repeat;
  background-size:70px 80px;
  height:80px;
  width:70px;
  float:left;
}
.sidebar-title{
  margin-top:-10px;
  margin-bottom:10px;
  font-size:10px;
  color:rgba(255,255,255,0.4);
}