@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900);

* { border: 0;margin: 0; outline: none; box-sizing: border-box;}

html, body {
    width: 100%;
    height: 100%;
    min-width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: always;
    text-rendering: optimizeLegibility;

}

html { font-size: 100% }
body { background-color: #cecece; font-family: 'Source Sans Pro', sans-serif, simhei; font-size: 14px; line-height: 18px; color: #000; }

p { margin: 0 0 20px 0; }

a { color: #000; text-decoration: none; }

.clear {
    clear: both;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}

ul { list-style: none; padding:0;}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

textarea { overflow: auto; }

/* BOOTSTRAP OVERWRITING
   ================================================== */
.pagination {
    margin:0;
}

.input-group span:not(:first-child):not(:last-child) .form-control {
    border-radius: 4px;
}

.input-group-addon {
    cursor: pointer;
}

.panel-heading h4 {
    margin-top:0;
    margin-bottom:0;
}

.revenue-sum {
    font-weight: bold;
    background-color: #d1d1d1 !important;
}

.breadcrumb {
    background: #fff;
    padding-left: 35px;
}

table thead {
    background-color: #d0d0d0;
}

.btn-primary, .btn-primary:hover {
    background-color: #201f1e;
    background-image: none;
    border-color: #201f1e;
}

.btn-danger, .btn-danger:hover {
    background-color: #ed174f;
    background-image: none;
    border-color: #ed174f;
}

.pagination > .active > a,
.pagination > .active > a:hover {
    background-color: #D4D4D4;
    border-color: #DBDBDB;
    color: #333;
}

.panel-default > .panel-heading,
.panel-primary > .panel-heading,
.panel-info > .panel-heading {
    background-color: #f0f0f0;
    background-image: none;
    border-color: #f0f0f0;
    color: #333;
}

.panel-default, .panel-primary, .panel-info {
    border-color: #f0f0f0;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.table > tbody > tr > td {
    border-top: 1px solid #ebebeb;
}

.alert {
    padding: 7px;
    font-size: 11px;
}

/* LOGIN
   ================================================== */
.home {
    background: #6c6c6c;
}

.panel-login {
    width: 450px;
    margin: 25px auto;
}

/* FOOTER
===========================================*/

footer.footer, footer.footerFW {
    position: absolute;
    bottom: 0;
}

footer.footer,
footer.footerFW {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ebebeb;
    font-size: 12px;
}

footer.footerFW .container-fluid,
footer.footer .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ERROR/SUCCESS BOX 
===========================================*/

.msg-box{
    background: #f5f5f5;
    width:300px;
    height: 115px;

    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;

    margin: auto;

    -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.6);

    z-index: 999;
}

.error-box, .success-box {
    display: table;
    height: 100px;

    padding: 20px 15px 15px 15px;
}

.msg-row {
    display: table-row; 
}

.msg-box-left {
    display: table-cell;
    width: 35%;
}

.msg-box-right {
    display: table-cell; 
    width: 60%;
    vertical-align: middle;
}

img.error-icon, img.success-icon {
    width: 80px;
    height: 80px;
}

img.close-icon {
    position: absolute;
    top:0;
    right:0;

    width: 12px;
    height: 12px;
    
    margin: 8px;
    cursor: pointer;
}

.msg-content {
    border-bottom: 1px solid black;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.auto-msg {
    font-size: 10px;
    line-height:12px;
}

/* UI 
===========================================*/
.file-upload {
    position: relative;
}

.file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.ui-menu-item {
    position: relative;
}

.ui-color-code {
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width: 50px;
    display: inline-block;
}

.ui-color-tenant {
    height: 100%;
    width: 50px;
    display: inline-block;
}

.icon {
    display: inline-block;
}

.icon-md {
    width: 60px;
}

.icon-date {
    border-radius: 5px;
    border:2px solid #000;
    text-align: center;
    font-family: 'Arial',sans-serif;
}

.icon-date-day {
    padding: 5px 5px 2px 5px;
    text-align: center;
    font-size: 1.5em;
    color:#000;
}

.icon-date-daynum {
    padding: 2px 5px 5px 5px;
    font-size: 1.5em;
    background:#000;
    color:#fff;
}

.counter {
    font-size:10px;
}

.social-icons .fa {
    width: 15px;
}

.required {
    color:red;
    font-weight: bold;
}


.loader {
    display: inline-block;
    position: relative;
    margin: 0px auto;
    width: 32px;
    display: none;
}

.loading .loader {
    display: inline-block;
}

.loading .help-block {
    display: none;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
          transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;

    stroke: #b5b5b5;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  /*100%, 0% {
    stroke: #f21750;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }*/
  80%, 90% {
    stroke: #dd0330;
  }
}
@keyframes color {
  /*100%, 0% {
    stroke: #f21750;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }*/
  80%, 90% {
    stroke: #dd0330;
  }
}