/*! 
 * angular-loading-bar v0.9.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2016 Wes Cruver
 * License: MIT
 */

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:"Glyphicons Halflings";src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}


/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */

/*!
 * FullCalendar v3.10.5
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }


/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}


/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('select2.png') no-repeat -37px -22px;
    background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}


@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url("../fonts/ionicons.eot?v=2.0.0"); src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }


/*! =======================================================
                      VERSION  10.6.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}


body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }


tags-input {
  display: block;
}
tags-input *, tags-input *:before, tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: none;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: none;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

/*# sourceMappingURL=ng-tags-input.css.map */


datepicker a, [datepicker] a, .datepicker a{
  color:inherit;
  text-decoration:none;
}
datepicker a:hover, [datepicker] a:hover, .datepicker a:hover{
  text-decoration:none;
}
datepicker select, datepicker select:focus, datepicker select:hover,
.datepicker select, .datepicker select:focus, .datepicker select:hover,
[datepicker] select, [datepicker] select:focus, [datepicker] select:hover{
  width:100%;
   overflow: hidden;
   background:none;
   color:#fff;
   background-color: #138EFA;
   border-radius:2px;
   border: 0;
   margin-top:5px;
}
datepicker, .datepicker, [datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: right;
  position: relative;
}
._720kb-datepicker-calendar {
  background: white;
  color: #333;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  margin: 0 auto;
  width: 101%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  visibility: hidden;
  overflow:hidden;
  margin-left:-0.5%;
  padding: 0 0 2% 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
._720kb-datepicker-calendar._720kb-datepicker-open,._720kb-datepicker-calendar._720kb-datepicker-forced-to-open {
  visibility: visible;
}
._720kb-datepicker-calendar-header {
  text-align: center;
  font-size: 15px;
  line-height: 40px;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #138EFA;
}
._720kb-datepicker-calendar-header:nth-child(even) {
  background: #7BC6FC;
}
._720kb-datepicker-calendar-header-left,
._720kb-datepicker-calendar-header-middle,
._720kb-datepicker-calendar-header-right {
  width: 15%;
  float: left;
}
._720kb-datepicker-calendar-header-middle {
  width: 70%;
}

._720kb-datepicker-calendar-header-closed-pagination::after {
  content: " \25BE";
}

._720kb-datepicker-calendar-header-opened-pagination::after {
  content: " \25BE";
  margin-left: 4px;
  position: relative;
  bottom: -3px;
  display:inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
._720kb-datepicker-calendar-body {
  width: 96%;
  margin: 2%;
  text-align: center;
}
._720kb-datepicker-calendar-day {
  cursor: pointer;
  font-size: 12.5px;
  width: 12.2%;
  margin:5px 1%;
  padding: 1.5% 0;
  float: left;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: rgba(0, 0, 0, 0.03);
}
._720kb-datepicker-calendar-header a, ._720kb-datepicker-calendar-header a:hover {
  text-decoration:none;
  padding:3% 9% 4% 9%;
  font-size: 13.5px;
  color:rgba(0, 0, 0, 0.55);
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
._720kb-datepicker-calendar-header a:hover {
  color:rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.45);
}
._720kb-datepicker-calendar-month {
  color:#fff;
}
._720kb-datepicker-calendar-month span {
  font-size: 13px;
  color:rgba(0, 0, 0, 0.4);
}
._720kb-datepicker-calendar-month a span  i {
  font-style: normal;
  font-size:15px;
}
._720kb-datepicker-calendar-month a, ._720kb-datepicker-calendar-month a:hover {
  padding: 3px;
  margin-left:1%;
}
._720kb-datepicker-calendar-years-pagination{
  padding:2% 0 0 0;
  float:left;
  clear: right;
  width: 100%;
}
._720kb-datepicker-calendar-years-pagination a, ._720kb-datepicker-calendar-years-pagination a:hover {
  font-size:12px;
  padding:0 7px;
  font-weight: normal;
  margin:3px 1% 0 1%;
  line-height: 20px;
  display: inline-block;
}
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
  color:rgba(0, 0, 0, 0.9);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45);
}
._720kb-datepicker-calendar-years-pagination-pages a,._720kb-datepicker-calendar-years-pagination-pages a:hover{
  padding:5px 10px;
}
._720kb-datepicker-calendar-days-header{
  max-width: 100%;
  margin:0 auto;
  padding:0 2% 0 2%;
  background: rgba(19, 142, 250, 0.08);
  border-bottom:1px solid rgba(0,0,0,0.02);
}
._720kb-datepicker-calendar-days-header div{
  width: 14.18%;
  font-weight: 500;
  font-size: 11.5px;
  padding:10px 0;
  float:left;
  text-align: center;
  color:rgba(0,0,0,0.7);
}
._720kb-datepicker-calendar-days
._720kb-datepicker-default-button{
  font-size: 18.5px;
  position: relative;
  bottom:-0.5px;
}
._720kb-datepicker-default-button{
  padding:0 4.5px;
}
._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item{
  width:95%;
  float:none;
  margin:0 auto;
}
._720kb-datepicker-item-hidden{
  visibility:hidden;
}
._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover{
  color:rgba(0,0,0,0.2);
  background: rgba(25,2,0,0.02);
  cursor: default;
}


/*! angularjs-slider - v6.7.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2019-02-23 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
}

.rzslider .rz-restricted {
  z-index: 3;
  background: #ff0000;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '';
}

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}
/*# sourceMappingURL=data:application/json;base64,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QUFXO0VBQ1gsV0FBVztFQUNYLGFBQWE7Q0FDZDs7QUFFRDtFQUNFLFVBQVU7RUFDVixVQUFVO0VBQ1YsdUJBQXVCO0NBQ3hCOztBQUVEO0VBQ0UsVUFBVTtFQUNWLHNCQUFzQjtFQUN0QixpQkFBaUI7Q0FDbEI7O0FBRUQ7RUFDRSxPQUFPO0VBQ1AsV0FBVztFQUNYLFdBQVc7RUFDWCxTQUFTO0VBQ1QsYUFBYTtDQUNkOztBQUVEO0VBQ0UsaUJBQWlCO0VBQ2pCLGtCQUFrQjtFQUNsQix1QkFBdUI7Q0FDeEI7O0FBRUQ7RUFDRSxVQUFVO0VBQ1YsV0FBVztFQUNYLDhCQUE4QjtDQUMvQjs7QUFFRDtFQUNFLFVBQVU7RUFDVixZQUFZO0VBQ1osZ0JBQWdCO0VBQ2hCLG9CQUFvQjtFQUNwQiw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxZQUFZO0VBQ1osYUFBYTtFQUNiLFdBQVc7Q0FDWiIsImZpbGUiOiJyenNsaWRlci5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIvKiEgYW5ndWxhcmpzLXNsaWRlciAtIHY2LjcuMCAtIFxuIChjKSBSYWZhbCBaYWphYyA8cnphamFjQGdtYWlsLmNvbT4sIFZhbGVudGluIEhlcnZpZXUgPHZhbGVudGluQGhlcnZpLmV1PiwgSnVzc2kgU2Fhcml2aXJ0YSA8anVzYXNpQGdtYWlsLmNvbT4sIEFuZ2VsaW4gU2lyYnUgPGFuZ2VsaW4uc2lyYnVAZ21haWwuY29tPiAtIFxuIGh0dHBzOi8vZ2l0aHViLmNvbS9hbmd1bGFyLXNsaWRlci9hbmd1bGFyanMtc2xpZGVyIC0gXG4gMjAxOS0wMi0yMyAqL1xuLnJ6c2xpZGVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDRweDtcbiAgbWFyZ2luOiAzNXB4IDAgMTVweCAwO1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICB1c2VyLXNlbGVjdDogbm9uZTtcbn1cblxuLnJ6c2xpZGVyLndpdGgtbGVnZW5kIHtcbiAgbWFyZ2luLWJvdHRvbTogNDBweDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXBvaW50ZXIge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZDhlMGYzO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei1kcmFnZ2FibGUge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei1zZWxlY3Rpb24ge1xuICBiYWNrZ3JvdW5kOiAjOGI5MWEyO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei10aWNrIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotdGljay5yei1zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQ6ICM4YjkxYTI7XG59XG5cbi5yenNsaWRlciBzcGFuIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG5cbi5yenNsaWRlciAucnotYmFzZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5yenNsaWRlciAucnotYmFyLXdyYXBwZXIge1xuICBsZWZ0OiAwO1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzMnB4O1xuICBwYWRkaW5nLXRvcDogMTZweDtcbiAgbWFyZ2luLXRvcDogLTE2cHg7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5yenNsaWRlciAucnotZHJhZ2dhYmxlIHtcbiAgY3Vyc29yOiBtb3ZlO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhciB7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDRweDtcbiAgYmFja2dyb3VuZDogI2Q4ZTBmMztcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXItd3JhcHBlci5yei10cmFuc3BhcmVudCAucnotYmFyIHtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG59XG5cbi5yenNsaWRlciAucnotYmFyLXdyYXBwZXIucnotbGVmdC1vdXQtc2VsZWN0aW9uIC5yei1iYXIge1xuICBiYWNrZ3JvdW5kOiAjZGYwMDJkO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhci13cmFwcGVyLnJ6LXJpZ2h0LW91dC1zZWxlY3Rpb24gLnJ6LWJhciB7XG4gIGJhY2tncm91bmQ6ICMwM2E2ODg7XG59XG5cbi5yenNsaWRlciAucnotc2VsZWN0aW9uIHtcbiAgei1pbmRleDogMjtcbiAgYmFja2dyb3VuZDogIzBkYjlmMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1yZXN0cmljdGVkIHtcbiAgei1pbmRleDogMztcbiAgYmFja2dyb3VuZDogI2ZmMDAwMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyIHtcbiAgdG9wOiAtMTRweDtcbiAgei1pbmRleDogMztcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMGRiOWYwO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDE2cHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMTZweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxNnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXI6YWZ0ZXIge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMTJweDtcbiAgbGVmdDogMTJweDtcbiAgd2lkdGg6IDhweDtcbiAgaGVpZ2h0OiA4cHg7XG4gIGJhY2tncm91bmQ6ICNmZmZmZmY7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNHB4O1xuICAgICAtbW96LWJvcmRlci1yYWRpdXM6IDRweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiA0cHg7XG4gIGNvbnRlbnQ6ICcnO1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXI6aG92ZXI6YWZ0ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXIucnotYWN0aXZlIHtcbiAgei1pbmRleDogNDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyLnJ6LWFjdGl2ZTphZnRlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0NTFhZmY7XG59XG5cbi5yenNsaWRlciAucnotYnViYmxlIHtcbiAgYm90dG9tOiAxNnB4O1xuICBwYWRkaW5nOiAxcHggM3B4O1xuICBjb2xvcjogIzU1NjM3ZDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJ1YmJsZS5yei1saW1pdCB7XG4gIGNvbG9yOiAjNTU2MzdkO1xufVxuXG4ucnpzbGlkZXIgLnJ6LXRpY2tzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC0zcHg7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDA7XG4gIG1hcmdpbjogMDtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrcy12YWx1ZXMtdW5kZXIgLnJ6LXRpY2stdmFsdWUge1xuICB0b3A6IGF1dG87XG4gIGJvdHRvbTogLTMycHg7XG59XG5cbi5yenNsaWRlciAucnotdGljayB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICB3aWR0aDogMTBweDtcbiAgaGVpZ2h0OiAxMHB4O1xuICBtYXJnaW4tbGVmdDogMTFweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGJhY2tncm91bmQ6ICNkOGUwZjM7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrLnJ6LXNlbGVjdGVkIHtcbiAgYmFja2dyb3VuZDogIzBkYjlmMDtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC0zMHB4O1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrLWxlZ2VuZCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAyNHB4O1xuICBtYXgtd2lkdGg6IDUwcHg7XG4gIHdoaXRlLXNwYWNlOiBub3JtYWw7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIDApO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiA0cHg7XG4gIGhlaWdodDogMTAwJTtcbiAgcGFkZGluZzogMDtcbiAgbWFyZ2luOiAwIDIwcHg7XG4gIHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei1iYXNlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgcGFkZGluZzogMDtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei1iYXItd3JhcHBlciB7XG4gIHRvcDogYXV0bztcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMTAwJTtcbiAgcGFkZGluZzogMCAwIDAgMTZweDtcbiAgbWFyZ2luOiAwIDAgMCAtMTZweDtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei1iYXIge1xuICBib3R0b206IDA7XG4gIGxlZnQ6IGF1dG87XG4gIHdpZHRoOiA0cHg7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei1wb2ludGVyIHtcbiAgdG9wOiBhdXRvO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IC0xNHB4ICFpbXBvcnRhbnQ7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYnViYmxlIHtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAxNnB4ICFpbXBvcnRhbnQ7XG4gIG1hcmdpbi1sZWZ0OiAzcHg7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGlja3Mge1xuICB0b3A6IDA7XG4gIGxlZnQ6IC0zcHg7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAwO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGljayB7XG4gIG1hcmdpbi10b3A6IDExcHg7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2stdmFsdWUge1xuICB0b3A6IGF1dG87XG4gIGxlZnQ6IDI0cHg7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlKDAsIC0yOCUpO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2stbGVnZW5kIHtcbiAgdG9wOiBhdXRvO1xuICByaWdodDogMjRweDtcbiAgbWF4LXdpZHRoOiBub25lO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMjglKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrcy12YWx1ZXMtdW5kZXIgLnJ6LXRpY2stdmFsdWUge1xuICByaWdodDogMjRweDtcbiAgYm90dG9tOiBhdXRvO1xuICBsZWZ0OiBhdXRvO1xufSJdfQ== */

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

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

.scrollable {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.table-fixed {
    table-layout: fixed;
}

.no-event-label {
    font-weight: bold;
    color: darkgrey;
    text-align: center;
}

.event-detail-container {
    border-top: 2px darkgrey solid;
}

.event-detail {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-header {
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}

.calendar-hour-column, .calendar-week-column {
    width: 50px;
}

.calendar-navbar {
    margin-bottom: 5px;
}

.calendar-event-wrap {
    position: relative;
    height: 100%;
}

.calendar-event {
    position: absolute;
    padding: 2px;
    cursor: pointer;
}

.calendar-event-inner {
    overflow: hidden;
    background-color: #3a87ad;
    color: white;
    height: 100%;
    width: 100%;
    padding: 2px;
    line-height: 15px;
}

.calendar-cell {
    padding: 0 !important;
    height: 37px;
}

.monthview-primary-with-event {
    background-color: #3a87ad;
    color: white;
}

.monthview-selected {
    background-color: #009900;
    color: white;
}

.monthview-current {
    background-color: lightgrey;
}

.monthview-eventdetail-timecolumn {
    width: 110px;
    overflow: hidden;
}

.monthview-dateCell {
    cursor: pointer;
}

.monthview-secondary-with-event {
    background-color: #d9edf7;
}

.weekview-allday-label, .dayview-allday-label {
    float: left;
    height: 100%;
    line-height: 50px;
    text-align: center;
    width: 50px;
    border: 1px solid #ddd;
    border-right-width: 0;
}

.weekview-allday-content-wrapper, .dayview-allday-content-wrapper {
    margin-left: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.weekview-header, .monthview-datetable {
    margin-bottom: 0;
}

.weekview-header th {
    overflow: hidden;
    white-space: nowrap;
}

.weekview-allday-table, .dayview-allday-table {
    height: 52px;
}

.weekview-allday-content-table, .dayview-allday-content-table {
    min-height: 100%;
    margin-bottom: 0;
}

.gutter-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 750px) {
    .weekview-allday-label, .dayview-allday-label, .calendar-hour-column, .calendar-week-column {
        width: 32px;
    }

    .weekview-allday-label, .dayview-allday-label {
        padding-top: 4px;
    }

    .table > tbody > tr > td.calendar-hour-column, .table > thead > tr > th.weekview-header-label {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        line-height: 12px;
        vertical-align: middle;
    }

    .weekview-allday-label, .dayview-allday-label {
        line-height: inherit;
    }

    .weekview-allday-content-wrapper, .dayview-allday-content-wrapper {
        margin-left: 32px;
    }

    .calendar-event-inner {
        font-size: 12px;
    }
}



.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }


.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}


/*!
 * AdminLTE v2.4.18
 * 
 *   Author:  Colorlib
 *   Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
 *   Repository: git://github.com/ColorlibHQ/AdminLTE.git
 *   License: MIT <http://opensource.org/licenses/MIT>
 */html,body{height:100%}.layout-boxed html,.layout-boxed body{height:100%}body{font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;overflow-x:hidden;overflow-y:auto}.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:auto}.wrapper:before,.wrapper:after{content:" ";display:table}.wrapper:after{clear:both}.layout-boxed .wrapper{max-width:1250px;margin:0 auto;min-height:100%;box-shadow:0 0 8px rgba(0,0,0,0.5);position:relative}.layout-boxed{background-color:#f9fafc}.content-wrapper,.main-footer{-webkit-transition:-webkit-transform .3s ease-in-out,margin .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out,margin .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out,margin .3s ease-in-out;transition:transform .3s ease-in-out,margin .3s ease-in-out;margin-left:230px;z-index:820}.layout-top-nav .content-wrapper,.layout-top-nav .main-footer{margin-left:0}@media (max-width:767px){.content-wrapper,.main-footer{margin-left:0}}@media (min-width:768px){.sidebar-collapse .content-wrapper,.sidebar-collapse .main-footer{margin-left:0}}@media (max-width:767px){.sidebar-open .content-wrapper,.sidebar-open .main-footer{-webkit-transform:translate(230px, 0);-ms-transform:translate(230px, 0);-o-transform:translate(230px, 0);transform:translate(230px, 0)}}.content-wrapper{min-height:calc(100vh - 101px);background-color:#ecf0f5;z-index:800}@media (max-width:767px){.content-wrapper{min-height:calc(100vh - 151px)}}.main-footer{background:#fff;padding:15px;color:#444;border-top:1px solid #d2d6de}.fixed .main-header,.fixed .main-sidebar,.fixed .left-side{position:fixed}.fixed .main-header{top:0;right:0;left:0}.fixed .content-wrapper,.fixed .right-side{padding-top:50px}@media (max-width:767px){.fixed .content-wrapper,.fixed .right-side{padding-top:100px}}.fixed.layout-boxed .wrapper{max-width:100%}.fixed .wrapper{overflow:hidden}.hold-transition .content-wrapper,.hold-transition .right-side,.hold-transition .main-footer,.hold-transition .main-sidebar,.hold-transition .left-side,.hold-transition .main-header .navbar,.hold-transition .main-header .logo,.hold-transition .menu-open .fa-angle-left{-webkit-transition:none;-o-transition:none;transition:none}.content{min-height:250px;padding:15px;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:'Source Sans Pro',sans-serif}a{color:#3c8dbc}a:hover,a:active,a:focus{outline:none;text-decoration:none;color:#72afd2}.page-header{margin:10px 0 20px 0;font-size:22px}.page-header>small{color:#666;display:block;margin-top:5px}.main-header{position:relative;max-height:100px;z-index:1030}.main-header .navbar{-webkit-transition:margin-left .3s ease-in-out;-o-transition:margin-left .3s ease-in-out;transition:margin-left .3s ease-in-out;margin-bottom:0;margin-left:230px;border:none;min-height:50px;border-radius:0}.layout-top-nav .main-header .navbar{margin-left:0}.main-header #navbar-search-input.form-control{background:rgba(255,255,255,0.2);border-color:transparent}.main-header #navbar-search-input.form-control:focus,.main-header #navbar-search-input.form-control:active{border-color:rgba(0,0,0,0.1);background:rgba(255,255,255,0.9)}.main-header #navbar-search-input.form-control::-moz-placeholder{color:#ccc;opacity:1}.main-header #navbar-search-input.form-control:-ms-input-placeholder{color:#ccc}.main-header #navbar-search-input.form-control::-webkit-input-placeholder{color:#ccc}.main-header .navbar-custom-menu,.main-header .navbar-right{float:right}@media (max-width:991px){.main-header .navbar-custom-menu a,.main-header .navbar-right a{color:inherit;background:transparent}}@media (max-width:767px){.main-header .navbar-right{float:none}.navbar-collapse .main-header .navbar-right{margin:7.5px -15px}.main-header .navbar-right>li{color:inherit;border:0}}.main-header .sidebar-toggle{float:left;background-color:transparent;background-image:none;padding:15px 15px;font-family:fontAwesome}.main-header .sidebar-toggle:before{content:"\f0c9"}.main-header .sidebar-toggle:hover{color:#fff}.main-header .sidebar-toggle:focus,.main-header .sidebar-toggle:active{background:transparent}.main-header .sidebar-toggle.fa5{font-family:"Font Awesome\ 5 Free"}.main-header .sidebar-toggle.fa5:before{content:"\f0c9";font-weight:900}.main-header .sidebar-toggle .icon-bar{display:none}.main-header .navbar .nav>li.user>a>.fa,.main-header .navbar .nav>li.user>a>.glyphicon,.main-header .navbar .nav>li.user>a>.ion{margin-right:5px}.main-header .navbar .nav>li>a>.label{position:absolute;top:9px;right:7px;text-align:center;font-size:9px;padding:2px 3px;line-height:.9}.main-header .logo{-webkit-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out;display:block;float:left;height:50px;font-size:20px;line-height:50px;text-align:center;width:230px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:0 15px;font-weight:300;overflow:hidden}.main-header .logo img{padding:4px;object-fit:contain;margin:0 auto}.main-header .logo .logo-lg{display:block}.main-header .logo .logo-lg img{max-width:200px;max-height:50px}.main-header .logo .logo-lg .brandlogo-image{margin-top:8px;margin-right:10px;margin-left:-5px}.main-header .logo .logo-mini{display:none}.main-header .logo .logo-mini img{max-width:50px;max-height:50px}.main-header .logo .logo-mini .brandlogo-image{margin-top:8px;margin-right:10px;margin-left:10px}.main-header .logo .brandlogo-image{float:left;height:34px;width:auto}.main-header .navbar-brand{color:#fff}.content-header{position:relative;padding:15px 15px 0 15px}.content-header>h1{margin:0;font-size:24px}.content-header>h1>small{font-size:15px;display:inline-block;padding-left:4px;font-weight:300}.content-header>.breadcrumb{float:right;background:transparent;margin-top:0;margin-bottom:0;font-size:12px;padding:7px 5px;position:absolute;top:15px;right:10px;border-radius:2px}.content-header>.breadcrumb>li>a{color:#444;text-decoration:none;display:inline-block}.content-header>.breadcrumb>li>a>.fa,.content-header>.breadcrumb>li>a>.glyphicon,.content-header>.breadcrumb>li>a>.ion{margin-right:5px}.content-header>.breadcrumb>li+li:before{content:'>\00a0'}@media (max-width:991px){.content-header>.breadcrumb{position:relative;margin-top:5px;top:0;right:0;float:none;background:#d2d6de;padding-left:10px}.content-header>.breadcrumb li:before{color:#97a0b3}}.navbar-toggle{color:#fff;border:0;margin:0;padding:15px 15px}@media (max-width:991px){.navbar-custom-menu .navbar-nav>li{float:left}.navbar-custom-menu .navbar-nav{margin:0;float:left}.navbar-custom-menu .navbar-nav>li>a{padding-top:15px;padding-bottom:15px;line-height:20px}}@media (max-width:767px){.main-header{position:relative}.main-header .logo,.main-header .navbar{width:100%;float:none}.main-header .navbar{margin:0}.main-header .navbar-custom-menu{float:right}}@media (max-width:991px){.navbar-collapse.pull-left{float:none !important}.navbar-collapse.pull-left+.navbar-custom-menu{display:block;position:absolute;top:0;right:40px}}.main-sidebar{position:absolute;top:0;left:0;padding-top:50px;min-height:100%;width:230px;z-index:810;-webkit-transition:-webkit-transform .3s ease-in-out,width .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out,width .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out,width .3s ease-in-out;transition:transform .3s ease-in-out,width .3s ease-in-out}@media (max-width:767px){.main-sidebar{padding-top:100px}}@media (max-width:767px){.main-sidebar{-webkit-transform:translate(-230px, 0);-ms-transform:translate(-230px, 0);-o-transform:translate(-230px, 0);transform:translate(-230px, 0)}}@media (min-width:768px){.sidebar-collapse .main-sidebar{-webkit-transform:translate(-230px, 0);-ms-transform:translate(-230px, 0);-o-transform:translate(-230px, 0);transform:translate(-230px, 0)}}@media (max-width:767px){.sidebar-open .main-sidebar{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}}.sidebar{padding-bottom:10px}.sidebar-form input:focus{border-color:transparent}.user-panel{position:relative;width:100%;padding:10px;overflow:hidden}.user-panel:before,.user-panel:after{content:" ";display:table}.user-panel:after{clear:both}.user-panel>.image>img{width:100%;max-width:45px;height:auto}.user-panel>.info{padding:5px 5px 5px 15px;line-height:1;position:absolute;left:55px}.user-panel>.info>p{font-weight:600;margin-bottom:9px}.user-panel>.info>a{text-decoration:none;padding-right:5px;margin-top:3px;font-size:11px}.user-panel>.info>a>.fa,.user-panel>.info>a>.ion,.user-panel>.info>a>.glyphicon{margin-right:3px}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu>li{position:relative;margin:0;padding:0}.sidebar-menu>li>a{padding:12px 5px 12px 15px;display:block}.sidebar-menu>li>a>.fa,.sidebar-menu>li>a>.glyphicon,.sidebar-menu>li>a>.ion{width:20px}.sidebar-menu>li .label,.sidebar-menu>li .badge{margin-right:5px}.sidebar-menu>li .badge{margin-top:3px}.sidebar-menu li.header{padding:10px 25px 10px 15px;font-size:12px}.sidebar-menu li>a>.fa-angle-left,.sidebar-menu li>a>.pull-right-container>.fa-angle-left{width:auto;height:auto;padding:0;margin-right:10px;-webkit-transition:transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease}.sidebar-menu li>a>.fa-angle-left{position:absolute;top:50%;right:10px;margin-top:-8px}.sidebar-menu .menu-open>a>.fa-angle-left,.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-left{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.sidebar-menu .active>.treeview-menu{display:block}@media (min-width:768px){.sidebar-mini.sidebar-collapse .content-wrapper,.sidebar-mini.sidebar-collapse .right-side,.sidebar-mini.sidebar-collapse .main-footer{margin-left:50px !important;z-index:840}.sidebar-mini.sidebar-collapse .main-sidebar{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);width:50px !important;z-index:850}.sidebar-mini.sidebar-collapse .sidebar-menu>li{position:relative}.sidebar-mini.sidebar-collapse .sidebar-menu>li>a{margin-right:0}.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span{border-top-right-radius:4px}.sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span{border-bottom-right-radius:4px}.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{padding-top:5px;padding-bottom:5px;border-bottom-right-radius:4px}.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,.sidebar-mini.sidebar-collapse .sidebar-form,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span>.pull-right,.sidebar-mini.sidebar-collapse .sidebar-menu li.header{display:none !important;-webkit-transform:translateZ(0)}.sidebar-mini.sidebar-collapse .main-header .logo{width:50px}.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini{display:block;margin-left:-15px;margin-right:-15px;font-size:18px}.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg{display:none}.sidebar-mini.sidebar-collapse .main-header .navbar{margin-left:50px}}@media (min-width:768px){.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu{display:block !important;position:absolute;width:180px;left:50px}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span{top:0;margin-left:-3px;padding:12px 5px 12px 20px;background-color:inherit}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container{position:relative !important;float:right;width:auto !important;left:180px !important;top:-22px !important;z-index:900}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type){display:none}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu{top:44px;margin-left:0}}.sidebar-expanded-on-hover .main-footer,.sidebar-expanded-on-hover .content-wrapper{margin-left:50px}.sidebar-expanded-on-hover .main-sidebar{box-shadow:3px 0 8px rgba(0,0,0,0.125)}.sidebar-menu,.main-sidebar .user-panel,.sidebar-menu>li.header{white-space:nowrap;overflow:hidden}.sidebar-menu:hover{overflow:visible}.sidebar-form,.sidebar-menu>li.header{overflow:hidden;text-overflow:clip}.sidebar-menu li>a{position:relative}.sidebar-menu li>a>.pull-right-container{position:absolute;right:10px;top:50%;margin-top:-7px}.control-sidebar-bg{position:fixed;z-index:1000;bottom:0}.control-sidebar-bg,.control-sidebar{top:0;right:-230px;width:230px;-webkit-transition:right .3s ease-in-out;-o-transition:right .3s ease-in-out;transition:right .3s ease-in-out}.control-sidebar{position:absolute;padding-top:50px;z-index:1010}@media (max-width:767px){.control-sidebar{padding-top:100px}}.control-sidebar>.tab-content{padding:10px 15px}.control-sidebar.control-sidebar-open,.control-sidebar.control-sidebar-open+.control-sidebar-bg{right:0}.control-sidebar-hold-transition .control-sidebar-bg,.control-sidebar-hold-transition .control-sidebar,.control-sidebar-hold-transition .content-wrapper{transition:none}.control-sidebar-open .control-sidebar-bg,.control-sidebar-open .control-sidebar{right:0}@media (min-width:768px){.control-sidebar-open .content-wrapper,.control-sidebar-open .right-side,.control-sidebar-open .main-footer{margin-right:230px}}.fixed .control-sidebar{position:fixed;height:100%;overflow-y:auto;padding-bottom:50px}.nav-tabs.control-sidebar-tabs>li:first-of-type>a,.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover,.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus{border-left-width:0}.nav-tabs.control-sidebar-tabs>li>a{border-radius:0}.nav-tabs.control-sidebar-tabs>li>a,.nav-tabs.control-sidebar-tabs>li>a:hover{border-top:none;border-right:none;border-left:1px solid transparent;border-bottom:1px solid transparent}.nav-tabs.control-sidebar-tabs>li>a .icon{font-size:16px}.nav-tabs.control-sidebar-tabs>li.active>a,.nav-tabs.control-sidebar-tabs>li.active>a:hover,.nav-tabs.control-sidebar-tabs>li.active>a:focus,.nav-tabs.control-sidebar-tabs>li.active>a:active{border-top:none;border-right:none;border-bottom:none}@media (max-width:768px){.nav-tabs.control-sidebar-tabs{display:table}.nav-tabs.control-sidebar-tabs>li{display:table-cell}}.control-sidebar-heading{font-weight:400;font-size:16px;padding:10px 0;margin-bottom:10px}.control-sidebar-subheading{display:block;font-weight:400;font-size:14px}.control-sidebar-menu{list-style:none;padding:0;margin:0 -15px}.control-sidebar-menu>li>a{display:block;padding:10px 15px}.control-sidebar-menu>li>a:before,.control-sidebar-menu>li>a:after{content:" ";display:table}.control-sidebar-menu>li>a:after{clear:both}.control-sidebar-menu>li>a>.control-sidebar-subheading{margin-top:0}.control-sidebar-menu .menu-icon{float:left;width:35px;height:35px;border-radius:50%;text-align:center;line-height:35px}.control-sidebar-menu .menu-info{margin-left:45px;margin-top:3px}.control-sidebar-menu .menu-info>.control-sidebar-subheading{margin:0}.control-sidebar-menu .menu-info>p{margin:0;font-size:11px}.control-sidebar-menu .progress{margin:0}.control-sidebar-dark{color:#b8c7ce}.control-sidebar-dark,.control-sidebar-dark+.control-sidebar-bg{background:#222d32}.control-sidebar-dark .nav-tabs.control-sidebar-tabs{border-bottom:#1c2529}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a{background:#181f23;color:#b8c7ce}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus{border-left-color:#141a1d;border-bottom-color:#141a1d}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active{background:#1c2529}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover{color:#fff}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active{background:#222d32;color:#fff}.control-sidebar-dark .control-sidebar-heading,.control-sidebar-dark .control-sidebar-subheading{color:#fff}.control-sidebar-dark .control-sidebar-menu>li>a:hover{background:#1e282c}.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p{color:#b8c7ce}.control-sidebar-light{color:#5e5e5e}.control-sidebar-light,.control-sidebar-light+.control-sidebar-bg{background:#f9fafc;border-left:1px solid #d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs{border-bottom:#d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a{background:#e8ecf4;color:#444}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus{border-left-color:#d2d6de;border-bottom-color:#d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active{background:#eff1f7}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active{background:#f9fafc;color:#111}.control-sidebar-light .control-sidebar-heading,.control-sidebar-light .control-sidebar-subheading{color:#111}.control-sidebar-light .control-sidebar-menu{margin-left:-14px}.control-sidebar-light .control-sidebar-menu>li>a:hover{background:#f4f4f5}.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p{color:#5e5e5e}.dropdown-menu{box-shadow:none;border-color:#eee}.dropdown-menu>li>a{color:#777}.dropdown-menu>li>a>.glyphicon,.dropdown-menu>li>a>.fa,.dropdown-menu>li>a>.ion{margin-right:10px}.dropdown-menu>li>a:hover{background-color:#e1e3e9;color:#333}.dropdown-menu>.divider{background-color:#eee}.navbar-nav>.notifications-menu>.dropdown-menu,.navbar-nav>.messages-menu>.dropdown-menu,.navbar-nav>.tasks-menu>.dropdown-menu{width:280px;padding:0 0 0 0;margin:0;top:100%}.navbar-nav>.notifications-menu>.dropdown-menu>li,.navbar-nav>.messages-menu>.dropdown-menu>li,.navbar-nav>.tasks-menu>.dropdown-menu>li{position:relative}.navbar-nav>.notifications-menu>.dropdown-menu>li.header,.navbar-nav>.messages-menu>.dropdown-menu>li.header,.navbar-nav>.tasks-menu>.dropdown-menu>li.header{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;padding:7px 10px;border-bottom:1px solid #f4f4f4;color:#444444;font-size:14px}.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;background-color:#fff;padding:7px 10px;border-bottom:1px solid #eeeeee;color:#444 !important;text-align:center}@media (max-width:991px){.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{background:#fff !important;color:#444 !important}}.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover{text-decoration:none;font-weight:normal}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,.navbar-nav>.messages-menu>.dropdown-menu>li .menu,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu{max-height:200px;margin:0;padding:0;list-style:none;overflow-x:hidden}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{display:block;white-space:nowrap;border-bottom:1px solid #f4f4f4}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover{background:#f4f4f4;text-decoration:none}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{color:#444444;overflow:hidden;text-overflow:ellipsis;padding:10px}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion{width:20px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a{margin:0;padding:10px 10px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img{margin:auto 10px auto auto;width:40px;height:40px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4{padding:0;margin:0 0 0 45px;color:#444444;font-size:15px;position:relative}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small{color:#999999;font-size:10px;position:absolute;top:0;right:0}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p{margin:0 0 0 45px;font-size:12px;color:#888888}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after{content:" ";display:table}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after{clear:both}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{padding:10px}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3{font-size:14px;padding:0;margin:0 0 10px 0;color:#666666}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress{padding:0;margin:0}.navbar-nav>.user-menu>.dropdown-menu{border-top-right-radius:0;border-top-left-radius:0;padding:1px 0 0 0;border-top-width:0;width:280px}.navbar-nav>.user-menu>.dropdown-menu,.navbar-nav>.user-menu>.dropdown-menu>.user-body{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.navbar-nav>.user-menu>.dropdown-menu>li.user-header{height:175px;padding:10px;text-align:center}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img{z-index:5;height:90px;width:90px;border:3px solid;border-color:transparent;border-color:rgba(255,255,255,0.2)}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{z-index:5;color:#fff;color:rgba(255,255,255,0.8);font-size:17px;margin-top:10px}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small{display:block;font-size:12px}.navbar-nav>.user-menu>.dropdown-menu>.user-body{padding:15px;border-bottom:1px solid #f4f4f4;border-top:1px solid #dddddd}.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,.navbar-nav>.user-menu>.dropdown-menu>.user-body:after{content:" ";display:table}.navbar-nav>.user-menu>.dropdown-menu>.user-body:after{clear:both}.navbar-nav>.user-menu>.dropdown-menu>.user-body a{color:#444 !important}@media (max-width:991px){.navbar-nav>.user-menu>.dropdown-menu>.user-body a{background:#fff !important;color:#444 !important}}.navbar-nav>.user-menu>.dropdown-menu>.user-footer{background-color:#f9f9f9;padding:10px}.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after{content:" ";display:table}.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after{clear:both}.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default{color:#666666}@media (max-width:991px){.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover{background-color:#f9f9f9}}.navbar-nav>.user-menu .user-image{float:left;width:25px;height:25px;border-radius:50%;margin-right:10px;margin-top:-2px}@media (max-width:767px){.navbar-nav>.user-menu .user-image{float:none;margin-right:0;margin-top:-8px;line-height:10px}}.open:not(.dropup)>.animated-dropdown-menu{backface-visibility:visible !important;-webkit-animation:flipInX .7s both;-o-animation:flipInX .7s both;animation:flipInX .7s both}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{transform:perspective(400px)}}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{-webkit-transform:perspective(400px)}}.navbar-custom-menu>.navbar-nav>li{position:relative}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{position:absolute;right:0;left:auto}@media (max-width:991px){.navbar-custom-menu>.navbar-nav{float:right}.navbar-custom-menu>.navbar-nav>li{position:static}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{position:absolute;right:5%;left:auto;border:1px solid #ddd;background:#fff}}.form-control{border-radius:0;box-shadow:none;border-color:#d2d6de}.form-control:focus{border-color:#3c8dbc;box-shadow:none}.form-control::-moz-placeholder,.form-control:-ms-input-placeholder,.form-control::-webkit-input-placeholder{color:#bbb;opacity:1}.form-control:not(select){-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group.has-success label{color:#00a65a}.form-group.has-success .form-control,.form-group.has-success .input-group-addon{border-color:#00a65a;box-shadow:none}.form-group.has-success .help-block{color:#00a65a}.form-group.has-warning label{color:#f39c12}.form-group.has-warning .form-control,.form-group.has-warning .input-group-addon{border-color:#f39c12;box-shadow:none}.form-group.has-warning .help-block{color:#f39c12}.form-group.has-error label{color:#dd4b39}.form-group.has-error .form-control,.form-group.has-error .input-group-addon{border-color:#dd4b39;box-shadow:none}.form-group.has-error .help-block{color:#dd4b39}.input-group .input-group-addon{border-radius:0;border-color:#d2d6de;background-color:#fff}.btn-group-vertical .btn.btn-flat:first-of-type,.btn-group-vertical .btn.btn-flat:last-of-type{border-radius:0}.icheck>label{padding-left:0}.form-control-feedback.fa{line-height:34px}.input-lg+.form-control-feedback.fa,.input-group-lg+.form-control-feedback.fa,.form-group-lg .form-control+.form-control-feedback.fa{line-height:46px}.input-sm+.form-control-feedback.fa,.input-group-sm+.form-control-feedback.fa,.form-group-sm .form-control+.form-control-feedback.fa{line-height:30px}.progress,.progress>.progress-bar{-webkit-box-shadow:none;box-shadow:none}.progress,.progress>.progress-bar,.progress .progress-bar,.progress>.progress-bar .progress-bar{border-radius:1px}.progress.sm,.progress-sm{height:10px}.progress.sm,.progress-sm,.progress.sm .progress-bar,.progress-sm .progress-bar{border-radius:1px}.progress.xs,.progress-xs{height:7px}.progress.xs,.progress-xs,.progress.xs .progress-bar,.progress-xs .progress-bar{border-radius:1px}.progress.xxs,.progress-xxs{height:3px}.progress.xxs,.progress-xxs,.progress.xxs .progress-bar,.progress-xxs .progress-bar{border-radius:1px}.progress.vertical{position:relative;width:30px;height:200px;display:inline-block;margin-right:10px}.progress.vertical>.progress-bar{width:100%;position:absolute;bottom:0}.progress.vertical.sm,.progress.vertical.progress-sm{width:20px}.progress.vertical.xs,.progress.vertical.progress-xs{width:10px}.progress.vertical.xxs,.progress.vertical.progress-xxs{width:3px}.progress-group .progress-text{font-weight:600}.progress-group .progress-number{float:right}.table tr>td .progress{margin:0}.progress-bar-light-blue,.progress-bar-primary{background-color:#3c8dbc}.progress-striped .progress-bar-light-blue,.progress-striped .progress-bar-primary{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-green,.progress-bar-success{background-color:#00a65a}.progress-striped .progress-bar-green,.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-aqua,.progress-bar-info{background-color:#00c0ef}.progress-striped .progress-bar-aqua,.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-yellow,.progress-bar-warning{background-color:#f39c12}.progress-striped .progress-bar-yellow,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-red,.progress-bar-danger{background-color:#dd4b39}.progress-striped .progress-bar-red,.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.small-box{border-radius:2px;position:relative;display:block;margin-bottom:20px;box-shadow:0 1px 1px rgba(0,0,0,0.1)}.small-box>.inner{padding:10px}.small-box>.small-box-footer{position:relative;text-align:center;padding:3px 0;color:#fff;color:rgba(255,255,255,0.8);display:block;z-index:10;background:rgba(0,0,0,0.1);text-decoration:none}.small-box>.small-box-footer:hover{color:#fff;background:rgba(0,0,0,0.15)}.small-box h3{font-size:38px;font-weight:bold;margin:0 0 10px 0;white-space:nowrap;padding:0}.small-box p{font-size:15px}.small-box p>small{display:block;color:#f9f9f9;font-size:13px;margin-top:5px}.small-box h3,.small-box p{z-index:5}.small-box .icon{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:absolute;top:-10px;right:10px;z-index:0;font-size:90px;color:rgba(0,0,0,0.15)}.small-box:hover{text-decoration:none;color:#f9f9f9}.small-box:hover .icon{font-size:95px}@media (max-width:767px){.small-box{text-align:center}.small-box .icon{display:none}.small-box p{font-size:12px}}.box{position:relative;border-radius:3px;background:#ffffff;border-top:3px solid #d2d6de;margin-bottom:20px;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1)}.box.box-primary{border-top-color:#3c8dbc}.box.box-info{border-top-color:#00c0ef}.box.box-danger{border-top-color:#dd4b39}.box.box-warning{border-top-color:#f39c12}.box.box-success{border-top-color:#00a65a}.box.box-default{border-top-color:#d2d6de}.box.collapsed-box .box-body,.box.collapsed-box .box-footer{display:none}.box .nav-stacked>li{border-bottom:1px solid #f4f4f4;margin:0}.box .nav-stacked>li:last-of-type{border-bottom:none}.box.height-control .box-body{max-height:300px;overflow:auto}.box .border-right{border-right:1px solid #f4f4f4}.box .border-left{border-left:1px solid #f4f4f4}.box.box-solid{border-top:0}.box.box-solid>.box-header .btn.btn-default{background:transparent}.box.box-solid>.box-header .btn:hover,.box.box-solid>.box-header a:hover{background:rgba(0,0,0,0.1)}.box.box-solid.box-default{border:1px solid #d2d6de}.box.box-solid.box-default>.box-header{color:#444;background:#d2d6de;background-color:#d2d6de}.box.box-solid.box-default>.box-header a,.box.box-solid.box-default>.box-header .btn{color:#444}.box.box-solid.box-primary{border:1px solid #3c8dbc}.box.box-solid.box-primary>.box-header{color:#fff;background:#3c8dbc;background-color:#3c8dbc}.box.box-solid.box-primary>.box-header a,.box.box-solid.box-primary>.box-header .btn{color:#fff}.box.box-solid.box-info{border:1px solid #00c0ef}.box.box-solid.box-info>.box-header{color:#fff;background:#00c0ef;background-color:#00c0ef}.box.box-solid.box-info>.box-header a,.box.box-solid.box-info>.box-header .btn{color:#fff}.box.box-solid.box-danger{border:1px solid #dd4b39}.box.box-solid.box-danger>.box-header{color:#fff;background:#dd4b39;background-color:#dd4b39}.box.box-solid.box-danger>.box-header a,.box.box-solid.box-danger>.box-header .btn{color:#fff}.box.box-solid.box-warning{border:1px solid #f39c12}.box.box-solid.box-warning>.box-header{color:#fff;background:#f39c12;background-color:#f39c12}.box.box-solid.box-warning>.box-header a,.box.box-solid.box-warning>.box-header .btn{color:#fff}.box.box-solid.box-success{border:1px solid #00a65a}.box.box-solid.box-success>.box-header{color:#fff;background:#00a65a;background-color:#00a65a}.box.box-solid.box-success>.box-header a,.box.box-solid.box-success>.box-header .btn{color:#fff}.box.box-solid>.box-header>.box-tools .btn{border:0;box-shadow:none}.box.box-solid[class*='bg']>.box-header{color:#fff}.box .box-group>.box{margin-bottom:5px}.box .knob-label{text-align:center;color:#333;font-weight:100;font-size:12px;margin-bottom:.3em}.box>.overlay,.overlay-wrapper>.overlay,.box>.loading-img,.overlay-wrapper>.loading-img{position:absolute;top:0;left:0;width:100%;height:100%}.box .overlay,.overlay-wrapper .overlay{z-index:50;background:rgba(255,255,255,0.7);border-radius:3px}.box .overlay>.fa,.overlay-wrapper .overlay>.fa{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;color:#000;font-size:30px}.box .overlay.dark,.overlay-wrapper .overlay.dark{background:rgba(0,0,0,0.5)}.box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after{content:" ";display:table}.box-header:after,.box-body:after,.box-footer:after{clear:both}.box-header{color:#444;display:block;padding:10px;position:relative}.box-header.with-border{border-bottom:1px solid #f4f4f4}.collapsed-box .box-header.with-border{border-bottom:none}.box-header>.fa,.box-header>.glyphicon,.box-header>.ion,.box-header .box-title{display:inline-block;font-size:18px;margin:0;line-height:1}.box-header>.fa,.box-header>.glyphicon,.box-header>.ion{margin-right:5px}.box-header>.box-tools{float:right;margin-top:-5px;margin-bottom:-5px}.box-header>.box-tools [data-toggle="tooltip"]{position:relative}.box-header>.box-tools.pull-right .dropdown-menu{right:0;left:auto}.box-header>.box-tools .dropdown-menu>li>a{color:#444 !important}.btn-box-tool{padding:5px;font-size:12px;background:transparent;color:#97a0b3}.open .btn-box-tool,.btn-box-tool:hover{color:#606c84}.btn-box-tool.btn:active{box-shadow:none}.box-body{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:10px}.no-header .box-body{border-top-right-radius:3px;border-top-left-radius:3px}.box-body>.table{margin-bottom:0}.box-body .fc{margin-top:5px}.box-body .full-width-chart{margin:-19px}.box-body.no-padding .full-width-chart{margin:-9px}.box-body .box-pane{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px}.box-body .box-pane-right{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:0}.box-footer{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top:1px solid #f4f4f4;padding:10px;background-color:#fff}.chart-legend{margin:10px 0}@media (max-width:991px){.chart-legend>li{float:left;margin-right:10px}}.box-comments{background:#f7f7f7}.box-comments .box-comment{padding:8px 0;border-bottom:1px solid #eee}.box-comments .box-comment:before,.box-comments .box-comment:after{content:" ";display:table}.box-comments .box-comment:after{clear:both}.box-comments .box-comment:last-of-type{border-bottom:0}.box-comments .box-comment:first-of-type{padding-top:0}.box-comments .box-comment img{float:left}.box-comments .comment-text{margin-left:40px;color:#555}.box-comments .username{color:#444;display:block;font-weight:600}.box-comments .text-muted{font-weight:400;font-size:12px}.todo-list{margin:0;padding:0;list-style:none;overflow:auto}.todo-list>li{border-radius:2px;padding:10px;background:#f4f4f4;margin-bottom:2px;border-left:2px solid #e6e7e8;color:#444}.todo-list>li:last-of-type{margin-bottom:0}.todo-list>li>input[type='checkbox']{margin:0 10px 0 5px}.todo-list>li .text{display:inline-block;margin-left:5px;font-weight:600}.todo-list>li .label{margin-left:10px;font-size:9px}.todo-list>li .tools{display:none;float:right;color:#dd4b39}.todo-list>li .tools>.fa,.todo-list>li .tools>.glyphicon,.todo-list>li .tools>.ion{margin-right:5px;cursor:pointer}.todo-list>li:hover .tools{display:inline-block}.todo-list>li.done{color:#999}.todo-list>li.done .text{text-decoration:line-through;font-weight:500}.todo-list>li.done .label{background:#d2d6de !important}.todo-list .danger{border-left-color:#dd4b39}.todo-list .warning{border-left-color:#f39c12}.todo-list .info{border-left-color:#00c0ef}.todo-list .success{border-left-color:#00a65a}.todo-list .primary{border-left-color:#3c8dbc}.todo-list .handle{display:inline-block;cursor:move;margin:0 5px}.chat{padding:5px 20px 5px 10px}.chat .item{margin-bottom:10px}.chat .item:before,.chat .item:after{content:" ";display:table}.chat .item:after{clear:both}.chat .item>img{width:40px;height:40px;border:2px solid transparent;border-radius:50%}.chat .item>.online{border:2px solid #00a65a}.chat .item>.offline{border:2px solid #dd4b39}.chat .item>.message{margin-left:55px;margin-top:-40px}.chat .item>.message>.name{display:block;font-weight:600}.chat .item>.attachment{border-radius:3px;background:#f4f4f4;margin-left:65px;margin-right:15px;padding:10px}.chat .item>.attachment>h4{margin:0 0 5px 0;font-weight:600;font-size:14px}.chat .item>.attachment>p,.chat .item>.attachment>.filename{font-weight:600;font-size:13px;font-style:italic;margin:0}.chat .item>.attachment:before,.chat .item>.attachment:after{content:" ";display:table}.chat .item>.attachment:after{clear:both}.box-input{max-width:200px}.modal .panel-body{color:#444}.info-box{display:block;min-height:90px;background:#fff;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:2px;margin-bottom:15px}.info-box small{font-size:14px}.info-box .progress{background:rgba(0,0,0,0.2);margin:5px -10px 5px -10px;height:2px}.info-box .progress,.info-box .progress .progress-bar{border-radius:0}.info-box .progress .progress-bar{background:#fff}.info-box-icon{border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px;display:block;float:left;height:90px;width:90px;text-align:center;font-size:45px;line-height:90px;background:rgba(0,0,0,0.2)}.info-box-icon>img{max-width:100%}.info-box-content{padding:5px 10px;margin-left:90px}.info-box-number{display:block;font-weight:bold;font-size:18px}.progress-description,.info-box-text{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-box-text{text-transform:uppercase}.info-box-more{display:block}.progress-description{margin:0}.timeline{position:relative;margin:0 0 30px 0;padding:0;list-style:none}.timeline:before{content:'';position:absolute;top:0;bottom:0;width:4px;background:#ddd;left:31px;margin:0;border-radius:2px}.timeline>li{position:relative;margin-right:10px;margin-bottom:15px}.timeline>li:before,.timeline>li:after{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-item{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;margin-top:0;background:#fff;color:#444;margin-left:60px;margin-right:15px;padding:0;position:relative}.timeline>li>.timeline-item>.time{color:#999;float:right;padding:10px;font-size:12px}.timeline>li>.timeline-item>.timeline-header{margin:0;color:#555;border-bottom:1px solid #f4f4f4;padding:10px;font-size:16px;line-height:1.1}.timeline>li>.timeline-item>.timeline-header>a{font-weight:600}.timeline>li>.timeline-item>.timeline-body,.timeline>li>.timeline-item>.timeline-footer{padding:10px}.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.ion{width:30px;height:30px;font-size:15px;line-height:30px;position:absolute;color:#666;background:#d2d6de;border-radius:50%;text-align:center;left:18px;top:0}.timeline>.time-label>span{font-weight:600;padding:5px;display:inline-block;background-color:#fff;border-radius:4px}.timeline-inverse>li>.timeline-item{background:#f0f0f0;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none}.timeline-inverse>li>.timeline-item>.timeline-header{border-bottom-color:#ddd}.btn{border-radius:3px;-webkit-box-shadow:none;box-shadow:none;border:1px solid transparent}.btn.uppercase{text-transform:uppercase}.btn.btn-flat{border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-width:1px}.btn:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:focus{outline:none}.btn.btn-file{position:relative;overflow:hidden}.btn.btn-file>input[type='file']{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;opacity:0;filter:alpha(opacity=0);outline:none;background:white;cursor:inherit;display:block}.btn-default{background-color:#f4f4f4;color:#444;border-color:#ddd}.btn-default:hover,.btn-default:active,.btn-default.hover{background-color:#e7e7e7}.btn-primary{background-color:#3c8dbc;border-color:#367fa9}.btn-primary:hover,.btn-primary:active,.btn-primary.hover{background-color:#367fa9}.btn-success{background-color:#00a65a;border-color:#008d4c}.btn-success:hover,.btn-success:active,.btn-success.hover{background-color:#008d4c}.btn-info{background-color:#00c0ef;border-color:#00acd6}.btn-info:hover,.btn-info:active,.btn-info.hover{background-color:#00acd6}.btn-danger{background-color:#dd4b39;border-color:#d73925}.btn-danger:hover,.btn-danger:active,.btn-danger.hover{background-color:#d73925}.btn-warning{background-color:#f39c12;border-color:#e08e0b}.btn-warning:hover,.btn-warning:active,.btn-warning.hover{background-color:#e08e0b}.btn-outline{border:1px solid #fff;background:transparent;color:#fff}.btn-outline:hover,.btn-outline:focus,.btn-outline:active{color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.7)}.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn[class*='bg-']:hover{-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,0.2);box-shadow:inset 0 0 100px rgba(0,0,0,0.2)}.btn-app{border-radius:3px;position:relative;padding:15px 5px;margin:0 0 10px 10px;min-width:80px;height:60px;text-align:center;color:#666;border:1px solid #ddd;background-color:#f4f4f4;font-size:12px}.btn-app>.fa,.btn-app>.glyphicon,.btn-app>.ion{font-size:20px;display:block}.btn-app:hover{background:#f4f4f4;color:#444;border-color:#aaa}.btn-app:active,.btn-app:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-app>.badge{position:absolute;top:-3px;right:-10px;font-size:10px;font-weight:400}.callout{border-radius:3px;margin:0 0 20px 0;padding:15px 30px 15px 15px;border-left:5px solid #eee}.callout a{color:#fff;text-decoration:underline}.callout a:hover{color:#eee}.callout h4{margin-top:0;font-weight:600}.callout p:last-child{margin-bottom:0}.callout code,.callout .highlight{background-color:#fff}.callout.callout-danger{border-color:#c23321}.callout.callout-warning{border-color:#c87f0a}.callout.callout-info{border-color:#0097bc}.callout.callout-success{border-color:#00733e}.alert{border-radius:3px}.alert h4{font-weight:600}.alert .icon{margin-right:10px}.alert .close{color:#000;opacity:.2;filter:alpha(opacity=20)}.alert .close:hover{opacity:.5;filter:alpha(opacity=50)}.alert a{color:#fff;text-decoration:underline}.alert-success{border-color:#008d4c}.alert-danger,.alert-error{border-color:#d73925}.alert-warning{border-color:#e08e0b}.alert-info{border-color:#00acd6}.nav>li>a:hover,.nav>li>a:active,.nav>li>a:focus{color:#444;background:#f7f7f7}.nav-pills>li>a{border-radius:0;border-top:3px solid transparent;color:#444}.nav-pills>li>a>.fa,.nav-pills>li>a>.glyphicon,.nav-pills>li>a>.ion{margin-right:5px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{border-top-color:#3c8dbc}.nav-pills>li.active>a{font-weight:600}.nav-stacked>li>a{border-radius:0;border-top:0;border-left:3px solid transparent;color:#444}.nav-stacked>li.active>a,.nav-stacked>li.active>a:hover{background:transparent;color:#444;border-top:0;border-left-color:#3c8dbc}.nav-stacked>li.header{border-bottom:1px solid #ddd;color:#777;margin-bottom:10px;padding:5px 10px;text-transform:uppercase}.nav-tabs-custom{margin-bottom:20px;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px}.nav-tabs-custom>.nav-tabs{margin:0;border-bottom-color:#f4f4f4;border-top-right-radius:3px;border-top-left-radius:3px}.nav-tabs-custom>.nav-tabs>li{border-top:3px solid transparent;margin-bottom:-2px;margin-right:5px}.nav-tabs-custom>.nav-tabs>li.disabled>a{color:#777}.nav-tabs-custom>.nav-tabs>li>a{color:#444;border-radius:0}.nav-tabs-custom>.nav-tabs>li>a.text-muted{color:#999}.nav-tabs-custom>.nav-tabs>li>a,.nav-tabs-custom>.nav-tabs>li>a:hover{background:transparent;margin:0}.nav-tabs-custom>.nav-tabs>li>a:hover{color:#999}.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active{border-color:transparent}.nav-tabs-custom>.nav-tabs>li.active{border-top-color:#3c8dbc}.nav-tabs-custom>.nav-tabs>li.active>a,.nav-tabs-custom>.nav-tabs>li.active:hover>a{background-color:#fff;color:#444}.nav-tabs-custom>.nav-tabs>li.active>a{border-top-color:transparent;border-left-color:#f4f4f4;border-right-color:#f4f4f4}.nav-tabs-custom>.nav-tabs>li:first-of-type{margin-left:0}.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a{border-left-color:transparent}.nav-tabs-custom>.nav-tabs.pull-right{float:none !important}.nav-tabs-custom>.nav-tabs.pull-right>li{float:right}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type{margin-right:0}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a{border-left-width:1px}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a{border-left-color:#f4f4f4;border-right-color:transparent}.nav-tabs-custom>.nav-tabs>li.header{line-height:35px;padding:0 10px;font-size:20px;color:#444}.nav-tabs-custom>.nav-tabs>li.header>.fa,.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,.nav-tabs-custom>.nav-tabs>li.header>.ion{margin-right:5px}.nav-tabs-custom>.tab-content{background:#fff;padding:10px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.nav-tabs-custom .dropdown.open>a:active,.nav-tabs-custom .dropdown.open>a:focus{background:transparent;color:#999}.nav-tabs-custom.tab-primary>.nav-tabs>li.active{border-top-color:#3c8dbc}.nav-tabs-custom.tab-info>.nav-tabs>li.active{border-top-color:#00c0ef}.nav-tabs-custom.tab-danger>.nav-tabs>li.active{border-top-color:#dd4b39}.nav-tabs-custom.tab-warning>.nav-tabs>li.active{border-top-color:#f39c12}.nav-tabs-custom.tab-success>.nav-tabs>li.active{border-top-color:#00a65a}.nav-tabs-custom.tab-default>.nav-tabs>li.active{border-top-color:#d2d6de}.pagination>li>a{background:#fafafa;color:#666}.pagination.pagination-flat>li>a{border-radius:0 !important}.products-list{list-style:none;margin:0;padding:0}.products-list>.item{border-radius:3px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);padding:10px 0;background:#fff}.products-list>.item:before,.products-list>.item:after{content:" ";display:table}.products-list>.item:after{clear:both}.products-list .product-img{float:left}.products-list .product-img img{width:50px;height:50px}.products-list .product-info{margin-left:60px}.products-list .product-title{font-weight:600}.products-list .product-description{display:block;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-list-in-box>.item{-webkit-box-shadow:none;box-shadow:none;border-radius:0;border-bottom:1px solid #f4f4f4}.product-list-in-box>.item:last-of-type{border-bottom-width:0}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{border-top:1px solid #f4f4f4}.table>thead>tr>th{border-bottom:2px solid #f4f4f4}.table tr td .progress{margin-top:5px}.table-bordered{border:1px solid #f4f4f4}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #f4f4f4}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table.no-border,.table.no-border td,.table.no-border th{border:0}table.text-center,table.text-center td,table.text-center th{text-align:center}.table.align th{text-align:left}.table.align td{text-align:right}.label-default{background-color:#d2d6de;color:#444}.direct-chat .box-body{border-bottom-right-radius:0;border-bottom-left-radius:0;position:relative;overflow-x:hidden;padding:0}.direct-chat.chat-pane-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.direct-chat-messages{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);padding:10px;height:250px;overflow:auto}.direct-chat-msg,.direct-chat-text{display:block}.direct-chat-msg{margin-bottom:10px}.direct-chat-msg:before,.direct-chat-msg:after{content:" ";display:table}.direct-chat-msg:after{clear:both}.direct-chat-messages,.direct-chat-contacts{-webkit-transition:-webkit-transform .5s ease-in-out;-moz-transition:-moz-transform .5s ease-in-out;-o-transition:-o-transform .5s ease-in-out;transition:transform .5s ease-in-out}.direct-chat-text{border-radius:5px;position:relative;padding:5px 10px;background:#d2d6de;border:1px solid #d2d6de;margin:5px 0 0 50px;color:#444}.direct-chat-text:after,.direct-chat-text:before{position:absolute;right:100%;top:15px;border:solid transparent;border-right-color:#d2d6de;content:' ';height:0;width:0;pointer-events:none}.direct-chat-text:after{border-width:5px;margin-top:-5px}.direct-chat-text:before{border-width:6px;margin-top:-6px}.right .direct-chat-text{margin-right:50px;margin-left:0}.right .direct-chat-text:after,.right .direct-chat-text:before{right:auto;left:100%;border-right-color:transparent;border-left-color:#d2d6de}.direct-chat-img{border-radius:50%;float:left;width:40px;height:40px}.right .direct-chat-img{float:right}.direct-chat-info{display:block;margin-bottom:2px;font-size:12px}.direct-chat-name{font-weight:600}.direct-chat-timestamp{color:#999}.direct-chat-contacts-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.direct-chat-contacts{-webkit-transform:translate(101%, 0);-ms-transform:translate(101%, 0);-o-transform:translate(101%, 0);transform:translate(101%, 0);position:absolute;top:0;bottom:0;height:250px;width:100%;background:#222d32;color:#fff;overflow:auto}.contacts-list>li{border-bottom:1px solid rgba(0,0,0,0.2);padding:10px;margin:0}.contacts-list>li:before,.contacts-list>li:after{content:" ";display:table}.contacts-list>li:after{clear:both}.contacts-list>li:last-of-type{border-bottom:none}.contacts-list-img{border-radius:50%;width:40px;float:left}.contacts-list-info{margin-left:45px;color:#fff}.contacts-list-name,.contacts-list-status{display:block}.contacts-list-name{font-weight:600}.contacts-list-status{font-size:12px}.contacts-list-date{color:#aaa;font-weight:normal}.contacts-list-msg{color:#999}.direct-chat-danger .right>.direct-chat-text{background:#dd4b39;border-color:#dd4b39;color:#fff}.direct-chat-danger .right>.direct-chat-text:after,.direct-chat-danger .right>.direct-chat-text:before{border-left-color:#dd4b39}.direct-chat-primary .right>.direct-chat-text{background:#3c8dbc;border-color:#3c8dbc;color:#fff}.direct-chat-primary .right>.direct-chat-text:after,.direct-chat-primary .right>.direct-chat-text:before{border-left-color:#3c8dbc}.direct-chat-warning .right>.direct-chat-text{background:#f39c12;border-color:#f39c12;color:#fff}.direct-chat-warning .right>.direct-chat-text:after,.direct-chat-warning .right>.direct-chat-text:before{border-left-color:#f39c12}.direct-chat-info .right>.direct-chat-text{background:#00c0ef;border-color:#00c0ef;color:#fff}.direct-chat-info .right>.direct-chat-text:after,.direct-chat-info .right>.direct-chat-text:before{border-left-color:#00c0ef}.direct-chat-success .right>.direct-chat-text{background:#00a65a;border-color:#00a65a;color:#fff}.direct-chat-success .right>.direct-chat-text:after,.direct-chat-success .right>.direct-chat-text:before{border-left-color:#00a65a}.users-list>li{width:25%;float:left;padding:10px;text-align:center}.users-list>li img{border-radius:50%;max-width:100%;height:auto}.users-list>li>a:hover,.users-list>li>a:hover .users-list-name{color:#999}.users-list-name,.users-list-date{display:block}.users-list-name{font-weight:600;color:#444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.users-list-date{color:#999;font-size:12px}.carousel-control.left,.carousel-control.right{background-image:none}.carousel-control>.fa{font-size:40px;position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-20px}.modal{background:rgba(0,0,0,0.3)}.modal-content{border-radius:0;-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125);box-shadow:0 2px 3px rgba(0,0,0,0.125);border:0}@media (min-width:768px){.modal-content{-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125);box-shadow:0 2px 3px rgba(0,0,0,0.125)}}.modal-header{border-bottom-color:#f4f4f4}.modal-footer{border-top-color:#f4f4f4}.modal-primary .modal-header,.modal-primary .modal-footer{border-color:#307095}.modal-warning .modal-header,.modal-warning .modal-footer{border-color:#c87f0a}.modal-info .modal-header,.modal-info .modal-footer{border-color:#0097bc}.modal-success .modal-header,.modal-success .modal-footer{border-color:#00733e}.modal-danger .modal-header,.modal-danger .modal-footer{border-color:#c23321}.box-widget{border:none;position:relative}.widget-user .widget-user-header{padding:20px;height:120px;border-top-right-radius:3px;border-top-left-radius:3px}.widget-user .widget-user-username{margin-top:0;margin-bottom:5px;font-size:25px;font-weight:300;text-shadow:0 1px 1px rgba(0,0,0,0.2)}.widget-user .widget-user-desc{margin-top:0}.widget-user .widget-user-image{position:absolute;top:65px;left:50%;margin-left:-45px}.widget-user .widget-user-image>img{width:90px;height:auto;border:3px solid #fff}.widget-user .box-footer{padding-top:30px}.widget-user-2 .widget-user-header{padding:20px;border-top-right-radius:3px;border-top-left-radius:3px}.widget-user-2 .widget-user-username{margin-top:5px;margin-bottom:5px;font-size:25px;font-weight:300}.widget-user-2 .widget-user-desc{margin-top:0}.widget-user-2 .widget-user-username,.widget-user-2 .widget-user-desc{margin-left:75px}.widget-user-2 .widget-user-image>img{width:65px;height:auto;float:left}.treeview-menu{display:none;list-style:none;padding:0;margin:0;padding-left:5px}.treeview-menu .treeview-menu{padding-left:20px}.treeview-menu>li{margin:0}.treeview-menu>li>a{padding:5px 5px 5px 15px;display:block;font-size:14px}.treeview-menu>li>a>.fa,.treeview-menu>li>a>.glyphicon,.treeview-menu>li>a>.ion{width:20px}.treeview-menu>li>a>.pull-right-container>.fa-angle-left,.treeview-menu>li>a>.pull-right-container>.fa-angle-down,.treeview-menu>li>a>.fa-angle-left,.treeview-menu>li>a>.fa-angle-down{width:auto}.treeview>ul.treeview-menu{overflow:hidden;height:auto;padding-top:0px !important;padding-bottom:0px !important}.treeview.menu-open>ul.treeview-menu{overflow:visible;height:auto}.mailbox-messages>.table{margin:0}.mailbox-controls{padding:5px}.mailbox-controls.with-border{border-bottom:1px solid #f4f4f4}.mailbox-read-info{border-bottom:1px solid #f4f4f4;padding:10px}.mailbox-read-info h3{font-size:20px;margin:0}.mailbox-read-info h5{margin:0;padding:5px 0 0 0}.mailbox-read-time{color:#999;font-size:13px}.mailbox-read-message{padding:10px}.mailbox-attachments li{float:left;width:200px;border:1px solid #eee;margin-bottom:10px;margin-right:10px}.mailbox-attachment-name{font-weight:bold;color:#666}.mailbox-attachment-icon,.mailbox-attachment-info,.mailbox-attachment-size{display:block}.mailbox-attachment-info{padding:10px;background:#f4f4f4}.mailbox-attachment-size{color:#999;font-size:12px}.mailbox-attachment-icon{text-align:center;font-size:65px;color:#666;padding:20px 10px}.mailbox-attachment-icon.has-img{padding:0}.mailbox-attachment-icon.has-img>img{max-width:100%;height:auto}.lockscreen{background:#d2d6de}.lockscreen-logo{font-size:35px;text-align:center;margin-bottom:25px;font-weight:300}.lockscreen-logo a{color:#444}.lockscreen-wrapper{max-width:400px;margin:0 auto;margin-top:10%}.lockscreen .lockscreen-name{text-align:center;font-weight:600}.lockscreen-item{border-radius:4px;padding:0;background:#fff;position:relative;margin:10px auto 30px auto;width:290px}.lockscreen-image{border-radius:50%;position:absolute;left:-10px;top:-25px;background:#fff;padding:5px;z-index:10}.lockscreen-image>img{border-radius:50%;width:70px;height:70px}.lockscreen-credentials{margin-left:70px}.lockscreen-credentials .form-control{border:0}.lockscreen-credentials .btn{background-color:#fff;border:0;padding:0 10px}.lockscreen-footer{margin-top:10px}.login-logo,.register-logo{font-size:35px;text-align:center;margin-bottom:25px;font-weight:300}.login-logo a,.register-logo a{color:#444}.login-page,.register-page{height:auto;background:#d2d6de}.login-box,.register-box{width:360px;margin:7% auto}@media (max-width:768px){.login-box,.register-box{width:90%;margin-top:20px}}.login-box-body,.register-box-body{background:#fff;padding:20px;border-top:0;color:#666}.login-box-body .form-control-feedback,.register-box-body .form-control-feedback{color:#777}.login-box-msg,.register-box-msg{margin:0;text-align:center;padding:0 20px 20px 20px}.social-auth-links{margin:10px 0}.error-page{width:600px;margin:20px auto 0 auto}@media (max-width:991px){.error-page{width:100%}}.error-page>.headline{float:left;font-size:100px;font-weight:300}@media (max-width:991px){.error-page>.headline{float:none;text-align:center}}.error-page>.error-content{margin-left:190px;display:block}@media (max-width:991px){.error-page>.error-content{margin-left:0}}.error-page>.error-content>h3{font-weight:300;font-size:25px}@media (max-width:991px){.error-page>.error-content>h3{text-align:center}}.invoice{position:relative;background:#fff;border:1px solid #f4f4f4;padding:20px;margin:10px 25px}.invoice-title{margin-top:0}.profile-user-img{margin:0 auto;width:100px;padding:3px;border:3px solid #d2d6de}.profile-username{font-size:21px;margin-top:5px}.post{border-bottom:1px solid #d2d6de;margin-bottom:15px;padding-bottom:15px;color:#666}.post:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.post .user-block{margin-bottom:15px}.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon>:first-child{border:none;text-align:center;width:100%}.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn .badge{color:#d87a68;background-color:#fff}.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus{background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket .badge{color:#205081;background-color:#fff}.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox .badge{color:#1087dd;background-color:#fff}.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook .badge{color:#3b5998;background-color:#fff}.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)}.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr .badge{color:#ff0084;background-color:#fff}.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus{background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare .badge{color:#f94877;background-color:#fff}.btn-github{color:#fff;background-color:#444444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)}.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus{background-color:#444444;border-color:rgba(0,0,0,0.2)}.btn-github .badge{color:#444444;background-color:#fff}.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google .badge{color:#dd4b39;background-color:#fff}.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram .badge{color:#3f729b;background-color:#fff}.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin .badge{color:#007bb6;background-color:#fff}.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft .badge{color:#2672ec;background-color:#fff}.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)}.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid .badge{color:#f7931e;background-color:#fff}.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest .badge{color:#cb2027;background-color:#fff}.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit .badge{color:#eff7ff;background-color:#000}.btn-soundcloud{color:#fff;background-color:#ff5500;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus{background-color:#ff5500;border-color:rgba(0,0,0,0.2)}.btn-soundcloud .badge{color:#ff5500;background-color:#fff}.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr .badge{color:#2c4762;background-color:#fff}.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus{background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter .badge{color:#55acee;background-color:#fff}.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)}.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk .badge{color:#587ea3;background-color:#fff}.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo .badge{color:#720e9e;background-color:#fff}.fc-button{background:#f4f4f4;background-image:none;color:#444;border-color:#ddd;border-bottom-color:#ddd}.fc-button:hover,.fc-button:active,.fc-button.hover{background-color:#e9e9e9}.fc-header-title h2{font-size:15px;line-height:1.6em;color:#666;margin-left:10px}.fc-header-right{padding-right:10px}.fc-header-left{padding-left:10px}.fc-widget-header{background:#fafafa}.fc-grid{width:100%;border:0}.fc-widget-header:first-of-type,.fc-widget-content:first-of-type{border-left:0;border-right:0}.fc-widget-header:last-of-type,.fc-widget-content:last-of-type{border-right:0}.fc-toolbar{padding:10px;margin:0}.fc-day-number{font-size:20px;font-weight:300;padding-right:10px}.fc-color-picker{list-style:none;margin:0;padding:0}.fc-color-picker>li{float:left;font-size:30px;margin-right:5px;line-height:30px}.fc-color-picker>li .fa{-webkit-transition:-webkit-transform linear .3s;-moz-transition:-moz-transform linear .3s;-o-transition:-o-transform linear .3s;transition:transform linear .3s}.fc-color-picker>li .fa:hover{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}#add-new-event{-webkit-transition:all linear .3s;-o-transition:all linear .3s;transition:all linear .3s}.external-event{padding:5px 10px;font-weight:bold;margin-bottom:4px;box-shadow:0 1px 1px rgba(0,0,0,0.1);text-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;cursor:move}.external-event:hover{box-shadow:inset 0 0 90px rgba(0,0,0,0.2)}.select2-container--default.select2-container--focus,.select2-selection.select2-container--focus,.select2-container--default:focus,.select2-selection:focus,.select2-container--default:active,.select2-selection:active{outline:none}.select2-container--default .select2-selection--single,.select2-selection .select2-selection--single{border:1px solid #d2d6de;border-radius:0;padding:6px 12px;height:34px}.select2-container--default.select2-container--open{border-color:#3c8dbc}.select2-dropdown{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#3c8dbc;color:white}.select2-results__option{padding:6px 12px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0;height:auto;margin-top:-4px}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:6px;padding-left:20px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:28px;right:3px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.select2-dropdown .select2-search__field,.select2-search--inline .select2-search__field{border:1px solid #d2d6de}.select2-dropdown .select2-search__field:focus,.select2-search--inline .select2-search__field:focus{outline:none}.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-search--dropdown .select2-search__field{border-color:#3c8dbc !important}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[aria-selected=true]:hover{color:#444}.select2-container--default .select2-selection--multiple{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-selection--multiple:focus{border-color:#3c8dbc}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#d2d6de}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#3c8dbc;border-color:#367fa9;padding:1px 10px;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{margin-right:5px;color:rgba(255,255,255,0.7)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}.select2-container .select2-selection--single .select2-selection__rendered{padding-right:10px}.box .datepicker-inline,.box .datepicker-inline .datepicker-days,.box .datepicker-inline>table,.box .datepicker-inline .datepicker-days>table{width:100%}.box .datepicker-inline td:hover,.box .datepicker-inline .datepicker-days td:hover,.box .datepicker-inline>table td:hover,.box .datepicker-inline .datepicker-days>table td:hover{background-color:rgba(255,255,255,0.3)}.box .datepicker-inline td.day.old,.box .datepicker-inline .datepicker-days td.day.old,.box .datepicker-inline>table td.day.old,.box .datepicker-inline .datepicker-days>table td.day.old,.box .datepicker-inline td.day.new,.box .datepicker-inline .datepicker-days td.day.new,.box .datepicker-inline>table td.day.new,.box .datepicker-inline .datepicker-days>table td.day.new{color:#777}.pad{padding:10px}.margin{margin:10px}.margin-bottom{margin-bottom:20px}.margin-bottom-none{margin-bottom:0}.margin-r-5{margin-right:5px}.inline{display:inline}.description-block{display:block;margin:10px 0;text-align:center}.description-block.margin-bottom{margin-bottom:25px}.description-block>.description-header{margin:0;padding:0;font-weight:600;font-size:16px}.description-block>.description-text{text-transform:uppercase}.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger,.callout.callout-warning,.callout.callout-info,.callout.callout-success,.alert-success,.alert-danger,.alert-error,.alert-warning,.alert-info,.label-danger,.label-info,.label-warning,.label-primary,.label-success,.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer{color:#fff !important}.bg-gray{color:#000;background-color:#d2d6de !important}.bg-gray-light{background-color:#f7f7f7}.bg-black{background-color:#111 !important}.bg-red,.callout.callout-danger,.alert-danger,.alert-error,.label-danger,.modal-danger .modal-body{background-color:#dd4b39 !important}.bg-yellow,.callout.callout-warning,.alert-warning,.label-warning,.modal-warning .modal-body{background-color:#f39c12 !important}.bg-aqua,.callout.callout-info,.alert-info,.label-info,.modal-info .modal-body{background-color:#00c0ef !important}.bg-blue{background-color:#0073b7 !important}.bg-light-blue,.label-primary,.modal-primary .modal-body{background-color:#3c8dbc !important}.bg-green,.callout.callout-success,.alert-success,.label-success,.modal-success .modal-body{background-color:#00a65a !important}.bg-navy{background-color:#001F3F !important}.bg-teal{background-color:#39CCCC !important}.bg-olive{background-color:#3D9970 !important}.bg-lime{background-color:#01FF70 !important}.bg-orange{background-color:#FF851B !important}.bg-fuchsia{background-color:#F012BE !important}.bg-purple{background-color:#605ca8 !important}.bg-maroon{background-color:#D81B60 !important}.bg-gray-active{color:#000;background-color:#b5bbc8 !important}.bg-black-active{background-color:#000 !important}.bg-red-active,.modal-danger .modal-header,.modal-danger .modal-footer{background-color:#d33724 !important}.bg-yellow-active,.modal-warning .modal-header,.modal-warning .modal-footer{background-color:#db8b0b !important}.bg-aqua-active,.modal-info .modal-header,.modal-info .modal-footer{background-color:#00a7d0 !important}.bg-blue-active{background-color:#005384 !important}.bg-light-blue-active,.modal-primary .modal-header,.modal-primary .modal-footer{background-color:#357ca5 !important}.bg-green-active,.modal-success .modal-header,.modal-success .modal-footer{background-color:#008d4c !important}.bg-navy-active{background-color:#001a35 !important}.bg-teal-active{background-color:#30bbbb !important}.bg-olive-active{background-color:#368763 !important}.bg-lime-active{background-color:#00e765 !important}.bg-orange-active{background-color:#ff7701 !important}.bg-fuchsia-active{background-color:#db0ead !important}.bg-purple-active{background-color:#555299 !important}.bg-maroon-active{background-color:#ca195a !important}[class^="bg-"].disabled{opacity:.65;filter:alpha(opacity=65)}.text-red{color:#dd4b39 !important}.text-yellow{color:#f39c12 !important}.text-aqua{color:#00c0ef !important}.text-blue{color:#0073b7 !important}.text-black{color:#111 !important}.text-light-blue{color:#3c8dbc !important}.text-green{color:#00a65a !important}.text-gray{color:#d2d6de !important}.text-navy{color:#001F3F !important}.text-teal{color:#39CCCC !important}.text-olive{color:#3D9970 !important}.text-lime{color:#01FF70 !important}.text-orange{color:#FF851B !important}.text-fuchsia{color:#F012BE !important}.text-purple{color:#605ca8 !important}.text-maroon{color:#D81B60 !important}.link-muted{color:#7a869d}.link-muted:hover,.link-muted:focus{color:#606c84}.link-black{color:#666}.link-black:hover,.link-black:focus{color:#999}.hide{display:none !important}.no-border{border:0 !important}.no-padding{padding:0 !important}.no-margin{margin:0 !important}.no-shadow{box-shadow:none !important}.list-unstyled,.chart-legend,.contacts-list,.users-list,.mailbox-attachments{list-style:none;margin:0;padding:0}.list-group-unbordered>.list-group-item{border-left:0;border-right:0;border-radius:0;padding-left:0;padding-right:0}.flat{border-radius:0 !important}.text-bold,.text-bold.table td,.text-bold.table th{font-weight:700}.text-sm{font-size:12px}.jqstooltip{padding:5px !important;width:auto !important;height:auto !important}.bg-teal-gradient{background:#39CCCC !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;background:-ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;background:-moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;background:-o-linear-gradient(#7adddd, #39CCCC) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;color:#fff}.bg-light-blue-gradient{background:#3c8dbc !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;background:-ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;background:-moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;background:-o-linear-gradient(#67a8ce, #3c8dbc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;color:#fff}.bg-blue-gradient{background:#0073b7 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;background:-ms-linear-gradient(bottom, #0073b7, #0089db) !important;background:-moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;background:-o-linear-gradient(#0089db, #0073b7) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;color:#fff}.bg-aqua-gradient{background:#00c0ef !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;background:-ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;background:-moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;background:-o-linear-gradient(#14d1ff, #00c0ef) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;color:#fff}.bg-yellow-gradient{background:#f39c12 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;background:-ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;background:-moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;background:-o-linear-gradient(#f7bc60, #f39c12) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;color:#fff}.bg-purple-gradient{background:#605ca8 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;background:-ms-linear-gradient(bottom, #605ca8, #9491c4) !important;background:-moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;background:-o-linear-gradient(#9491c4, #605ca8) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;color:#fff}.bg-green-gradient{background:#00a65a !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;background:-ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;background:-moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;background:-o-linear-gradient(#00ca6d, #00a65a) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;color:#fff}.bg-red-gradient{background:#dd4b39 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;background:-ms-linear-gradient(bottom, #dd4b39, #e47365) !important;background:-moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;background:-o-linear-gradient(#e47365, #dd4b39) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;color:#fff}.bg-black-gradient{background:#111 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;background:-ms-linear-gradient(bottom, #111, #2b2b2b) !important;background:-moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;background:-o-linear-gradient(#2b2b2b, #111) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;color:#fff}.bg-maroon-gradient{background:#D81B60 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;background:-ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;background:-moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;background:-o-linear-gradient(#e73f7c, #D81B60) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;color:#fff}.description-block .description-icon{font-size:16px}.no-pad-top{padding-top:0}.position-static{position:static !important}.list-header{font-size:15px;padding:10px 4px;font-weight:bold;color:#666}.list-seperator{height:1px;background:#f4f4f4;margin:15px 0 9px 0}.list-link>a{padding:4px;color:#777}.list-link>a:hover{color:#222}.font-light{font-weight:300}.user-block:before,.user-block:after{content:" ";display:table}.user-block:after{clear:both}.user-block img{width:40px;height:40px;float:left}.user-block .username,.user-block .description,.user-block .comment{display:block;margin-left:50px}.user-block .username{font-size:16px;font-weight:600}.user-block .description{color:#999;font-size:13px}.user-block.user-block-sm .username,.user-block.user-block-sm .description,.user-block.user-block-sm .comment{margin-left:40px}.user-block.user-block-sm .username{font-size:14px}.img-sm,.img-md,.img-lg,.box-comments .box-comment img,.user-block.user-block-sm img{float:left}.img-sm,.box-comments .box-comment img,.user-block.user-block-sm img{width:30px !important;height:30px !important}.img-sm+.img-push{margin-left:40px}.img-md{width:60px;height:60px}.img-md+.img-push{margin-left:70px}.img-lg{width:100px;height:100px}.img-lg+.img-push{margin-left:110px}.img-bordered{border:3px solid #d2d6de;padding:3px}.img-bordered-sm{border:2px solid #d2d6de;padding:2px}.attachment-block{border:1px solid #f4f4f4;padding:5px;margin-bottom:10px;background:#f7f7f7}.attachment-block .attachment-img{max-width:100px;max-height:100px;height:auto;float:left}.attachment-block .attachment-pushed{margin-left:110px}.attachment-block .attachment-heading{margin:0}.attachment-block .attachment-text{color:#555}.connectedSortable{min-height:100px}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sort-highlight{background:#f4f4f4;border:1px dashed #ddd;margin-bottom:10px}.full-opacity-hover{opacity:.65;filter:alpha(opacity=65)}.full-opacity-hover:hover{opacity:1;filter:alpha(opacity=100)}.chart{position:relative;overflow:hidden;width:100%}.chart svg,.chart canvas{width:100% !important}hr{border-top:1px solid #555}#red .slider-selection{background:#f56954}#blue .slider-selection{background:#3c8dbc}#green .slider-selection{background:#00a65a}#yellow .slider-selection{background:#f39c12}#aqua .slider-selection{background:#00c0ef}#purple .slider-selection{background:#932ab6}@media print{.no-print,.main-sidebar,.left-side,.main-header,.content-header{display:none !important}.content-wrapper,.right-side,.main-footer{margin-left:0 !important;min-height:0 !important;-webkit-transform:translate(0, 0) !important;-ms-transform:translate(0, 0) !important;-o-transform:translate(0, 0) !important;transform:translate(0, 0) !important}.fixed .content-wrapper,.fixed .right-side{padding-top:0 !important}.invoice{width:100%;border:0;margin:0;padding:0}.invoice-col{float:left;width:33.3333333%}.table-responsive{overflow:auto}.table-responsive>.table tr th,.table-responsive>.table tr td{white-space:normal !important}}

/*
 * Skin: Blue
 * ----------
 */
.skin-blue .main-header .navbar {
  background-color: #3c8dbc;
}
.skin-blue .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}
@media (max-width: 767px) {
  .skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}
.skin-blue .main-header .logo {
  background-color: #367fa9;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue .main-header .logo:hover {
  background-color: #357ca5;
}
.skin-blue .main-header li.user-header {
  background-color: #3c8dbc;
}
.skin-blue .content-header {
  background: transparent;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #222d32;
}
.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #fff;
}
.skin-blue .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-blue .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #1e282c;
}
.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #3c8dbc;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-blue .sidebar a {
  color: #b8c7ce;
}
.skin-blue .sidebar a:hover {
  text-decoration: none;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}


/*# sourceMappingURL=vendor.css.map */


md-toast[md-theme=warn] .md-toast-content {
  background-color: #F44336; }

[ui-view].ng-enter,
[ui-view].ng-leave {
  transition: opacity ease-in-out 200ms; }

[ui-view].ng-enter,
[ui-view].ng-leave.ng-leave-active {
  opacity: 0; }

[ui-view].ng-enter.ng-enter-active {
  opacity: 1; }

.Page.ng-leave.ng-leave-active {
  display: none; }

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

.ResetPassword-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }

.body.body.body.body.body {
  background-color: #FFF;
  color: #777;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 22px;
  margin: 0; }

p {
  color: #777;
  line-height: 24px;
  margin: 0 0 20px; }

li {
  line-height: 24px; }

h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0; }

h3 {
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase; }

b, strong {
  font-weight: 700; }

.Footer {
  text-align: center;
  background-color: #F6F9FA;
  border-top: 1px solid #E9F0F3;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #888888;
  font-weight: 300; }

.Footer-text {
  padding-top: 10px;
  opacity: 0.8;
  color: #888888; }

.Footer-link {
  text-decoration: none;
  color: #888888 !important;
  font-weight: 400; }

.Footer-link:hover {
  text-decoration: underline; }

.Footer-logo {
  width: 49px;
  height: 46px; }

.ResetPassword-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }

.ForgotPassword-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }

.ResetPassword-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }

.Landing {
  height: 100%; }

.Landing-cover {
  background-image: url("/img/cover.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 700px; }

.Landing-heading,
.Landing-subtitle {
  color: white; }

.Landing-headingLight {
  font-weight: 300; }

.Landing-heading {
  color: white;
  letter-spacing: -3px;
  margin-top: 20px;
  font-size: 60px;
  text-align: center; }

.Landing-subtitle {
  opacity: 0.7;
  text-align: center; }

.Landing-getStarted {
  padding: 12px 30px;
  font-weight: bold;
  color: #535362 !important;
  border-radius: 4px;
  text-transform: box-shadow 250ms; }

.Landing-getStarted:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important; }

.Landing-laravelAngular {
  position: relative; }

.Landing-ampersand {
  font-size: 50px;
  color: #00A4C6;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 300; }

.Landing-angular {
  background-color: #F6F9FA;
  border-left: 1px solid #E9F0F3; }

.Landing-laravel,
.Landing-angular {
  text-align: center;
  color: #21455B;
  border-bottom: 1px solid #E9F0F3; }

.Landing-laravelAngular-title {
  padding-top: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #21455B; }

.Landing-laravelAngular-subtitle {
  color: #535362;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300; }

.DemoCode {
  font-family: "Lucida Console", Monaco, monospace;
  overflow: auto !important;
  padding: 10px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 80%;
  margin: 30px auto 100px;
  text-align: left;
  padding-left: 20px;
  font-size: 14px; }

.DemoCode-highlight {
  color: #DD4A68; }

.DemoCode-comment {
  color: #888888; }

.DemoCode-operator {
  color: #888888; }

.DemoCode-string {
  color: #690; }

.DemoCode-secondary {
  color: #07A; }

.Landing-features {
  text-align: center;
  margin: 60px 10px; }

.Landing-featuresMainTitle {
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 15px;
  color: #21455B; }

.Landing-featuresMainDescription {
  width: 70%;
  margin: 0 auto 30px;
  color: #535362;
  font-weight: 300; }

.Landing-featuresEntry {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  margin: 40px auto 20px; }

.Landing-featuresEntry-icon {
  height: 100%; }

.Landing-featuresTitle {
  color: #21455B;
  letter-spacing: -1px;
  margin-top: 40px; }

.Landing-featuresDescription {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300;
  color: #535362; }

.Landing-featuresEntry--restful {
  background-color: #00A4C6; }

.Landing-featuresEntry--jwt {
  background-color: #EF704D; }

.Landing-featuresEntry--generators {
  background-color: #25C0CC; }

.Landing-featuresEntry--restful md-icon {
  width: 100px; }

.Landing-featuresEntry--jwt md-icon {
  width: 80px; }

.Landing-featuresEntry--generators md-icon {
  width: 80px; }

/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 950px) {
  .iOS-hack .flex-100,
  .iOS-hack .flex-50,
  .iOS-hack .flex-33 {
    -ms-flex: none !important;
    flex: none !important; } }


table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  padding-top: 10px; }

table.dataTable td, table.dataTable th {
  box-sizing: content-box; }

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  padding: 5px; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  border: none;
  padding: 5px;
  outline: none; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 1; }

table.dataTable thead .sorting:after {
  opacity: 0.5;
  content: "\e150"; }

table.dataTable thead .sorting_asc:after {
  content: "\e155"; }

table.dataTable thead .sorting_desc:after {
  content: "\e156"; }

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #eee; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable {
  border-collapse: separate !important; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

table.dataTable thead > tr {
  background: #e66249;
  color: #fff; }

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.badge, .label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager:after, .pager:before {
  content: " ";
  display: table; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed; }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-2.5.0,pdfmake-0.1.18,dt-1.10.12,b-1.2.1,b-colvis-1.2.1,b-flash-1.2.1,b-html5-1.2.1,b-print-1.2.1,cr-1.3.2,fc-3.2.2,fh-3.1.2,r-2.1.0,rr-1.1.2,sc-1.4.2,se-1.2.0
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.18, DataTables 1.10.12, Buttons 1.2.1, Column visibility 1.2.1, Flash export 1.2.1, HTML5 export 1.2.1, Print view 1.2.1, ColReorder 1.3.2, FixedColumns 3.2.2, FixedHeader 3.1.2, Responsive 2.1.0, RowReorder 1.1.2, Scroller 1.4.2, Select 1.2.0
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable .sorting_asc_disabled {
  background-image: url("DataTables-1.10.12/images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.12/images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3; }

div.dt-button-info > div {
  padding: 1em; }

button.dt-button, div.dt-button, a.dt-button {
  /*  position:relative; */
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.666em;
  padding: 0.5em 1em;
  /* border:1px solid #999; */
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  /* background-color:#e9e9e9; */
  /*   background-image:-webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image:-moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image:-ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image:-o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image:linear-gradient(to bottom, #fff 0%, #e9e9e9 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none; }

button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9'); }

button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999; }

button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc'); }

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
  text-decoration: none; }

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0'); }

button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9'); }

.dt-button embed {
  outline: none; }

div.dt-buttons {
  position: relative;
  float: left; }

div.dt-buttons.buttons-right {
  float: right; }

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0; }

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666; }

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

div.dt-button-collection.fixed.two-column {
  margin-left: -150px; }

div.dt-button-collection.fixed.three-column {
  margin-left: -225px; }

div.dt-button-collection.fixed.four-column {
  margin-left: -300px; }

div.dt-button-collection > * {
  break-inside: avoid; }

div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2001; }

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center; } }

table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202; }

div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201; }

table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
  background-color: white; }

div.DTFC_Blocker {
  background-color: white; }

div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2; }

div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none; }

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white; }

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0; }

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white; }

@media print {
  table.fixedHeader-floating {
    display: none; } }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001; }

tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px; }

body.dt-rowReorder-noOverflow {
  overflow-x: hidden; }

table.dataTable td.reorder {
  text-align: center;
  cursor: move; }

div.DTS {
  display: block !important; }

div.DTS tbody th, div.DTS tbody td {
  white-space: nowrap; }

div.DTS div.DTS_Loading {
  z-index: 1; }

div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px); }

div.DTS div.dataTables_scrollBody table {
  z-index: 2; }

div.DTS div.dataTables_paginate, div.DTS div.dataTables_length {
  display: none; }

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #B0BED9; }

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4; }

table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1; }

table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd; }

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7; }

table.dataTable td.select-checkbox {
  position: relative; }

table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box; }

table.dataTable td.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px; }

table.dataTable tr.selected td.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; }

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block; } }

html, body {
  overflow-x: hidden; }

body {
  background: #e8edf2 none repeat scroll 0 0;
  color: #505050;
  float: left;
  font-family: Lato !important;
  letter-spacing: 0.3px;
  position: relative;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  color: #202020; }

p {
  line-height: 26px;
  font-size: 13px;
  letter-spacing: 0.3px; }

ul li, ul li a,
ol li, ol li a {
  color: #666666;
  font-size: 13px;
  line-height: 20px; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

a {
  cursor: pointer;
  color: #58ab28; }

/* Scroll bar Styling */
.slimScrollDiv {
  border: 0 solid transparent;
  float: left;
  width: 100% !important; }

/* Top Bar */
.top-bar {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  float: left;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000 !important; }

.logo {
  float: left;
  min-width: 220px;
  padding: 20px 0 20px 30px;
  transition: all 0.4s ease 0s; }

.logo > a {
  color: #263238;
  float: left;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px; }

.logo > a > i {
  color: #ee0b7d;
  float: left;
  font-size: 18px;
  line-height: 25px;
  margin-right: 10px; }

.menu-options {
  color: #808891;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 25px; }

.menu-action {
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px; }

.menu-action::after {
  background: #555555 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%; }

.menu-options.active .menu-action::after {
  bottom: 6px;
  transform: rotate(-45deg); }

.menu-action::before {
  background: #555555 none repeat scroll 0 0;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%; }

.menu-options.active .menu-action::before {
  top: 4px;
  transform: rotate(45deg); }

.menu-action > i {
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; }

.menu-action > i::before {
  background: #555555 none repeat scroll 0 0;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%; }

.menu-options.active .menu-action > i::before {
  opacity: 0;
  transform: scale(0.5); }

form.search-form {
  border: 1px solid #e0e5e7;
  border-radius: 22px;
  float: left;
  height: 38px;
  margin-left: 80px;
  margin-top: 14px;
  position: relative;
  width: 213px; }

form.search-form > input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #7b7b7b;
  float: left;
  font-size: 12px;
  padding: 9px 20px 9px 25px;
  width: 100%; }

form.search-form > button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #7f8890;
  font-size: 12px;
  padding: 8px 16px 8px 20px;
  position: absolute;
  right: 0; }

.top-bar > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.top-bar > ul > li {
  float: left;
  margin-left: 40px;
  padding: 23px 0; }

.top-bar > ul > li > a > i {
  font-size: 11px;
  margin-right: 8px; }

.quick-links {
  float: right;
  padding: 16px 14px 16px 0; }

.quick-links > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.quick-links > ul > li {
  float: left;
  margin-right: 3px;
  position: relative; }

.quick-links > ul > li > a {
  border: 1px solid #e8edf2;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  width: 34px;
  border-radius: 50%;
  transition: all 0.4s ease 0s; }

/* Side Header */
header {
  transition: all 0.4s ease 0s; }

header.side-header.slide-menu {
  left: -220px; }

.main-content.wide-content {
  padding-left: 45px; }

header.side-header {
  background: #263238 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 66px;
  width: 220px;
  z-index: 1000 !important; }

header.side-header.light-skin {
  background: #ffffff none repeat scroll 0 0; }

.side-header.light-skin .side-menus > span {
  color: #5a5a5a; }

.side-header.light-skin .side-menus nav > ul > li > a {
  color: #555555; }

.side-header.light-skin .side-menus nav > ul > li ul::before {
  border-bottom-color: #dfe6ec; }

.side-header.light-skin .side-menus nav > ul > li ul {
  background: #dfe6ec none repeat scroll 0 0; }

.admin-details {
  display: table;
  float: left;
  padding: 40px 30px 25px;
  position: relative;
  width: 100%;
  z-index: 0;
  transition: all 0.4s ease 0s; }

.admin-details:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #263238 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#263238',GradientType=0 );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.side-header.light-skin .admin-details::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.side-header.light-skin .admin-details h3 {
  color: #333333; }

.side-header.light-skin .admin-details > i {
  color: #787878; }

.side-header.light-skin .admin-status {
  color: #303030;
  font-weight: 400; }

.admin-details > span {
  float: left;
  margin-right: 16px; }

.admin-details > span > img {
  border-radius: 50%;
  float: left;
  width: 59px; }

.admin-details h3 {
  color: #ffffff;
  display: block;
  float: none;
  font-family: Montserrat;
  font-size: 15px;
  margin: 15px 0 0; }

.admin-details > i {
  color: #c8c8c8;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  margin-top: 6px;
  text-transform: uppercase; }

.side-header.light-skin .side-menus nav > ul > li ul li > a {
  color: #697178; }

.admin-status {
  color: #ffffff;
  float: left;
  font-size: 10px;
  font-weight: bold;
  margin: 7px 0 0;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase; }

.admin-status.online:before {
  background: #64c352; }

.admin-status.offline:before {
  background: #ff6e6e; }

.admin-status::before {
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 6px; }

/* Side Menus */
.side-menus {
  float: left;
  position: relative;
  width: 100%;
  z-index: 9;
  background: #263238; }

.menu-scroll {
  float: left;
  margin-top: -50px;
  width: 100%; }

.side-menus > span {
  color: #a6a6a6;
  float: left;
  font-size: 10px;
  padding: 0 30px;
  text-transform: uppercase;
  width: 100%; }

.side-menus nav {
  float: left;
  padding-top: 0px;
  width: 100%; }

.side-menus nav > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.side-menus nav > ul > li {
  float: left;
  width: 100%; }

.side-menus nav > ul > li > a {
  color: #d1d1d1;
  float: left;
  font-size: 13px;
  padding: 10px 30px;
  position: relative; }

.side-menus nav > ul > li > a > i {
  width: 22px; }

.side-menus .menu-item-has-children > a::before {
  background: #8b8b8c none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 100%;
  margin-left: -18px;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 5px; }

.side-menus .menu-item-has-children.active > a::before {
  width: 30px; }

.side-menus nav > ul > li ul {
  background: #36464e none repeat scroll 0 0;
  display: none;
  float: left;
  list-style: outside none none;
  margin: 10px 0;
  padding: 20px 0;
  position: relative;
  width: 100%; }

.side-menus nav > ul > li ul::before {
  border-bottom: 7px solid #36464e;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  left: 50px;
  position: absolute;
  top: -6px; }

.side-menus nav > ul > li ul li {
  float: left;
  width: 100%; }

.side-menus nav > ul li a,
.side-menus nav > ul li a i {
  transition: all 0.4s ease 0s; }

.side-menus nav > ul > li ul li > a {
  color: #a1a3a4;
  float: left;
  font-size: 12px;
  padding: 3px 20px 3px 40px;
  width: 100%; }

.side-menus nav > ul > li ul li > a > i {
  float: left;
  font-size: 10px;
  line-height: 20px;
  margin-right: 10px; }

.side-menus .menu-item-has-children.active > a {
  color: #fff; }

.side-menus .menu-item-has-children.active > a i {
  color: #ee0b7d; }

/* Main Content */
.main-content {
  float: left;
  padding: 106px 45px 110px 265px;
  width: 100%;
  transition: all 0.4s ease 0s; }

.breadcrumbs {
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.breadcrumbs > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.breadcrumbs > ul > li {
  float: left;
  position: relative; }

.breadcrumbs > ul > li > a {
  color: #797d80;
  float: left;
  font-size: 12px;
  margin-right: 15px;
  padding-right: 15px;
  position: relative; }

.breadcrumbs > ul > li > a::before {
  color: #797d80;
  content: "/";
  font-size: 12px;
  position: absolute;
  right: -2px;
  top: 0; }

.breadcrumbs > ul > li:last-child > a::before {
  display: none; }

.breadcrumbs > ul > li:last-child > a::before {
  display: none; }

/* heading Sec */
.heading-sec {
  float: left;
  width: 100%; }

.heading-profile {
  float: left;
  padding-top: 10px;
  width: 100%; }

.heading-profile > h2 {
  color: #263238;
  float: left;
  font-family: Montserrat;
  font-size: 20px;
  margin: 0 0 6px;
  width: 100%; }

.heading-profile > h2 > span {
  color: #ee0b7d; }

.heading-profile > span {
  color: #747b7f;
  float: left;
  font-size: 13px;
  width: 100%; }

.top-bar-chart {
  float: right;
  padding-top: 12px;
  width: 100%; }

.quick-report-infos {
  float: left;
  padding-right: 18px; }

.quick-report {
  display: table;
  float: right;
  padding-left: 50px; }

.quick-report p {
  color: #7a7979;
  float: left;
  font-size: 12px;
  line-height: 11px; }

.quick-report h3 {
  color: #4c4c4c;
  display: list-item;
  font-family: Montserrat;
  font-size: 19px;
  list-style: outside none none;
  margin: 0; }

.quick-report > svg {
  float: right; }

/* Panel Content */
.panel-content {
  float: left;
  margin-top: 0;
  padding-top: 20px;
  width: 100%; }

.tabbable .tab-content .nav-tabs1.nav > li, .tabbable .tab-content .nav-tabs1.nav > li > a {
  position: relative;
  display: block;
  bottom: 20px; }

.our-team.widget span {
  line-height: 22px; }

.tab-content .tab-pane .panel-content {
  padding-top: 0; }

.tab-content .panel-content .widget .product-filter {
  padding: 40px 40px 40px; }

.panel-content .row {
  margin: 0 -7px; }

.panel-content .row > div {
  padding: 0 7px; }

.mini-stats-sec {
  float: left;
  width: 100%; }

.mini-stats {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  padding: 25px 30px;
  position: relative;
  width: 100%; }

.widget-controls {
  padding-right: 10px;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.widget-controls > span {
  color: #b8b8b8;
  cursor: pointer;
  float: right;
  font-size: 13px;
  line-height: 14px;
  margin-left: 8px; }

.widget::before {
  background-color: #ffffff;
  /*background-image: url("../images/loader.gif");*/
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.4s ease 0s;
  visibility: hidden; }

.widget {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  margin-top: 14px;
  position: relative;
  width: 100%;
  border-radius: 5px; }

.widget.no-color {
  background: transparent none repeat scroll 0 0;
  border-radius: 0; }

.total-sales-sec {
  float: left;
  width: 100%; }

.widget.loading-wait::before {
  opacity: 0.8;
  visibility: visible; }

.widget.expand-this {
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483647; }

.mini-stats > span {
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 57px;
  line-height: 56px;
  margin-right: 15px;
  text-align: center;
  width: 57px; }

.mini-stats > p {
  color: #878888;
  display: block;
  font-size: 11px;
  line-height: 20px;
  margin: 6px 0 0;
  text-transform: uppercase; }

.mini-stats > p > i {
  margin-right: 4px; }

.fa.up {
  color: #5bdd5e; }

.fa.down {
  color: #ff6a7f; }

.mini-stats > h3 {
  color: #4d575d;
  display: block;
  font-size: 18px;
  margin: 5px 0 0; }

/* Total Sales Sec */
.total-sales-sec {
  display: table;
  float: left;
  padding: 50px 45px;
  width: 100%; }

.circle-chart {
  float: left;
  margin-right: 35px;
  position: relative; }

.total-sales-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.circle-chart > p {
  margin: 0; }

.cirlce-chart-detail {
  left: 0;
  margin-top: -6px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.cirlce-chart-detail > span {
  color: #777777;
  float: left;
  font-size: 11px;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
  width: 100%; }

.cirlce-chart-detail > h5 {
  color: #4d575d;
  float: left;
  font-size: 18px;
  margin: 1px 0 0;
  text-align: center;
  width: 100%; }

.total-sales-info > span {
  color: #777777;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  width: 100%; }

.total-sales-info > h3 {
  color: #4d575d;
  float: left;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: -3px;
  padding-bottom: 20px;
  position: relative;
  width: 100%; }

.total-sales-info > h3::before {
  background: #e6e6e6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px; }

.total-sales-info > ul {
  float: left;
  list-style: outside none none;
  margin: 20px 0 0;
  padding: 0;
  width: 100%; }

.total-sales-info > ul > li {
  float: left;
  width: 33.3333%; }

.total-sales-info li > span {
  color: #777777;
  float: left;
  font-size: 13px;
  font-weight: 200;
  width: 100%; }

.total-sales-info ul li h5 {
  color: #4d575d;
  float: left;
  font-family: Montserrat;
  font-size: 18px;
  margin: 4px 0 0;
  width: 100%; }

/* Color Classes */
.red-skin {
  background-color: #ff6b6b;
  border-color: #ff6262 !important; }

.sky-skin {
  background-color: #63d6ff;
  border-color: #28c4fc !important; }

.purple-skin {
  background-color: #6e6eff;
  border-color: #7373ff !important; }

.pink-skin {
  /*background-color: #f76fff;
    border-color: #f661ff !important;*/
  background-color: #ee0b7d;
  border-color: #ee0b7d !important; }

.orange-skin {
  background-color: #ffb48f;
  border-color: #ff742f !important; }

/* Activity Sec */
.activity-sec {
  float: left;
  padding: 35px;
  width: 100%; }

.widget-title > h3 {
  color: #2e2e2e;
  float: left;
  font-size: 16px;
  margin: 0 0 5px;
  padding-right: 30px; }

.widget-title > span {
  color: #666666;
  float: left;
  font-size: 13px;
  font-weight: 300;
  width: 100%; }

.widget-title {
  float: left;
  margin-bottom: 22px;
  width: 100%; }

/* Graph Wrapper */
#graph-wrapper {
  float: left;
  width: 100%; }

.graph-info {
  float: left;
  width: 100%; }

.graph-info > a {
  color: #7f7f7f;
  float: left;
  font-size: 13px;
  font-weight: 400;
  margin-right: 20px;
  padding-left: 24px;
  position: relative; }

.graph-info > a > span {
  border-radius: 50%;
  height: 13px;
  left: 0;
  margin-top: 3px;
  position: absolute;
  top: 0;
  width: 13px; }

.graph-container {
  float: left;
  margin-top: 20px;
  width: 100%; }

.graph-container > canvas {
  height: 232px !important;
  width: 100% !important; }

.graph-details {
  float: left;
  width: 100%; }

.graph-details > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.graph-details > ul > li {
  float: left;
  width: 50%; }

.graph-details > ul > li {
  float: left;
  width: 50%; }

.graph-details > ul > li strong {
  color: #4d575d;
  float: left;
  font-family: MOntserrat;
  font-size: 18px;
  font-weight: normal;
  margin-top: 11px;
  width: 100%; }

.graph-details > ul > li > span {
  border-radius: 5px;
  color: #ffffff;
  float: left;
  font-size: 11px;
  padding: 1px 9px; }

.graph-details p {
  color: #7f7f7f;
  float: left;
  font-size: 13px;
  margin: 2px 0 0;
  width: 100%; }

.admin-follow {
  background-image: url("https://placehold.it/329x427");
  background-size: cover;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  padding: 60px 30px 50px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0; }

.admin-follow::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.admin-follow:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.admin-follow > img {
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block; }

.admin-follow > h3 {
  color: #232323;
  float: left;
  font-size: 16px;
  margin: 20px 0 5px;
  width: 100%; }

.admin-follow > span {
  color: #626262;
  float: left;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%; }

.admin-follow > a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #6d6d6d;
  display: table;
  font-size: 12px;
  margin: 0 auto;
  padding: 12px 27px;
  text-transform: uppercase; }

.admin-follow > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 50px 0 0;
  width: 100%; }

.admin-follow > ul > li {
  display: inline-block;
  float: none;
  padding: 0 20px; }

.admin-follow > ul > li > i {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px; }

.admin-follow > ul > li > span {
  color: #4d575d;
  display: block;
  font-family: Montserrat;
  font-size: 15px;
  margin-top: 10px; }

/* Our Clients Sec */
.our-clients-sec {
  float: left;
  padding: 25px 30px;
  width: 100%; }

.filterform > input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #7b7b7b;
  float: left;
  font-size: 12px;
  padding: 9px 20px 9px 25px;
  width: 100%; }

form.filterform {
  border: 1px solid #dbe0e2;
  border-radius: 22px;
  float: left;
  height: 38px;
  margin: 0 0 30px;
  position: relative;
  width: 100%; }

.client-list {
  list-style: outside none none;
  margin: 0 -20px;
  padding: 0; }

.client-list > li {
  display: table;
  float: left;
  margin-bottom: 15px;
  padding: 0 20px;
  position: relative;
  width: 100%; }

.client-info > a {
  color: #cbcbcb;
  font-size: 14px;
  margin-top: -15px;
  position: absolute;
  right: 10px;
  top: 50%; }

.client-info > h3 {
  float: left;
  margin: 0;
  width: 100%; }

.client-info > h3 a {
  color: #2e2e2e;
  float: left;
  font-family: Montserrat;
  font-size: 15px;
  margin: 0;
  width: 100%; }

.client-list > li > span {
  border-radius: 50%;
  color: #fff;
  float: left;
  font-family: MOntserrat;
  font-size: 21px;
  height: 51px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 51px; }

.client-info {
  display: table-cell;
  padding-left: 15px;
  position: relative;
  vertical-align: middle;
  width: 100%; }

.user-status::before {
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px; }

.user-status.online::before {
  background: #5bdd5e; }

.user-status.offline::before {
  background: #ff6a7f; }

.user-status.away::before {
  background: #ffda2b; }

/* Product Sale */
.product-sale {
  border-radius: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 443px; }

.product-sale > img {
  float: left;
  width: 100%; }

.product-info {
  bottom: 0;
  left: 0;
  padding: 40px;
  position: absolute; }

.product-info > h3 {
  color: #ffffff;
  float: left;
  font-family: Montserrat;
  font-size: 22px;
  margin: 0 0 7px;
  width: 100%; }

.product-info > h3 > a {
  color: inherit; }

.product-info > p {
  color: #e1e1e1;
  float: left;
  width: 100%; }

.product-info .price {
  color: #ffa2a2;
  float: left;
  font-size: 20px;
  width: 100%; }

.product-info .price > ins {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none; }

.product-info .price > ins > i {
  margin-right: 15px; }

.product-info .price del {
  color: #cdcdcd;
  font-size: 15px; }

/* task management */
.task-managment {
  float: left;
  padding: 40px;
  width: 100%; }

.add-task-item {
  border: 1px solid #e8edf2;
  border-radius: 22px;
  float: left;
  height: 38px;
  position: relative;
  width: 100%; }

.add-task-item > input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #7b7b7b;
  float: left;
  font-size: 12px;
  padding: 9px 20px 9px 25px;
  width: 100%; }

.add-task-item button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #7f8890;
  font-size: 12px;
  padding: 8px 16px 8px 20px;
  position: absolute;
  right: 0; }

.task-managment > ol {
  float: left;
  margin: 20px 0 0;
  padding: 0 0 0 15px;
  width: 100%; }

.task-managment > ol > li {
  color: #424242;
  float: left;
  font-size: 13px;
  font-weight: 300;
  padding: 7px 0;
  position: relative;
  width: 100%;
  padding-right: 20px; }

.task-managment > ol > li > i {
  height: 100%;
  left: -55px;
  position: absolute;
  top: 0;
  width: 3px; }

.task-managment > ol > li::before {
  background: #bbbbbb none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 0;
  margin-top: 1px; }

.task-managment > ol > li.active::before {
  width: 50%; }

.task-managment > ol > li.active {
  color: #9b9b9b; }

.task-managment > ol > li > span {
  background: #555 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 8px;
  height: 16px;
  line-height: 16px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 16px; }

.task-managment > ol > li:hover > span {
  opacity: 1;
  right: 0; }

/* Chat Widget */
.chat-widget {
  float: left;
  padding: 40px;
  width: 100%; }

.chat-window {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; }

.chat-messages {
  border-radius: 2px 2px 0 0;
  height: 212px !important;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%; }

.chat-window::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: -54px;
  width: 17px;
  z-index: 999999999; }

.chat-messages-list {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.chat-message-bubble {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8ecec;
  border-radius: 18px;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  max-width: 350px;
  min-width: 0;
  padding: 8px 22px; }

.chat-message-self .chat-message-bubble {
  border: medium none; }

.chat-window button:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none; }

@media screen and (max-width: 380px) {
  .chat-window {
    border: none;
    border-radius: 0px; } }

.chat-window a {
  color: #eab1c6; }

.chat-window a:hover,
.chat-window a:focus {
  color: #C7668A; }

.chat-message {
  position: relative;
  font-size: 0;
  margin-bottom: 10px; }

.chat-message-effect {
  position: absolute; }

.chat-message-bubble {
  display: inline-block;
  font-size: 13px;
  max-width: 350px;
  background: #fff;
  padding: 8px 14px;
  border-radius: 18px;
  min-width: 0; }

.chat-message-self.chat-message-merge-start .chat-message-bubble {
  border-bottom-right-radius: 0; }

.chat-message-self.chat-message-merge-middle .chat-message-bubble {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.chat-message-self.chat-message-merge-end .chat-message-bubble {
  border-top-right-radius: 0; }

.chat-message-self {
  text-align: right; }

.chat-message-self .chat-message-bubble, .chat-message-effect .chat-message-bubble {
  background: #63d6ff none repeat scroll 0 0;
  color: #ffffff;
  font-size: 13px;
  text-align: left; }

.chat-input-bar {
  background: #63d6ff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  margin-top: 10px;
  position: relative;
  width: 100%; }

.chat-input-wrapper {
  position: relative;
  z-index: 2;
  /*background: #63d6ff;*/
  padding: 0.5em 0;
  border-radius: 0 0 2px 2px;
  color: #fff; }

.chat-input-wrapper,
.chat-send {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px; }

.chat-input-tool {
  background: transparent;
  border: none;
  padding: 0 0.75em;
  color: inherit; }

.chat-input {
  outline: none;
  resize: none;
  overflow: hidden;
  min-height: 38px;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  padding: 10px 0 7px;
  cursor: text; }

.chat-input:empty::before {
  content: "Write something...";
  color: #ffffff; }

.chat-input:focus::before {
  content: ""; }

.chat-send {
  background: transparent;
  border: none;
  position: relative;
  overflow: hidden;
  padding: 0 0.75em;
  color: inherit;
  transition: color 0.6s; }

.chat-input:empty + .chat-send {
  color: #fff; }

.chat-send > i {
  position: relative; }

.chat-effect-container {
  position: absolute;
  top: -100px;
  width: 100%; }

.chat-widget > svg {
  height: 0; }

.chat-effect-bar {
  background: #63d6ff;
  position: absolute;
  top: 100px;
  width: 100%;
  height: 40px;
  transform: rotateY(0);
  border-radius: 5px; }

.chat-effect-dots {
  position: absolute; }

.chat-effect-dot {
  background: #63d6ff;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%; }

.chat-info-container {
  position: absolute;
  top: -20px;
  font-size: 12px;
  color: #63d6ff; }

.chat-info-typing {
  position: absolute;
  left: 80px;
  white-space: nowrap; }

/* Twitter Feed */
.twitter-feed {
  float: left;
  padding: 40px;
  width: 100%; }

.twitter-account {
  float: left;
  margin-bottom: 19px;
  width: 100%; }

.twitter-account > i {
  color: #ace9ff;
  float: left;
  font-size: 58px;
  margin-right: 15px; }

.twitter-account > h3 {
  color: #2e2e2e;
  display: block;
  font-size: 18px;
  margin: 10px 0 2px; }

.twitter-account > span {
  color: #777777;
  font-size: 13px;
  font-weight: 300; }

.twitter-widget {
  float: left;
  width: 100%; }

.twitter-widget ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.twitter-widget ul > li {
  border-bottom: 1px solid #e8ecec;
  float: left;
  padding: 30px 0;
  width: 100%; }

.twitter-widget ul > li:first-child {
  padding-top: 0; }

.twitter-widget ul > li > a {
  border: 1px solid #e8ecec;
  border-radius: 50%;
  float: left;
  margin-right: 19px;
  overflow: hidden; }

.tweets_txt > span {
  color: #afafaf;
  float: left;
  font-size: 11px;
  width: 100%; }

.tweets_txt a {
  color: #000000; }

footer {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  left: 0;
  padding: 20px 45px 20px 265px;
  position: fixed;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 999 !important; }

footer.wide-footer {
  padding-left: 45px; }

footer > .container {
  padding: 0;
  width: auto; }

footer p {
  color: #919191;
  float: left;
  font-size: 13px;
  margin: 0;
  width: auto; }

footer p i {
  color: #ff8696; }

footer ul {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

footer li a {
  color: #8b8b8b;
  float: left;
  font-size: 13px;
  line-height: 26px;
  padding: 0 18px; }

footer li {
  float: left; }

/* Welcome Bar */
.welcome-bar {
  display: table;
  float: left;
  padding: 40px;
  width: 100%; }

.welcome-bar > i {
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
  display: table-cell;
  float: left;
  font-size: 20px;
  height: 57px;
  line-height: 56px;
  margin-bottom: 15px;
  margin-right: 20px;
  margin-top: 15px;
  text-align: center;
  vertical-align: middle;
  width: 57px; }

.welcome-bar > p {
  color: #474343;
  display: block;
  font-size: 14px;
  margin: 0; }

.welcome-bar > p span {
  color: #ee0b7d; }

.welcome-bar > span {
  color: #979797;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px; }

.welcome-bar > span {
  color: #777777;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 6px; }

.welcome-bar > span a {
  color: #333333; }

.morris-hover {
  position: absolute;
  z-index: 1000; }

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center; }

.morris-hover.morris-default-style
.morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

.morris-hover.morris-default-style
.morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

#area-chart {
  display: table-cell;
  height: 330px;
  padding-top: 11px;
  vertical-align: middle;
  width: 100%; }

.server-status-sec {
  display: table;
  float: left;
  width: 100%; }

.server-details {
  float: left;
  padding: 40px 0 40px 40px;
  width: 200px; }

.server-details > span {
  color: #868686;
  float: left;
  font-size: 13px;
  width: 100%; }

.server-details > h3 {
  color: #2e2e2e;
  float: left;
  font-size: 33px;
  margin: 8px 0 10px;
  width: 100%; }

.server-details > p {
  float: left;
  margin: 0 0 15px;
  padding-bottom: 20px;
  position: relative;
  width: 100%; }

.server-details > h5 {
  color: #929292;
  float: left;
  font-family: Montserrat;
  font-size: 13px;
  margin: 0;
  width: 100%; }

.server-details > h5 span {
  font-size: 16px;
  color: #73e064; }

.server-details > p::before {
  background: #e2e2e2 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px; }

.server-details > a {
  border: 1px none;
  border-radius: 5px;
  color: #ffffff;
  float: left;
  font-size: 12px;
  margin-top: 25px;
  padding: 12px 27px;
  text-transform: uppercase; }

.server-chart {
  float: left;
  margin-top: 25px;
  width: 100%; }

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0); } }

.pie-chart-sec {
  display: table;
  float: left;
  padding: 25px 30px;
  width: 100%; }

.pieID {
  display: inline-block;
  vertical-align: top; }

.pie {
  float: left;
  height: 150px;
  margin: 0;
  position: relative;
  width: 150px; }

.pie::before {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70px;
  z-index: 1; }

.slice {
  position: absolute;
  width: 150px;
  height: 150px;
  clip: rect(0px, 150px, 150px, 75px);
  animation: bake-pie 1s; }

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  clip: rect(0px, 150px, 150px, 75px); }

.legend {
  display: table-cell;
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 25px;
  vertical-align: middle;
  width: 100%; }

.legend li {
  border-left: 3px solid;
  color: #808080;
  font-size: 13px;
  font-weight: 300;
  height: 10px;
  line-height: 10px;
  margin-bottom: 12px;
  padding-left: 10px; }

.legend li:last-child {
  margin: 0; }

.legend em {
  font-style: normal; }

.legend span {
  color: #c5c5c5;
  display: none;
  float: right;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px; }

.most-browsers {
  display: table;
  float: left;
  width: 100%; }

/* Revenew Browser */
.revenew-browser {
  float: left;
  padding: 40px;
  width: 100%; }

.revenew-browser > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.revenew-browser > ul > li {
  float: left;
  margin-bottom: 25px;
  width: 100%; }

.revenew-browser > ul > li:last-child {
  margin: 0; }

.revenew-browser > ul > li .browser-detail {
  float: left;
  width: 50%; }

.browser-detail > img {
  float: left;
  margin-right: 10px; }

.browser-detail > h3 {
  color: #484848;
  display: block;
  font-size: 12px;
  margin: 0; }

.browser-detail > span {
  color: #9a9a9a;
  float: left;
  font-size: 10px;
  letter-spacing: 0.4px;
  margin-right: 7px; }

.browser-detail > span:last-child {
  margin: 0; }

.browser-detail > span > i {
  font-size: 9px; }

.revenew-browser > ul > li .peity {
  float: right; }

/* Social Counter */
.social-counter {
  float: left;
  padding: 40px;
  width: 100%; }

.social-widget {
  float: left;
  width: 100%; }

.social-widget > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.social-widget > ul > li {
  float: left;
  margin-bottom: 12px;
  width: 50%; }

.social-widget > span {
  color: #9f9f9f;
  float: left;
  font-family: Montserrat;
  font-size: 16px;
  margin-top: 11px;
  text-align: center;
  width: 100%; }

.social-widget > ul > li > i {
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin-right: 12px;
  text-align: center;
  width: 38px; }

.social-widget > ul > li > i.fa-facebook {
  background: #7db5ec;
  border-color: #5096da; }

.social-widget > ul > li > i.fa-google-plus {
  background: #ff707a;
  border-color: #ff2b3a; }

.social-widget > ul > li > i.fa-pinterest {
  background: #ea404c;
  border-color: #be3e46; }

.social-widget > ul > li > i.fa-twitter {
  background: #55d9ff;
  border-color: #30b4d9; }

.social-widget > ul > li span {
  color: #909090;
  display: block;
  font-size: 10px;
  text-transform: uppercase; }

.social-widget > ul > li h5 {
  color: #2e2e2e;
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 0; }

.social-widget > ul > li h5 i {
  font-size: 9px; }

.visitor-chart {
  float: left; }

.visitor-country {
  display: table;
  float: left;
  width: 100%; }

.visitor-country-list {
  display: table-cell;
  padding: 40px;
  vertical-align: middle;
  width: 100%; }

.map-table {
  float: left;
  margin-top: -2px;
  width: 100%; }

.map-table > h3 {
  color: #666666;
  float: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 8px 0 8px 30px;
  text-align: left;
  width: 50%; }

.map-table > h4 {
  color: #464646;
  float: right;
  font-family: Montserrat;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 8px 0 8px 30px;
  text-align: left;
  width: 50%; }

.map-table > ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.map-table li:nth-child(2n+1) {
  background: #f6f6f6 none repeat scroll 0 0; }

.map-table li {
  float: left;
  list-style: outside none none;
  padding: 5px 0;
  width: 100%; }

.map-table span {
  color: #555555;
  float: left;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding-left: 30px;
  text-align: left;
  width: 50%; }

.map-table i {
  color: #444444;
  float: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  padding-left: 30px;
  text-align: left;
  width: 50%; }

/* Product Stats */
.product-stats {
  float: left;
  padding: 40px;
  text-align: center;
  width: 100%; }

.product-stats > h3 {
  color: #2e2e2e;
  float: left;
  font-size: 18px;
  margin: 0 0 24px;
  width: 100%; }

.product-stats > span > i {
  color: #959595;
  font-size: 13px;
  font-style: normal; }

.product-stats > span {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 3px;
  float: left;
  font-family: Montserrat;
  font-size: 15px;
  left: 50%;
  margin: 0;
  padding: 9px 22px;
  position: relative;
  transform: translateX(-50%); }

.product-stats > ul {
  float: left;
  list-style: outside none none;
  margin: 30px 0 0;
  padding: 0;
  width: 100%; }

.product-stats > ul > li {
  color: #777777;
  float: left;
  font-size: 13px;
  width: 50%; }

.product-stats > ul > li > span {
  color: #494949;
  float: left;
  font-family: Montserrat;
  font-size: 14px;
  margin-top: 6px;
  width: 100%; }

.product-stats > a {
  border: 1px solid;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: Montserrat;
  font-size: 13px;
  margin-top: 25px;
  padding: 12px 27px; }

/* Add Content Form */
.add-content-form {
  float: left;
  width: 100%; }

.add-content-form > textarea {
  border: medium none;
  border-radius: 5px;
  float: left;
  max-height: 152px;
  max-width: 100%;
  min-height: 152px;
  min-width: 100%;
  padding: 20px;
  width: 100%; }

.add-content {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
  float: left;
  padding: 12px 20px;
  width: 100%; }

.add-content > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.add-content > ul > li {
  float: left; }

.add-content > ul > li a {
  border-radius: 3px;
  color: #808891;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px; }

.add-content > ul > li a:hover {
  background: #fff none repeat scroll 0 0;
  color: #808891; }

.add-content > button {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #717171;
  float: right;
  font-family: Montserrat;
  font-size: 12px;
  padding: 6px 14px; }

/* Tasks Progress */
.tasks-progress {
  float: left;
  padding: 40px 20px;
  width: 100%; }

.tasks-progress > ul {
  float: left;
  list-style: outside none none;
  margin: -17px -10px 0;
  padding: 0;
  width: 100%; }

.tasks-progress > ul > li {
  float: left;
  margin: 15px 0 0;
  padding: 0 10px;
  width: 50%; }

.progress .progress-bar {
  box-shadow: none; }

.tasks-progress > ul > li > span {
  color: #797979;
  float: left;
  font-size: 13px;
  width: 100%; }

.tasks-progress .progress {
  height: 6px; }

.progress {
  border: medium none;
  box-shadow: none;
  float: left;
  margin: 6px 0 0;
  width: 100%; }

/* Activity Feed */
.activity-feed {
  float: left;
  width: 100%; }

.activity-timeline {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 30px 0 0;
  position: relative;
  width: 100%; }

.activity-timeline::before {
  background: #f8f8f8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 18px;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 3px; }

.activity-timeline > li {
  float: left;
  margin-bottom: 50px;
  padding-left: 60px;
  position: relative;
  width: 100%; }

.user-device {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  color: #626262;
  font-size: 16px;
  height: 38px;
  left: 0;
  line-height: 38px;
  margin-top: 14px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 38px; }

.user-device::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: -14px;
  top: 50%;
  width: 6px; }

.user-activity {
  float: left;
  width: 100%; }

.who-post-this {
  display: table;
  float: left;
  width: 100%; }

.who-post-detail {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.who-post-this > span {
  border: 3px solid #ffffff;
  border-radius: 50%;
  float: left;
  height: 66px;
  margin-right: 20px;
  overflow: hidden;
  width: 66px; }

.who-post-this > span img {
  border-radius: 50%;
  float: left;
  width: 100%; }

.who-post-detail > h3 {
  float: left;
  line-height: 10px;
  margin: 0 0 5px;
  width: 100%; }

.who-post-detail > h3 > a {
  color: #2e2e2e;
  float: left;
  font-family: Montserrat;
  font-size: 14px;
  padding-right: 20px;
  position: relative; }

.poster-status {
  border-radius: 50%;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px; }

.poster-status.online {
  background: #66cc6e; }

.who-post-detail > span,
.who-post-detail > span a {
  color: #5e5e5e;
  float: left;
  font-size: 11px;
  font-weight: 400;
  width: 100%; }

.who-post-detail > span a {
  color: #ff691f;
  float: none;
  width: auto; }

.who-post-detail > i {
  color: #7b8692;
  font-size: 11px;
  font-style: normal; }

.post-content {
  float: left;
  padding-top: 20px;
  width: 100%; }

.post-gallery {
  float: left;
  width: 100%; }

.post-gallery > a {
  border-radius: 5px;
  float: left;
  margin-right: 2px;
  overflow: hidden; }

.comment-form > span {
  color: #a2a2a2;
  float: left;
  font-size: 11px;
  margin-right: 12px; }

.comment-form > form {
  float: left;
  padding-top: 9px;
  width: 100%; }

.comment-form::before {
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  left: 20px;
  position: absolute;
  top: -6px; }

.comment-form {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  margin-top: 20px;
  padding: 20px 20px 10px;
  position: relative;
  width: 100%; }

.comment-form > form > textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  border: medium none;
  color: #555555;
  float: left;
  font-size: 11px;
  height: 40px;
  letter-spacing: 0.4px;
  max-width: 100%;
  min-height: 40px;
  min-width: 100%;
  padding: 10px 20px;
  transition: all 0.4s ease 0s;
  width: 100%; }

.comment-form > form > textarea:focus {
  height: 100px; }

.jcider-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  color: white;
  font-size: 30px; }

/*Both right and left nav arrows*/
.jcider-nav span {
  text-align: center;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
  color: white;
  transition: all 300ms;
  line-height: 1; }

.jcider-nav span.disabled {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.2); }

/*Left nav arrow*/
.jcider-nav .jcider-nav-left {
  left: 5px; }

/*Right nav arrow*/
.jcider-nav .jcider-nav-right {
  right: 5px; }

/*Pagination container can be styled by '.jcider-pagination'*/
.jcider-pagination {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

/*Styling for pagination points*/
.jcider-pagination-point {
  position: relative;
  background: none;
  border-radius: 50%;
  margin: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  transition: all 300ms; }

/*Styling for active pagination point*/
.jcider-pagination-point.active {
  background: white;
  transform: scale(1.5); }

.widget-carousel {
  float: left;
  width: 100%; }

.widget-carousel > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.widget-carousel > ul > li {
  float: left;
  padding: 60px 70px;
  text-align: center;
  width: 100%; }

.widget-carousel {
  background-image: url("https://placehold.it/504x292");
  border-radius: 5px;
  float: left;
  min-height: 290px;
  position: relative;
  width: 100%;
  z-index: 0; }

.widget-carousel h3 {
  color: #fff;
  float: left;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
  width: 100%; }

.widget-carousel span {
  color: #c5c5c5;
  font-size: 13px; }

.widget-carousel::before {
  background: #263238 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.61;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.widget-carousel .jcider-pagination {
  bottom: 20px; }

/* Save Draft */
.save-draft {
  float: left;
  width: 100%;
  padding: 40px; }

.save-draft > form {
  float: left;
  width: 100%; }

.save-draft > form > input[type="text"],
.save-draft > form > textarea {
  border: 1px solid #e0e5e7;
  border-radius: 5px;
  color: #9b9b9b;
  float: left;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 10px 20px;
  width: 100%; }

.save-draft > form input[type="submit"] {
  background: #e8edf2 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #424040;
  float: left;
  font-size: 12px;
  padding: 10px 20px; }

.save-draft > form > textarea {
  min-height: 111px; }

/* Recent Comment */
.recent-comment-sec {
  float: left;
  width: 100%;
  padding: 25px 30px; }

.recent-comment-sec ul > li {
  border-bottom: 2px solid #ececec;
  display: table;
  float: left;
  padding: 30px 0;
  width: 100%; }

.recent-comment {
  display: table;
  float: left;
  width: 100%; }

.comments-avatar {
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  overflow: hidden; }

.comment-detail {
  display: table-cell;
  vertical-align: middle; }

.comment-detail > span {
  color: #7c7c7c;
  float: left;
  font-size: 12px;
  width: 100%; }

.comment-detail > span > a {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px; }

.comment-detail > p {
  float: left;
  margin: 3px 0 10px;
  width: 100%; }

.recent-comment-sec ul li:first-child {
  padding-top: 0; }

.recent-comment-sec ul li:last-child {
  border: medium none;
  padding-bottom: 0; }

.comment-detail > a {
  border-radius: 5px;
  color: #fff;
  float: left;
  font-size: 11px;
  margin-right: 10px;
  padding: 1px 12px; }

.comments-scroll {
  float: left;
  width: 100% !important; }

.comments-scroll > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0 10px 0 0;
  width: 100%; }

/* Toggle Content */
.toggle-content {
  background-image: url("https://placehold.it/1365x177");
  background-size: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  margin-top: -20px;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 2147483647; }

.toggle-content.active {
  transform: translateY(0px);
  margin: 0; }

.toggle-content > span {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #333333;
  cursor: pointer;
  font-size: 12px;
  height: 36px;
  line-height: 34px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 36px; }

.panel-setting {
  background: rgba(47, 53, 58, 0.85) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  padding: 0 60px; }

.custom-text {
  float: left;
  margin-top: 12px;
  width: 100%; }

.custom-text > h4 {
  color: #ffffff;
  float: left;
  font-size: 14px;
  margin-top: 40px;
  width: 100%; }

.custom-text > p {
  color: #dbdbdb; }

.quick-stats {
  float: left;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%; }

.quick-stats-box {
  float: left;
  text-align: center;
  width: 100%; }

.quick-stats-box > p {
  display: inline-block;
  position: relative; }

.quick-stats-box > p > i {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  left: 0;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%; }

.quick-stats-box > span {
  color: #ffffff;
  float: left;
  font-size: 12px;
  margin-top: -5px;
  width: 100%; }

.quick-stats .total-sales-info span {
  color: #fafafa; }

.quick-stats .total-sales-info h3 {
  color: #ffffff; }

.quick-stats .total-sales-info h5 {
  color: #ffffff; }

.quick-links > ul > li > a.opened {
  border-radius: 50%; }

.quick-links > ul > li .dialouge {
  background: #f9f9f9 none repeat scroll 0 0;
  border-radius: 5px;
  display: none;
  margin-top: 32px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 240px;
  z-index: 100000; }

.quick-links > ul > li .dialouge::before {
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  position: absolute;
  right: 21px;
  top: -6px; }

.quick-links > ul > li .dialouge > span {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  color: #959595;
  float: left;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 10px;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.quick-links > ul > li .dialouge > a {
  border-bottom: 1px solid #eaeaea;
  color: #555555;
  float: left;
  font-size: 11px;
  letter-spacing: 0.35px;
  padding: 15px 22px;
  width: 100%; }

.quick-links > ul > li .dialouge > a img {
  border-radius: 50%;
  float: left;
  margin-right: 15px; }

.quick-links > ul > li .dialouge p {
  color: #8f8f8f;
  float: right;
  font-size: 11px;
  letter-spacing: 0.35px;
  line-height: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  text-align: left;
  width: 100%; }

.quick-links > ul > li .dialouge p i {
  color: #c3c3c3; }

.quick-links > ul > li .dialouge > a.view-all {
  background: #6f6f6f none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  text-align: center;
  width: 100%; }

.quick-links > ul > li .dialouge a p i {
  font-size: 12px;
  margin-right: 5px; }

/* Loader */
.loader {
  animation: 0.3s linear 0s normal none infinite running load8;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #f82020;
  border-style: solid;
  border-width: 2px;
  font-size: 10px;
  position: fixed;
  left: 10px;
  text-indent: -9999em;
  top: 10px;
  transform: translateZ(0px); }

.loader, .loader::after {
  border-radius: 50%;
  height: 20px;
  width: 20px; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#progressBar {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 10%;
  height: 2px;
  background: #f82020;
  border-radius: 10%;
  transition: width 500ms ease-out,opacity 400ms linear; }

#progressBar:before {
  position: absolute;
  content: '';
  top: 0;
  opacity: 1;
  width: 10%;
  right: 0px;
  height: 2px;
  box-shadow: #f82020 1px 0 6px 2px;
  border-radius: 50%; }

#progress {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 1%;
  height: 2px;
  background: #0088CC;
  border-radius: 1px;
  transition: width 500ms ease-out,opacity 400ms linear; }

#progress dd, #progress dt {
  position: absolute;
  top: 0;
  height: 2px;
  -ms-box-shadow: #0088CC 1px 0 6px 1px;
  box-shadow: #0088CC 1px 0 6px 1px;
  border-radius: 100%; }

#progress dt {
  opacity: .6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px); }

#progress dd {
  opacity: .6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px); }

#vmap {
  background-color: red;
  float: left;
  height: 280px;
  margin: 43px 0;
  width: 570px; }

/* Setup basic CSS for Label */
.jqvmap_pin {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  cursor: default; }

/* Hide Whichever Labels you want */
#jqvmap1_ri_pin, #jqvmap1_dc_pin, #jqvmap1_de_pin, #jqvmap1_md_pin {
  display: none; }

/* Reposition Labels that are not quite right ( labels are centered in shape, and sometimes need tweaking ) */
#jqvmap1_ak_pin {
  margin-top: -2%; }

#jqvmap1_ca_pin {
  margin-left: -2%; }

#jqvmap1_ct_pin {
  margin-top: -0.25%;
  margin-left: -0.25%; }

#jqvmap1_fl_pin {
  margin-left: 5%; }

#jqvmap1_id_pin {
  margin-top: 3%;
  margin-left: -1%; }

#jqvmap1_ky_pin {
  margin-left: 2%; }

#jqvmap1_la_pin {
  margin-left: -2%; }

#jqvmap1_mi_pin {
  margin-top: 4%;
  margin-left: 3%; }

#jqvmap1_ma_pin {
  margin-top: -0.25%; }

#jqvmap1_mn_pin {
  margin-top: 2%;
  margin-left: -2%; }

#jqvmap1_nh_pin {
  margin-top: 1%;
  margin-left: -0.25%; }

#jqvmap1_nj_pin {
  margin-top: 1%; }

#jqvmap1_ok_pin {
  margin-left: 2%; }

#jqvmap1_va_pin {
  margin-left: 2%; }

#jqvmap1_wv_pin {
  margin-left: -1%;
  margin-top: 1%; }

/* Add responsibe support to resize labels for difference screen sizes */
@media only screen and (min-width: 320px) {
  .jqvmap_pin {
    font-size: 6px; } }

@media only screen and (min-width: 480px) {
  .jqvmap_pin {
    font-size: 8px; } }

@media only screen and (min-width: 640px) {
  .jqvmap_pin {
    font-size: 10px; } }

@media only screen and (min-width: 800px) {
  .jqvmap_pin {
    font-size: 12px; } }

@media only screen and (min-width: 1024px) {
  .jqvmap_pin {
    font-size: 14px; } }

.notify p {
  display: inline;
  margin: 0; }

.notify h3 {
  color: #2e2e2e;
  float: left;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 26px;
  margin: 0 14px 0 0; }

.notify-content a.close {
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 7px; }

.notify {
  border-radius: 5px;
  float: left;
  padding: 10px 20px;
  width: 100%;
  display: table;
  margin-bottom: 15px;
  margin-top: -15px; }

.notify.simple {
  background: #ffffff none repeat scroll 0 0; }

.notify.with-color p {
  color: #656565; }

.notify-content {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  width: 100%; }

.notify.rounded {
  border-radius: 50px; }

.notify.with-image > span {
  border-radius: 50%;
  display: table;
  height: 40px;
  margin-right: 0;
  overflow: hidden;
  width: 40px; }

.notify.with-image > span img {
  float: left;
  height: 40px;
  width: 40px; }

.notify.rounded .notify-content a.close {
  margin-top: -11px;
  right: 20px;
  top: 50%; }

/* Search Sec */
.search-sec {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  padding: 40px;
  width: 100%; }

.search-sec > span {
  color: #232323;
  float: left;
  font-family: Montserrat;
  font-size: 15px;
  margin-bottom: 20px;
  width: 100%; }

.search-sec > span > i {
  color: #ee0b7d;
  font-style: normal; }

.search-sec form {
  border: 1px solid #e8edf2;
  border-radius: 22px;
  float: left;
  height: 38px;
  margin: 0;
  position: relative;
  width: 100%; }

.search-sec form > input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #7b7b7b;
  float: left;
  font-size: 12px;
  padding: 9px 20px 9px 25px;
  width: 100%; }

.search-sec form > button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #7f8890;
  font-size: 12px;
  padding: 8px 16px 8px 20px;
  position: absolute;
  right: 0; }

.grids {
  float: left;
  padding: 40px;
  width: 100%; }

/* Gallery Sec */
.gallery-sec {
  float: left;
  width: 100%; }

.gallery-box {
  float: left;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.gallery-padding:hover::before {
  opacity: 1;
  transform: scale(1); }

.gallery-box > img {
  border-radius: 5px;
  float: left;
  width: 100%; }

.gallery-inner {
  height: 100%;
  left: 0;
  padding: 12px;
  position: absolute;
  top: 0;
  width: 100%; }

.gallery-padding::before {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1.1);
  transition: all 0.4s ease 0s;
  width: 100%; }

.gallery-padding {
  float: left;
  height: 100%;
  position: relative;
  transition: all 0.4s ease 0s;
  width: 100%; }

.gallery-info {
  left: 0;
  opacity: 0;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  transform: scale(1.3) translateY(-50%);
  transition: all 0.4s ease 0s; }

.gallery-padding:hover .gallery-info {
  opacity: 1;
  transform: scale(1) translateY(-50%);
  transition: all 0.4s ease 0.2s; }

.gallery-info > h3 {
  float: left;
  font-size: 18px;
  margin: 0 0 15px;
  width: 100%; }

.gallery-info > ul {
  float: left;
  list-style: outside none none;
  margin: 10px 0 0;
  padding: 0;
  width: 100%; }

.gallery-info > ul > li {
  float: left;
  margin-right: 2px; }

.gallery-info > ul > li > a {
  background: #efefef none repeat scroll 0 0;
  border-radius: 5px;
  color: #434343;
  float: left;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px; }

/* price Table */
.price-table {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 45px 0;
  text-align: center;
  width: 100%;
  margin-top: 30px; }

.price-title {
  color: #383838;
  float: left;
  font-family: Montserrat;
  font-size: 18px;
  padding: 0 20px;
  width: 100%; }

.price-title > i {
  font-size: 17px;
  margin-right: 8px;
  color: #ffb8b8; }

.price-rate {
  float: left;
  padding-top: 25px;
  width: 100%; }

.price-rate > h3 {
  color: #383838;
  display: inline-block;
  float: none;
  font-family: Montserrat;
  font-size: 90px;
  font-weight: 900;
  margin: 0; }

.price-rate > h3 > span {
  color: #b4b2b2;
  float: left;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: normal;
  line-height: 59px;
  margin-right: 10px; }

.price-rate > h3 > i {
  color: #b4b2b2;
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
  margin-left: 7px; }

.price-description {
  color: #777777;
  float: left;
  font-size: 13px;
  line-height: 24px;
  margin: 10px 0 40px;
  padding: 0 50px;
  width: 100%; }

.price-features {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #868686;
  float: left;
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
  width: 100%; }

.price-features:nth-child(2n+1) {
  background: #ffffff none repeat scroll 0 0; }

.price-signup {
  float: left;
  margin-top: 30px;
  text-align: center;
  width: 100%; }

.price-signup > a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dde1e1;
  border-radius: 5px;
  display: inline-block;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 10px;
  padding: 17px 20px; }

.price-table.silver .price-title > i {
  color: #b8b8ff; }

.price-table.gold .price-title > i {
  color: #ffe84c; }

/* Intro */
.introjs-fixParent {
  z-index: auto !important; }

.introjs-showElement {
  z-index: 9999999 !important; }

.introjs-relativePosition {
  position: relative; }

.introjs-helperLayer {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2147483647;
  border-radius: 4px;
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out; }

.introjs-helperNumberLayer {
  background: none repeat scroll 0 0 #28AB7C;
  border: 3px solid;
  border-radius: 50%;
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-family: Arial,verdana,tahoma;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  left: -16px;
  line-height: 20px;
  padding: 2px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  top: -16px;
  width: 30px;
  z-index: 2147483647 !important; }

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  border-color: transparent transparent #FFFFFF;
  right: 22px;
  top: -10px; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-tooltip {
  background-color: #ffffff;
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  padding: 10px;
  position: absolute;
  transition: opacity 0.1s ease-out 0s;
  border-radius: 2px; }

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

/* 
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/ 
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px; }

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  -ms-box-shadow: 0px 1px 1px #e3e3e3;
  -o-box-shadow: 0px 1px 1px #e3e3e3;
  box-shadow: 0px 1px 1px #e3e3e3; }

.introjs-button:focus,
.introjs-button:active {
  background-image: linear-gradient(#ececec, #f4f4f4); }

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  border-radius: 0.2em 0 0 0.2em;
  border-right: none; }

.introjs-nextbutton {
  border-radius: 0 0.2em 0.2em 0; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-tooltiptext {
  color: #434343;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.25px;
  width: 181px; }

#tourbtn {
  position: fixed;
  right: 15px;
  bottom: 35px; }

#tourbtn a {
  background: #bac081;
  padding: 8px 15px;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: #454a50;
  text-decoration: none;
  border-radius: 4px; }

#tourbtn a:hover {
  background: #cacf96; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* :not(:required) hides this rule from IE9 and below 
.spinner:not(:required) {
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}*/

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* :not(:required) hides this rule from IE9 and below */
.refreshing:not(:required) {
  animation: spinner 1000ms infinite linear;
  border-radius: 2.4em;
  border: 0.4em solid #99aacc;
  border-left-color: transparent;
  color: transparent;
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  width: 3em;
  height: 3em;
  text-indent: 100%; }

.refreshing:not(:required):after {
  display: block;
  border: 0.5em solid transparent;
  border-top-color: #99aacc;
  border-left-color: #99aacc;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  margin-left: -0.2em;
  margin-top: 1em; }

@keyframes throbber {
  0% {
    background: #dde2e7; }
  10% {
    background: #6b9dc8; }
  40% {
    background: #dde2e7; } }

/* :not(:required) hides these rules from IE9 and below */
.throbber:not(:required) {
  animation: throbber 2000ms 300ms infinite ease-out;
  background: #dde2e7;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 1.6em; }

.throbber:not(:required):before, .throbber:not(:required):after {
  background: #dde2e7;
  content: '\x200B';
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0; }

.throbber:not(:required):before {
  animation: throbber 2000ms 150ms infinite ease-out;
  left: -1.6em; }

.throbber:not(:required):after {
  animation: throbber 2000ms 450ms infinite ease-out;
  right: -1.6em; }

/* Styles for old versions of IE */
.heartbeat {
  font-family: sans-serif;
  font-weight: 100; }

@keyframes heartbeat {
  0% {
    transform: rotate(45deg) scale(1); }
  14% {
    transform: rotate(45deg) scale(1.3); }
  28% {
    transform: rotate(45deg) scale(1); }
  42% {
    transform: rotate(45deg) scale(1.3); }
  70% {
    transform: rotate(45deg) scale(1); } }

/* :not(:required) hides this rule from IE9 and below */
.heartbeat:not(:required) {
  animation: heartbeat 1300ms ease 0s infinite normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  transform: rotate(45deg) scale(1);
  transform-origin: 50% 50%; }

.heartbeat:not(:required):after, .heartbeat:not(:required):before {
  position: absolute;
  content: "";
  background: #ee8877; }

.heartbeat:not(:required):before {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  top: 12px;
  left: 0;
  width: 36px;
  height: 24px; }

.heartbeat:not(:required):after {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
  left: 12px;
  width: 24px;
  height: 12px; }

@keyframes gauge {
  0% {
    transform: rotate(-50deg); }
  10% {
    transform: rotate(20deg); }
  20% {
    transform: rotate(60deg); }
  24% {
    transform: rotate(60deg); }
  40% {
    transform: rotate(-20deg); }
  54% {
    transform: rotate(70deg); }
  56% {
    transform: rotate(78deg); }
  58% {
    transform: rotate(73deg); }
  60% {
    transform: rotate(75deg); }
  62% {
    transform: rotate(70deg); }
  70% {
    transform: rotate(-20deg); }
  80% {
    transform: rotate(20deg); }
  83% {
    transform: rotate(25deg); }
  86% {
    transform: rotate(20deg); }
  89% {
    transform: rotate(25deg); }
  100% {
    transform: rotate(-50deg); } }

/* Styles for old versions of IE */
.gauge {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.gauge:not(:required) {
  background: #66ccaa;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  display: inline-block;
  width: 64px;
  height: 32px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px; }

.gauge:not(:required)::before {
  animation: gauge 4000ms infinite ease;
  background: white;
  border-radius: 2px;
  content: '';
  position: absolute;
  left: 30px;
  top: 5.33333px;
  width: 4px;
  height: 26.66667px;
  transform-origin: 50% 100%; }

.gauge:not(:required)::after {
  content: '';
  background: white;
  border-radius: 8px;
  position: absolute;
  left: 25.6px;
  top: 25.6px;
  width: 12.8px;
  height: 12.8px; }

@keyframes timer {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Styles for old versions of IE */
.timer {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.timer:not(:required) {
  border: 6px solid #cc88dd;
  border-radius: 24px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 48px;
  height: 48px; }

.timer:not(:required)::before {
  animation: timer 1250ms infinite linear;
  transform-origin: 3px 3px;
  background: #cc88dd;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 19.2px;
  left: 15px;
  top: 15px; }

.timer:not(:required)::after {
  animation: timer 15000ms infinite linear;
  transform-origin: 3px 3px;
  background: #cc88dd;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 16px;
  left: 15px;
  top: 15px; }

@keyframes three-quarters {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Styles for old versions of IE */
.three-quarters {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.three-quarters:not(:required) {
  animation: three-quarters 1250ms infinite linear;
  border: 8px solid #3388ee;
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px; }

@keyframes wobblebar {
  0% {
    left: 4px; }
  3% {
    left: 104px; }
  6% {
    left: 4px; }
  9% {
    left: 104px; }
  12% {
    left: 4px; }
  15% {
    left: 104px; }
  18% {
    left: 32px; }
  27% {
    left: 32px; }
  30% {
    left: 104px; }
  33% {
    left: 4px; }
  36% {
    left: 104px; }
  39% {
    left: 4px; }
  42% {
    left: 104px; }
  45% {
    left: 4px; }
  48% {
    left: 104px; }
  51% {
    left: 52px; }
  63% {
    left: 52px; }
  66% {
    left: 4px; }
  69% {
    left: 104px; }
  72% {
    left: 4px; }
  75% {
    left: 104px; }
  78% {
    left: 4px; }
  81% {
    left: 104px; }
  84% {
    left: 72px; }
  94% {
    left: 72px; }
  97% {
    left: 104px; } }

/* Styles for old versions of IE */
.wobblebar {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.wobblebar:not(:required) {
  background: #aa99dd;
  border-radius: 10.66667px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 128px;
  height: 21.33333px;
  position: relative; }

.wobblebar:not(:required)::after {
  animation: wobblebar 15000ms infinite ease;
  background: white;
  display: block;
  border-radius: 7.11111px;
  content: '';
  position: absolute;
  top: 3.55556px;
  left: 4px;
  width: 21.33333px;
  height: 14.22222px; }

@keyframes atebits {
  0% {
    transform: rotate(0deg); }
  3% {
    transform: rotate(90deg); }
  10% {
    transform: rotate(90deg); }
  13% {
    transform: rotate(180deg); }
  20% {
    transform: rotate(180deg); }
  23% {
    transform: rotate(90deg); }
  30% {
    transform: rotate(90deg); }
  33% {
    transform: rotate(180deg); }
  40% {
    transform: rotate(180deg); }
  43% {
    transform: rotate(270deg); }
  50% {
    transform: rotate(270deg); }
  53% {
    transform: rotate(180deg); }
  60% {
    transform: rotate(180deg); }
  63% {
    transform: rotate(90deg); }
  70% {
    transform: rotate(90deg); }
  73% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(0deg); }
  83% {
    transform: rotate(-90deg); }
  90% {
    transform: rotate(-90deg); }
  93% {
    transform: rotate(0deg); } }

/* Styles for old versions of IE */
.atebits {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.atebits:not(:required) {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  box-shadow: rgba(0, 0, 0, 0.5) -12px -12px 0 0, rgba(0, 0, 0, 0.5) 12px -12px 0 0, rgba(0, 0, 0, 0.5) -12px 0 0 0, rgba(0, 0, 0, 0.5) 12px 0 0 0, rgba(0, 0, 0, 0.5) -12px 12px 0 0, rgba(0, 0, 0, 0.5) 0 12px 0 0, rgba(0, 0, 0, 0.5) 12px 12px 0 0;
  animation: atebits 8s infinite ease-in-out;
  transform-origin: 50% 50%; }

@keyframes whirly {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Styles for old versions of IE */
.whirly {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.whirly:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 100%;
  box-shadow: #ee6666 0px 26px 0 6px, #ee6666 0.90971px 26.05079px 0 5.93333px, #ee6666 1.82297px 26.06967px 0 5.86667px, #ee6666 2.73865px 26.05647px 0 5.8px, #ee6666 3.65561px 26.01104px 0 5.73333px, #ee6666 4.57274px 25.93327px 0 5.66667px, #ee6666 5.48887px 25.8231px 0 5.6px, #ee6666 6.40287px 25.68049px 0 5.53333px, #ee6666 7.31358px 25.50548px 0 5.46667px, #ee6666 8.21985px 25.2981px 0 5.4px, #ee6666 9.12054px 25.05847px 0 5.33333px, #ee6666 10.01448px 24.78672px 0 5.26667px, #ee6666 10.90054px 24.48302px 0 5.2px, #ee6666 11.77757px 24.1476px 0 5.13333px, #ee6666 12.64443px 23.78072px 0 5.06667px, #ee6666 13.5px 23.38269px 0 5px, #ee6666 14.34315px 22.95384px 0 4.93333px, #ee6666 15.17277px 22.49455px 0 4.86667px, #ee6666 15.98776px 22.00526px 0 4.8px, #ee6666 16.78704px 21.48643px 0 4.73333px, #ee6666 17.56953px 20.93855px 0 4.66667px, #ee6666 18.33418px 20.36217px 0 4.6px, #ee6666 19.07995px 19.75787px 0 4.53333px, #ee6666 19.80582px 19.12626px 0 4.46667px, #ee6666 20.5108px 18.468px 0 4.4px, #ee6666 21.1939px 17.78379px 0 4.33333px, #ee6666 21.85416px 17.07434px 0 4.26667px, #ee6666 22.49067px 16.34043px 0 4.2px, #ee6666 23.10251px 15.58284px 0 4.13333px, #ee6666 23.68881px 14.80241px 0 4.06667px, #ee6666 24.24871px 14.0px 0 4px, #ee6666 24.7814px 13.1765px 0 3.93333px, #ee6666 25.28607px 12.33284px 0 3.86667px, #ee6666 25.76198px 11.46997px 0 3.8px, #ee6666 26.2084px 10.58888px 0 3.73333px, #ee6666 26.62462px 9.69057px 0 3.66667px, #ee6666 27.01001px 8.77608px 0 3.6px, #ee6666 27.36392px 7.84648px 0 3.53333px, #ee6666 27.68577px 6.90284px 0 3.46667px, #ee6666 27.97502px 5.94627px 0 3.4px, #ee6666 28.23116px 4.97791px 0 3.33333px, #ee6666 28.4537px 3.99891px 0 3.26667px, #ee6666 28.64223px 3.01042px 0 3.2px, #ee6666 28.79635px 2.01364px 0 3.13333px, #ee6666 28.91571px 1.00976px 0 3.06667px, #ee6666 29px 0.0px 0 3px, #ee6666 29.04896px -1.01441px 0 2.93333px, #ee6666 29.06237px -2.03224px 0 2.86667px, #ee6666 29.04004px -3.05223px 0 2.8px, #ee6666 28.98185px -4.07313px 0 2.73333px, #ee6666 28.88769px -5.09368px 0 2.66667px, #ee6666 28.75754px -6.1126px 0 2.6px, #ee6666 28.59138px -7.12863px 0 2.53333px, #ee6666 28.38926px -8.14049px 0 2.46667px, #ee6666 28.15127px -9.1469px 0 2.4px, #ee6666 27.87755px -10.1466px 0 2.33333px, #ee6666 27.56827px -11.1383px 0 2.26667px, #ee6666 27.22365px -12.12075px 0 2.2px, #ee6666 26.84398px -13.09268px 0 2.13333px, #ee6666 26.42956px -14.05285px 0 2.06667px, #ee6666 25.98076px -15.0px 0 2px, #ee6666 25.49798px -15.93291px 0 1.93333px, #ee6666 24.98167px -16.85035px 0 1.86667px, #ee6666 24.43231px -17.75111px 0 1.8px, #ee6666 23.85046px -18.63402px 0 1.73333px, #ee6666 23.23668px -19.49789px 0 1.66667px, #ee6666 22.5916px -20.34157px 0 1.6px, #ee6666 21.91589px -21.16393px 0 1.53333px, #ee6666 21.21024px -21.96384px 0 1.46667px, #ee6666 20.4754px -22.74023px 0 1.4px, #ee6666 19.71215px -23.49203px 0 1.33333px, #ee6666 18.92133px -24.2182px 0 1.26667px, #ee6666 18.10379px -24.91772px 0 1.2px, #ee6666 17.26042px -25.58963px 0 1.13333px, #ee6666 16.39217px -26.23295px 0 1.06667px, #ee6666 15.5px -26.84679px 0 1px, #ee6666 14.58492px -27.43024px 0 0.93333px, #ee6666 13.64796px -27.98245px 0 0.86667px, #ee6666 12.69018px -28.50262px 0 0.8px, #ee6666 11.7127px -28.98995px 0 0.73333px, #ee6666 10.71663px -29.4437px 0 0.66667px, #ee6666 9.70313px -29.86317px 0 0.6px, #ee6666 8.67339px -30.2477px 0 0.53333px, #ee6666 7.6286px -30.59666px 0 0.46667px, #ee6666 6.57001px -30.90946px 0 0.4px, #ee6666 5.49886px -31.18558px 0 0.33333px, #ee6666 4.41643px -31.42451px 0 0.26667px, #ee6666 3.32401px -31.6258px 0 0.2px, #ee6666 2.22291px -31.78904px 0 0.13333px, #ee6666 1.11446px -31.91388px 0 0.06667px, #ee6666 0.0px -32px 0 0px, #ee6666 -1.11911px -32.04713px 0 -0.06667px, #ee6666 -2.24151px -32.05506px 0 -0.13333px, #ee6666 -3.36582px -32.02361px 0 -0.2px, #ee6666 -4.49065px -31.95265px 0 -0.26667px, #ee6666 -5.61462px -31.84212px 0 -0.33333px, #ee6666 -6.73634px -31.69198px 0 -0.4px, #ee6666 -7.8544px -31.50227px 0 -0.46667px, #ee6666 -8.9674px -31.27305px 0 -0.53333px, #ee6666 -10.07395px -31.00444px 0 -0.6px, #ee6666 -11.17266px -30.69663px 0 -0.66667px, #ee6666 -12.26212px -30.34982px 0 -0.73333px, #ee6666 -13.34096px -29.96429px 0 -0.8px, #ee6666 -14.4078px -29.54036px 0 -0.86667px, #ee6666 -15.46126px -29.07841px 0 -0.93333px, #ee6666 -16.5px -28.57884px 0 -1px, #ee6666 -17.52266px -28.04212px 0 -1.06667px, #ee6666 -18.52792px -27.46878px 0 -1.13333px, #ee6666 -19.51447px -26.85936px 0 -1.2px, #ee6666 -20.48101px -26.21449px 0 -1.26667px, #ee6666 -21.42625px -25.53481px 0 -1.33333px, #ee6666 -22.34896px -24.82104px 0 -1.4px, #ee6666 -23.2479px -24.07391px 0 -1.46667px, #ee6666 -24.12186px -23.29421px 0 -1.53333px, #ee6666 -24.96967px -22.48279px 0 -1.6px, #ee6666 -25.79016px -21.64052px 0 -1.66667px, #ee6666 -26.58223px -20.76831px 0 -1.73333px, #ee6666 -27.34477px -19.86714px 0 -1.8px, #ee6666 -28.07674px -18.938px 0 -1.86667px, #ee6666 -28.7771px -17.98193px 0 -1.93333px, #ee6666 -29.44486px -17.0px 0 -2px, #ee6666 -30.07908px -15.99333px 0 -2.06667px, #ee6666 -30.67884px -14.96307px 0 -2.13333px, #ee6666 -31.24325px -13.91039px 0 -2.2px, #ee6666 -31.7715px -12.83652px 0 -2.26667px, #ee6666 -32.26278px -11.74269px 0 -2.33333px, #ee6666 -32.71634px -10.63018px 0 -2.4px, #ee6666 -33.13149px -9.5003px 0 -2.46667px, #ee6666 -33.50755px -8.35437px 0 -2.53333px, #ee6666 -33.84391px -7.19374px 0 -2.6px, #ee6666 -34.14px -6.0198px 0 -2.66667px, #ee6666 -34.39531px -4.83395px 0 -2.73333px, #ee6666 -34.60936px -3.63759px 0 -2.8px, #ee6666 -34.78173px -2.43218px 0 -2.86667px, #ee6666 -34.91205px -1.21916px 0 -2.93333px, #ee6666 -35px 0.0px 0 -3px, #ee6666 -35.04531px 1.22381px 0 -3.06667px, #ee6666 -35.04775px 2.45078px 0 -3.13333px, #ee6666 -35.00717px 3.6794px 0 -3.2px, #ee6666 -34.92345px 4.90817px 0 -3.26667px, #ee6666 -34.79654px 6.13557px 0 -3.33333px, #ee6666 -34.62643px 7.36007px 0 -3.4px, #ee6666 -34.41316px 8.58016px 0 -3.46667px, #ee6666 -34.15683px 9.79431px 0 -3.53333px, #ee6666 -33.85761px 11.001px 0 -3.6px, #ee6666 -33.5157px 12.19872px 0 -3.66667px, #ee6666 -33.13137px 13.38594px 0 -3.73333px, #ee6666 -32.70493px 14.56117px 0 -3.8px, #ee6666 -32.23675px 15.72291px 0 -3.86667px, #ee6666 -31.72725px 16.86968px 0 -3.93333px, #ee6666 -31.17691px 18px 0 -4px, #ee6666 -30.58627px 19.11242px 0 -4.06667px, #ee6666 -29.95589px 20.2055px 0 -4.13333px, #ee6666 -29.28642px 21.27783px 0 -4.2px, #ee6666 -28.57852px 22.32799px 0 -4.26667px, #ee6666 -27.83295px 23.35462px 0 -4.33333px, #ee6666 -27.05047px 24.35635px 0 -4.4px, #ee6666 -26.23192px 25.33188px 0 -4.46667px, #ee6666 -25.37819px 26.27988px 0 -4.53333px, #ee6666 -24.49018px 27.1991px 0 -4.6px, #ee6666 -23.56888px 28.0883px 0 -4.66667px, #ee6666 -22.6153px 28.94626px 0 -4.73333px, #ee6666 -21.6305px 29.77183px 0 -4.8px, #ee6666 -20.61558px 30.56385px 0 -4.86667px, #ee6666 -19.57168px 31.32124px 0 -4.93333px, #ee6666 -18.5px 32.04294px 0 -5px, #ee6666 -17.40175px 32.72792px 0 -5.06667px, #ee6666 -16.27818px 33.37522px 0 -5.13333px, #ee6666 -15.1306px 33.98389px 0 -5.2px, #ee6666 -13.96034px 34.55305px 0 -5.26667px, #ee6666 -12.76875px 35.08186px 0 -5.33333px, #ee6666 -11.55724px 35.56951px 0 -5.4px, #ee6666 -10.32721px 36.01527px 0 -5.46667px, #ee6666 -9.08014px 36.41843px 0 -5.53333px, #ee6666 -7.81748px 36.77835px 0 -5.6px, #ee6666 -6.54075px 37.09443px 0 -5.66667px, #ee6666 -5.25147px 37.36612px 0 -5.73333px, #ee6666 -3.95118px 37.59293px 0 -5.8px, #ee6666 -2.64145px 37.77443px 0 -5.86667px, #ee6666 -1.32385px 37.91023px 0 -5.93333px;
  animation: whirly 1.25s infinite linear;
  transform-origin: 50% 50%; }

@keyframes flower {
  0% {
    transform: rotate(0deg);
    box-shadow: white 0 0 15px 0, #ffdd88 -12px -12px 0 4px, #ffdd88 12px -12px 0 4px, #ffdd88 12px 12px 0 4px, #ffdd88 -12px 12px 0 4px; }
  50% {
    transform: rotate(1080deg);
    box-shadow: white 0 0 15px 0, #ffdd88 12px 12px 0 4px, #ffdd88 -12px 12px 0 4px, #ffdd88 -12px -12px 0 4px, #ffdd88 12px -12px 0 4px; } }

/* Styles for old versions of IE */
.flower {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.flower:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ee9966;
  border-radius: 100%;
  box-shadow: white 0 0 15px 0, #ffdd88 -12px -12px 0 4px, #ffdd88 12px -12px 0 4px, #ffdd88 12px 12px 0 4px, #ffdd88 -12px 12px 0 4px;
  animation: flower 5s infinite ease-in-out;
  transform-origin: 50% 50%; }

@keyframes dots {
  0% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px; }
  8.33% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px; }
  16.67% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 14px 14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px; }
  25% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px, #44aaee -14px 14px 0 7px; }
  33.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee -14px -14px 0 7px; }
  41.67% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee 14px -14px 0 7px; }
  50% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee 14px -14px 0 7px; }
  58.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee 14px -14px 0 7px; }
  66.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee 14px -14px 0 7px; }
  75% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px, #44aaee 14px -14px 0 7px; }
  83.33% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee 14px 14px 0 7px; }
  91.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px; }
  100% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px; } }

/* Styles for old versions of IE */
.dots {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.dots:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 100%;
  box-shadow: #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  animation: dots 5s infinite ease-in-out;
  transform-origin: 50% 50%; }

@keyframes circles {
  0% {
    transform: rotate(-720deg); }
  50% {
    transform: rotate(720deg); } }

/* Styles for old versions of IE */
.circles {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.circles:not(:required) {
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: rgba(255, 204, 51, 0.9);
  border-radius: 100%;
  animation: circles 3s infinite ease-in-out;
  transform-origin: 50% 100%; }

.circles:not(:required)::before {
  background: rgba(255, 102, 0, 0.6);
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 18.75px;
  left: -10.82532px; }

.circles:not(:required)::after {
  background: rgba(255, 51, 0, 0.4);
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 18.75px;
  left: 10.82532px; }

@keyframes plus-top {
  2.5% {
    background: #ff8866;
    transform: rotateY(0deg);
    animation-timing-function: ease-in; }
  13.75% {
    background: #ff430d;
    transform: rotateY(90deg);
    animation-timing-function: step-start; }
  13.76% {
    background: #ffae0d;
    transform: rotateY(90deg);
    animation-timing-function: ease-out; }
  25% {
    background: #ffcc66;
    transform: rotateY(180deg); }
  27.5% {
    background: #ffcc66;
    transform: rotateY(180deg);
    animation-timing-function: ease-in; }
  41.25% {
    background: #ffae0d;
    transform: rotateY(90deg);
    animation-timing-function: step-start; }
  41.26% {
    background: #2cc642;
    transform: rotateY(90deg);
    animation-timing-function: ease-out; }
  50% {
    background: #66dd77;
    transform: rotateY(0deg); }
  52.5% {
    background: #66dd77;
    transform: rotateY(0deg);
    animation-timing-function: ease-in; }
  63.75% {
    background: #2cc642;
    transform: rotateY(90deg);
    animation-timing-function: step-start; }
  63.76% {
    background: #1386d2;
    transform: rotateY(90deg);
    animation-timing-function: ease-out; }
  75% {
    background: #44aaee;
    transform: rotateY(180deg); }
  77.5% {
    background: #44aaee;
    transform: rotateY(180deg);
    animation-timing-function: ease-in; }
  91.25% {
    background: #1386d2;
    transform: rotateY(90deg);
    animation-timing-function: step-start; }
  91.26% {
    background: #ff430d;
    transform: rotateY(90deg);
    animation-timing-function: ease-in; }
  100% {
    background: #ff8866;
    transform: rotateY(0deg);
    animation-timing-function: step-start; } }

@keyframes plus-bottom {
  0% {
    background: #ffcc66;
    animation-timing-function: step-start; }
  50% {
    background: #ffcc66;
    animation-timing-function: step-start; }
  75% {
    background: #44aaee;
    animation-timing-function: step-start; }
  100% {
    background: #44aaee;
    animation-timing-function: step-start; } }

@keyframes plus-background {
  0% {
    background: #ff8866;
    transform: rotateZ(180deg); }
  25% {
    background: #ff8866;
    transform: rotateZ(180deg);
    animation-timing-function: step-start; }
  27.5% {
    background: #66dd77;
    transform: rotateZ(90deg); }
  50% {
    background: #66dd77;
    transform: rotateZ(90deg);
    animation-timing-function: step-start; }
  52.5% {
    background: #66dd77;
    transform: rotateZ(0deg); }
  75% {
    background: #66dd77;
    transform: rotateZ(0deg);
    animation-timing-function: step-start; }
  77.5% {
    background: #ff8866;
    transform: rotateZ(270deg); }
  100% {
    background: #ff8866;
    transform: rotateZ(270deg);
    animation-timing-function: step-start; } }

/* Styles for old versions of IE */
.plus {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.plus:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #ff8866;
  border-radius: 24px;
  transform: rotateZ(90deg);
  transform-origin: 50% 50%;
  animation: plus-background 3s infinite ease-in-out; }

.plus:not(:required)::after {
  background: #ff8866;
  border-radius: 24px 0 0 24px;
  content: '';
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  animation: plus-top 3s infinite linear; }

.plus:not(:required)::before {
  background: #ffcc66;
  border-radius: 24px 0 0 24px;
  content: '';
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  animation: plus-bottom 3s infinite linear; }

@keyframes ball {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    animation-timing-function: ease-in; }
  45% {
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    animation-timing-function: ease-in; }
  50% {
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    animation-timing-function: linear; }
  55% {
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    animation-timing-function: ease-out; } }

@keyframes ball-highlight {
  0% {
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    animation-timing-function: ease-in; }
  45% {
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    animation-timing-function: ease-in; }
  50% {
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    animation-timing-function: linear; }
  55% {
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    animation-timing-function: ease-out; }
  100% {
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    animation-timing-function: ease-in; } }

@keyframes ball-shadow {
  0% {
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    animation-timing-function: ease-in; }
  45% {
    transform: translate3d(12.5px, -15px, -1px);
    animation-timing-function: ease-in; }
  50% {
    transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    animation-timing-function: linear; }
  55% {
    transform: translate3d(12.5px, -15px, -1px);
    animation-timing-function: ease-out; }
  100% {
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    animation-timing-function: ease-in; } }

/* Styles for old versions of IE */
.ball {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.ball:not(:required) {
  position: relative;
  display: inline-block;
  font-size: 0;
  letter-spacing: -1px;
  border-radius: 100%;
  background: #ff8866;
  width: 50px;
  height: 50px;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform-origin: 0 100%;
  animation: ball 1500ms infinite linear; }

.ball:not(:required)::after {
  content: '';
  position: absolute;
  top: 4.5px;
  left: 5.5px;
  width: 15px;
  height: 15px;
  background: #ffb099;
  border-radius: 100%;
  transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  animation: ball-highlight 1500ms infinite linear; }

.ball:not(:required)::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 5.5px;
  width: 50px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  animation: ball-shadow 1500ms infinite linear;
  -moz-filter: blur(1px);
  filter: blur(1px); }

/* Css Spinners */
.cell {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  height: 185px;
  margin-top: 30px;
  overflow: hidden;
  padding: 20px;
  width: 100%; }

.card {
  display: table;
  float: none;
  margin: 50px auto 0; }

.icons-sec {
  float: left;
  width: 100%; }

.icons-sec section {
  float: left;
  margin-top: 40px;
  width: 100%; }

.icons-sec h2 {
  font-size: 20px;
  margin: 0 0 20px;
  width: 100%; }

.fontawesome-icon-list a {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  color: #6f6f6f;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: -1px;
  padding: 14px 25px;
  pointer-events: none;
  width: 100%; }

.fontawesome-icon-list a > i {
  font-size: 14px;
  margin-right: 7px; }

.row.fontawesome-icon-list {
  margin: 0; }

.row.fontawesome-icon-list > div {
  padding: 0; }

.icons-sec .alert {
  margin: 10px 0 20px; }

.account-sec {
  height: 100%;
  left: 0;
  max-height: 100%;
  position: relative;
  top: 0;
  width: 100%; }

.account-user-sec {
  float: left;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483647;
  background-color: #e8edf2; }

.account-user-sec::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.account-sec {
  float: left;
  width: 100%; }

.account-sec .container {
  padding: 0; }

.account-top-bar {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  float: left;
  width: 100%; }

.account-header-link {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.account-header-link > li {
  float: left;
  margin-left: 35px; }

.account-header-link > li > a {
  color: #5f5f5f;
  float: left;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 22px 0;
  text-transform: uppercase; }

.account-top-bar .logo {
  padding-left: 0; }

.acount-sec {
  float: left;
  padding-bottom: 100px;
  padding-top: 60px;
  width: 100%; }

.account-detail {
  float: left;
  padding-top: 20px;
  width: 100%; }

.account-detail > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.account-detail > ul > li {
  float: left;
  margin-bottom: 30px;
  width: 100%; }

.account-detail > ul > li > h3 {
  float: left;
  font-size: 19px;
  margin: 0 0 9px;
  width: 100%; }

.account-detail > ul > li > h3 > i {
  margin-right: 10px;
  width: 30px; }

.account-detail > ul > li > p {
  color: #555555;
  float: left;
  margin: 0;
  padding-left: 46px;
  width: 100%; }

.contact-sec {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  padding: 50px;
  width: 100%; }

.account-form {
  float: left;
  width: 100%; }

.account-form > form {
  float: left;
  width: 100%; }

.account-form > form div.feild {
  float: left; }

.account-form > form div.feild > input[type="text"], .account-form > form div.feild > input[type="password"], .account-form > form div.feild > input[type="number"] {
  border: 1px solid #e6eaea;
  border-radius: 30px;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding: 13px 30px;
  width: 100%;
  outline: none; }

.account-form > form .feild > input[type="submit"] {
  background: #ee0b7d none repeat scroll 0 0;
  border: medium none;
  border-radius: 25px;
  color: #ffffff;
  float: left;
  font-family: Montserrat;
  font-size: 12px;
  margin-top: 20px;
  padding: 14px 30px; }

.more-option {
  padding: 36px 0;
  position: absolute;
  right: -80px;
  text-align: center;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
  width: 100px; }

.more-option::before {
  background: #e8ecec none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 25px; }

.more-option::after {
  background: #e8ecec none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  width: 25px; }

.more-option span {
  color: #a5a5a5; }

.creat-an-account {
  display: table;
  float: left;
  padding-left: 58px;
  padding-top: 60px;
  vertical-align: middle;
  width: 100%; }

.creat-an-account > span {
  color: #858585;
  float: left;
  font-size: 13px;
  text-align: left;
  width: 100%; }

.creat-an-account > a {
  background: #ee0b7d none repeat scroll 0 0;
  border-radius: 40px;
  color: #ffffff;
  float: left;
  font-family: Montserrat;
  font-size: 13px;
  margin-top: 19px;
  padding: 14px 30px; }

.creat-an-account h4 {
  color: #555555;
  float: left;
  font-size: 13px;
  margin: 33px 0 0;
  width: 100%; }

.creat-an-account > ul {
  float: left;
  list-style: outside none none;
  margin: 15px 0 0;
  padding: 0;
  width: 100%; }

.creat-an-account > ul > li {
  float: left;
  margin-right: 4px; }

.creat-an-account > ul > li > a {
  float: left; }

.creat-an-account > ul > li > a > i {
  border-radius: 5px;
  color: #ffffff;
  float: left;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px; }

.creat-an-account > ul > li > a > i.fa-facebook {
  background: #4e8deb; }

.creat-an-account > ul > li > a > i.fa-google-plus {
  background: #eb4e4e; }

.creat-an-account > ul > li > a > i.fa-twitter {
  background: #4ec4eb; }

.account-detail > ul > li:last-child {
  margin: 0; }

.account-sec footer {
  float: left;
  margin-top: 50px;
  padding-left: 45px;
  position: static;
  text-align: center;
  width: 100%; }

.account-sec footer p {
  float: left;
  width: 100%; }

.account-form label {
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  margin: 10px 0 0;
  width: 100%; }

.account-form label input {
  float: left;
  margin-right: 10px;
  margin-top: 7px; }

/* Invoice Sec */
.invoice-sec {
  float: left;
  margin-top: 30px;
  width: 100%; }

.invoice-sec > span {
  color: #878787;
  float: left;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin: 0 0 20px;
  text-align: left;
  width: 100%; }

.invoice-sec strong {
  color: #232323;
  float: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.3px;
  width: 100%; }

.invoice-details {
  float: left;
  width: 50%; }

.invoice-details > ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.heading-invoice {
  color: #6E6E6E;
  float: left;
  font-size: 13px;
  list-style: none outside none;
  width: 100%;
  font-size: 12px; }

.invoice-details li {
  color: #555555;
  float: left;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 15px;
  list-style: none outside none;
  padding: 6px 0;
  width: 100%; }

.invoice {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #EBEBEB;
  float: left;
  margin: 15px 0;
  width: 100%;
  border-radius: 2px; }

.invoice-head {
  background: none repeat scroll 0 0 #ffffff;
  float: left;
  width: 100%; }

.invoice-head h2 {
  color: #232323;
  float: left;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 12px;
  margin: 0;
  padding: 23px 0;
  text-align: center; }

.invoice li div p {
  color: #555555;
  float: left;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 10px;
  margin: 0;
  padding: 19px 0;
  text-align: center;
  width: 100%; }

.invoice-number {
  float: left;
  padding: 0 20px;
  width: 10%; }

.date {
  width: 10%;
  float: left; }

.description {
  width: 50%;
  float: left; }

.quantity {
  width: 10%;
  float: left; }

.vat {
  width: 10%;
  float: left; }

.total {
  width: auto;
  float: left; }

.long-column {
  width: 90%; }

.long-column p {
  padding-left: 10px !important;
  text-align: left !important; }

.invoice li {
  float: left;
  list-style: none outside none;
  width: 100%; }

.invoice li:hover {
  background: none repeat scroll 0 0 #F7F7F7; }

.invoice > ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.invoice li:nth-child(2n+2) {
  background: #ffffff none repeat scroll 0 0; }

.total a {
  border: 1px solid;
  border-radius: 5px;
  color: #ffffff;
  float: left;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 10px;
  margin: 20px;
  padding: 18px 40px;
  text-align: center;
  text-decoration: none; }

/* My Cart */
.my-cart {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 20px;
  float: left;
  margin-top: 30px;
  overflow: hidden;
  width: 100%; }

.cart-heading {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 23px 0;
  width: 100%; }

.cart-heading h2 {
  color: #2e2e2e;
  float: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 12px;
  margin: 0;
  text-align: center;
  width: 100%; }

.cart-product {
  width: 40%;
  float: left;
  padding: 0 20px; }

.cart-price {
  width: 20%;
  float: left;
  padding: 0 20px; }

.cart-quantity {
  width: 20%;
  float: left;
  padding: 0 20px; }

.cart-total {
  width: 20%;
  float: left;
  padding: 0 20px; }

.my-cart > ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.my-cart li:nth-child(2n+2) {
  background: #ffffff none repeat scroll 0 0; }

.my-cart:last-child {
  border-bottom: 0; }

.my-cart li {
  background: #fbfbfb none repeat scroll 0 0;
  border-bottom: 1px solid #ededed;
  float: left;
  list-style: outside none none;
  width: 100%; }

.my-cart li > div {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #DBDBDB;
  float: left;
  min-height: 47px;
  padding: 10px 20px;
  position: relative; }

.my-cart li > div:last-child {
  border-right: none; }

.cart-product > a i {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  color: #444444;
  height: 100%;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px; }

.cart-product > h6 {
  color: #555555;
  float: left;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 16px;
  margin: 6px 0 2px 20px;
  text-transform: uppercase; }

.cart-product > img {
  border: 1px solid #C7C7C7;
  float: right;
  margin-top: 0px;
  width: 35px;
  border-radius: 3px; }

.cart-price > h6 {
  color: #444444;
  display: table;
  float: none;
  font-family: roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 11px;
  margin: 3px auto 0;
  padding: 6px;
  text-align: center;
  border-radius: 3px; }

.cart-quantity select {
  border: 1px solid #EBEBEB;
  display: table;
  float: none;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  width: 50%;
  border-radius: 3px; }

.cart-total > h6 {
  color: #444444;
  float: left;
  font-family: roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin: 6px 0;
  text-align: center;
  width: 100%; }

.my-cart li > div:last-child {
  border-right: medium none; }

.my-cart li:last-child div a {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 11px;
  padding: 10px 11px;
  border-radius: 3px; }

.cart-product > input {
  border: 1px solid #EBEBEB;
  float: left;
  font-size: 12px;
  height: 35px;
  letter-spacing: 0.25px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 215px;
  border-radius: 3px; }

.cart-total-sec p {
  color: #444444;
  float: left;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 10px;
  margin: 0;
  padding: 19px 0;
  text-align: center;
  width: 50%; }

.cart-total-sec span {
  color: #444444;
  float: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 12px;
  padding: 18px 0;
  text-align: center;
  width: 50%; }

.calc-shipping-sec select {
  border: 1px solid #EBEBEB;
  float: left;
  font-size: 14px;
  height: 31px;
  padding: 3px 0 0;
  width: 100%;
  border-radius: 3px; }

.calc-shipping-sec li {
  padding: 9px 15px; }

.calc-shipping-sec li input {
  border: 1px solid #EBEBEB;
  float: left;
  font-size: 13px;
  padding: 5px 10px;
  width: 100%;
  border-radius: 3px; }

.calc-shipping-sec li a {
  float: right;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 3px; }

.payment {
  float: left;
  margin-top: 40px;
  padding: 0;
  width: 100%; }

.payment > ul {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 20px;
  float: left;
  margin: 0;
  padding: 40px;
  width: 100%; }

.payment-desc .payment-desc span:last-child {
  margin-bottom: 0; }

.payment a {
  float: left; }

.payment li {
  float: left;
  list-style: outside none none;
  margin-bottom: 30px;
  width: 100%; }

.payment-method {
  float: left;
  width: 100%; }

.payment-method > label {
  display: list-item;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.25px;
  line-height: 19px;
  list-style: outside none none;
  margin-top: 6px; }

.payment-desc {
  float: left;
  width: 100%; }

.payment-desc > span {
  background: #e8edf2 none repeat scroll 0 0;
  border-radius: 5px;
  color: #738282;
  float: left;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin: 10px 0 0;
  padding: 23px 40px;
  position: relative;
  width: 100%; }

.payment-desc > span::before {
  border-bottom: 6px solid #e8edf2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  left: 22px;
  position: absolute;
  top: -5px; }

.payment a {
  border: 1px solid;
  border-radius: 5px;
  color: #ffffff;
  float: left;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0.25px;
  padding: 12px 20px;
  text-decoration: none; }

.billing-sec {
  float: left;
  margin-top: 30px;
  width: 100%; }

.billing-sec .field {
  float: left;
  margin-bottom: 30px; }

.billing-sec button {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 40px;
  color: #ffffff;
  float: left;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0.25px;
  margin-top: 40px;
  padding: 14px 40px;
  text-decoration: none; }

.billing-sec .field > label {
  float: left;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 10px;
  width: 100%; }

.billing-sec .field > label span {
  color: red; }

.billing-sec .field input {
  border: medium none;
  border-radius: 40px;
  float: left;
  font-size: 12px;
  height: 50px;
  letter-spacing: 0.5px;
  padding: 0 30px;
  width: 100%; }

.billing-sec .field > select {
  border: medium none;
  border-radius: 40px;
  float: left;
  font-size: 12px;
  height: 50px;
  padding: 0 30px;
  width: 100%; }

.billing-sec .field > textarea {
  border: medium none;
  border-radius: 20px;
  float: left;
  min-height: 160px;
  padding: 20px 30px;
  width: 100%; }

.payment li:last-child {
  margin: 0; }

/* Range Slider */
.range-slider {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  padding: 40px;
  width: 100%;
  margin-top: 30px; }

/* Ion.RangeSlider
// css version 1.8.1
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 10%; }

.irs-line-mid {
  left: 10%;
  width: 80%; }

.irs-line-right {
  right: 0;
  width: 10%; }

.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.single {
  left: 10px; }

.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -100%;
  width: 300%;
  height: 200%;
  background: transparent; }

.irs-slider.from {
  left: 100px; }

.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -200%;
  width: 300%;
  height: 200%;
  background: transparent; }

.irs-slider.to {
  left: 300px; }

.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: 0;
  width: 300%;
  height: 200%;
  background: transparent; }

.irs-slider.last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000; }

/* Ion.RangeSlider, Flat UI Skin
// css version 1.8.1
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
  background: url(../images/sprite-skin-flat.png) repeat-x; }

.irs {
  height: 60px; }

#irs-3 {
  float: left;
  margin: 5px 0 30px;
  width: 100%; }

#irs-4 {
  float: left;
  margin: 5px 0 30px;
  width: 100%; }

#irs-1 {
  float: left;
  margin: 5px 0 30px;
  width: 100%; }

#irs-2 {
  float: left;
  margin: 5px 0 30px;
  width: 100%; }

#irs-5 {
  float: left;
  margin: 5px 0 30px;
  width: 100%; }

#irs-6 {
  float: left;
  margin: 5px 0 30px;
  width: 100%; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 12px;
  top: 25px; }

.irs-line-left {
  height: 12px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 12px;
  background-position: 0 0; }

.irs-line-right {
  height: 12px;
  background-position: 100% -30px; }

.irs-diapason {
  height: 12px;
  top: 25px;
  background-position: 0 -60px; }

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -90px; }

#irs-active-slider, .irs-slider:hover {
  background-position: 0 -120px; }

.irs-min, .irs-max {
  background: none repeat scroll 0 0 #E1E4E9;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: #333333;
  font-size: 10px;
  line-height: 1.333;
  padding: 1px 6px;
  text-shadow: none;
  top: 0; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #F43D53;
  border-radius: 1px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #F43D53; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

/* Accordian */
.accordion {
  float: left;
  margin-top: 30px;
  width: 100%; }

.accordion > h3 {
  background: #fcfcfc none repeat scroll 0 0;
  border-radius: 5px;
  color: #555555;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin: 0 0 1px;
  padding: 19px 40px;
  transition: all 0.4s ease 0s;
  width: 100%; }

.accordion > h3.current {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  color: #ee0b7d; }

.accordion .pane {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 1px 1px 5px 5px;
  float: left;
  margin-bottom: 1px;
  padding: 30px 40px;
  width: 100%; }

/* C0ntact Form */
#contact span.required {
  font-size: 13px;
  color: #ff0000; }

/* Select the colour of the * if the field is required. */
#message {
  float: left;
  margin: 10px 0;
  width: 100%; }

.error_message {
  background: #fbe3e4 url("../images/error.gif") no-repeat scroll 26px center;
  border: 1px solid #fbc2c4;
  border-radius: 50px;
  color: #8a1f11;
  display: block;
  float: left;
  height: auto;
  line-height: 22px;
  padding: 10px 60px;
  width: 100%; }

.loader-form {
  margin: 45px 0 0 20px;
  padding: 0 10px; }

#contact #success_page h1 {
  background: url("../images/success.gif") left no-repeat;
  padding-left: 22px; }

acronym {
  border-bottom: 1px dotted #ccc; }

#contact {
  float: left;
  width: 100%; }

#contact > #contactform {
  float: left;
  width: 100%; }

#contact > #contactform input {
  float: left;
  width: 100%; }

#contact > #contactform input {
  border: 1px solid #e8ecec;
  border-radius: 30px;
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 13px 30px;
  width: 100%; }

#contact > #contactform textarea {
  border: 1px solid #e8ecec;
  border-radius: 20px;
  float: left;
  min-height: 180px;
  padding: 20px 30px;
  width: 100%; }

#contact > #contactform input[type="submit"] {
  background: #ee0b7d none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  float: left;
  font-family: Montserrat;
  margin-top: 20px;
  width: auto;
  margin-bottom: 0; }

#contact > #contactform p {
  float: left;
  margin: 20px 20px 0 0;
  width: auto; }

#contact > #contactform label {
  float: left;
  margin: 24px 20px 0 0; }

#contact > #contactform input#verify[type="text"] {
  margin: 10px 0 0;
  width: 130px; }

#maptwo {
  float: left;
  margin-top: 40px;
  width: 100%; }

.contact-details-info {
  float: left;
  padding-top: 20px;
  width: 100%; }

.contact-details-info > h3 {
  float: left;
  font-family: Montserrat;
  font-size: 18px;
  margin-bottom: 9px;
  width: 100%; }

.contact-details-info > ul {
  float: left;
  list-style: outside none none;
  margin: 10px 0 0;
  padding: 0;
  width: 100%; }

.contact-details-info > ul > li {
  color: #676666;
  display: table;
  float: left;
  font-family: Montserrat;
  font-size: 13px;
  margin-bottom: 14px;
  width: 100%; }

.contact-details-info li > i {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 39px;
  line-height: 39px;
  margin-right: 14px;
  text-align: center;
  width: 39px; }

.contact-sec > iframe {
  float: left;
  margin-top: 50px;
  width: 100%; }

.error-sec {
  float: left;
  padding: 0 40px 100px;
  text-align: center;
  width: 100%; }

.mockup img {
  transform: rotate(180deg); }

.error-sec > span {
  color: #555555;
  float: left;
  letter-spacing: 0.5px;
  width: 100%; }

.error-sec > h2 {
  color: #232323;
  float: left;
  font-family: Montserrat;
  font-size: 180px;
  font-weight: bold;
  margin: 0;
  width: 100%; }

.error-sec > a {
  background: #ee0b7d none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  float: none;
  font-family: Montserrat;
  font-size: 13px;
  padding: 13px 22px; }

.mockup {
  float: left;
  margin-bottom: 60px;
  width: 100%; }

.error-sec > p {
  float: left;
  margin-bottom: 40px;
  width: 100%; }

.table-area {
  float: left;
  padding: 40px;
  width: 100%; }

.table-responsive {
  float: left;
  width: 100%; }

.scroll-box {
  float: left;
  padding: 40px;
  width: 100% !important; }

#map-canvas {
  float: left;
  margin-top: 50px;
  min-height: 390px;
  width: 100%; }

#map-canvas-two {
  float: left;
  min-height: 390px;
  width: 100%; }

#map,
#maptwo {
  height: 420px;
  width: 100%; }

#vector-map {
  background-color: red;
  float: left;
  height: 570px;
  margin: 43px 0;
  width: 100%;
  position: relative; }

/* Ribbon Grids */
.ribbon-box {
  float: left;
  width: 100%; }

.ribbon-sec > p {
  color: #777777;
  float: left;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin: 0;
  width: 100%; }

.ribbon-box > h2 {
  color: #838383;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
  padding: 20px 0; }

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px; }

.ribbon-design {
  color: #FFFFFF;
  font: bold 12px Sans-Serif;
  left: -5px;
  letter-spacing: 0.35px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  top: 15px;
  width: 120px;
  transform: rotate(45deg); }

.ribbon-design:before, .ribbon-design:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px; }

.ribbon-design:before {
  left: 0; }

.ribbon-design:after {
  right: 0; }

.ribbon-sec {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #ECECEC;
  float: left;
  padding: 20px;
  position: relative;
  z-index: 90;
  border-radius: 3px; }

/* Progress Bar */
.progress-sec {
  float: left;
  padding: 40px;
  width: 100%; }

.small-progress {
  height: 10px !important; }

.large-progress {
  height: 30px; }

.medium-progress {
  height: 20px; }

/* Collapse */
.collapse-sec {
  float: left;
  padding: 40px;
  width: 100%; }

.panel-group {
  float: left;
  width: 100%; }

.panel-group .panel {
  border-color: #e8ecec;
  border-radius: 0;
  box-shadow: none; }

.panel-group .panel .panel-heading {
  border-color: #e8ecec;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 28px; }

.panel-group .panel > .panel-collapse {
  border-color: #e8ecec; }

.panel-group .panel > .panel-collapse .panel-body {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 26px;
  padding: 33px 40px; }

.panel-group.white-collapse .panel-heading {
  background: #ffffff none repeat scroll 0 0; }

.panel-group .panel .panel-heading h4 {
  font-size: 15px; }

/* Services */
.services {
  float: left;
  padding: 40px;
  text-align: center;
  width: 100%; }

.services span {
  color: #ee0b7d;
  display: inline-block;
  float: none;
  font-size: 30px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  width: 80px; }

.services h3 {
  float: left;
  font-size: 17px;
  margin: 10px 0;
  width: 100%; }

.services.style2 span {
  color: #ffffff;
  margin-bottom: 20px; }

.services.style3 {
  padding: 0;
  text-align: left; }

.services.style3 > span {
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 19px;
  height: 60px;
  line-height: 60px;
  margin-bottom: -29px;
  margin-left: 40px;
  position: relative;
  width: 60px; }

.services.style3 .service-detail {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 50px 40px 40px;
  width: 100%; }

.services.style3 .service-detail > h3 {
  padding-bottom: 20px;
  position: relative; }

.services.style3 .service-detail > h3::before {
  background: #e8ecec none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px; }

/*===== Comming Soon ====*/
.commingsoon {
  background: transparent url("https://placehold.it/1366x690") no-repeat scroll 0 0/cover;
  float: left;
  padding: 70px 0 120px;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center; }

.commingsoon .logo {
  color: #ffffff;
  display: inline-block;
  float: none;
  min-width: auto;
  padding: 0;
  text-align: center;
  width: 100%; }

.commingsoon .logo > a {
  color: #ffffff;
  display: inline-block;
  float: none;
  font-size: 22px; }

.countdown-sec {
  float: left;
  margin-top: 90px;
  width: 100%; }

ul.countdown {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.commingsoon .logo > a > i {
  font-size: 22px; }

.commingsoon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: black;
  opacity: 0.85; }

.comming-soon-logo {
  float: left;
  margin-bottom: 140px;
  width: 100%; }

.timer {
  float: left;
  text-align: center;
  width: 100%; }

.timer .countdown {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.timer .countdown li {
  border-radius: 30px;
  display: inline-block;
  height: 135px;
  margin: 0 10px;
  padding: 35px 25px 20px;
  position: relative;
  text-align: center;
  width: 135px; }

.timer .countdown li span {
  color: #ffffff;
  float: left;
  font-family: lato;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 39px;
  width: 100%; }

.timer .countdown li p {
  color: #ffffff;
  float: left;
  font-family: lato;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 15px;
  margin-top: 16px;
  text-transform: uppercase;
  width: 100%; }

.timer .countdown li:before {
  border: 2px solid #ffffff;
  border-bottom: 0 none;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 30px; }

.timer .countdown li:after {
  border-bottom: 2px solid #4f4f4f;
  border-left: 2px solid #4f4f4f;
  border-right: 2px solid #4f4f4f;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 0 0 30px 30px; }

.fancy-social {
  float: left;
  margin-top: 70px;
  text-align: center;
  width: 100%; }

.fancy-social > span {
  color: #ffffff;
  float: left;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%; }

.fancy-social > a {
  background: rgba(80, 80, 80, 0.25) none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 0 3px;
  position: relative;
  text-align: center;
  width: 36px; }

.commingsoon form.subscribtion {
  float: left;
  height: 55px;
  margin-top: 80px;
  width: 100%; }

.commingsoon form.subscribtion > input {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  font-family: Montserrat;
  padding: 15px 50px;
  text-align: center; }

.commingsoon form.subscribtion > button {
  background: #ee0b7d none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: Montserrat;
  height: 50px;
  padding: 0 20px; }

ul.countdown > li {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: 140px;
  margin: 0 5px;
  position: relative;
  width: 110px; }

ul.countdown > li > span {
  float: left;
  font-family: Montserrat;
  font-size: 27px;
  margin-bottom: 5px;
  padding-top: 48px;
  width: 100%; }

ul.countdown > li > p {
  color: #ee0b7d;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase; }

.pagination-sec {
  float: left;
  padding: 40px;
  width: 100%; }

.pagination {
  margin: 0; }

.imageBox {
  position: relative;
  height: 400px;
  width: 400px;
  border: 1px solid #aaa;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: move; }

.imageBox .thumbBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  box-sizing: border-box;
  border: 1px solid #666666;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent; }

.imageBox .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 400px;
  background: rgba(0, 0, 0, 0.7); }

.action {
  width: 400px;
  height: 30px;
  margin: 10px 0; }

.cropped > img {
  margin-right: 10px; }

.product-filter {
  float: left;
  padding: 90px 40px 40px;
  width: 100%; }

.product-filter section#options {
  float: left;
  text-align: center;
  width: 100%; }

.option-isotop {
  float: left;
  text-align: center;
  width: 100%; }

.option-set {
  float: left;
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  width: 100%; }

.option-set > li > a.selected > i {
  color: #ee0b7d; }

.option-set > li > a.selected {
  color: #000000; }

.option-set > li > a {
  float: left;
  line-height: 14px; }

.option-set > li > a > i {
  color: #c8cccc;
  font-size: 14px;
  margin-right: 11px; }

.option-set > li:last-child {
  border: medium none;
  padding-right: 0; }

.filter-products {
  float: left;
  width: 100%; }

.option-set > li {
  border-right: 1px solid #e8ecec;
  display: inline-block;
  float: none;
  line-height: 19px;
  padding: 0 13px; }

.product-four {
  float: left;
  margin-top: 30px;
  width: 100%; }

.product-thumb {
  float: left;
  width: 100%; }

.product-thumb > img {
  float: left;
  width: 100%; }

.product-four > h3 {
  float: left;
  font-family: Montserrat;
  font-size: 17px;
  margin: 20px 0 5px;
  width: 100%; }

.product-four > h3 a {
  color: #232323; }

.product-four > span {
  color: #ee0b7d;
  float: left;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin-top: 1px;
  width: 100%; }

/* Our Team */
.our-team {
  float: left;
  width: 100%;
  position: relative; }

.our-team > img {
  float: left;
  width: 100%; }

.team-box-sec {
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%; }

.team-box {
  background: transparent none repeat scroll 0 0;
  display: table;
  float: left;
  height: 100%;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 100%; }

.team-info {
  display: table-cell;
  margin-top: 50px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  visibility: hidden;
  width: 100%; }

.team-box:hover > .team-info {
  margin: 0;
  opacity: 1;
  visibility: visible; }

.team-info > h3 {
  float: left;
  font-family: Montserrat;
  font-size: 17px;
  width: 100%; }

.team-info > span {
  color: #ee0b7d;
  float: left;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 100%; }

.team-info > p {
  float: left;
  margin-bottom: 0;
  margin-top: 13px;
  width: 100%; }

.social-btns {
  float: left;
  padding-top: 30px;
  text-align: center;
  width: 100%; }

.social-btns > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.social-btns > ul > li {
  display: inline-block; }

.social-btns > ul > li > a {
  float: left; }

.social-btns > ul > li > a > i {
  color: #ffffff;
  float: left;
  height: 34px;
  line-height: 34px;
  width: 34px; }

.social-btns > ul > li > a > i.fa-facebook {
  background: #3e6baf; }

.social-btns > ul > li > a > i.fa-twitter {
  background: #4dd3f0; }

.social-btns > ul > li > a > i.fa-google-plus {
  background: #ff4949; }

.team-box:hover {
  background: #ffffff none repeat scroll 0 0; }

.tooltips-sec {
  float: left;
  padding: 40px;
  position: relative;
  width: 100%; }

.tooltips-sec > .tooltip {
  float: left;
  margin: 0 42px 0 0;
  opacity: 1;
  position: relative; }

.tooltips-on-hover {
  float: left;
  padding: 40px;
  width: 100%; }

.popover-sec-static {
  float: left;
  padding: 40px;
  width: 100%; }

.popover-sec-static > .popover {
  display: block;
  float: left;
  margin: 0 50px 50px 0;
  position: relative; }

.popover-on-click {
  float: left;
  padding: 40px;
  width: 100%; }

.mini-charts {
  float: left;
  padding: 25px 30px; }

.chart {
  border-radius: 10px;
  padding: 0 15px;
  position: relative;
  min-height: 200px;
  margin: 15px auto;
  width: 96%;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden; }

@media only screen and (min-width: 601px) {
  #DonutTicketsByDepartment {
    float: left;
    margin-right: 30px;
    width: 200px; }
  #TicketByDepartmentLegends {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 39px 0;
    padding: 0; }
  .title {
    display: block;
    margin-right: 150px; }
  .author {
    float: right;
    width: 150px; }
  .lt {
    display: none; } }

@media only screen and (max-width: 600px) {
  .chart {
    text-align: center; }
  #DonutTicketsByDepartment {
    width: 200px;
    margin: 0 auto;
    float: none; }
  #TicketByDepartmentLegends {
    list-style-type: none;
    padding-top: 0px !important;
    margin: 0 auto;
    display: inline-block;
    text-align: left; }
  .title,
  .author {
    display: block;
    text-align: center; }
  .author {
    margin-top: 5px; }
  .lt {
    display: block; }
  .rt {
    display: none; } }

#TicketByDepartmentLegends li {
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  color: #000; }

#TicketByDepartmentLegends li span.icon {
  border-radius: 50%;
  float: left;
  height: 12px;
  margin: 8px 10px;
  width: 12px; }

#TicketByDepartmentLegends li span.label {
  color: #757575;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  margin-left: 30px;
  text-align: left; }

.pie-responsive {
  float: left;
  padding: 40px;
  position: relative;
  width: 100%; }

.form-elements-sec {
  float: left;
  padding: 40px;
  width: 100%; }

.form-elements-sec form {
  margin-bottom: 10px; }

.form-elements-sec form select {
  margin-bottom: 10px; }

/* CSS Document */
.stepsForm {
  width: 100%;
  box-sizing: border-box;
  line-height: 1; }

.stepsForm .sf-error {
  border: solid 1px #C00 !important; }

.stepsForm .sf-error + span {
  border-color: #C00 !important; }

.stepsForm #sf-msg {
  display: inline-block;
  padding: 1rem; }

.stepsForm .sf-msg-error {
  color: #c00; }

.stepsForm .sf-msg-success {
  color: #090; }

.stepsForm .sf-steps {
  box-sizing: border-box;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%; }

.stepsForm .sf-steps .sf-steps-content {
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 2px #2096cd;
  font-size: 18px; }

.stepsForm .sf-steps-content > div {
  background: #ccc none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  font-size: 15px;
  overflow: hidden;
  padding: 13px 30px 13px 60px;
  position: relative; }

.stepsForm .sf-steps-center > div {
  display: block;
  padding: 1rem 2rem 1rem 4rem;
  background: #CCC;
  color: #FFF;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box; }

.stepsForm .sf-steps-content > div.sf-active {
  background: #2096cd; }

.stepsForm .sf-steps-content > div > span {
  background: #aaa none repeat scroll 0 0;
  bottom: 0;
  font-size: 15px;
  left: 0;
  padding: 13px;
  position: absolute;
  top: 0; }

.stepsForm .sf-steps-content > div > i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/sf-steps-activated.png) center no-repeat;
  padding: 1rem; }

.stepsForm .sf-steps-content > div.sf-active > span {
  background: #1b7fad; }

.stepsForm .sf-steps-content > div > span:after {
  content: '';
  display: block;
  width: 10px;
  position: absolute;
  right: -10px;
  height: 100%;
  top: 0;
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#AAA"/></svg>') 0 0 no-repeat; }

.stepsForm .sf-steps-content > div.sf-active > span:after {
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#1b7fad"/></svg>') 0 0 no-repeat; }

.stepsForm .sf-steps-form {
  display: block;
  float: left;
  position: relative;
  width: 100%; }

.stepsForm .sf-steps-navigation {
  padding: 0 1rem; }

.stepsForm .sf-button {
  background: #2096cd none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat;
  outline: medium none;
  padding: 11px 37px; }

.stepsForm .sf-content {
  width: 100%;
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 30px; }

.stepsForm .sf-content > li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 3px 0; }

.stepsForm input[type="text"], .stepsForm input[type="tel"], .stepsForm input[type="email"], .stepsForm input[type="password"] {
  border: 1px solid #e8ecec;
  border-radius: 0;
  box-sizing: border-box;
  outline: medium none;
  padding: 11px 30px;
  width: 100%; }

.stepsForm textarea {
  border: 1px solid #e8ecec;
  border-radius: 0 !important;
  box-sizing: border-box;
  height: 100px;
  outline: medium none;
  overflow: auto;
  padding: 11px 20px;
  width: 100%; }

.stepsForm label.sf-select {
  position: relative;
  display: block;
  float: initial; }

.stepsForm label.sf-select > select {
  border: 1px solid #e8ecec;
  border-radius: 0;
  box-sizing: border-box;
  color: #555555;
  font-weight: normal;
  outline: medium none;
  padding: 1rem;
  width: 100%; }

.stepsForm label.sf-select > span {
  position: absolute;
  float: initial;
  display: inline-block;
  text-align: center;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 3.5rem;
  pointer-events: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e8e8e8;
  border-left: solid 1px #DDD; }

.stepsForm label.sf-select > span::after {
  content: "";
  float: initial;
  display: inline-block;
  width: 20%;
  height: 20%;
  transform: rotate(-45deg) translate(-80%, 80%);
  border: 0 solid #fff;
  border-left-width: .25em;
  border-bottom-width: .25em; }

.stepsForm label.sf-select > select:focus + span {
  background-color: #2096cd; }

.stepsForm .sf-radio, .stepsForm .sf-check {
  width: 100%;
  height: auto;
  padding: 1rem 0; }

.stepsForm .sf-radio label, .stepsForm .sf-check label {
  display: inline-block;
  font-weight: 500;
  margin-right: 20px; }

.stepsForm .sf-radio label input[type=radio], .stepsForm .sf-check label input[type=checkbox] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 10px; }

.stepsForm .sf-radio label input[type=radio] + span, .stepsForm .sf-check label input[type=checkbox] + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #cecece;
  text-align: center;
  vertical-align: top;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.stepsForm .sf-radio label input[type=radio] + span::after, .stepsForm .sf-check label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  opacity: 0;
  width: 100%;
  height: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 200ms; }

.stepsForm .sf-radio label input[type=radio]:focus + span, .stepsForm .sf-check label input[type=checkbox]:focus + span, .stepsForm .sf-radio label input[type=radio]:active + span, .stepsForm .sf-check label input[type=checkbox]:active + span {
  border-color: #2096cd; }

.stepsForm .sf-radio label input[type=radio]:checked + span::after, .stepsForm .sf-check label input[type=checkbox]:checked + span::after {
  opacity: 1; }

.stepsForm .sf-radio label input[type=radio].error + span, .stepsForm .sf-check label input[type=checkbox].error + span {
  border-color: #e2513f;
  border-width: 2px; }

.stepsForm .sf-radio label input[type=radio] + span {
  border-radius: 2em; }

.stepsForm .sf-radio label input[type=radio] + span::after {
  border-radius: 1em;
  background-color: #2096cd; }

.stepsForm .sf-radio label input[type=radio]:checked + span::after {
  border: .2em solid #fff; }

.stepsForm .sf-check label input[type=checkbox] + span {
  border-radius: 2px;
  box-shadow: 0 0 5px #ddd; }

.stepsForm .sf-check label input[type=checkbox] + span::after {
  height: 45%;
  width: 75%;
  background-color: transparent;
  border: 0 solid #2096cd;
  vertical-align: bottom;
  transform: rotate(-45deg) translate(50%, -75%); }

.stepsForm .sf-check label input[type=checkbox]:checked + span::after {
  border-left-width: .2em;
  border-bottom-width: .2em; }

.stepsForm input[type=text]:focus, .stepsForm input[type=tel]:focus, .stepsForm input[type=password]:focus, .stepsForm input[type=email]:focus, .stepsForm label.sf-select > select:focus, .stepsForm textarea:focus {
  border-color: #2096cd;
  box-shadow: 0px 0px 5px 0px #2096cd; }

.stepsForm input, .stepsForm select, .stepsForm textarea, .stepsForm button {
  border-radius: 3px; }

.sf-shadow input, .sf-shadow select, .sf-shadow textarea {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

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

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

.sf-align-center > span#sf-msg {
  display: block;
  clear: both;
  margin: 0 auto; }

.sf-align-center > button {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 10px; }

.stepsForm .column_1 {
  width: 16.666666667%; }

.stepsForm .column_2 {
  width: 33.333333334%; }

.stepsForm .column_3 {
  width: 50%; }

.stepsForm .column_4 {
  width: 66.666666667%; }

.stepsForm .column_5 {
  width: 83.333333334%; }

.stepsForm .column_6 {
  width: 100%; }

/*RED Style*******************************************/
.sf-theme-red .sf-steps .sf-steps-content {
  border-color: #f44a56; }

.sf-theme-red .sf-steps .sf-steps-content > div.sf-active {
  background: #f44a56; }

.sf-theme-red .sf-steps .sf-steps-content > div.sf-active > span {
  background: #c63943; }

.sf-theme-red .sf-steps .sf-steps-content > div.sf-active > span:after {
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#c63943"/></svg>') 0 0 no-repeat; }

.sf-theme-red .sf-radio label input[type=radio]:focus + span, .sf-theme-red .sf-check label input[type=checkbox]:focus + span, .sf-theme-red .sf-radio label input[type=radio]:active + span, .sf-theme-red .sf-check label input[type=checkbox]:active + span {
  border-color: #f44a56; }

.sf-theme-red .sf-radio label input[type=radio] + span::after {
  background-color: #f44a56; }

.sf-theme-red .sf-check label input[type=checkbox] + span::after {
  border-color: #f44a56; }

.sf-theme-red label.sf-select > select:focus + span {
  background-color: #f44a56; }

.sf-theme-red input[type=text]:focus, .sf-theme-red input[type=tel]:focus, .sf-theme-red input[type=password]:focus, .sf-theme-red input[type=email]:focus, .sf-theme-red label.sf-select > select:focus, .sf-theme-red textarea:focus {
  border-color: #f44a56;
  box-shadow: 0px 0px 5px 0px #f44a55; }

.sf-theme-red .sf-steps-navigation > button {
  background: #f44a56; }

/*purple Style*******************************************/
.sf-theme-purple .sf-steps .sf-steps-content {
  border-color: #795aac; }

.sf-theme-purple .sf-steps .sf-steps-content > div.sf-active {
  background: #795aac; }

.sf-theme-purple .sf-steps .sf-steps-content > div.sf-active > span {
  background: #60478a; }

.sf-theme-purple .sf-steps .sf-steps-content > div.sf-active > span:after {
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#60478a"/></svg>') 0 0 no-repeat; }

.sf-theme-purple .sf-radio label input[type=radio]:focus + span, .sf-theme-purple .sf-check label input[type=checkbox]:focus + span, .sf-theme-purple .sf-radio label input[type=radio]:active + span, .sf-theme-purple .sf-check label input[type=checkbox]:active + span {
  border-color: #795aac; }

.sf-theme-purple .sf-radio label input[type=radio] + span::after {
  background-color: #795aac; }

.sf-theme-purple .sf-check label input[type=checkbox] + span::after {
  border-color: #795aac; }

.sf-theme-purple label.sf-select > select:focus + span {
  background-color: #795aac; }

.sf-theme-purple input[type=text]:focus, .sf-theme-purple input[type=tel]:focus, .sf-theme-purple input[type=password]:focus, .sf-theme-purple input[type=email]:focus, .sf-theme-purple label.sf-select > select:focus, .sf-theme-purple textarea:focus {
  border-color: #795aac;
  box-shadow: 0px 0px 5px 0px #795aac; }

.sf-theme-purple .sf-steps-navigation > button {
  background: #795aac; }

/*green Style*******************************************/
.sf-theme-green .sf-steps .sf-steps-content {
  border-color: #27ae60; }

.sf-theme-green .sf-steps .sf-steps-content > div.sf-active {
  background: #27ae60; }

.sf-theme-green .sf-steps .sf-steps-content > div.sf-active > span {
  background: #1d864a; }

.sf-theme-green .sf-steps .sf-steps-content > div.sf-active > span:after {
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#1d864a"/></svg>') 0 0 no-repeat; }

.sf-theme-green .sf-radio label input[type=radio]:focus + span, .sf-theme-green .sf-check label input[type=checkbox]:focus + span, .sf-theme-green .sf-radio label input[type=radio]:active + span, .sf-theme-green .sf-check label input[type=checkbox]:active + span {
  border-color: #27ae60; }

.sf-theme-green .sf-radio label input[type=radio] + span::after {
  background-color: #27ae60; }

.sf-theme-green .sf-check label input[type=checkbox] + span::after {
  border-color: #27ae60; }

.sf-theme-green label.sf-select > select:focus + span {
  background-color: #27ae60; }

.sf-theme-green input[type=text]:focus, .sf-theme-green input[type=tel]:focus, .sf-theme-green input[type=password]:focus, .sf-theme-green input[type=email]:focus, .sf-theme-green label.sf-select > select:focus, .sf-theme-green textarea:focus {
  border-color: #27ae60;
  box-shadow: 0px 0px 5px 0px #1d864a; }

.sf-theme-green .sf-steps-navigation > button {
  background: #27ae60; }

/*turquoise Style*******************************************/
.sf-theme-turquoise .sf-steps .sf-steps-content {
  border-color: #1fb5ad; }

.sf-theme-turquoise .sf-steps .sf-steps-content > div.sf-active {
  background: #1fb5ad; }

.sf-theme-turquoise .sf-steps .sf-steps-content > div.sf-active > span {
  background: #18908a; }

.sf-theme-turquoise .sf-steps .sf-steps-content > div.sf-active > span:after {
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#18908a"/></svg>') 0 0 no-repeat; }

.sf-theme-turquoise .sf-radio label input[type=radio]:focus + span, .sf-theme-turquoise .sf-check label input[type=checkbox]:focus + span, .sf-theme-turquoise .sf-radio label input[type=radio]:active + span, .sf-theme-turquoise .sf-check label input[type=checkbox]:active + span {
  border-color: #1fb5ad; }

.sf-theme-turquoise .sf-radio label input[type=radio] + span::after {
  background-color: #1fb5ad; }

.sf-theme-turquoise .sf-check label input[type=checkbox] + span::after {
  border-color: #1fb5ad; }

.sf-theme-turquoise label.sf-select > select:focus + span {
  background-color: #1fb5ad; }

.sf-theme-turquoise input[type=text]:focus, .sf-theme-turquoise input[type=tel]:focus, .sf-theme-turquoise input[type=password]:focus, .sf-theme-turquoise input[type=email]:focus, .sf-theme-turquoise label.sf-select > select:focus, .sf-theme-turquoise textarea:focus {
  border-color: #1fb5ad;
  box-shadow: 0px 0px 5px 0px #1fb5ae; }

.sf-theme-turquoise .sf-steps-navigation > button {
  background: #1fb5ad; }

.step-form-sec {
  float: left;
  padding: 40px;
  width: 100%; }

/* Profile */
.profile-sec {
  float: left;
  width: 100%; }

.profile-banner-sec {
  float: left;
  min-height: 110px;
  position: relative;
  width: 100%; }

.profile-banner-sec > ul {
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.profile-banner-sec li {
  display: inline-block;
  margin: 0 10px; }

.profile-banner-sec li > a, .profile-banner-sec li > label {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 30px;
  color: #2e2e2e;
  float: left;
  font-family: Montserrat;
  font-weight: normal;
  padding: 13px 40px;
  margin: 0;
  cursor: pointer; }

.profile-banner-sec li > a:hover, .profile-banner-sec li > label:hover {
  background: #ee0b7d none repeat scroll 0 0;
  color: #ffffff; }

.profile-banner-sec li > a > i,
.profile-banner-sec li > label i {
  color: #ee0b7d;
  margin-right: 9px; }

.profile-banner-sec li > a:hover > i,
.profile-banner-sec li > label:hover i {
  color: #ffffff; }

.profile-banner-sec > img {
  border-radius: 5px 5px 0 0;
  float: left;
  max-width: 100%; }

.user-bar {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
  float: left;
  padding-left: 20%;
  position: relative;
  width: 100%; }

.user-thumb {
  float: left;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20%; }

.user-thumb > img {
  border-radius: 50%;
  float: left;
  margin-top: 53px;
  padding: 0 30px;
  width: 100%; }

.user-thumb > h3 {
  float: left;
  font-family: Montserrat;
  font-size: 18px;
  text-align: center;
  width: 100%; }

.user-thumb > span {
  color: #a5a5a5;
  float: left;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  width: 100%; }

.user-thumb > span > i {
  color: #ee0b7d;
  margin-right: 4px; }

.user-bar > ul {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.user-bar > ul > li {
  color: #2e2e2e;
  float: left;
  font-family: Montserrat;
  font-size: 19px;
  padding: 23px 25px 19px; }

.user-bar > ul > li > span {
  color: #858585;
  display: list-item;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.5px;
  list-style: outside none none;
  margin-top: 2px; }

.user-bar > a {
  border-radius: 20px;
  color: #ffffff;
  float: right;
  font-family: Montserrat;
  font-size: 13px;
  margin: 22px 40px;
  padding: 10px 23px; }

.user-bar > .social-btns {
  float: left;
  margin: 26px 0 0;
  padding: 0;
  width: auto; }

.profile-all {
  float: left;
  margin-top: 104px;
  width: 100%; }

.profile-banner-sec li > input {
  display: none; }

.my-location > #mapthree {
  border-radius: 5px;
  float: left;
  height: 300px;
  width: 100%; }

.toggleWrapper {
  float: left;
  margin-top: 20px; }

.toggleWrapper input {
  position: absolute;
  left: -99em; }

.toggle {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  width: 70px; }

.toggle::before, .toggle::after {
  color: #fff;
  font-size: 9px;
  line-height: 32px;
  position: absolute;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  z-index: 2; }

.toggle::before {
  color: #ffffff;
  content: "OFF";
  left: 11px; }

.toggle::after {
  color: #b0b0b0;
  content: "ON";
  font-weight: normal;
  right: 11px; }

.toggle__handler {
  background: #ee0b7d none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: 24px;
  left: 3px;
  position: relative;
  top: 3px;
  transform: translateX(0px);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  width: 34px;
  z-index: 1; }

input:checked + .toggle {
  background: #66B317; }

input:checked + .toggle:before {
  color: #fff; }

input:checked + .toggle::after {
  color: #66b317;
  left: 42px; }

input:checked + .toggle .toggle__handler {
  background: #ffffff none repeat scroll 0 0;
  border-color: #fff;
  left: -27px;
  transform: translateX(60px);
  width: 34px; }

.show-elements {
  float: left; }

.billing-sec .widget-title {
  margin-bottom: 20px; }

.inbox-sec {
  float: left;
  margin-top: 30px;
  width: 100%; }

.inbox-sec > .row {
  margin: 0 -1px; }

.inbox-sec > .row > div {
  padding: 0 1px; }

.inbox-navigation {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding-bottom: 59px;
  width: 100%; }

.inbox-panel-head {
  float: left;
  padding: 40px;
  width: 100%; }

.inbox-panel-head > img {
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  width: 60px; }

.inbox-panel-head > h1 {
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  margin: 3px 0 8px; }

.inbox-panel-head > h1 > i {
  font-style: normal; }

.inbox-panel-head > a {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-right: 10px;
  margin-top: 1px; }

.inbox-panel-head > a > i {
  margin-right: 5px; }

.inbox-panel-head > ul {
  float: left;
  list-style: outside none none;
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.inbox-panel-head > ul > li {
  display: inline-block;
  float: none; }

.inbox-panel-head > ul > li > a {
  background: #ee0b7d none repeat scroll 0 0;
  border-radius: 45px;
  color: #fff;
  float: left;
  font-family: Montserrat;
  font-size: 14px;
  padding: 10px 31px; }

.message-list > li:last-child {
  border-bottom: medium none; }

.inbox-navigation > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.inbox-navigation > ul > li > a {
  color: #555555;
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px; }

.inbox-navigation > ul > li {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  margin-bottom: 1px;
  padding: 16px 40px;
  width: 100%; }

.inbox-navigation > ul > li > a > i {
  color: #a0a0a0;
  font-size: 14px;
  margin-right: 3px;
  width: 21px; }

.inbox-navigation > ul > li > span {
  background: #7373ff none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  float: right;
  font-size: 10px;
  font-weight: 600;
  height: 20px;
  text-align: center;
  width: 20px; }

.flaged {
  float: left;
  width: 100%; }

.flaged > h3 {
  float: left;
  font-family: Montserrat;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 24px 40px;
  width: 100%; }

.flaged > h3 > i {
  margin-right: 13px; }

.flaged > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.flaged li {
  float: left;
  padding: 8px 40px;
  width: 100%; }

.flaged li a i {
  margin-right: 10px; }

.inbox-lists {
  float: left;
  width: 100%; }

.inbox-action {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  margin-bottom: 2px;
  width: 100%; }

.inbox-action > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 20px 30px;
  width: 100%; }

.inbox-action > ul > li {
  float: left;
  margin-right: 20px; }

.inbox-action > ul > li > label, .inbox-action > ul > li > a {
  color: #959595;
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin: 0; }

.inbox-action > ul > li > label input {
  float: left;
  margin: 4px 8px 0 0; }

.inbox-action > ul > li > a i {
  font-size: 14px;
  margin-right: 5px;
  width: 13px; }

.mesages-lists {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  padding-top: 140px;
  position: relative;
  width: 100%; }

.mesages-lists #searchDir > form {
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: #dadede;
  margin: 0; }

.mesages-lists #searchDir {
  box-shadow: 6px 1px 10px rgba(0, 0, 0, 0.1);
  float: left;
  left: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%; }

.message-list {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0 30px;
  width: 100%; }

.message-list > li {
  border-bottom: 1px solid #e8ecec;
  float: left;
  padding-bottom: 22px;
  padding-top: 22px;
  width: 100%; }

.message-list > li > .select-message {
  float: left; }

.message-list > li > span.star-this {
  cursor: pointer;
  float: left;
  padding-left: 16px;
  width: 40px; }

.message-list > li > .sender-name {
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  margin: 0;
  width: auto; }

.message-list > li > span.make-important {
  cursor: pointer;
  float: left;
  margin-right: 30px;
  transition: all 0.4s ease 0s; }

.message-list > li > p {
  float: left;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.message-list > li > a {
  color: #afafaf;
  display: inline-block;
  font-size: 13px;
  margin-left: 40px; }

.message-list > li > span.star-this.starred {
  color: orange; }

.message-list > li > span.star-this.starred > i::before {
  content: "\f005"; }

.message-list > li > span.make-important.important-done {
  transform: rotate(90deg);
  color: #ee0b7d; }

/* GitHub Theme */
.prettyprint {
  background: white;
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px; }

.pln {
  color: #333333; }

@media screen {
  .str {
    color: #dd1144; }
  .kwd {
    color: #333333; }
  .com {
    color: #999988; }
  .typ {
    color: #445588; }
  .lit {
    color: #445588; }
  .pun {
    color: #333333; }
  .opn {
    color: #333333; }
  .clo {
    color: #333333; }
  .tag {
    color: navy; }
  .atn {
    color: teal; }
  .atv {
    color: #dd1144; }
  .dec {
    color: #333333; }
  .var {
    color: teal; }
  .fun {
    color: #990000; } }

@media print, projection {
  .str {
    color: #006600; }
  .kwd {
    color: #006;
    font-weight: bold; }
  .com {
    color: #600;
    font-style: italic; }
  .typ {
    color: #404;
    font-weight: bold; }
  .lit {
    color: #004444; }
  .pun, .opn, .clo {
    color: #444400; }
  .tag {
    color: #006;
    font-weight: bold; }
  .atn {
    color: #440044; }
  .atv {
    color: #006600; } }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0; }

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /* */ }

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */ }

.nedemo {
  width: 450px;
  height: 200px;
  background: #ffffff;
  border: solid 1px #E9E9E9;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 10%;
  padding: 24px; }

.neditor {
  text-align: left;
  font-family: Arial,sans-serif;
  border: 1px solid #d2d6d7; }

.neditor > .ne_toolbar {
  border-bottom: 1px solid #d2d6d7; }

.neditor > .ne_toolbar > ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  height: 40px;
  display: table; }

.neditor > .ne_toolbar > ul > li {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-right: 1px solid #d2d6d7;
  cursor: pointer;
  position: relative; }

.neditor > .ne_toolbar > ul > li svg {
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px; }

.neditor > textarea {
  border: none;
  outline: 0;
  width: 100%;
  height: calc(100% - 41px);
  padding: 10px;
  resize: none; }

.nScriptList {
  position: absolute;
  background-color: #fff;
  width: 250px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -100px;
  height: 200px;
  overflow-y: scroll;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: none; }

.nScriptListShow {
  display: block; }

.nScriptList > li > a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333;
  text-decoration: none; }

.nScriptList > li > a:hover {
  background: #E0E0E0; }

.compose-email-sec {
  float: left;
  padding: 0 0 0 30px;
  width: 100%; }

.field > div {
  float: left;
  width: 100%; }

.compose-email-sec button {
  margin: 0; }

.btns {
  border: medium none;
  color: #ffffff;
  float: left;
  font-family: Montserrat;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 0;
  transition: all 0.4s ease 0s; }

.btns:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.buttons-sec {
  float: left;
  padding: 40px;
  width: 100%; }

.lrg-btn {
  font-size: 15px;
  padding: 12px 21px; }

.mdm-btn {
  font-size: 13px;
  padding: 10px 18px; }

.sml-btn {
  font-size: 13px;
  padding: 10px 18px; }

.sml-btn {
  font-size: 11px;
  padding: 6px 14px; }

.lrg-radius {
  border-radius: 30px; }

.mdm-radius {
  border-radius: 10px; }

.sml-radius {
  border-radius: 5px; }

.btns.tag-btn {
  padding-left: 40px;
  position: relative; }

.btns.tag-btn::before {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 22px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 5px; }

.nav-pills > li > a {
  color: #ffffff; }

.nav > li > a:focus, .nav > li > a:hover {
  background: #929595 none repeat scroll 0 0; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #929595 none repeat scroll 0 0; }

.btn-group a {
  color: #ffffff; }

.btn-group a:hover {
  color: #fff; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
  transform: scale(1.1); }

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
  transform: scale(0.9); }

@keyframes hvr-pulse {
  25% {
    transform: scale(1.1); }
  75% {
    transform: scale(0.9); } }

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1); } }

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
  animation-name: hvr-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

@keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9); } }

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
  animation-name: hvr-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

@keyframes hvr-push {
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
  animation-name: hvr-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1; }

@keyframes hvr-pop {
  50% {
    transform: scale(1.2); } }

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
  animation-name: hvr-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1; }

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .5s; }

.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .5s; }

.hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
  transform: rotate(4deg); }

.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg); }

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-float:active, .hvr-float:focus, .hvr-float:hover {
  transform: translateY(-8px); }

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
  transform: translateY(8px); }

@keyframes hvr-bob {
  0% {
    transform: translateY(-8px); }
  50% {
    transform: translateY(-4px); }
  100% {
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px); } }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
  animation-name: hvr-bob-float,hvr-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate; }

@keyframes hvr-hang {
  0% {
    transform: translateY(8px); }
  50% {
    transform: translateY(4px); }
  100% {
    transform: translateY(8px); } }

@keyframes hvr-hang-sink {
  100% {
    transform: translateY(8px); } }

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
  animation-name: hvr-hang-sink,hvr-hang;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate; }

.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
  transform: skew(-10deg); }

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%; }

.hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
  transform: skew(-10deg); }

.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%; }

.hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
  transform: skew(10deg); }

@keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px); }
  33.3% {
    transform: translateY(-6px); }
  49.95% {
    transform: translateY(4px); }
  66.6% {
    transform: translateY(-2px); }
  83.25% {
    transform: translateY(1px); }
  100% {
    transform: translateY(0); } }

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px); }
  33.3% {
    transform: translateX(-6px); }
  49.95% {
    transform: translateX(4px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px); }
  33.3% {
    transform: translate(-6px, -6px); }
  49.95% {
    transform: translate(4px, 4px); }
  66.6% {
    transform: translate(-2px, -2px); }
  83.25% {
    transform: translate(1px, 1px); }
  100% {
    transform: translate(0, 0); } }

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
  animation-name: hvr-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px); }
  33.3% {
    transform: translate(-6px, 6px); }
  49.95% {
    transform: translate(4px, -4px); }
  66.6% {
    transform: translate(-2px, 2px); }
  83.25% {
    transform: translate(1px, -1px); }
  100% {
    transform: translate(0, 0); } }

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
  animation-name: hvr-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg); }
  33.3% {
    transform: skew(10deg); }
  49.95% {
    transform: skew(-6deg); }
  66.6% {
    transform: skew(4deg); }
  83.25% {
    transform: skew(-2deg); }
  100% {
    transform: skew(0); } }

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 0 100%; }

.hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
  animation-name: hvr-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg); }
  33.3% {
    transform: skew(10deg); }
  49.95% {
    transform: skew(-6deg); }
  66.6% {
    transform: skew(4deg); }
  83.25% {
    transform: skew(-2deg); }
  100% {
    transform: skew(0); } }

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 100% 0; }

.hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
  animation-name: hvr-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg); }
  33.3% {
    transform: skew(10deg); }
  49.95% {
    transform: skew(-6deg); }
  66.6% {
    transform: skew(4deg); }
  83.25% {
    transform: skew(-2deg); }
  100% {
    transform: skew(0); } }

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg); }
  100% {
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
  animation-name: hvr-buzz;
  animation-duration: .15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0); }
  100% {
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
  animation-name: hvr-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1; }

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  transition-duration: .3s;
  transition-property: color,background-color; }

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  background-color: #2098d1;
  color: #fff; }

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  transition-duration: .5s;
  transition-property: color,background-color; }

.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
  animation-name: hvr-back-pulse;
  animation-duration: 1s;
  animation-delay: .5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: #fff; }

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: .3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
  color: #fff; }

.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
  transform: scaleX(1); }

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: .3s; }

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover {
  color: #fff; }

.hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
  transform: scaleX(1); }

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: .3s; }

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
  color: #fff; }

.hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
  transform: scaleY(1); }

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: .3s; }

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
  color: #fff; }

.hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
  transform: scaleY(1); }

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: .5s; }

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out; }

.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
  color: #fff; }

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: .5s; }

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out; }

.hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover {
  color: #fff; }

.hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: .5s; }

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out; }

.hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
  color: #fff; }

.hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: .5s; }

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out; }

.hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover {
  color: #fff; }

.hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: .3s; }

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover {
  color: #fff; }

.hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
  transform: scale(2); }

.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  transition-property: color;
  transition-duration: .3s; }

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover {
  color: #fff; }

.hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
  transform: scale(0); }

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: .3s; }

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover {
  color: #fff; }

.hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
  transform: scale(0); }

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: .3s; }

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scale(0);
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
  color: #fff; }

.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
  transform: scale(1); }

.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: .3s; }

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover {
  color: #fff; }

.hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
  transform: scaleX(0); }

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: .3s; }

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover {
  color: #fff; }

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
  transform: scaleX(1); }

.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: .3s; }

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover {
  color: #fff; }

.hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
  transform: scaleY(0); }

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: .3s; }

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover {
  color: #fff; }

.hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
  transform: scaleY(1); }

.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }

.hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent; }

.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }

.hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
  background: 0 0; }

.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-trim:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: .3s;
  transition-property: opacity; }

.hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
  opacity: 1; }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s; }

.hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
  animation-name: hvr-ripple-out; }

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s; }

.hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
  animation-name: hvr-ripple-in; }

.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: .3s;
  transition-property: top,right,bottom,left; }

.hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px; }

.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: .3s;
  transition-property: top,right,bottom,left; }

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1; }

.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: border-radius; }

.hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
  border-radius: 1em; }

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
  right: 0; }

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left,right;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
  left: 0;
  right: 0; }

.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
  left: 0; }

.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
  right: 0; }

.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left,right;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
  left: 0;
  right: 0; }

.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
  left: 0; }

.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: .1s;
  transition-timing-function: ease-out; }

.hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
  transform: translateY(0);
  border-width: 4px; }

.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
  transform: translateY(0); }

.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out; }

.hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
  transform: translateY(0); }

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: box-shadow; }

.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: box-shadow; }

.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: box-shadow,transform; }

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1); }

.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: box-shadow; }

.hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: .3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent; }

.hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent; }

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-duration: .3s;
  transition-property: transform,opacity; }

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  transform: translateY(-5px); }

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px); }

.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-shadow-radial:after, .hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  transition-duration: .3s;
  transition-property: opacity; }

.hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%); }

.hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%); }

.hvr-shadow-radial:active:after, .hvr-shadow-radial:active:before, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:hover:before {
  opacity: 1; }

.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: .3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1; }

.hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
  transform: translateY(-10px); }

.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: .3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1; }

.hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
  transform: translateX(10px); }

.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: .3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent; }

.hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
  transform: translateY(10px); }

.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: .3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent; }

.hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
  transform: translateX(-10px); }

.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
  transform: translateY(10px); }

.hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
  transform: translateY(-10px); }

.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
  transform: translateX(-10px); }

.hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
  transform: translateX(10px); }

.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
  transform: translateY(-10px); }

.hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
  transform: translateY(10px); }

.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  transition-duration: .3s;
  transition-property: transform; }

.hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
  transform: translateX(10px); }

.hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
  transform: translateX(-10px); }

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  transition-duration: .1s; }

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .1s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
  transform: translateX(-4px); }

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .1s; }

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .1s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
  transform: translateX(4px); }

@keyframes hvr-icon-down {
  0%, 100%, 50% {
    transform: translateY(0); }
  25%, 75% {
    transform: translateY(6px); } }

.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
  animation-name: hvr-icon-down;
  animation-duration: .75s;
  animation-timing-function: ease-out; }

@keyframes hvr-icon-up {
  0%, 100%, 50% {
    transform: translateY(0); }
  25%, 75% {
    transform: translateY(-6px); } }

.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
  animation-name: hvr-icon-up;
  animation-duration: .75s;
  animation-timing-function: ease-out; }

.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out; }

.hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
  transform: rotate(360deg); }

@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  100%, 51% {
    opacity: 1; } }

.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
  opacity: 0;
  transition-duration: .3s;
  animation-name: hvr-icon-drop;
  animation-duration: .5s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .5s;
  transition-property: color; }

.hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
  color: #0F9E5E; }

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(-1em); } }

.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-float-away:after, .hvr-icon-float-away:before {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome; }

.hvr-icon-float-away:after {
  opacity: 0;
  animation-duration: .5s;
  animation-fill-mode: forwards; }

.hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
  animation-name: hvr-icon-float-away;
  animation-timing-function: ease-out; }

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(1em); } }

.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-sink-away:after {
  opacity: 0;
  animation-duration: .5s;
  animation-fill-mode: forwards; }

.hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
  animation-name: hvr-icon-sink-away;
  animation-timing-function: ease-out; }

.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
  transform: scale(1.3) translateZ(0); }

.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
  transform: scale(0.8); }

@keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(0.8); } }

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out; }

.hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
  animation-name: hvr-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3); } }

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out; }

.hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
  animation-name: hvr-icon-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

@keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8); } }

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out; }

.hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
  animation-name: hvr-icon-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

@keyframes hvr-icon-push {
  50% {
    transform: scale(0.5); } }

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
  animation-name: hvr-icon-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1; }

@keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5); } }

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
  animation-name: hvr-icon-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1; }

.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
  transform: rotate(20deg); }

.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
  transform: scale(1.5) rotate(12deg); }

.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
  transform: translateY(-4px); }

.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
  transform: translateY(4px); }

@keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px); }
  50% {
    transform: translateY(-2px); }
  100% {
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob-float {
  100% {
    transform: translateY(-6px); } }

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
  animation-name: hvr-icon-bob-float,hvr-icon-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate; }

@keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(6px); } }

@keyframes hvr-icon-hang-sink {
  100% {
    transform: translateY(6px); } }

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-hang:active:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:hover:before {
  animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate; }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px); }
  33.3% {
    transform: translateX(-5px); }
  49.95% {
    transform: translateX(4px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px); }
  33.3% {
    transform: translateY(-5px); }
  49.95% {
    transform: translateY(4px); }
  66.6% {
    transform: translateY(-2px); }
  83.25% {
    transform: translateY(1px); }
  100% {
    transform: translateY(0); } }

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg); }
  100% {
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
  animation-name: hvr-icon-buzz;
  animation-duration: .15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0); }
  100% {
    transform: translateX(-1px) rotate(0); } }

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: .3s; }

.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0); }

.hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
  animation-name: hvr-icon-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1; }

.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: .3s;
  transition-property: width,height; }

.hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: .3s;
  transition-property: width,height; }

.hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: .3s;
  transition-property: width,height; }

.hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: .3s;
  transition-property: width,height; }

.hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px; }

.effects > a {
  background: #e1e1e1 none repeat scroll 0 0;
  color: #000000;
  float: left;
  font-family: Montserrat;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 30px; }

.hover-master-sec {
  float: left;
  padding: 40px;
  width: 100%; }

.effects > h2 {
  float: left;
  font-family: Montserrat;
  font-size: 18px;
  margin: 0 0 10px;
  padding-bottom: 20px;
  width: 100%; }

.hover-master-sec .widget-title {
  margin-top: 80px; }

.hover-master-sec .widget-title:first-child {
  margin-top: 0; }

.quick-report:last-child {
  padding: 0; }

.poptrox-overlay {
  z-index: 2147483647 !important; }

.notify.with-color h3, .notify.with-color p {
  color: #fff; }

.low-rounded {
  border-radius: 4px !important; }

/* Horizontal Menu */
.top-bar.style2 .search-form {
  margin-left: 20px; }

.top-bar.style2 {
  float: left;
  position: static;
  width: 100%; }

.horizontal-menu {
  background: #fbfbfb none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 9; }

.horizontal-menu > nav {
  float: left;
  padding-left: 20px;
  width: 100%; }

.horizontal-menu > nav > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%; }

.horizontal-menu > nav > ul > li {
  float: left;
  line-height: 30px;
  padding-right: 8px;
  position: relative; }

.horizontal-menu > nav > ul > li > a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  font-size: 12px;
  margin: 13px 0;
  padding: 7px 16px;
  transition: all 0.4s ease 0s; }

.horizontal-menu > nav > ul > li:hover > a > i {
  color: #ff6b6b; }

.horizontal-menu > nav > ul > li > a > i {
  color: #c5c5c5;
  margin-right: 4px;
  transition: all 0.4s ease 0s; }

.horizontal-menu > nav > ul > li.menu-item-has-children > ul {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  list-style: outside none none;
  margin: 0 0 0 10px;
  opacity: 0;
  padding: 5px 0 10px;
  position: absolute;
  top: 100%;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 210px; }

.horizontal-menu > nav > ul > li.menu-item-has-children:hover > ul {
  margin: 0;
  opacity: 1;
  visibility: visible; }

.horizontal-menu > nav > ul > li:hover > a {
  background: transparent none repeat scroll 0 0;
  color: #000000; }

.main-content.style2 {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px; }

.horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  width: 100%; }

.horizontal-menu > nav > ul > li.menu-item-has-children > ul > li a {
  background: #fafafa none repeat scroll 0 0;
  border-radius: 5px;
  color: #757575;
  float: left;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 11px 20px;
  width: 100%; }

.horizontal-menu > nav > ul > li.menu-item-has-children.mega > ul {
  width: 420px; }

.horizontal-menu > nav > ul > li.menu-item-has-children.mega > ul > li {
  float: left;
  width: 50%; }

.open-hide-menu {
  background: #ffffff none repeat scroll 0 0;
  cursor: pointer;
  float: left;
  font-size: 18px;
  margin-left: 2%;
  margin-top: 10px;
  padding: 11px 0;
  text-align: center;
  width: 96%;
  display: none;
  margin-bottom: 10px; }

.maintainance {
  float: left;
  text-align: center;
  width: 100%; }

.maintainance-mode {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  float: none;
  margin-bottom: 90px;
  margin-top: 90px;
  padding: 60px 70px;
  text-align: center;
  width: 50%; }

.maintainance-mode > .logo {
  display: inline-block;
  float: none;
  padding: 0;
  text-align: center; }

.maintainance-mode > .logo > a {
  float: left;
  font-size: 21px;
  width: 100%; }

.maintainance-mode > .logo > a > i {
  float: none; }

.maintainance-mode h2 {
  color: #333333;
  float: left;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin: 30px 0 0;
  padding-bottom: 20px;
  width: 100%; }

.maintainance-mode > span {
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.maintainance-mode .fancy-social {
  margin: 0; }

.maintainance-mode .fancy-social > span {
  color: #c9c9c9;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.5px; }

.maintainance-mode > .subscribtion {
  background: #efefef none repeat scroll 0 0;
  float: left;
  margin-top: 70px;
  padding: 10px;
  width: 100%; }

.maintainance-mode > .subscribtion > input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  float: left;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 9px 20px; }

.maintainance-mode > .subscribtion > button {
  background: #858585 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-family: Montserrat;
  font-size: 13px;
  padding: 9px 24px; }

.icon-section > h3 {
  float: left;
  margin-bottom: 20px;
  margin-top: 50px;
  width: 100%; }

.icon-section .icon-container {
  float: left;
  margin: 8px 0;
  width: 25%; }

.icon-section .icon-container span:first-child {
  font-size: 15px;
  margin-right: 6px; }

.hire-skin {
  background-color: #ee0b7d;
  border-color: #ee0b7d !important; }

.hire-green-skin {
  background-color: #58ab28;
  border-color: #58ab28 !important; }

div.job-type-button-row {
  margin-bottom: -5px;
  display: inline-block; }

div.job-type-button {
  padding: 0 10px;
  min-width: 225px;
  margin-right: 5px;
  margin-bottom: 5px;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.sheet-choose-button {
  height: 40px;
  line-height: 40px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: default; }

div.job-type-button.selected {
  background-color: #58ab28;
  color: white;
  font-weight: bold;
  border-color: #58ab28; }

.controlOverride.form-control {
  width: 200px;
  display: inline; }

.sq-container {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 20px;
  margin: 14px 0; }

.sq-icon-container {
  display: table-cell;
  padding-right: 5px;
  float: left; }

div#preformRequirements {
  margin-top: 20px; }

div#wizard-sheet p#screener-explanation {
  margin-bottom: 20px; }

.screener-description {
  margin-bottom: 15px; }

div#wizard-sheet .sheet-content {
  margin-top: 30px;
  font-size: 16px; }

div#wizard-sheet div#preformRequirementsBodyContainer {
  font-size: 16px; }

.sq-title-description-container {
  display: table-cell;
  width: 100%; }

.sq-title-description-container .sq-title-container {
  display: block; }

.sq-title-description-container .sq-description-container {
  display: block;
  padding: 0 8px; }

.sq-description-container {
  color: #999;
  display: table-cell;
  width: 100%; }

.sq-add-container {
  display: table-cell;
  white-space: nowrap;
  padding-left: 10px;
  vertical-align: middle; }

.sq-controls {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap; }

.sq-suggestion, .requirement-suggestion {
  background-color: #eceffc; }

.dotted-border {
  border: dashed 1px #ccc; }

.sq-controls-container {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
  font-size: 13px; }

.sq-controls-content {
  display: table;
  width: 100%; }

.sq-add-icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle; }

.question-type-icon {
  width: 40px;
  height: 40px;
  vertical-align: middle; }

.align-middle {
  vertical-align: middle; }

.sq-title-description-container .sq-title-container {
  display: block; }

.sq-title-container {
  font-weight: bold;
  padding: 0 8px;
  display: table-cell;
  white-space: nowrap; }

.sq-title-description-container .sq-description-container {
  display: block;
  padding: 0 8px; }

.sq-description-container {
  color: #999;
  display: table-cell;
  width: 100%; }

.sq-text-field-wrapper {
  display: inline-table;
  width: 200px; }

ul.ac-renderer {
  border-color: #b3c3ff;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  box-shadow: 1px 1px 2px #ddd;
  -webkit-tap-highlight-color: transparent; }

ul.ac-renderer {
  background-color: white;
  font-size: 16px;
  box-shadow: 0 0 4px #ccc !important;
  width: 400px;
  padding: 4px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1; }

.solid-border {
  border: solid 1px #ccc; }

div#preformRequirements div.sq-content .sq-input-large {
  width: 200px;
  margin: 5px auto;
  font-size: 14px;
  padding: 7px 0; }

.accept-question-control, .preview-question-control {
  margin: 0 10px;
  vertical-align: middle; }

div#preformRequirements div.sq-content .sq-input-small {
  width: 96px;
  font-size: 14px; }

div#wizard-sheet select {
  margin-bottom: 0;
  border: 1px solid #ccc;
  padding: 9px; }

.sq-jobseeker-header {
  color: #999; }

.inwrapborder {
  border: 1px solid transparent;
  display: inline-block;
  width: auto; }

.inwrapborder {
  border: 1px solid #1c4ed9;
  border-top-color: #2f62f1;
  border-bottom-color: #133fbb; }

.iB {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.inwrapbordertop {
  border-top-color: #69F;
  background-color: #3163f2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3163f2',endColorstr='#ff2b57d5');
  background: linear-gradient(top, #3163f2, #2b57d5); }

.inwrapbordertop {
  height: 32px;
  border-top: 1px solid transparent;
  display: inline-block; }

.inwrapborder .input_submit {
  color: #FFF; }

.inwrapborder .input_submit {
  background: transparent;
  border: 0;
  font-family: Arial;
  margin: 0;
  padding: 6px 18px;
  overflow: visible;
  cursor: pointer;
  _padding: 3px;
  box-shadow: none;
  -webkit-box-shadow: none; }

div#wizard-sheet a, div#wizard-sheet a:link, div#wizard-sheet a:visited {
  color: #00C;
  text-decoration: underline;
  cursor: pointer; }

/* div#wizard-sheet {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    padding: 10px 30px 30px 30px;
    margin-top: 40px;
}*/
.question-delete-icon, .question-edit-icon {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin: 5px; }

.inwrapborder:active, .inwrapborder.active {
  border: 1px solid #536db7;
  border-top-color: #4b69c1;
  border-bottom-color: #3753a6; }

.inwrapborder:hover {
  border: 1px solid #235af6;
  border-top-color: #4072ff;
  border-bottom-color: #1e4fd9; }

div.form-elements-sec .col-md-6.column:nth-child(2) {
  border-right: 1px solid #000;
  padding-right: 5%; }

div.form-elements-sec .col-md-6.column:nth-child(3) {
  padding-left: 5%; }

@media only screen and (max-width: 768px) {
  div.form-elements-sec .col-md-6.column:nth-child(2) {
    border-right: none;
    padding-right: 15px; }
  div.form-elements-sec .col-md-6.column:nth-child(3) {
    padding-left: 15px; }
  form.postJobForm .col-md-10.column h2 {
    margin: 30px 0; }
  form.postJobForm .row .heading-profile {
    margin: 5% 0 2% 0;
    text-align: left; }
  div.job-type-button {
    min-width: 31%; }
  div#wizard-sheet div#preformRequirements .sq-input-large, div#wizard-sheet div#preformRequirements .sq-input-small {
    width: 100%;
    min-width: 100px;
    margin: 5px auto; }
  .sq-text-field-wrapper {
    width: 100%; }
  .sq-controls {
    display: table-row;
    text-align: left; }
  .preview-question-control.inwrapborder, .accept-question-control.inwrapborder {
    width: auto;
    border-radius: 6px;
    margin: 10px 10px 0 0; }
  span.iB, span.iB input {
    width: 100%;
    box-sizing: border-box; } }

/*max-width - 768px*/
@media only screen and (max-width: 480px) {
  div.job-type-button {
    min-width: 100%; }
  .xlsFile label {
    display: block; }
  .xlsFile span {
    margin: 10px 0;
    display: inline-block; }
  form.postJobForm .controlOverride.form-control {
    display: block;
    margin: 5px 0 0 0;
    width: 100%; } }

/*francis & samba style*/
.details-sec {
  display: table;
  float: left;
  padding: 40px 20px 30px 20px;
  width: 100%; }

.most-browsers .col-xs-6 {
  padding: 0; }

.most-browsers .col-xs-6 > span {
  position: relative;
  top: -15px; }

.details-sec-title {
  float: left;
  margin-bottom: 22px;
  padding: 0; }

.details-sec-title > h3 {
  color: #2e2e2e;
  float: left;
  font-size: 14px;
  margin: 0 0 5px; }

.details-sec-title > span {
  color: #000000;
  float: left;
  font-size: 13px;
  font-weight: 500;
  width: 100%; }

.details-sec .col-xs-6 > button {
  float: right; }

#view_details_modal .modal-content {
  border-radius: 0px; }

#view_details_modal .modal-body {
  margin: 20px; }

#detailed_info .col-xs-12 h1 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: -16px; }

#detailed_info .col-sm-12 p {
  font-size: 13px;
  color: #000000;
  line-height: 20px;
  font-weight: 400; }

#detailed_info p {
  font-size: 12px;
  color: #777777;
  font-weight: 600;
  margin: 10px 0 10px; }

#detailed_info span {
  font-size: 15px;
  color: #000000;
  position: relative;
  top: -15px;
  font-weight: normal !important; }

.timeline_activity {
  font-size: 22px !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
  font-weight: normal !important; }

.morecontent span {
  display: none; }

.morelink {
  display: block;
  float: right; }

.moreellipses {
  display: none !important; }

#view_details_modal .close {
  position: absolute;
  right: 13px;
  top: 7px; }

.morecontent a:hover, .morecontent a:focus, .morecontent a:link, .morecontent a:visited {
  color: #388394; }

.team-box1 {
  background: #ffffff none repeat scroll 0 0;
  padding: 0px 10px; }

.applied-on, .reject-reason {
  padding: 7px 10px; }

.job-name span {
  color: #f250a5; }

.job-ok {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #47c1bd;
  float: left;
  position: relative; }

.job-cancel {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #ef432c;
  margin-left: 50px;
  position: relative; }

.ok-cancel {
  margin: 10px auto;
  display: table;
  position: absolute;
  bottom: 0;
  left: 48px !important; }

.job-ok {
  cursor: pointer; }

.reject-reason span:last-child {
  text-align: left;
  display: table; }

.ok-cancel .fa {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  font-size: 18px; }

.job-gear {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #000000;
  float: left;
  position: relative; }

.eye-icon {
  position: absolute;
  right: 3px;
  bottom: 3px; }

.senior-dev {
  font-size: 25px;
  font-family: "arial"; }

.details_employer1 {
  padding: 0 20px; }

.emp_dtls {
  font-size: 16px;
  font-family: "arial";
  font-weight: normal;
  color: #131313; }

.emp_p {
  margin-bottom: 0;
  font-size: 14px !important;
  margin-top: 10px;
  line-height: 20px;
  font-weight: 400 !important; }

.readmore_details {
  float: right; }

.heading-sec hr {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 97%;
  border-top: 1px solid #f6f;
  position: relative;
  top: 15px; }

.applied-on span:last-child {
  font-weight: bold; }

@media only screen and (max-width: 1199px) {
  #view_details_modal .modal-dialog {
    margin: 234px 0px 0 46px; }
  .cd-horizontal-timeline {
    margin: 16em 1em 0em 1em; }
  .team-box1 {
    padding: 0; }
  .reject-reason {
    padding: 6px 10px; } }

@media only screen and (max-width: 991px) {
  #view_details_modal .modal-dialog {
    margin: 160px auto; }
  .cd-horizontal-timeline {
    margin: 20em 1em 0em 1em; } }

@media only screen and (max-width: 767px) {
  #view_details_modal .modal-dialog {
    margin: 150px auto; }
  #detailed_info .col-sm-3.col-xs-12 {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  #detailed_info .col-sm-3 span {
    left: 20px;
    top: 0px; }
  .cd-horizontal-timeline {
    margin: 25em 1em 0em 1em; } }

@media only screen and (max-width: 480px) {
  #view_details_modal .modal-dialog {
    margin: 190px auto; }
  .cd-horizontal-timeline {
    margin: 31em 1em 0em 1em; } }

/*francis & samba styles*/
.account-form > form div.feild > input[type="text"], .account-form > form div.feild > input[type="email"], .account-form > form div.feild > input[type="password"] {
  border: 1px solid #e6eaea;
  border-radius: 30px;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding: 13px 30px;
  width: 100%;
  outline: none; }

.account-form > form .feild > input[type="submit"] {
  background: #ee0b7d none repeat scroll 0 0;
  border: medium none;
  border-radius: 25px;
  color: #ffffff;
  float: left;
  font-size: 12px;
  margin-top: 20px;
  padding: 14px 30px;
  outline: none; }

.account-form .glyphicon {
  top: 15px;
  right: 30px;
  position: absolute; }

select.form-control {
  border-radius: 30px;
  height: auto;
  padding: 11px 26px;
  font-size: 13px;
  outline: none; }

@media (max-width: 1200px) {
  header.side-header {
    left: -220px; }
  .main-content.wide-content {
    padding-left: 45px; }
  .main-content {
    padding-left: 45px; }
  footer.wide-footer {
    padding-left: 45px; }
  footer {
    padding-left: 45px; }
  header.side-header.slide-menu {
    left: 0; }
  header.side-header.sticky {
    top: 0; }
  .top-bar {
    float: left;
    position: static;
    width: 100%; }
  .open-hide-menu {
    display: none; } }

@media (max-width: 980px) {
  .icon-section .icon-container {
    width: 33.334%; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .horizontal-menu > nav {
    background: #f5f5f5 none repeat scroll 0 0;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 100%; }
  .horizontal-menu > nav > ul > li {
    float: left;
    padding: 0;
    width: 100%; }
  .horizontal-menu > nav > ul > li > a {
    margin: 2px 0;
    width: 100%; }
  .horizontal-menu > nav > ul {
    padding: 8px 0; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul, .horizontal-menu > nav > ul > li.menu-item-has-children.mega > ul {
    display: none;
    float: left;
    margin: -2px 0 10px !important;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100% !important; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 25% !important; }
  .quick-stats > .row > div {
    float: left;
    width: 25%; }
  .panel-setting .quick-stats > .row > div.col-md-4 {
    float: left;
    margin-top: 60px;
    text-align: center;
    width: 100%; }
  .panel-setting .total-sales-info {
    float: left;
    width: 100%; }
  .panel-setting .total-sales-info > h3::before {
    left: 50%;
    margin-left: -50px; }
  .logo {
    min-width: 170px;
    padding-left: 30px; }
  .top-bar form.search-form {
    margin-left: 20px;
    width: 170px; }
  .top-bar > ul > li {
    margin-left: 30px; }
  .heading-profile {
    text-align: center; }
  .breadcrumbs > ul {
    text-align: center; }
  .breadcrumbs > ul > li {
    display: inline-block;
    float: none; }
  .breadcrumbs > ul > li:last-child > a::before {
    display: none; }
  .top-bar-chart {
    text-align: center; }
  .top-bar-chart > .quick-report {
    display: inline-block;
    float: none;
    margin: 30px 30px 0; }
  .top-bar {
    float: left;
    position: static;
    width: 100%; }
  .main-content {
    padding-top: 40px;
    padding-bottom: 40px; }
  footer {
    float: left;
    position: static;
    width: 100%; }
  .mini-stats-sec .row > div {
    float: left;
    width: 50%; }
  .total-sales-info {
    width: auto; }
  .visitor-country {
    text-align: center; }
  .visitor-country > #vmap {
    display: inline-block;
    float: none;
    margin: 30px 0 0;
    width: 100%; }
  .visitor-country-list {
    display: inline-block;
    float: none;
    margin-top: 30px;
    text-align: left; }
  .widget-carousel {
    background-size: cover; }
  header.side-header.sticky {
    top: 0; }
  .billing-sec .field {
    width: 100%; }
  .our-team-area > div {
    float: left;
    width: 50%; }
  .filter-products > div {
    float: left;
    width: 50%; }
  .gallery-sec > .row > div {
    float: left;
    width: 50%; }
  .inbox-panel-head {
    text-align: center; }
  .inbox-panel-head > img {
    display: inline-block;
    float: none;
    margin: 0 0 20px; }
  .inbox-navigation {
    margin-bottom: 30px; }
  .creat-an-account {
    padding-left: 0;
    padding-top: 30px; }
  .account-form input[type="submit"] {
    margin: 0 !important; }
  .more-option {
    float: left;
    position: static;
    transform: rotate(0deg);
    width: 100%; }
  .account-form > form div.feild {
    float: left;
    width: 100%; }
  .account-form label {
    margin-bottom: 20px; }
  .account-detail > ul {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .icon-section .icon-container {
    width: 50%; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .top-bar {
    text-align: center; }
  header.side-header {
    top: 0; }
  header.side-header {
    z-index: 2147483646; }
  .menu-options.active {
    left: 190px;
    position: fixed;
    top: 12px;
    z-index: 2147483647; }
  .quick-links {
    display: inline-block;
    float: none;
    margin: 0 20px;
    padding-right: 0; }
  .top-bar > ul {
    display: inline-block;
    float: none; }
  .top-bar-chart > .quick-report {
    float: left;
    margin: 30px 0 0;
    padding: 0 30px;
    width: 50%; }
  .user-bar {
    padding: 0; }
  .user-thumb {
    float: left;
    margin: 0;
    padding-top: 0;
    position: static;
    text-align: center;
    transform: translate(0px);
    width: 100%; }
  .user-thumb > img {
    display: inline-block;
    float: none;
    padding: 0;
    width: 110px; }
  .user-bar > .social-btns {
    float: left;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
    width: 100%; }
  .user-bar > ul {
    float: left;
    text-align: center;
    width: 100%; }
  .user-bar > ul > li {
    display: inline-block;
    float: none;
    padding: 0 15px; }
  .user-bar {
    text-align: center; }
  .user-bar > a {
    display: inline-block;
    float: none;
    margin: 30px 0; }
  .profile-all {
    margin: 0; }
  .acount-sec {
    padding: 60px 15px; }
  .invoice {
    min-width: 1060px; }
  .invoice-sec {
    overflow-x: scroll; }
  .account-top-bar {
    padding: 0 15px; }
  .quick-stats > .row > div {
    margin-bottom: 30px;
    width: 50%; }
  .toggle-content {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 50% !important; }
  .top-bar.style2 > .logo {
    float: left;
    min-width: auto;
    text-align: center; }
  .top-bar.style2 .search-form {
    float: right;
    margin-right: 10px; }
  .top-bar.style2 > ul {
    float: left;
    text-align: center;
    width: 100%; }
  .top-bar.style2 > ul > li {
    display: inline-block;
    float: none;
    margin: 0 10px; } }

@media (max-width: 480px) {
  .top-bar.style2 > .logo > a {
    display: inline-block;
    float: none; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 100% !important; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .quick-stats > .row > div {
    margin-bottom: 30px;
    width: 50%; }
  .panel-setting {
    padding: 0 20px; }
  .top-bar > .logo {
    float: left;
    margin: 20px 0 3px;
    padding: 0 30px;
    width: 100%; }
  .top-bar form.search-form {
    display: inline-block;
    float: none;
    margin: 16px 0 0;
    padding: 0;
    width: 90%; }
  .top-bar > ul > li:first-child {
    margin: 0; }
  .top-bar > ul > li {
    margin-left: 23px; }
  .quick-links {
    padding-top: 0; }
  .heading-profile > h2 {
    font-size: 17px; }
  .breadcrumbs {
    margin-bottom: 0; }
  .main-content.wide-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px; }
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px; }
  .top-bar-chart > .quick-report {
    float: left;
    margin: 0 0 22px;
    padding: 0;
    width: 100%; }
  .mini-stats-sec .row > div {
    width: 100%; }
  .total-sales-sec {
    padding: 30px 20px;
    text-align: center; }
  .circle-chart {
    display: inline-block;
    float: none;
    margin: 0; }
  .total-sales-info {
    float: left;
    padding-top: 20px;
    width: 100%; }
  .total-sales-info > h3::before {
    left: 50%;
    margin-left: -50px; }
  .activity-sec {
    padding: 40px 20px; }
  .graph-details > ul > li {
    margin-top: 20px;
    width: 100%; }
  .graph-details > ul > li:first-child {
    margin: 0; }
  footer.wide-footer {
    padding: 20px 15px; }
  footer p {
    float: left;
    font-size: 11px;
    text-align: center;
    width: 100%; }
  footer ul {
    float: left;
    text-align: center;
    width: 100%; }
  footer ul li {
    display: inline-block;
    float: none; }
  .welcome-bar {
    padding: 20px; }
  .server-details {
    float: left;
    padding: 30px 20px;
    width: 100%; }
  #area-chart {
    display: inherit !important;
    float: left;
    margin-left: -16px;
    padding: 0 50px 30px 20px;
    width: 100%; }
  .task-managment {
    padding: 30px 20px; }
  .task-managment > ol > li > i {
    left: -35px; }
  .pieID.legend {
    padding-left: 15px; }
  .pie-chart-sec {
    padding: 30px 20px; }
  .revenew-browser {
    padding: 30px 20px; }
  .social-counter {
    padding: 30px 20px; }
  .social-widget > ul > li > i {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    width: 30px; }
  .social-widget > ul > li h5 {
    font-size: 14px; }
  .social-widget > ul > li span {
    margin-top: -5px; }
  .social-widget > span {
    font-size: 14px; }
  .visitor-country-list {
    padding: 0 20px 30px; }
  .tasks-progress {
    padding: 30px 20px; }
  .tasks-progress > ul > li {
    float: left;
    padding: 0 10px;
    width: 100%; }
  .user-device {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px; }
  .activity-timeline::before {
    left: 14px; }
  .activity-timeline > li {
    padding-left: 39px; }
  .user-device::before {
    right: -8px; }
  .who-post-this > span {
    margin-right: 13px; }
  .widget-carousel > ul > li {
    padding: 0 20px; }
  .save-draft {
    padding: 30px 20px; }
  .recent-comment-sec {
    padding: 30px 20px; }
  .recent-comment {
    text-align: center; }
  .comments-avatar {
    display: inline-block;
    float: none;
    margin: 0 0 20px; }
  .comment-detail {
    float: left;
    width: 100%; }
  .admin-follow {
    padding: 30px 20px; }
  .admin-follow > ul > li {
    padding: 0 9px; }
  .our-clients-sec {
    padding: 30px 20px; }
  .chat-widget {
    padding: 30px 20px; }
  .twitter-feed {
    padding: 30px 20px; }
  .welcome-bar {
    text-align: center; }
  .welcome-bar > i {
    display: inline-block;
    float: none;
    margin: 0 0 10px; }
  .profile-banner-sec > ul {
    float: left;
    margin: 20px 0 14px;
    position: static;
    transform: translate(0px);
    width: 100%; }
  .post-content iframe {
    float: left;
    width: 100%; }
  .collapse-sec {
    padding: 30px 20px; }
  .panel-group .panel > .panel-collapse .panel-body {
    padding: 20px; }
  .our-team-area > div {
    float: left;
    width: 100%; }
  body .panel-content .our-team-area {
    float: left;
    padding: 0;
    width: 100%; }
  .product-filter {
    padding: 40px 20px; }
  .filter-products > div {
    float: left;
    padding: 0;
    width: 100%; }
  .countdown-sec {
    margin-top: 40px; }
  ul.countdown > li {
    margin-bottom: 12px; }
  .fancy-social {
    margin-top: 20px; }
  .fancy-social > span {
    font-size: 14px; }
  .commingsoon form.subscribtion {
    margin-top: 30px; }
  .commingsoon form.subscribtion > button {
    float: left;
    margin-top: 14px;
    width: 100%; }
  .contact-sec {
    padding: 30px 20px; }
  .gallery-sec > .row > div {
    float: left;
    width: 100%; }
  .message-list > li > p {
    float: left;
    margin-top: 6px;
    overflow: hidden;
    white-space: normal;
    width: 100%; }
  .message-list > li > a {
    margin-left: 15px; }
  .message-list > li > span.make-important {
    margin-right: 12px; }
  .compose-email-sec {
    padding: 0; }
  .form-elements-sec {
    padding: 30px 20px; }
  .step-form-sec {
    padding: 30px 20px; }
  .pie-responsive {
    padding: 30px 20px; }
  #TicketByDepartmentLegends {
    padding: 0 !important; }
  #TicketByDepartmentLegends li span.icon {
    margin-left: 0; }
  #TicketByDepartmentLegends li span.label {
    margin-left: 18px; }
  .mini-charts {
    padding: 30px 20px; }
  #vector-map {
    height: 300px !important; }
  .mockup img {
    width: 100%; }
  .error-sec > h2 {
    font-size: 66px; }
  .account-header-link > li {
    float: left;
    margin: 0;
    width: 100%; }
  .account-header-link > li > a {
    padding: 3px 0; }
  .account-header-link {
    margin-bottom: 20px; }
  .widget-title > h3 {
    margin-bottom: 12px; }
  .accordion > h3 {
    line-height: 22px;
    padding: 20px; }
  .account-detail > ul > li {
    float: left;
    text-align: center;
    width: 100%; }
  .account-detail > ul > li > h3 {
    float: left;
    width: 100%; }
  .account-detail > ul > li > p {
    padding: 0; }
  .more-option {
    margin-top: 30px;
    padding: 0;
    width: 99px; }
  .quick-links > ul > li .dialouge {
    right: 50%;
    transform: translateX(50%);
    width: 200px; }
  .quick-links > ul > li .dialouge::before {
    margin-right: -8px;
    right: 50%; }
  .icon-section .icon-container {
    width: 100%; } }

.account-form.inner hr {
  border-top: 1px solid #aaa; }

.account-manager-details {
  position: absolute;
  right: 10%;
  top: 12px;
  max-width: 600px;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
  border: 1px solid #58ab28; }

.account-manager-details i {
  color: #ee0b7d; }

.account-manager-details h5 {
  margin-bottom: 0;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 400; }

.account-manager-details p {
  line-height: 16px;
  margin-bottom: 0;
  padding: 5px 15px 0 0;
  float: left;
  color: #000; }

.border-bottom {
  border-bottom: 1px solid gray; }

.notify h3 {
  float: none; }

input[type=checkbox], input[type=radio] {
  margin: 0; }

.account-manager-details span {
  background: white;
  position: absolute;
  top: -7px;
  padding: 0 5px;
  color: #ee0b7d;
  font-weight: bold;
  margin-left: -4px; }

@media (max-width: 767px) {
  .top-bar {
    margin-bottom: 30px; } }

table.dataTable {
  padding-top: 0px !important; }

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

.status-cell {
  color: #fff !important;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  text-align: center;
  background: blue; }

.status-pending {
  background: chocolate; }

.status-inactive {
  background: crimson; }

.status-in-progress {
  background: teal; }

.status-duplicate {
  background: dimgrey; }

.status-shortlisted {
  background: darkgreen; }

.status-rejected {
  background: dimgrey; }

.status-yet-to-review {
  background: darkcyan; }

.status-closed {
  background: black; }

.status-account-manager-shortlisted,
.status-hirextra-am-shortlisted {
  background: darkgreen; }

.nav-tabs {
  border-bottom: 1px solid #ee0b7d !important; }

.nav > li > a:focus, .nav > li > a:hover {
  background: #ee0b7d !important; }

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  color: #fff !important; }

.inline-anchors a {
  color: #fff !important;
  padding-right: 15px;
  position: relative; }

.inline-anchors a:after {
  position: absolute;
  content: "|";
  right: 7px; }

.inline-anchors a:last-child:after {
  content: ""; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: #ee0b7d !important;
  color: #fff !important; }

#grid td.text-center {
  padding: 10px 5px; }

.comment-detail span {
  top: 0px !important;
  padding-bottom: 10px; }

.recent-comment-sec ul > li {
  padding: 15px 0 !important; }

.recent-comment-sec ul li:first-child {
  padding-top: 0px !important; }

.hirextra-pink {
  color: #ee0b7d !important; }

.hirextra-green {
  color: #58ab28 !important; }

td .status-cell {
  cursor: pointer !important; }

.modal-header {
  border-bottom-color: #58ab28 !important; }

.comment-detail > p {
  float: left;
  margin: 3px 0 0px !important;
  width: 100%;
  font-size: 14px !important;
  font-weight: normal !important; }

.grid-job {
  padding: 20px;
  min-height: 220px; }

.grid-job .details-sec-title {
  margin-bottom: 0px; }

.grid-job p {
  font-weight: bold;
  line-height: 30px; }

.grid-job h3 {
  font-weight: 600; }

.grid-upload {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  font-weight: bold; }

.grid-upload button {
  position: absolute;
  top: -26px;
  right: 15px; }

.grid-view-button {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px; }

.possible-revenue-row .fa-check-square {
  font-size: 30px;
  position: absolute;
  top: -5px;
  right: -35px;
  color: #58ab28; }

.timelineStatDesc {
  font-size: 14px !important;
  text-align: center;
  background: #f1c40a;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #000 !important;
  width: 275px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0 0 !important; }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 10px; }

.slider[class*="span"] {
  float: none;
  margin-left: 0; }

.slider-horizontal {
  width: 210px;
  height: 20px; }

.slider-horizontal .slider-handle-container,
.slider-horizontal .slider-track {
  height: 10px;
  margin-top: -5px;
  top: 50%; }

.slider-horizontal .slider-track {
  left: 0;
  right: 0; }

.slider-horizontal .slider-handle-container {
  left: 10px;
  right: 10px; }

.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px; }

.slider-vertical {
  height: 210px;
  width: 20px; }

.slider-vertical .slider-handle-container,
.slider-vertical .slider-track {
  width: 10px;
  margin-left: -5px;
  left: 50%; }

.slider-vertical .slider-track {
  top: 0;
  bottom: 0; }

.slider-vertical .slider-handle-container {
  top: 10px;
  bottom: 10px; }

.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px; }

.slider input,
.slider input[class*="span"] {
  display: none; }

.slider .tooltip-inner {
  white-space: nowrap; }

.slider-handle-container {
  position: absolute; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.slider-selection {
  position: absolute;
  background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 20px; }

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slider-knob {
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px; }

.slider-handle:active .slider-knob,
.slider-handle:hover .slider-knob {
  background-color: #e6e6e6;
  background-position: 0 5px;
  transition: background-position 0.1s linear; }

.redactor_box {
  position: relative;
  border: 1px solid #ddd;
  overflow: visible; }

.redactor_box, .redactor_box textarea {
  background-color: #fff; }

body .redactor_air {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2; }

/*
	Fullscreen
*/
body .redactor_box_fullscreen {
  left: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 2000; }

.redactor_box textarea {
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 13px;
  overflow: auto;
  resize: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1004;
  outline: none;
  border: none;
  width: 100%; }

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important; }

.redactor_editor code,
.redactor_editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important; }

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  font-size: 15px !important;
  line-height: 1.45em !important; }

.redactor_editor, .redactor_editor:focus {
  position: relative;
  outline: none;
  box-shadow: none !important;
  padding: 15px !important;
  margin: 0 !important;
  background: none;
  background: #fff !important;
  overflow: auto;
  white-space: normal; }

.redactor_editor a {
  color: #15c !important;
  text-decoration: underline !important; }

.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
  width: auto;
  max-width: 100%; }

.redactor_editor video,
.redactor_editor img {
  height: auto; }

.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  border: none; }

.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
  margin-bottom: 15px !important; }

.redactor_editor blockquote {
  margin-left: 3em !important;
  font-style: italic !important;
  color: #777; }

.redactor_editor ul,
.redactor_editor ol {
  padding-left: 2em !important; }

.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
  border: none;
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 2em !important; }

.redactor_editor dl dt {
  font-weight: bold; }

.redactor_editor dd {
  margin-left: 1em; }

.redactor_editor table {
  border-collapse: collapse;
  font-size: 1em !important; }

.redactor_editor table td {
  border: 1px solid #ddd;
  padding: 5px !important;
  vertical-align: top; }

.redactor_editor table thead td {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important; }

.redactor_editor code {
  background-color: #d8d7d7 !important; }

.redactor_editor pre {
  font-size: 90% !important;
  background: #f8f8f8 !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  padding: 1em !important;
  white-space: pre;
  overflow: auto; }

.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
  color: #000;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold; }

.redactor_editor h1 {
  font-size: 36px !important;
  line-height: 40px !important;
  margin-bottom: 10px !important; }

.redactor_editor h2 {
  font-size: 30px !important;
  line-height: 38px !important;
  margin-bottom: 15px !important; }

.redactor_editor h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 10px !important; }

.redactor_editor h4 {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 10px !important; }

.redactor_editor h5 {
  font-size: 1em !important;
  margin-bottom: 10px !important; }

.redactor_editor.redactor_editor_wym {
  background: #f6f6f6 !important;
  padding: 5px 15px !important; }

.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym blockquote {
  background-color: #fff !important;
  border: 1px solid #e4e4e4 !important;
  padding: 10px !important;
  margin: 10px 0 !important; }

.redactor_editor_wym ul,
.redactor_editor_wym ol {
  padding-left: 2em !important; }

/*
	TOOLBAR
*/
.redactor_toolbar {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  line-height: 0 !important;
  list-style: none !important;
  font-size: 0;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 );
  overflow: hidden !important;
  height: 32px !important;
  border-bottom: 1px solid #bbb; }

body .redactor_air .redactor_toolbar {
  padding-right: 2px !important; }

.redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 3px 1px;
  padding-right: 0;
  list-style: none !important;
  outline: none; }

.redactor_toolbar li.redactor_separator {
  float: left;
  height: 34px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #f1f1f1;
  padding: 0;
  margin: 0 2px 0 3px !important; }

.redactor_toolbar li a {
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  zoom: 1;
  outline: none;
  text-decoration: none; }

.redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important; }

.redactor_toolbar li a {
  display: block;
  text-indent: -9999px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 0; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .redactor_toolbar li a {
    background-image: url(data:image/png;base64,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);
    background-size: auto 25px; } }

.redactor_toolbar li a:hover {
  border-color: #98a6ba;
  background-color: #dde4ef;
  outline: none; }

.redactor_toolbar li a:active, .redactor_toolbar li a.redactor_act {
  border-color: #b5b5b5;
  background-color: #ddd;
  outline: none; }

/*
	BUTTONS
	step 25px
*/
body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px; }

body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px; }

body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px; }

body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px; }

body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px; }

body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px; }

body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px; }

body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px; }

body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px; }

body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px; }

body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px; }

body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px; }

body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px; }

body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px; }

body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px; }

body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px; }

body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px; }

body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px; }

body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px; }

body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px; }

body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px; }

body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px; }

body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px; }

body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px; }

body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px; }

body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px; }

/*
	Toolbar classes
*/
.redactor_format_blockquote {
  font-style: italic;
  color: #666 !important;
  padding-left: 10px; }

.redactor_format_pre {
  font-family: monospace, sans-serif; }

.redactor_format_h1, .redactor_format_h2, .redactor_format_h3, .redactor_format_h4 {
  font-weight: bold; }

.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px; }

.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px; }

.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px; }

.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px; }

/*
	DROPDOWN
*/
.redactor_dropdown {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  top: 28px;
  left: 0;
  z-index: 2004;
  position: absolute;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  box-shadow: 0 2px 4px #ccc;
  line-height: 21px;
  padding: 10px; }

.redactor_separator_drop {
  border-top: 1px solid #ddd;
  padding: 0 !important;
  line-height: 0;
  font-size: 0; }

.redactor_dropdown a {
  display: block;
  color: #000;
  padding: 3px 5px;
  text-decoration: none; }

.redactor_dropdown a:hover {
  color: #444 !important;
  text-decoration: none;
  background-color: #dde4ef; }

/* ColorPicker */
.redactor_color_link {
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset !important;
  border-radius: 4px !important;
  float: left !important;
  border: 2px solid #fff !important;
  font-size: 0; }

.redactor_color_none {
  font-size: 11px; }

/* MODAL */
#redactor_modal_overlay {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.50;
  background-color: #333 !important; }

#redactor_modal {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 );
  text-shadow: 0 1px 0 #fff;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0px 5px 60px #000;
  border-radius: 3px;
  z-index: 50001;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px !important;
  color: #000; }

#redactor_modal_header {
  padding: 11px 30px 0 15px;
  font-size: 12px;
  border-radius: 3px 3px 0 0;
  font-weight: bold; }

#redactor_modal_content {
  padding: 20px 30px; }

#redactor_modal_close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #777;
  cursor: pointer; }

#redactor_modal_close:hover {
  color: #000; }

#redactor_modal label {
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block !important; }

#redactor_modal textarea {
  margin-top: 4px;
  display: block; }

.redactor_input {
  width: 99%;
  font-size: 14px; }

.redactor_modal_box {
  height: 350px;
  overflow: auto;
  margin-bottom: 10px; }

#redactor_image_box {
  height: 270px;
  overflow: auto;
  margin-bottom: 10px; }

#redactor_image_box_select {
  display: block;
  width: 200px;
  margin-bottom: 15px; }

#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  max-width: 100px; }

#redactor_tabs {
  margin-bottom: 18px; }

#redactor_tabs a {
  display: inline-block;
  border: 1px solid #d2d2d2;
  padding: 4px 14px;
  font-size: 12px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  line-height: 1;
  border-radius: 10px;
  margin-right: 5px; }

#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
  background-color: #ddd;
  padding: 5px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  border: none;
  text-shadow: 0 1px 0 #eee;
  color: #777 !important;
  text-decoration: none !important; }

#redactor_modal_footer {
  padding: 9px 30px 20px 30px;
  border-radius: 0 0 3px 3px;
  text-align: right; }

#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px; }

#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 2px;
  background-color: white;
  color: #333;
  font-size: 13px;
  line-height: 1;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  transition: border 0.3s ease-in; }

#redactor_modal textarea {
  line-height: 1.4em; }

#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

.redactor_modal_btn {
  margin-left: 8px;
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 16px 5px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0px #ffffff;
  color: #000; }

.redactor_modal_btn:hover {
  color: #555; }

.redactor_modal_btn:hover {
  filter: none;
  background: none;
  background: #f3f3f3;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none; }

/* Drag and Drop Area */
.redactor_droparea {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 5px; }

.redactor_droparea .redactor_dropareabox {
  z-index: 1;
  position: relative;
  text-align: center;
  width: 99%;
  background-color: #fff;
  padding: 60px 0;
  border: 2px dashed #bbb; }

.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
  color: #555;
  font-size: 12px; }

.redactor_dropalternative {
  margin: 4px 0 2px 0; }

.redactor_dropareabox.hover {
  background: #efe3b8;
  border-color: #aaa; }

.redactor_dropareabox.error {
  background: #f7e5e5;
  border-color: #dcc3c3; }

.redactor_dropareabox.drop {
  background: #f4f4ee;
  border-color: #e0e5d6; }

html, body {
  margin: 0;
  padding: 0; }

/* =Typography
-----------------------------------------------------------------------------*/
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px; }

/* =Layout
-----------------------------------------------------------------------------*/
#page {
  width: 940px;
  margin: 50px auto; }

/* =Misc
-----------------------------------------------------------------------------*/
.list li {
  margin: 10px 0; }

@media (max-width: 1200px) {
  header.side-header {
    left: -220px; }
  .main-content.wide-content {
    padding-left: 45px; }
  .main-content {
    padding-left: 45px; }
  footer.wide-footer {
    padding-left: 45px; }
  footer {
    padding-left: 45px; }
  header.side-header.slide-menu {
    left: 0; }
  header.side-header.sticky {
    top: 0; }
  .top-bar {
    float: left;
    position: static;
    width: 100%; }
  .open-hide-menu {
    display: none; } }

@media (max-width: 980px) {
  .icon-section .icon-container {
    width: 33.334%; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .horizontal-menu > nav {
    background: #f5f5f5 none repeat scroll 0 0;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 100%; }
  .horizontal-menu > nav > ul > li {
    float: left;
    padding: 0;
    width: 100%; }
  .horizontal-menu > nav > ul > li > a {
    margin: 2px 0;
    width: 100%; }
  .horizontal-menu > nav > ul {
    padding: 8px 0; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul, .horizontal-menu > nav > ul > li.menu-item-has-children.mega > ul {
    display: none;
    float: left;
    margin: -2px 0 10px !important;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100% !important; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 25% !important; }
  .quick-stats > .row > div {
    float: left;
    width: 25%; }
  .panel-setting .quick-stats > .row > div.col-md-4 {
    float: left;
    margin-top: 60px;
    text-align: center;
    width: 100%; }
  .panel-setting .total-sales-info {
    float: left;
    width: 100%; }
  .panel-setting .total-sales-info > h3::before {
    left: 50%;
    margin-left: -50px; }
  .logo {
    min-width: 170px;
    padding-left: 30px; }
  .top-bar form.search-form {
    margin-left: 20px;
    width: 170px; }
  .top-bar > ul > li {
    margin-left: 30px; }
  .heading-profile {
    text-align: center; }
  .breadcrumbs > ul {
    text-align: center; }
  .breadcrumbs > ul > li {
    display: inline-block;
    float: none; }
  .breadcrumbs > ul > li:last-child > a::before {
    display: none; }
  .top-bar-chart {
    text-align: center; }
  .top-bar-chart > .quick-report {
    display: inline-block;
    float: none;
    margin: 30px 30px 0; }
  .top-bar {
    float: left;
    position: static;
    width: 100%; }
  .main-content {
    padding-top: 40px;
    padding-bottom: 40px; }
  footer {
    float: left;
    position: static;
    width: 100%; }
  .mini-stats-sec .row > div {
    float: left;
    width: 50%; }
  .total-sales-info {
    width: auto; }
  .visitor-country {
    text-align: center; }
  .visitor-country > #vmap {
    display: inline-block;
    float: none;
    margin: 30px 0 0;
    width: 100%; }
  .visitor-country-list {
    display: inline-block;
    float: none;
    margin-top: 30px;
    text-align: left; }
  .widget-carousel {
    background-size: cover; }
  header.side-header.sticky {
    top: 0; }
  .billing-sec .field {
    width: 100%; }
  .our-team-area > div {
    float: left;
    width: 50%; }
  .filter-products > div {
    float: left;
    width: 50%; }
  .gallery-sec > .row > div {
    float: left;
    width: 50%; }
  .inbox-panel-head {
    text-align: center; }
  .inbox-panel-head > img {
    display: inline-block;
    float: none;
    margin: 0 0 20px; }
  .inbox-navigation {
    margin-bottom: 30px; }
  .creat-an-account {
    padding-left: 0;
    padding-top: 30px; }
  .account-form input[type="submit"] {
    margin: 0 !important; }
  .more-option {
    float: left;
    position: static;
    transform: rotate(0deg);
    width: 100%; }
  .account-form > form div.feild {
    float: left;
    width: 100%; }
  .account-form label {
    margin-bottom: 20px; }
  .account-detail > ul {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .icon-section .icon-container {
    width: 50%; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .top-bar {
    text-align: center; }
  header.side-header {
    top: 0; }
  header.side-header {
    z-index: 2147483646; }
  .menu-options.active {
    left: 190px;
    position: fixed;
    top: 12px;
    z-index: 2147483647; }
  .quick-links {
    display: inline-block;
    float: none;
    margin: 0 20px;
    padding-right: 0; }
  .top-bar > ul {
    display: inline-block;
    float: none; }
  .top-bar-chart > .quick-report {
    float: left;
    margin: 30px 0 0;
    padding: 0 30px;
    width: 50%; }
  .user-bar {
    padding: 0; }
  .user-thumb {
    float: left;
    margin: 0;
    padding-top: 0;
    position: static;
    text-align: center;
    transform: translate(0px);
    width: 100%; }
  .user-thumb > img {
    display: inline-block;
    float: none;
    padding: 0;
    width: 110px; }
  .user-bar > .social-btns {
    float: left;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
    width: 100%; }
  .user-bar > ul {
    float: left;
    text-align: center;
    width: 100%; }
  .user-bar > ul > li {
    display: inline-block;
    float: none;
    padding: 0 15px; }
  .user-bar {
    text-align: center; }
  .user-bar > a {
    display: inline-block;
    float: none;
    margin: 30px 0; }
  .profile-all {
    margin: 0; }
  .acount-sec {
    padding: 60px 15px; }
  .invoice {
    min-width: 1060px; }
  .invoice-sec {
    overflow-x: scroll; }
  .account-top-bar {
    padding: 0 15px; }
  .quick-stats > .row > div {
    margin-bottom: 30px;
    width: 50%; }
  .toggle-content {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 50% !important; }
  .top-bar.style2 > .logo {
    float: left;
    min-width: auto;
    text-align: center; }
  .top-bar.style2 .search-form {
    float: right;
    margin-right: 10px; }
  .top-bar.style2 > ul {
    float: left;
    text-align: center;
    width: 100%; }
  .top-bar.style2 > ul > li {
    display: inline-block;
    float: none;
    margin: 0 10px; } }

@media (max-width: 480px) {
  .top-bar.style2 > .logo > a {
    display: inline-block;
    float: none; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 100% !important; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .quick-stats > .row > div {
    margin-bottom: 30px;
    width: 50%; }
  .panel-setting {
    padding: 0 20px; }
  .top-bar > .logo {
    float: left;
    margin: 20px 0 3px;
    padding: 0 30px;
    width: 100%; }
  .top-bar form.search-form {
    display: inline-block;
    float: none;
    margin: 16px 0 0;
    padding: 0;
    width: 90%; }
  .top-bar > ul > li:first-child {
    margin: 0; }
  .top-bar > ul > li {
    margin-left: 23px; }
  .quick-links {
    padding-top: 0; }
  .heading-profile > h2 {
    font-size: 17px; }
  .breadcrumbs {
    margin-bottom: 0; }
  .main-content.wide-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px; }
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px; }
  .top-bar-chart > .quick-report {
    float: left;
    margin: 0 0 22px;
    padding: 0;
    width: 100%; }
  .mini-stats-sec .row > div {
    width: 100%; }
  .total-sales-sec {
    padding: 30px 20px;
    text-align: center; }
  .circle-chart {
    display: inline-block;
    float: none;
    margin: 0; }
  .total-sales-info {
    float: left;
    padding-top: 20px;
    width: 100%; }
  .total-sales-info > h3::before {
    left: 50%;
    margin-left: -50px; }
  .activity-sec {
    padding: 40px 20px; }
  .graph-details > ul > li {
    margin-top: 20px;
    width: 100%; }
  .graph-details > ul > li:first-child {
    margin: 0; }
  footer.wide-footer {
    padding: 20px 15px; }
  footer p {
    float: left;
    font-size: 11px;
    text-align: center;
    width: 100%; }
  footer ul {
    float: left;
    text-align: center;
    width: 100%; }
  footer ul li {
    display: inline-block;
    float: none; }
  .welcome-bar {
    padding: 20px; }
  .server-details {
    float: left;
    padding: 30px 20px;
    width: 100%; }
  #area-chart {
    display: inherit !important;
    float: left;
    margin-left: -16px;
    padding: 0 50px 30px 20px;
    width: 100%; }
  .task-managment {
    padding: 30px 20px; }
  .task-managment > ol > li > i {
    left: -35px; }
  .pieID.legend {
    padding-left: 15px; }
  .pie-chart-sec {
    padding: 30px 20px; }
  .revenew-browser {
    padding: 30px 20px; }
  .social-counter {
    padding: 30px 20px; }
  .social-widget > ul > li > i {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    width: 30px; }
  .social-widget > ul > li h5 {
    font-size: 14px; }
  .social-widget > ul > li span {
    margin-top: -5px; }
  .social-widget > span {
    font-size: 14px; }
  .visitor-country-list {
    padding: 0 20px 30px; }
  .tasks-progress {
    padding: 30px 20px; }
  .tasks-progress > ul > li {
    float: left;
    padding: 0 10px;
    width: 100%; }
  .user-device {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px; }
  .activity-timeline::before {
    left: 14px; }
  .activity-timeline > li {
    padding-left: 39px; }
  .user-device::before {
    right: -8px; }
  .who-post-this > span {
    margin-right: 13px; }
  .widget-carousel > ul > li {
    padding: 0 20px; }
  .save-draft {
    padding: 30px 20px; }
  .recent-comment-sec {
    padding: 30px 20px; }
  .recent-comment {
    text-align: center; }
  .comments-avatar {
    display: inline-block;
    float: none;
    margin: 0 0 20px; }
  .comment-detail {
    float: left;
    width: 100%; }
  .admin-follow {
    padding: 30px 20px; }
  .admin-follow > ul > li {
    padding: 0 9px; }
  .our-clients-sec {
    padding: 30px 20px; }
  .chat-widget {
    padding: 30px 20px; }
  .twitter-feed {
    padding: 30px 20px; }
  .welcome-bar {
    text-align: center; }
  .welcome-bar > i {
    display: inline-block;
    float: none;
    margin: 0 0 10px; }
  .profile-banner-sec > ul {
    float: left;
    margin: 20px 0 14px;
    position: static;
    transform: translate(0px);
    width: 100%; }
  .post-content iframe {
    float: left;
    width: 100%; }
  .collapse-sec {
    padding: 30px 20px; }
  .panel-group .panel > .panel-collapse .panel-body {
    padding: 20px; }
  .our-team-area > div {
    float: left;
    width: 100%; }
  body .panel-content .our-team-area {
    float: left;
    padding: 0;
    width: 100%; }
  .product-filter {
    padding: 40px 20px; }
  .filter-products > div {
    float: left;
    padding: 0;
    width: 100%; }
  .countdown-sec {
    margin-top: 40px; }
  ul.countdown > li {
    margin-bottom: 12px; }
  .fancy-social {
    margin-top: 20px; }
  .fancy-social > span {
    font-size: 14px; }
  .commingsoon form.subscribtion {
    margin-top: 30px; }
  .commingsoon form.subscribtion > button {
    float: left;
    margin-top: 14px;
    width: 100%; }
  .contact-sec {
    padding: 30px 20px; }
  .gallery-sec > .row > div {
    float: left;
    width: 100%; }
  .message-list > li > p {
    float: left;
    margin-top: 6px;
    overflow: hidden;
    white-space: normal;
    width: 100%; }
  .message-list > li > a {
    margin-left: 15px; }
  .message-list > li > span.make-important {
    margin-right: 12px; }
  .compose-email-sec {
    padding: 0; }
  .form-elements-sec {
    padding: 30px 20px; }
  .step-form-sec {
    padding: 30px 20px; }
  .pie-responsive {
    padding: 30px 20px; }
  #TicketByDepartmentLegends {
    padding: 0 !important; }
  #TicketByDepartmentLegends li span.icon {
    margin-left: 0; }
  #TicketByDepartmentLegends li span.label {
    margin-left: 18px; }
  .mini-charts {
    padding: 30px 20px; }
  #vector-map {
    height: 300px !important; }
  .mockup img {
    width: 100%; }
  .error-sec > h2 {
    font-size: 66px; }
  .account-header-link > li {
    float: left;
    margin: 0;
    width: 100%; }
  .account-header-link > li > a {
    padding: 3px 0; }
  .account-header-link {
    margin-bottom: 20px; }
  .widget-title > h3 {
    margin-bottom: 12px; }
  .accordion > h3 {
    line-height: 22px;
    padding: 20px; }
  .account-detail > ul > li {
    float: left;
    text-align: center;
    width: 100%; }
  .account-detail > ul > li > h3 {
    float: left;
    width: 100%; }
  .account-detail > ul > li > p {
    padding: 0; }
  .more-option {
    margin-top: 30px;
    padding: 0;
    width: 99px; }
  .quick-links > ul > li .dialouge {
    right: 50%;
    transform: translateX(50%);
    width: 200px; }
  .quick-links > ul > li .dialouge::before {
    margin-right: -8px;
    right: 50%; }
  .icon-section .icon-container {
    width: 100%; } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}*/
body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

a {
  color: #e3323e;
  text-decoration: none; }

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em 1em 0em 1em;
  transition: opacity 0.2s;
  clear: both; }

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
  border: none; }

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto; }

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 30px 40px 0px 40px;
  overflow: hidden; }

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px; }

/*.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}*/
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  transition: transform 0.4s; }

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #e3323e;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s; }

.cd-horizontal-timeline .events a {
  max-width: 94px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  transform: translateZ(0); }

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #e3323e;
  background-color: #f8f8f8;
  transition: background-color 0.3s, border-color 0.3s; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #e3323e;
  border-color: #e3323e; }

.cd-horizontal-timeline .events a.selected {
  pointer-events: none; }

.cd-horizontal-timeline .events a.selected::after {
  background-color: #e3323e;
  border-color: #e3323e; }

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #e3323e; }

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 2em 1em 0em 1em; }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #e3323e;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s; }

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/arrow_images.png) no-repeat -9px -11px; }

.cd-timeline-navigation a.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg); }

.cd-timeline-navigation a.next {
  right: 0; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #e3323e; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.inactive::after {
  background-position: -7px -30px; }

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #e3323e; }

.cd-horizontal-timeline .filling-line {
  position: absolute !important;
  top: 0 !important; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0 0 2em 0;
  overflow: hidden;
  transition: height 0.4s; }

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out; }

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
  padding: 0px; }

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse; }

.cd-horizontal-timeline .events-content li > * {
  margin: 0 auto; }

.cd-horizontal-timeline .events-content h2 {
  font-weight: 600;
  font-size: 18px;
  font-family: open sans;
  color: #000000;
  width: 96%;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeff3;
  margin: 0; }

.cd-horizontal-timeline .events-content span {
  font-weight: 600;
  font-size: 18px !important;
  font-family: open sans;
  color: #000000;
  width: 96%;
  padding-bottom: 10px;
  margin: 0;
  top: 0px !important; }

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 5px auto; }

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595; }

.cd-horizontal-timeline .events-content ol {
  padding: 0 0 0 25px; }

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content em {
    font-size: 14px;
    font-style: normal; }
  .cd-horizontal-timeline .events-content p {
    font-size: 15px;
    font-style: normal; } }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

.timeline:before {
  background: none !important; }


.card-body-skill-passport {
  background-color: #fcfcfc;
  min-height: 400px;
  min-width: 400px; }

.content-wrapper-sub-menu {
  height: 80%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.btn-sp {
  margin-top: 200px;
  border-width: 0px; }

.bg-gradient-primary {
  background: linear-gradient(to right, #090424, #ffffff) !important; }

.text-Times {
  font-family: 'Gabriela', serif !important;
  font-size: 28px !important;
  font-style: oblique !important; }

.card-title {
  font-family: 'Gabriela', serif !important;
  font-size: 40px !important;
  font-style: oblique !important;
  font-weight: bold;
  color: #ee0b7d; }

.card-title-header {
  font-family: 'Gabriela', serif !important;
  font-size: 24px !important;
  font-style: oblique !important;
  font-weight: bold;
  color: #ee0b7d; }

.card-text {
  font-family: 'Gabriela', serif !important;
  font-size: 18px !important;
  font-style: oblique !important;
  font-weight: bold;
  color: #00001a; }

.p_t {
  padding: 0px;
  margin: 1px 0px 0px 8px;
  height: 45px;
  width: 35px;
  opacity: 1;
  background-color: #cedbdb; }

.ResetPassword-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }



.Footer {
  text-align: center;
  background-color: #F6F9FA;
  border-top: 1px solid #E9F0F3;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #888888;
  font-weight: 300; }

.Footer-text {
  padding-top: 10px;
  opacity: 0.8;
  color: #888888; }

.Footer-link {
  text-decoration: none;
  color: #888888 !important;
  font-weight: 400; }

.Footer-link:hover {
  text-decoration: underline; }

.Footer-logo {
  width: 49px;
  height: 46px; }

.redactor_box {
  position: relative;
  border: 1px solid #ddd;
  overflow: visible; }

.redactor_box, .redactor_box textarea {
  background-color: #fff; }

body .redactor_air {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2; }

/*
	Fullscreen
*/
body .redactor_box_fullscreen {
  left: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 2000; }

.redactor_box textarea {
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 13px;
  overflow: auto;
  resize: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1004;
  outline: none;
  border: none;
  width: 100%; }

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important; }

.redactor_editor code,
.redactor_editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important; }

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  font-size: 15px !important;
  line-height: 1.45em !important; }

.redactor_editor, .redactor_editor:focus {
  position: relative;
  outline: none;
  box-shadow: none !important;
  padding: 15px !important;
  margin: 0 !important;
  background: none;
  background: #fff !important;
  overflow: auto;
  white-space: normal; }

.redactor_editor a {
  color: #15c !important;
  text-decoration: underline !important; }

.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
  width: auto;
  max-width: 100%; }

.redactor_editor video,
.redactor_editor img {
  height: auto; }

.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  border: none; }

.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
  margin-bottom: 15px !important; }

.redactor_editor blockquote {
  margin-left: 3em !important;
  font-style: italic !important;
  color: #777; }

.redactor_editor ul,
.redactor_editor ol {
  padding-left: 2em !important; }

.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
  border: none;
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 2em !important; }

.redactor_editor dl dt {
  font-weight: bold; }

.redactor_editor dd {
  margin-left: 1em; }

.redactor_editor table {
  border-collapse: collapse;
  font-size: 1em !important; }

.redactor_editor table td {
  border: 1px solid #ddd;
  padding: 5px !important;
  vertical-align: top; }

.redactor_editor table thead td {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important; }

.redactor_editor code {
  background-color: #d8d7d7 !important; }

.redactor_editor pre {
  font-size: 90% !important;
  background: #f8f8f8 !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  padding: 1em !important;
  white-space: pre;
  overflow: auto; }

.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
  color: #000;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold; }

.redactor_editor h1 {
  font-size: 36px !important;
  line-height: 40px !important;
  margin-bottom: 10px !important; }

.redactor_editor h2 {
  font-size: 30px !important;
  line-height: 38px !important;
  margin-bottom: 15px !important; }

.redactor_editor h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 10px !important; }

.redactor_editor h4 {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 10px !important; }

.redactor_editor h5 {
  font-size: 1em !important;
  margin-bottom: 10px !important; }

.redactor_editor.redactor_editor_wym {
  background: #f6f6f6 !important;
  padding: 5px 15px !important; }

.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym blockquote {
  background-color: #fff !important;
  border: 1px solid #e4e4e4 !important;
  padding: 10px !important;
  margin: 10px 0 !important; }

.redactor_editor_wym ul,
.redactor_editor_wym ol {
  padding-left: 2em !important; }

/*
	TOOLBAR
*/
.redactor_toolbar {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  line-height: 0 !important;
  list-style: none !important;
  font-size: 0;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 );
  overflow: hidden !important;
  height: 32px !important;
  border-bottom: 1px solid #bbb; }

body .redactor_air .redactor_toolbar {
  padding-right: 2px !important; }

.redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 3px 1px;
  padding-right: 0;
  list-style: none !important;
  outline: none; }

.redactor_toolbar li.redactor_separator {
  float: left;
  height: 34px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #f1f1f1;
  padding: 0;
  margin: 0 2px 0 3px !important; }

.redactor_toolbar li a {
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  zoom: 1;
  outline: none;
  text-decoration: none; }

.redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important; }

.redactor_toolbar li a {
  display: block;
  text-indent: -9999px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 0; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .redactor_toolbar li a {
    background-image: url(data:image/png;base64,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);
    background-size: auto 25px; } }

.redactor_toolbar li a:hover {
  border-color: #98a6ba;
  background-color: #dde4ef;
  outline: none; }

.redactor_toolbar li a:active, .redactor_toolbar li a.redactor_act {
  border-color: #b5b5b5;
  background-color: #ddd;
  outline: none; }

/*
	BUTTONS
	step 25px
*/
body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px; }

body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px; }

body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px; }

body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px; }

body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px; }

body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px; }

body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px; }

body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px; }

body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px; }

body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px; }

body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px; }

body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px; }

body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px; }

body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px; }

body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px; }

body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px; }

body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px; }

body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px; }

body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px; }

body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px; }

body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px; }

body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px; }

body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px; }

body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px; }

body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px; }

body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px; }

/*
	Toolbar classes
*/
.redactor_format_blockquote {
  font-style: italic;
  color: #666 !important;
  padding-left: 10px; }

.redactor_format_pre {
  font-family: monospace, sans-serif; }

.redactor_format_h1, .redactor_format_h2, .redactor_format_h3, .redactor_format_h4 {
  font-weight: bold; }

.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px; }

.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px; }

.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px; }

.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px; }

/*
	DROPDOWN
*/
.redactor_dropdown {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  top: 28px;
  left: 0;
  z-index: 2004;
  position: absolute;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  box-shadow: 0 2px 4px #ccc;
  line-height: 21px;
  padding: 10px; }

.redactor_separator_drop {
  border-top: 1px solid #ddd;
  padding: 0 !important;
  line-height: 0;
  font-size: 0; }

.redactor_dropdown a {
  display: block;
  color: #000;
  padding: 3px 5px;
  text-decoration: none; }

.redactor_dropdown a:hover {
  color: #444 !important;
  text-decoration: none;
  background-color: #dde4ef; }

/* ColorPicker */
.redactor_color_link {
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset !important;
  border-radius: 4px !important;
  float: left !important;
  border: 2px solid #fff !important;
  font-size: 0; }

.redactor_color_none {
  font-size: 11px; }

/* MODAL */
#redactor_modal_overlay {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.50;
  background-color: #333 !important; }

#redactor_modal {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 );
  text-shadow: 0 1px 0 #fff;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0px 5px 60px #000;
  border-radius: 3px;
  z-index: 50001;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px !important;
  color: #000; }

#redactor_modal_header {
  padding: 11px 30px 0 15px;
  font-size: 12px;
  border-radius: 3px 3px 0 0;
  font-weight: bold; }

#redactor_modal_content {
  padding: 20px 30px; }

#redactor_modal_close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #777;
  cursor: pointer; }

#redactor_modal_close:hover {
  color: #000; }

#redactor_modal label {
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block !important; }

#redactor_modal textarea {
  margin-top: 4px;
  display: block; }

.redactor_input {
  width: 99%;
  font-size: 14px; }

.redactor_modal_box {
  height: 350px;
  overflow: auto;
  margin-bottom: 10px; }

#redactor_image_box {
  height: 270px;
  overflow: auto;
  margin-bottom: 10px; }

#redactor_image_box_select {
  display: block;
  width: 200px;
  margin-bottom: 15px; }

#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  max-width: 100px; }

#redactor_tabs {
  margin-bottom: 18px; }

#redactor_tabs a {
  display: inline-block;
  border: 1px solid #d2d2d2;
  padding: 4px 14px;
  font-size: 12px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  line-height: 1;
  border-radius: 10px;
  margin-right: 5px; }

#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
  background-color: #ddd;
  padding: 5px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  border: none;
  text-shadow: 0 1px 0 #eee;
  color: #777 !important;
  text-decoration: none !important; }

#redactor_modal_footer {
  padding: 9px 30px 20px 30px;
  border-radius: 0 0 3px 3px;
  text-align: right; }

#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px; }

#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 2px;
  background-color: white;
  color: #333;
  font-size: 13px;
  line-height: 1;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  transition: border 0.3s ease-in; }

#redactor_modal textarea {
  line-height: 1.4em; }

#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

.redactor_modal_btn {
  margin-left: 8px;
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 16px 5px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0px #ffffff;
  color: #000; }

.redactor_modal_btn:hover {
  color: #555; }

.redactor_modal_btn:hover {
  filter: none;
  background: none;
  background: #f3f3f3;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none; }

/* Drag and Drop Area */
.redactor_droparea {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 5px; }

.redactor_droparea .redactor_dropareabox {
  z-index: 1;
  position: relative;
  text-align: center;
  width: 99%;
  background-color: #fff;
  padding: 60px 0;
  border: 2px dashed #bbb; }

.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
  color: #555;
  font-size: 12px; }

.redactor_dropalternative {
  margin: 4px 0 2px 0; }

.redactor_dropareabox.hover {
  background: #efe3b8;
  border-color: #aaa; }

.redactor_dropareabox.error {
  background: #f7e5e5;
  border-color: #dcc3c3; }

.redactor_dropareabox.drop {
  background: #f4f4ee;
  border-color: #e0e5d6; }

html, body {
  margin: 0;
  padding: 0; }

/* =Typography
-----------------------------------------------------------------------------*/
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px; }

/* =Layout
-----------------------------------------------------------------------------*/
#page {
  width: 940px;
  margin: 50px auto; }

/* =Misc
-----------------------------------------------------------------------------*/
.list li {
  margin: 10px 0; }

@media (max-width: 1200px) {
  header.side-header {
    left: -220px; }
  .main-content.wide-content {
    padding-left: 45px; }
  .main-content {
    padding-left: 45px; }
  footer.wide-footer {
    padding-left: 45px; }
  footer {
    padding-left: 45px; }
  header.side-header.slide-menu {
    left: 0; }
  header.side-header.sticky {
    top: 0; }
  .top-bar {
    float: left;
    position: static;
    width: 100%; }
  .open-hide-menu {
    display: none; } }

@media (max-width: 980px) {
  .icon-section .icon-container {
    width: 33.334%; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .horizontal-menu > nav {
    background: #f5f5f5 none repeat scroll 0 0;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 100%; }
  .horizontal-menu > nav > ul > li {
    float: left;
    padding: 0;
    width: 100%; }
  .horizontal-menu > nav > ul > li > a {
    margin: 2px 0;
    width: 100%; }
  .horizontal-menu > nav > ul {
    padding: 8px 0; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul, .horizontal-menu > nav > ul > li.menu-item-has-children.mega > ul {
    display: none;
    float: left;
    margin: -2px 0 10px !important;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100% !important; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 25% !important; }
  .quick-stats > .row > div {
    float: left;
    width: 25%; }
  .panel-setting .quick-stats > .row > div.col-md-4 {
    float: left;
    margin-top: 60px;
    text-align: center;
    width: 100%; }
  .panel-setting .total-sales-info {
    float: left;
    width: 100%; }
  .panel-setting .total-sales-info > h3::before {
    left: 50%;
    margin-left: -50px; }
  .logo {
    min-width: 170px;
    padding-left: 30px; }
  .top-bar form.search-form {
    margin-left: 20px;
    width: 170px; }
  .top-bar > ul > li {
    margin-left: 30px; }
  .heading-profile {
    text-align: center; }
  .breadcrumbs > ul {
    text-align: center; }
  .breadcrumbs > ul > li {
    display: inline-block;
    float: none; }
  .breadcrumbs > ul > li:last-child > a::before {
    display: none; }
  .top-bar-chart {
    text-align: center; }
  .top-bar-chart > .quick-report {
    display: inline-block;
    float: none;
    margin: 30px 30px 0; }
  .top-bar {
    float: left;
    position: static;
    width: 100%; }
  .main-content {
    padding-top: 40px;
    padding-bottom: 40px; }
  footer {
    float: left;
    position: static;
    width: 100%; }
  .mini-stats-sec .row > div {
    float: left;
    width: 50%; }
  .total-sales-info {
    width: auto; }
  .visitor-country {
    text-align: center; }
  .visitor-country > #vmap {
    display: inline-block;
    float: none;
    margin: 30px 0 0;
    width: 100%; }
  .visitor-country-list {
    display: inline-block;
    float: none;
    margin-top: 30px;
    text-align: left; }
  .widget-carousel {
    background-size: cover; }
  header.side-header.sticky {
    top: 0; }
  .billing-sec .field {
    width: 100%; }
  .our-team-area > div {
    float: left;
    width: 50%; }
  .filter-products > div {
    float: left;
    width: 50%; }
  .gallery-sec > .row > div {
    float: left;
    width: 50%; }
  .inbox-panel-head {
    text-align: center; }
  .inbox-panel-head > img {
    display: inline-block;
    float: none;
    margin: 0 0 20px; }
  .inbox-navigation {
    margin-bottom: 30px; }
  .creat-an-account {
    padding-left: 0;
    padding-top: 30px; }
  .account-form input[type="submit"] {
    margin: 0 !important; }
  .more-option {
    float: left;
    position: static;
    transform: rotate(0deg);
    width: 100%; }
  .account-form > form div.feild {
    float: left;
    width: 100%; }
  .account-form label {
    margin-bottom: 20px; }
  .account-detail > ul {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .icon-section .icon-container {
    width: 50%; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .top-bar {
    text-align: center; }
  header.side-header {
    top: 0; }
  header.side-header {
    z-index: 2147483646; }
  .menu-options.active {
    left: 190px;
    position: fixed;
    top: 12px;
    z-index: 2147483647; }
  .quick-links {
    display: inline-block;
    float: none;
    margin: 0 20px;
    padding-right: 0; }
  .top-bar > ul {
    display: inline-block;
    float: none; }
  .top-bar-chart > .quick-report {
    float: left;
    margin: 30px 0 0;
    padding: 0 30px;
    width: 50%; }
  .user-bar {
    padding: 0; }
  .user-thumb {
    float: left;
    margin: 0;
    padding-top: 0;
    position: static;
    text-align: center;
    transform: translate(0px);
    width: 100%; }
  .user-thumb > img {
    display: inline-block;
    float: none;
    padding: 0;
    width: 110px; }
  .user-bar > .social-btns {
    float: left;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
    width: 100%; }
  .user-bar > ul {
    float: left;
    text-align: center;
    width: 100%; }
  .user-bar > ul > li {
    display: inline-block;
    float: none;
    padding: 0 15px; }
  .user-bar {
    text-align: center; }
  .user-bar > a {
    display: inline-block;
    float: none;
    margin: 30px 0; }
  .profile-all {
    margin: 0; }
  .acount-sec {
    padding: 60px 15px; }
  .invoice {
    min-width: 1060px; }
  .invoice-sec {
    overflow-x: scroll; }
  .account-top-bar {
    padding: 0 15px; }
  .quick-stats > .row > div {
    margin-bottom: 30px;
    width: 50%; }
  .toggle-content {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 50% !important; }
  .top-bar.style2 > .logo {
    float: left;
    min-width: auto;
    text-align: center; }
  .top-bar.style2 .search-form {
    float: right;
    margin-right: 10px; }
  .top-bar.style2 > ul {
    float: left;
    text-align: center;
    width: 100%; }
  .top-bar.style2 > ul > li {
    display: inline-block;
    float: none;
    margin: 0 10px; } }

@media (max-width: 480px) {
  .top-bar.style2 > .logo > a {
    display: inline-block;
    float: none; }
  .horizontal-menu > nav > ul > li.menu-item-has-children > ul > li {
    width: 100% !important; }
  .open-hide-menu {
    display: block; }
  .horizontal-menu > nav {
    display: none; }
  .quick-stats > .row > div {
    margin-bottom: 30px;
    width: 50%; }
  .panel-setting {
    padding: 0 20px; }
  .top-bar > .logo {
    float: left;
    margin: 20px 0 3px;
    padding: 0 30px;
    width: 100%; }
  .top-bar form.search-form {
    display: inline-block;
    float: none;
    margin: 16px 0 0;
    padding: 0;
    width: 90%; }
  .top-bar > ul > li:first-child {
    margin: 0; }
  .top-bar > ul > li {
    margin-left: 23px; }
  .quick-links {
    padding-top: 0; }
  .heading-profile > h2 {
    font-size: 17px; }
  .breadcrumbs {
    margin-bottom: 0; }
  .main-content.wide-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px; }
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px; }
  .top-bar-chart > .quick-report {
    float: left;
    margin: 0 0 22px;
    padding: 0;
    width: 100%; }
  .mini-stats-sec .row > div {
    width: 100%; }
  .total-sales-sec {
    padding: 30px 20px;
    text-align: center; }
  .circle-chart {
    display: inline-block;
    float: none;
    margin: 0; }
  .total-sales-info {
    float: left;
    padding-top: 20px;
    width: 100%; }
  .total-sales-info > h3::before {
    left: 50%;
    margin-left: -50px; }
  .activity-sec {
    padding: 40px 20px; }
  .graph-details > ul > li {
    margin-top: 20px;
    width: 100%; }
  .graph-details > ul > li:first-child {
    margin: 0; }
  footer.wide-footer {
    padding: 20px 15px; }
  footer p {
    float: left;
    font-size: 11px;
    text-align: center;
    width: 100%; }
  footer ul {
    float: left;
    text-align: center;
    width: 100%; }
  footer ul li {
    display: inline-block;
    float: none; }
  .welcome-bar {
    padding: 20px; }
  .server-details {
    float: left;
    padding: 30px 20px;
    width: 100%; }
  #area-chart {
    display: inherit !important;
    float: left;
    margin-left: -16px;
    padding: 0 50px 30px 20px;
    width: 100%; }
  .task-managment {
    padding: 30px 20px; }
  .task-managment > ol > li > i {
    left: -35px; }
  .pieID.legend {
    padding-left: 15px; }
  .pie-chart-sec {
    padding: 30px 20px; }
  .revenew-browser {
    padding: 30px 20px; }
  .social-counter {
    padding: 30px 20px; }
  .social-widget > ul > li > i {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    width: 30px; }
  .social-widget > ul > li h5 {
    font-size: 14px; }
  .social-widget > ul > li span {
    margin-top: -5px; }
  .social-widget > span {
    font-size: 14px; }
  .visitor-country-list {
    padding: 0 20px 30px; }
  .tasks-progress {
    padding: 30px 20px; }
  .tasks-progress > ul > li {
    float: left;
    padding: 0 10px;
    width: 100%; }
  .user-device {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px; }
  .activity-timeline::before {
    left: 14px; }
  .activity-timeline > li {
    padding-left: 39px; }
  .user-device::before {
    right: -8px; }
  .who-post-this > span {
    margin-right: 13px; }
  .widget-carousel > ul > li {
    padding: 0 20px; }
  .save-draft {
    padding: 30px 20px; }
  .recent-comment-sec {
    padding: 30px 20px; }
  .recent-comment {
    text-align: center; }
  .comments-avatar {
    display: inline-block;
    float: none;
    margin: 0 0 20px; }
  .comment-detail {
    float: left;
    width: 100%; }
  .admin-follow {
    padding: 30px 20px; }
  .admin-follow > ul > li {
    padding: 0 9px; }
  .our-clients-sec {
    padding: 30px 20px; }
  .chat-widget {
    padding: 30px 20px; }
  .twitter-feed {
    padding: 30px 20px; }
  .welcome-bar {
    text-align: center; }
  .welcome-bar > i {
    display: inline-block;
    float: none;
    margin: 0 0 10px; }
  .profile-banner-sec > ul {
    float: left;
    margin: 20px 0 14px;
    position: static;
    transform: translate(0px);
    width: 100%; }
  .post-content iframe {
    float: left;
    width: 100%; }
  .collapse-sec {
    padding: 30px 20px; }
  .panel-group .panel > .panel-collapse .panel-body {
    padding: 20px; }
  .our-team-area > div {
    float: left;
    width: 100%; }
  body .panel-content .our-team-area {
    float: left;
    padding: 0;
    width: 100%; }
  .product-filter {
    padding: 40px 20px; }
  .filter-products > div {
    float: left;
    padding: 0;
    width: 100%; }
  .countdown-sec {
    margin-top: 40px; }
  ul.countdown > li {
    margin-bottom: 12px; }
  .fancy-social {
    margin-top: 20px; }
  .fancy-social > span {
    font-size: 14px; }
  .commingsoon form.subscribtion {
    margin-top: 30px; }
  .commingsoon form.subscribtion > button {
    float: left;
    margin-top: 14px;
    width: 100%; }
  .contact-sec {
    padding: 30px 20px; }
  .gallery-sec > .row > div {
    float: left;
    width: 100%; }
  .message-list > li > p {
    float: left;
    margin-top: 6px;
    overflow: hidden;
    white-space: normal;
    width: 100%; }
  .message-list > li > a {
    margin-left: 15px; }
  .message-list > li > span.make-important {
    margin-right: 12px; }
  .compose-email-sec {
    padding: 0; }
  .form-elements-sec {
    padding: 30px 20px; }
  .step-form-sec {
    padding: 30px 20px; }
  .pie-responsive {
    padding: 30px 20px; }
  #TicketByDepartmentLegends {
    padding: 0 !important; }
  #TicketByDepartmentLegends li span.icon {
    margin-left: 0; }
  #TicketByDepartmentLegends li span.label {
    margin-left: 18px; }
  .mini-charts {
    padding: 30px 20px; }
  #vector-map {
    height: 300px !important; }
  .mockup img {
    width: 100%; }
  .error-sec > h2 {
    font-size: 66px; }
  .account-header-link > li {
    float: left;
    margin: 0;
    width: 100%; }
  .account-header-link > li > a {
    padding: 3px 0; }
  .account-header-link {
    margin-bottom: 20px; }
  .widget-title > h3 {
    margin-bottom: 12px; }
  .accordion > h3 {
    line-height: 22px;
    padding: 20px; }
  .account-detail > ul > li {
    float: left;
    text-align: center;
    width: 100%; }
  .account-detail > ul > li > h3 {
    float: left;
    width: 100%; }
  .account-detail > ul > li > p {
    padding: 0; }
  .more-option {
    margin-top: 30px;
    padding: 0;
    width: 99px; }
  .quick-links > ul > li .dialouge {
    right: 50%;
    transform: translateX(50%);
    width: 200px; }
  .quick-links > ul > li .dialouge::before {
    margin-right: -8px;
    right: 50%; }
  .icon-section .icon-container {
    width: 100%; } }


.Landing {
  height: 100%; }

.Landing-cover {
  background-image: url("/img/cover.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 700px; }

.Landing-heading,
.Landing-subtitle {
  color: white; }

.Landing-headingLight {
  font-weight: 300; }

.Landing-heading {
  color: white;
  letter-spacing: -3px;
  margin-top: 20px;
  font-size: 60px;
  text-align: center; }

.Landing-subtitle {
  opacity: 0.7;
  text-align: center; }

.Landing-getStarted {
  padding: 12px 30px;
  font-weight: bold;
  color: #535362 !important;
  border-radius: 4px;
  text-transform: box-shadow 250ms; }

.Landing-getStarted:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important; }

.Landing-laravelAngular {
  position: relative; }

.Landing-ampersand {
  font-size: 50px;
  color: #00A4C6;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 300; }

.Landing-angular {
  background-color: #F6F9FA;
  border-left: 1px solid #E9F0F3; }

.Landing-laravel,
.Landing-angular {
  text-align: center;
  color: #21455B;
  border-bottom: 1px solid #E9F0F3; }

.Landing-laravelAngular-title {
  padding-top: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #21455B; }

.Landing-laravelAngular-subtitle {
  color: #535362;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300; }

.DemoCode {
  font-family: "Lucida Console", Monaco, monospace;
  overflow: auto !important;
  padding: 10px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 80%;
  margin: 30px auto 100px;
  text-align: left;
  padding-left: 20px;
  font-size: 14px; }

.DemoCode-highlight {
  color: #DD4A68; }

.DemoCode-comment {
  color: #888888; }

.DemoCode-operator {
  color: #888888; }

.DemoCode-string {
  color: #690; }

.DemoCode-secondary {
  color: #07A; }

.Landing-features {
  text-align: center;
  margin: 60px 10px; }

.Landing-featuresMainTitle {
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 15px;
  color: #21455B; }

.Landing-featuresMainDescription {
  width: 70%;
  margin: 0 auto 30px;
  color: #535362;
  font-weight: 300; }

.Landing-featuresEntry {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  margin: 40px auto 20px; }

.Landing-featuresEntry-icon {
  height: 100%; }

.Landing-featuresTitle {
  color: #21455B;
  letter-spacing: -1px;
  margin-top: 40px; }

.Landing-featuresDescription {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300;
  color: #535362; }

.Landing-featuresEntry--restful {
  background-color: #00A4C6; }

.Landing-featuresEntry--jwt {
  background-color: #EF704D; }

.Landing-featuresEntry--generators {
  background-color: #25C0CC; }

.Landing-featuresEntry--restful md-icon {
  width: 100px; }

.Landing-featuresEntry--jwt md-icon {
  width: 80px; }

.Landing-featuresEntry--generators md-icon {
  width: 80px; }

/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 950px) {
  .iOS-hack .flex-100,
  .iOS-hack .flex-50,
  .iOS-hack .flex-33 {
    -ms-flex: none !important;
    flex: none !important; } }

.ResetPassword-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }

.Register-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }

.Register-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }

.Login-formContainer {
  margin-top: 80px;
  margin-bottom: 80px; }
























.reschedule-button {
  color: blue !important;
  font-weight: bold;
  text-decoration: underline; }

.flatpickr-calendar.animate.open {
  margin-bottom: 50px; }

.numInputWrapper span.arrowDown {
  top: 50% !important; }

.flatpickr-button {
  border-top: 1px solid #fff;
  margin-top: 2px;
  padding: 5px; }

.dateSubmit, .dateSubmit:active, .dateSubmit:hover, .dateSubmit:focus {
  background-color: ivory;
  color: #3e3e3e;
  border-color: #258b8b;
  font-weight: bold;
  float: right;
  margin: 0 0 5px 0;
  outline: none; }

.bell-icon-dashboard {
  height: 16px !important;
  width: 16px !important;
  line-height: 15px !important;
  font-size: 11px !important;
  margin-left: -12px;
  margin-bottom: -1px; }

.event-calendar-icons {
  margin: 0 20px; }

.event-calendar {
  margin-top: 20px; }

.interschedule-h5 b:first-child {
  color: #9400d3; }

.interschedule-h5 b:first-child, .interschedule-h5 b:nth-child(2) {
  font-family: Courier New;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 14px; }

.interschedule-h5 b:nth-child(2) {
  color: #ff1493; }

.interschedule-h5 b:nth-child(3) {
  color: #f08080;
  font-family: Courier New;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 14px; }

.am_box {
  margin-bottom: 12px;
  width: 24%;
  margin-left: 12px;
  padding: 12px 0px 10px 0px;
  background: #fff;
  border: 1.67px solid #EFEFEF;
  border-radius: 4px; }

.jobs-titlee {
  position: relative;
  bottom: -6px; }

.recent_comments {
  background: #713BDB;
  padding: 0;
  border-radius: 9px; }

.recent_comments .searchstyle {
  border: none;
  padding: 6px 2px 6px 6px;
  width: 84%;
  border-radius: 16px !important;
  background: #F5F6FB; }

.searchstyle {
  float: right;
  border: 1px solid #d2d6de;
  padding: 10px;
  width: 31%;
  border-radius: 8px; }

.inner-addon .fa {
  position: absolute;
  padding: 6px 4px 2px 10px;
  pointer-events: none;
  left: 46px;
  top: 2px;
  color: #92A5AF; }

.inner-addon {
  position: relative;
  margin-top: -4px; }

.comments_section .comments {
  color: #000;
  font-weight: 700; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .jobs-titlee {
    position: relative;
    bottom: 0px;
    top: 4px;
    line-height: 16px; } }

.mini-stats1 {
  position: relative;
  left: -11px;
  top: -49px;
  border-radius: 5px;
  padding: 0px !important;
  width: 36% !important; }

.mini-stats1 > span {
  border: 1px solid;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 13px !important;
  height: 20px !important;
  line-height: 18px !important;
  margin-right: 0px !important;
  text-align: center;
  width: 20px !important;
  padding-right: 5px;
  color: black; }

.pink-skin1 {
  background-color: #f1d208;
  border-color: #dac017 !important; }




@import url("demo.css");
.countup-timer {
  float: right;
  padding-right: 50px; }

#countup {
  float: left; }

#countup p {
  display: inline-block;
  padding: 3px;
  background: brown;
  margin: 0px -2px 20px;
  color: #fff; }

.custom-revenue {
  margin: 5px 0;
  position: absolute;
  z-index: 1001; }

.custom-revenue-link {
  color: #ee0b7d !important;
  cursor: pointer;
  font-size: 13px !important; }

.custom-revenue input {
  padding: 5px 2px 8px;
  border: 1px solid #58ab28; }

.custom-revenue button {
  color: #fff !important; }

.employer-job-ic {
  color: #000000;
  position: relative;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold !important; }

.employer-job-id {
  color: #777777;
  font-size: 12px;
  font-weight: 600 !important; }

/*Vertical slider*/
.timeline-vertical {
  position: relative;
  list-style-type: none;
  padding: 30px 0 50px 0;
  font-family: 'Gorditas', Arial, sans-serif; }

.timeline-vertical:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 165px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQIW2NkQAP/gYARWQwkAOLDBeECjEAAkkEWAKtEFwAJAgAZEBP+oM1IkwAAAABJRU5ErkJggg==) !important; }

.event-vertical {
  position: relative;
  margin-bottom: 80px;
  padding-right: 40px; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 30px; }

.thumb {
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 0 8px #41838e, 0 1px 1px rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: scale(0.8) translateX(24px); }

.thumb:before {
  content: '';
  position: absolute;
  height: 8px;
  z-index: -1;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPElEQVQYV2NkQAP/gYARCNDFUQRgirAphitEl0TngxXisg5ZnBGXIpgbYfIYjkb3BNxGbBLYxIgyEaQRAA8KKAWYsZtjAAAAAElFTkSuQmCC);
  width: 51px;
  top: 42px;
  left: 100%;
  margin-left: 8px; }

.thumb span {
  color: #41838e;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: -50px; }

.thumb {
  background-image: url(/img/sourcing-icons/custom.jpg);
  background-size: 70%;
  background-color: #fff;
  background-position: 50%; }

.thumb.AR {
  background-image: url(/img/sourcing-icons/ar.jpg); }

.thumb.AR.START {
  background-image: url(/img/sourcing-icons/cv_search.jpg); }

.thumb.AR.IDEN {
  background-image: url(/img/sourcing-icons/identified.jpg); }

.thumb.AR.VALI {
  background-image: url(/img/sourcing-icons/possible.jpg); }

.thumb.AR.SL {
  background-image: url(/img/sourcing-icons/interview.jpg); }

.thumb.AR.CON {
  background-image: url(/img/sourcing-icons/reference.jpg); }

.thumb.AR.BG {
  background-image: url(/img/sourcing-icons/bg.jpg); }

.thumb.DL.VALI {
  background-image: url(/img/sourcing-icons/lead_validating.jpg); }

.thumb.RFS {
  background-image: url(/img/sourcing-icons/submit.jpg); }

.thumb.CONF.PEND {
  background-image: url(/img/sourcing-icons/confirmation.jpg); }

/* Transparent Checkbox/radio hack: leave the checkbox on top, hide it with opacity 0 */
.event-vertical label,
.event-vertical input[type="radio"] {
  width: 24px;
  height: 24px;
  left: 158px;
  top: 36px;
  position: absolute;
  display: block; }

.event-vertical input[type="radio"] {
  opacity: 0;
  z-index: 10;
  cursor: pointer; }

.event-vertical label:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f05d';
  background: #fff;
  border-radius: 50%;
  color: #41838E;
  font-size: 26px;
  height: 100%;
  width: 100%;
  left: -2px;
  top: -3px;
  line-height: 24px;
  position: absolute;
  text-align: center; }

.content-vertical-perspective {
  margin-left: 230px;
  position: relative;
  -o-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px; }

.content-vertical-perspective:before {
  content: '';
  width: 70px;
  left: -51px;
  top: 45px;
  position: absolute;
  height: 1px;
  z-index: -1;
  background: #fff; }

.content-vertical {
  transform: rotateY(10deg);
  transform-origin: 0 0;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.content-vertical-inner {
  position: relative;
  padding: 20px;
  color: #333;
  border: none;
  border-left: 5px solid #41838e;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff; }

.content-vertical-inner h3 {
  font-size: 20px;
  padding: 5px 0 5px 0;
  color: #41838e; }

.content-vertical-inner p {
  font-size: 16px;
  max-height: 0px;
  overflow: hidden;
  color: transparent;
  color: transparent;
  text-align: left; }

.content-vertical-inner:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\25c2';
  font-weight: normal;
  font-size: 54px;
  line-height: 54px;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #41838e;
  left: -22px;
  top: 15px;
  z-index: -1; }

/* Transitions */
.thumb,
.thumb span,
.content-vertical-inner h3 {
  transition: all 0.6s ease-in-out 0.2s; }

.content-vertical-inner {
  transition: box-shadow 0.8s linear 0.2s; }

.content-vertical {
  transition: transform 0.8s cubic-bezier(0.59, 1.45, 0.69, 0.98) 0.2s; }

.content-vertical-inner p {
  transition: max-height 0.5s linear, color 0.3s linear; }

/* Checked */
.event-vertical input[type="radio"]:checked + label:after {
  content: '\f058';
  color: #F26328;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8); }

.event-vertical input[type="radio"]:checked ~ .content-vertical-perspective:before {
  background: #F26328; }

.event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical-inner h3 {
  color: #F26328; }

.event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical {
  transform: rotateY(-5deg); }

.event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical-inner {
  border-color: #F26328;
  box-shadow: 10px 0px 10px -6px rgba(0, 0, 0, 0.1); }

.event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical-inner p {
  max-height: 260px;
  /* Add media queries */
  color: rgba(0, 0, 0, 0.6);
  transition-delay: 0s, 0.6s; }

.event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical-inner:before {
  color: #F26328; }

.event-vertical input[type="radio"]:checked ~ .thumb {
  transform: scale(1);
  box-shadow: 0 0 0 8px #f26328, 0 1px 1px rgba(255, 255, 255, 0.5); }

.event-vertical input[type="radio"]:checked ~ .thumb span {
  color: #F26328; }

.event-vertical input[type="radio"]:checked ~ .thumb:before {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAOfUjX+882+wYgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQBbNyaHFmzEqgAAAABJRU5ErkJggg==); }

.content-vertical-inner p,
.thumb span,
.event-vertical label {
  -webkit-backface-visibility: hidden; }

@media screen and (max-width: 850px) {
  .content-vertical-inner h3 {
    font-size: 20px; }
  .content-vertical-inner p {
    font-size: 14px;
    text-align: justify; }
  .event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical-inner p {
    max-height: 500px; } }

@media screen and (max-width: 540px) {
  .timeline-vertical::before {
    left: 50px; }
  .event-vertical {
    padding-right: 0px;
    margin-bottom: 100px; }
  .thumb {
    transform: scale(0.8); }
  .event-vertical input[type="radio"] {
    width: 100px;
    height: 100px;
    left: 0px;
    top: 0px; }
  .thumb:before,
  .event-vertical input[type="radio"]:checked ~ .thumb:before {
    background: none;
    width: 0; }
  .event-vertical label {
    display: none; }
  .content-vertical-perspective {
    margin-left: 0px;
    top: 80px; }
  .content-vertical-perspective:before {
    height: 0px; }
  .content-vertical {
    transform: rotateX(-10deg); }
  .event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical {
    transform: rotateX(10deg); }
  .content-vertical-inner {
    border-left: none;
    border-top: 5px solid #41838e; }
  .event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical-inner {
    border-color: #F26328;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1); }
  .content-vertical-inner:before {
    content: '\25b4';
    left: 33px;
    top: -32px; }
  .event-vertical input[type="radio"]:checked ~ .content-vertical-perspective .content-vertical-inner p {
    max-height: 300px; } }

#candidate-compass {
  margin: 50px 0 100px; }

.css-chart {
  width: 480px;
  height: 480px;
  margin: 0 auto;
  display: table;
  position: relative;
  background-color: #99d0d4;
  background-size: 10px;
  background-image: -webkit-linear-gradient(0, transparent 90%, rgba(255, 255, 255, 0.25) 50%);
  border: 1px solid; }

.css-chart:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid #fff;
  left: 50%;
  z-index: 100; }

.css-chart:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #fff;
  top: 50%;
  z-index: 100;
  left: 0; }

.css-chart .qualified {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
  font-size: 16px; }

.css-chart .poor {
  position: absolute;
  bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  left: 5px; }

.css-points.vertical {
  height: 480px;
  position: absolute; }

.css-points.horizontal {
  height: auto;
  width: 100%;
  bottom: -20px;
  position: absolute; }

.css-points .point {
  vertical-align: bottom;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  z-index: 100;
  text-align: right; }

.css-points.vertical .point {
  height: 16%;
  width: 30px;
  margin-left: -30px;
  -ms-flex-align: end;
  align-items: flex-end; }

.css-points.horizontal .point {
  width: 16%;
  float: left;
  margin-top: -10px; }

.css-points.horizontal .point.last {
  width: 0; }

.css-points.vertical .point.first {
  height: 0;
  margin-top: 20px; }

.candidate {
  position: absolute;
  z-index: 999; }

.candidate-cdetails {
  display: none;
  position: absolute;
  background: grey;
  padding: 2px 8px;
  border-radius: 2px;
  width: -webkit-max-content;
  width: max-content;
  color: #fff; }

.candidate-cdetails h4, .candidate-cdetails p {
  color: #fff;
  margin-bottom: 5px;
  line-height: 14px; }

.candidate-cdetails .btn {
  background: #4a4848;
  color: #fff;
  padding: 2px 5px;
  margin: 5px 0; }

.candidate-cdetails.cred {
  background: #f80808; }

.candidate-cdetails.cyellow {
  background: #778501; }

.candidate-cdetails.cgreen {
  background: #0c6022; }

.candidate:hover .candidate-cdetails {
  display: block; }

.candidate-cdetails select {
  background: gray;
  padding: 5px;
  margin: 5px 0; }

.candidate-cdetails select > option {
  background: #333; }

.svg {
  width: 100%;
  overflow: visible; }

.grid .tick {
  stroke: lightgrey;
  opacity: 0.3;
  shape-rendering: crispEdges;
  padding: 64px !important; }

.grid path {
  stroke-width: 0; }

#tag {
  color: white;
  background: #333;
  max-width: 200px;
  position: absolute;
  display: none;
  padding: 3px 6px;
  margin-left: -80px;
  font-size: 12px; }

#tag:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  border-width: 10px;
  border-bottom-color: #333;
  top: -20px; }

#grid td:nth-child(2), #all-profiles td:nth-child(2) {
  position: relative; }

.expandnoterow {
  position: absolute;
  left: -18px; }

.deletenoterow {
  position: absolute;
  left: -18px; }

.htmltocanvas table#all-profiles td,
.htmltocanvas table#all-profiles th {
  padding: 8px 8px 0 8px; }

.htmltocanvas table#all-profiles thead > tr, .htmltocanvas table#all-profiles tr.thead {
  background: #e66249;
  color: #fff; }

.htmltocanvas table#all-profiles th:last-child,
.htmltocanvas table#all-profiles td:last-child {
  display: none; }

.htmltocanvas table#all-profiles tr:nth-child(2) td {
  border-top-width: 0; }

.htmltocanvas table#all-profiles td {
  text-align: center; }

.htmltocanvas table#all-profiles td {
  border-bottom-width: 1px; }

.htmltocanvas table#all-profiles td:nth-child(2) p,
.htmltocanvas table#all-profiles td:nth-child(2) span {
  display: none; }

.htmltocanvas .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff; }

.htmltocanvas table#all-profiles .for-pdf {
  text-align: center; }

.htmltocanvas table#all-profiles .for-pdf img {
  width: 200px; }

.htmltocanvas #detailedcandidates .for-pdf img {
  width: 250px; }

.htmltocanvas .ai-row {
  display: table-row !important; }

.htmltocanvas #detailedcandidates {
  display: block !important; }

.htmltocanvas #detailedcandidates .senior-dev {
  border: 1px solid #000;
  border-left: 0;
  border-right: 0; }

.cc-legend {
  position: absolute;
  left: 102%;
  width: 181px;
  border: 1px solid #aaa;
  font-weight: 700; }

.includerd {
  position: absolute;
  top: -25px; }

.cc-legend li {
  padding-left: 58px;
  margin: 10px 0; }

.cc-legend li.exc:before {
  background: #034a06; }

.cc-legend li:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background: #000;
  left: 10px; }

.cc-legend li.abv:before {
  background: #03b90b; }

.cc-legend li.avg:before {
  background: #4ac150; }

.cc-legend li.mod:before {
  background: #eef93b; }

.cc-legend li.bel:before {
  background: #f93b3b; }

.cc-legend li.por:before {
  background: red; }

.card-new .card-inner div.card-div {
  display: block;
  width: 100%;
  height: 53% !important;
  line-height: 20px;
  color: #585858;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.eye-icon {
  position: absolute;
  right: 10px !important;
  margin-bottom: 3px !important; }

.showmore {
  display: none; }

.change15 {
  font-weight: 600; }

.padding32 {
  padding: 8px; }

.change14 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 21px;
  color: #525252; }

.zoomingofemployee:hover {
  transform: scale(1.6) !important;
  background: white !important;
  z-index: 1000;
  border-radius: 4px; }

.zoomingofemployee {
  width: 130px;
  margin-right: 4px;
  margin-top: 0px;
  border-radius: 4px; }

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 2px solid black;
  font-weight: bold;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 25%;
  margin-left: -60px; }

.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent; }

.tooltip2:hover .tooltiptext {
  visibility: visible; }

.detailed-profile-btn {
  background: #fff;
  color: #000;
  font-size: 14px !important; }

.profile-summary-btn {
  background: #fff;
  color: #000;
  font-size: 14px !important; }

.candidate-data-btn {
  background: #fff;
  color: #000;
  font-size: 14px !important; }

.float-right {
  float: right; }

.width33 {
  width: 33%;
  float: left; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .includerd {
    top: -60px !important; }
  .width33 {
    width: 100%;
    float: left; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .width33 {
    width: 100%;
    float: left; } }

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .width23 {
    width: 21.1%;
    float: left; } }




.job_order_select {
  float: right;
  height: 30px;
  color: #F7F7F7;
  background: #C5C5C5;
  width: 135px;
  border: none;
  padding-left: 10px; }

.job_order_btn {
  background: #C5C5C5;
  color: #F7F7F7; }

.hirextra_allvendors {
  width: 18%; }

.text-white {
  color: #fff;
  font-size: 13px; }













.all_jobs_ratio {
  background: #58AB28;
  color: #fff;
  border-radius: 2px;
  padding: 12px 0px 12px 0px; }

.job_order_select {
  float: right;
  height: 30px;
  color: #F7F7F7;
  background: #C5C5C5;
  width: 135px;
  border: none;
  padding-left: 10px; }

.job_order_btn {
  background: #C5C5C5;
  color: #F7F7F7; }

.hirextra_allvendors {
  width: 18%; }

.text-white {
  color: #fff;
  font-size: 13px; }

.edit_icon_bg {
  background: #989898 !important;
  color: #fff !important;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 3.5px 4px 2px 5px !important;
  border: none; }

.eye_icon_bg {
  background: #989898 !important;
  color: #fff !important;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 2px 4px 2px 4px !important; }







.flip-float-right {
  float: right;
  margin-top: 4px; }

.all_jobs_ratio {
  background: #58AB28;
  color: #fff;
  border-radius: 2px;
  padding: 12px 0px 12px 0px; }

.text-white {
  color: #fff;
  font-size: 13px; }

.job_order_select {
  float: right;
  height: 30px;
  color: #F7F7F7;
  background: #C5C5C5;
  width: 135px;
  border: none;
  padding-left: 10px; }

.job_order_btn:hover {
  background: #C5C5C5;
  color: #F7F7F7; }

.hirextra_allvendors {
  width: 18%; }

.eye_icon_bg {
  background: #989898 !important;
  color: #fff !important;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 2px 4px 2px 4px !important; }

.edit_icon_bg {
  background: #989898 !important;
  color: #fff !important;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 3.5px 4px 2px 5px !important;
  border: none; }

.percent {
  position: absolute;
  top: 45%;
  left: 12%;
  font-weight: bolder;
  color: red;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  width: 76%; }

#hirextra-ai .col-md-2 span {
  text-align: center;
  display: block; }

.ondemand-services {
  margin: 50px 25px 10px;
  clear: both; }

.ondemand-services span {
  display: block;
  margin: 15px 0;
  font-size: 12px; }

#hirextra-ai-competency {
  margin-top: 50px; }

#hirextra-ai-competency .row, #hirextra-ai-personality .row {
  margin: 0 25px; }

#hirextra-ai-competency h4.panel-title, #hirextra-ai-personality h4.panel-title {
  font-weight: bold; }

#hirextra-ai-competency .cirlce-chart-detail > h5 {
  margin: 6px 0 0; }

#hirextra-ai-competency .cirlce-chart-detail > span {
  float: none;
  width: 70%;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 15px;
  font-size: 12px;
  word-break: break-word; }

#hirextra-ai-competency .tasks-progress > ul > li {
  margin: 0 0 20px; }

#hirextra-ai-competency .tasks-progress .progress {
  margin: 8px 0 0;
  background-color: #efeaea;
  height: 8px; }

#hirextra-ai-competency .tasks-progress {
  padding: 30px 20px; }

#hirextra-ai-competency .circle-chart {
  margin-top: 15px; }

.pielegends {
  display: block;
  float: left;
  list-style: outside none none;
  margin: 15px 0;
  padding: 0; }

.pielegends li {
  margin-bottom: 10px;
  font-weight: 400;
  color: #000; }

.pielegends li span.icon {
  border-radius: 50%;
  float: left;
  height: 12px;
  margin: 8px 10px;
  width: 12px; }

.pielegends li span.label {
  color: #757575;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  margin-left: 30px;
  text-align: left; }

#knowledgepie, #skillspie, #abilitiespie {
  position: relative;
  float: left; }

#knowledgepielabel, #skillspielabel, #abilitiespielabel, #wapielabel {
  display: none; }

#knowledgepie:before {
  position: absolute;
  content: "K";
  left: 94px;
  top: 86px;
  font-size: 20px;
  font-weight: bold; }

#knowledgepiee:before {
  position: absolute;
  content: "K";
  left: 110px;
  top: 86px;
  font-size: 20px;
  font-weight: bold; }

#skillspie:before {
  position: absolute;
  content: "S";
  left: 94px;
  top: 86px;
  font-size: 20px;
  font-weight: bold; }

#skillspiee:before {
  position: absolute;
  content: "S";
  left: 110px;
  top: 86px;
  font-size: 20px;
  font-weight: bold; }

#abilitiespie:before {
  position: absolute;
  content: "A";
  left: 94px;
  top: 86px;
  font-size: 20px;
  font-weight: bold; }

#abilitiespiee:before {
  position: absolute;
  content: "A";
  left: 110px;
  top: 86px;
  font-size: 20px;
  font-weight: bold; }

#jqcloud {
  width: 500px;
  height: 300px; }

#cloud-dynamic {
  width: 80%;
  height: 400px; }

.jqcloud {
  font: 10px Helvetica,Arial,sans-serif;
  line-height: normal;
  overflow: hidden;
  position: relative; }

.jqcloud-word {
  margin: 0;
  padding: 0; }

.jqcloud-word.w1 {
  color: #aab5f0;
  font-size: 100%; }

.jqcloud-word.w2 {
  color: #9ce;
  font-size: 150%; }

.jqcloud-word.w3 {
  color: #a0ddff;
  font-size: 200%; }

.jqcloud-word.w4 {
  color: #90c5f0;
  font-size: 250%; }

.jqcloud-word.w5 {
  color: #90a0dd;
  font-size: 300%; }

.jqcloud-word.w6 {
  color: #90c5f0;
  font-size: 350%; }

.jqcloud-word.w7 {
  color: #39d;
  font-size: 400%; }

.jqcloud-word.w8 {
  color: #0cf;
  font-size: 450%; }

.jqcloud-word.w9 {
  color: #0cf;
  font-size: 500%; }

.jqcloud-word.w10 {
  color: #0cf;
  font-size: 550%; }

.jqcloud-word a {
  color: inherit;
  font-size: inherit;
  text-decoration: none; }

.jqcloud-word a:hover {
  color: #0cf; }

#wordsjq {
  width: 500px;
  height: 300px; }

#wordsjq #jqcloud_word_0 {
  line-height: 41px; }

#wordsjq {
  width: 73%;
  height: 300px;
  overflow: hidden;
  position: relative; }

#cloud-dynamic {
  width: 80%;
  height: 400px; }

.wordsjq {
  font: 10px Helvetica,Arial,sans-serif;
  line-height: normal;
  overflow: hidden;
  position: relative; }

.wordsjq-word {
  margin: 0;
  padding: 0; }

.wordsjq-word.w1 {
  color: #aab5f0;
  font-size: 100%; }

.wordsjq-word.w2 {
  color: #9ce;
  font-size: 150%; }

.wordsjq-word.w3 {
  color: #a0ddff;
  font-size: 200%; }

.wordsjq-word.w4 {
  color: #90c5f0;
  font-size: 250%; }

.wordsjq-word.w5 {
  color: #90a0dd;
  font-size: 300%; }

.wordsjq-word.w6 {
  color: #90c5f0;
  font-size: 350%; }

.wordsjq-word.w7 {
  color: #39d;
  font-size: 400%; }

.wordsjq-word.w8 {
  color: #0cf;
  font-size: 450%; }

.wordsjq-word.w9 {
  color: #0cf;
  font-size: 500%; }

.wordsjq-word.w10 {
  color: #0cf;
  font-size: 550%; }

.wordsjq-word a {
  color: inherit;
  font-size: inherit;
  text-decoration: none; }

.wordsjq-word a:hover {
  color: #0cf; }

.combined-charts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 300px; }

.combined-charts .circle-chart {
  position: absolute; }

.combined-charts .cirlce-chart-detail {
  left: -50%;
  margin-top: -6px;
  position: absolute;
  text-align: right;
  top: 15px;
  transform: translateY(-50%);
  width: 98%;
  z-index: 1001;
  font-weight: bold; }

.personality-children {
  clear: both;
  margin-bottom: 10px; }

.personality-children span {
  line-height: 12px;
  word-wrap: break-word;
  width: 80%;
  margin-left: 10%;
  color: #333 !important; }

.personality-children h5 {
  font-size: 12px;
  color: #333 !important; }

.personality-children .circle-chart {
  margin-right: 20px; }

.special-legends li {
  padding: 5px 0; }

.special-legends li i {
  margin-right: 10px; }

.preferences {
  padding: 0 15px; }

.preferences li {
  padding: 5px 0;
  list-style: circle; }

.preferences li h6 {
  margin: 2px;
  line-height: 18px; }

#accordion2.panel-group .panel > .panel-collapse .panel-body {
  padding: 33px 15px; }

.htmltocanvas .collapse, .htmltocanvas .panel-collapse {
  display: block;
  height: auto !important; }

.htmltocanvas #collapsenewThree {
  min-height: 1540px; }

.htmltocanvas .ondemand-services {
  display: none; }

#generatedCanvas {
  clear: both;
  background: #fff; }

#panel-content {
  clear: both; }

.htmltocanvas #hirextra-ai .col-md-4, .htmltocanvas #hirextra-ai-competency .col-md-4, .htmltocanvas #hirextra-ai-competency .col-md-8, .htmltocanvas #hirextra-ai-personality .col-md-4, .htmltocanvas #hirextra-ai-personality .col-md-8 {
  width: 100%; }

.htmltocanvas #hirextra-ai .col-md-4 {
  margin-bottom: 30px;
  text-align: center; }

.htmltocanvas #hirextra-ai .col-md-2 {
  width: 16%; }

.htmltocanvas #hirextra-ai .col-md-4 span {
  display: none; }

.htmltocanvas .for-pdf {
  display: block !important; }

.htmltocanvas .panel-group .panel {
  margin-top: 30px; }

.htmltocanvas #hirextra-ai-competency .circle-chart {
  margin-right: 15px; }

.htmltocanvas .personality-children {
  margin-top: 25px; }

.htmltocanvas #hirextra-ai .row div p {
  visibility: hidden; }

.htmltocanvas .special-legends {
  text-align: center; }

.htmltocanvas .senior-dev {
  color: #ee0b7d; }

.htmltocanvas section {
  margin-top: 80px; }

.htmltocanvas .panel-default > .panel-heading {
  background: #58ab28 !important; }

.htmltocanvas .panel-group .panel .panel-heading h4 {
  color: #fff !important; }

.htmltocanvas div#detailed_info > div > div > div {
  min-height: 90px; }

.htmltocanvas .clear-both {
  clear: none; }

.individual-skills {
  margin-bottom: 10px;
  height: 80px;
  width: 80px;
  margin-top: 15px; }

img {
  vertical-align: middle;
  border: 0; }

.cd-horizontal-timeline .events a {
  font-size: 11px; }






.custom-radio[type="radio"]:checked,
.custom-radio[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.custom-radio[type="radio"]:checked + label,
.custom-radio[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

.custom-radio[type="radio"]:checked + label:before,
.custom-radio[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #58ab28;
  border-radius: 100%;
  background: #fff; }

.custom-radio[type="radio"]:checked + label:after,
.custom-radio[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #f04e7d;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease; }

.custom-radio[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.custom-radio[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.radio-p {
  margin: 0 0 10px; }

.radio-p-next {
  margin: 0;
  display: inline-block; }

.search-box-popup {
  padding: 5px;
  margin: 10px 0; }

.clear-both {
  clear: both; }

.candidates-list-custom-hr {
  margin-top: 4px;
  margin-bottom: 4px;
  border: 0;
  border-top: 1px solid #eee; }

.text-transform-cap {
  text-transform: capitalize; }
























.product-filter {
  float: left;
  padding: 0px 40px 40px;
  width: 100%; }

.notify-content.notify-display-block {
  display: block !important;
  margin: 11px 0; }

.notify-content.notify-display-block h3 {
  border-bottom: 1px solid #fff;
  display: inline;
  float: none; }

.notify-content.notify-display-block p {
  float: left; }

.red-skin.with-color.bottom-space {
  margin-bottom: 22px; }

.progress-group {
  margin-bottom: 35px; }

.admin-dashboard .mini-stats {
  min-height: 125px; }

span.lable-title {
  font-size: 15px;
  font-weight: 600;
  margin-right: 30px; }







.notify-content.notify-display-block {
  display: block !important;
  margin: 0; }

.notify-content.display-block {
  display: block;
  margin-bottom: 15px; }

.notify-content.notify-display-block h3 {
  border-bottom: 1px solid #fff;
  display: inline;
  float: none; }

.notify-content.notify-display-block p {
  float: left; }

.notify-content.notify-display-block a, .notify-content.notify-display-block a:hover, .notify-content.notify-display-block a:active, .notify-content.notify-display-block a:visited {
  color: #fff; }

.red-skin.with-color.bottom-space {
  margin-bottom: 22px; }

.sup-info {
  font-weight: normal !important;
  font-size: 10px !important;
  color: #fff;
  background: #333;
  padding: 2px 5px;
  border-radius: 50%; }

* {
  margin: 0px;
  padding: 0px; }

body {
  font-family: 'Poppins', sans-serif !important; }

.inline-anchors a {
  font-family: 'Poppins', sans-serif !important; }

.responsive1 .btn {
  font-family: 'Poppins', sans-serif !important;
  background: #fff;
  color: #000;
  border: none;
  padding: 2px 6px 0px 2px; }

.notify-content h3 {
  font-family: 'Poppins', sans-serif !important; }

.user-top {
  top: 0; }

.jumbo_tr {
  width: 100%;
  height: 103px;
  background: #ee0b7d;
  padding: 8px;
  border-radius: 8px; }

.p_r {
  color: #fff;
  font-size: 16px;
  padding: 10px; }

.inline_s {
  color: #fff;
  font-weight: 500;
  padding: 6px; }

.icon_bos {
  position: relative;
  top: 3px;
  right: 6px; }

.pa_box {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 15.3%;
  margin-left: 12px;
  padding: 12px 0px 14px 0px;
  background: #fff;
  border: 1.67px solid #EFEFEF;
  border-radius: 4px; }

.emp-jobs-titlee {
  position: relative;
  top: 7px; }

.bo_xs {
  padding: 0px; }

.left_1 {
  width: 48%;
  margin-left: 2%;
  height: 290px;
  background: #fff;
  border: 1.67px solid #EFEFEF;
  border-radius: 4px; }

.p_e {
  /* margin-left: -4px; */
  font-weight: 580;
  color: #3f4647;
  font-family: Poppins, sans-serif !important; }

.chart_b {
  padding-left: 5px;
  padding-right: 0px; }

.middele_1 {
  width: 48%;
  margin-left: 2%;
  background: #fff;
  height: 290px;
  border: 1.67px solid #EFEFEF;
  border-radius: 4px; }

.right_1 {
  width: 100%;
  background: #fff;
  border: 1.67px solid #EFEFEF;
  border-radius: 4px; }

.client-list > li > span {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  color: #3F4647 !important; }

.jobs_count {
  line-height: 10px;
  margin-bottom: 6px;
  padding-top: 20px;
  font-family: Poppins, sans-serif !important;
  color: #3F4647;
  font-weight: bold;
  font-size: 24px; }

.vendor_list {
  padding: 10px 26px 10px 26px; }

.add_team_member {
  float: right;
  text-align: right;
  color: #3F4647 !important;
  background: #F1F2FB;
  font-size: 12px;
  padding: 4px;
  border-radius: 4px;
  border: 1.67px solid #EFEFEF; }

.assigned_vender_details {
  padding: 18px 26px 18px 26px;
  border-bottom: 1.7px solid #E7E7E7; }

.assigned_vender_details .vendor_lenght {
  font-family: Poppins, sans-serif !important;
  font-weight: 560;
  font-size: 18px; }

.assigned_vender_details a {
  font-family: Poppins, sans-serif !important; }

.client-info > h3 a {
  font-family: Poppins, sans-serif !important;
  font-size: 13px !important; }

.recent_comments_div h4 {
  font-family: Poppins, sans-serif !important;
  font-weight: 600; }

.vendor_list .client-list {
  margin: 0px; }

.vendor_list .client-list > li {
  margin-bottom: 5px;
  padding: 0;
  border-bottom: 1.7px solid #E7E7E7; }

.vendor_list .client-list > li:last-child {
  border-bottom: none !important; }

.pink-button {
  background: #ee0b7d;
  color: #fff; }

.recent_comments {
  background: #713BDB;
  padding: 0;
  border-radius: 9px; }

*::-webkit-scrollbar-track {
  background: #F5F6FB;
  /* change me to blue to match the background */ }

*::-webkit-scrollbar-thumb {
  background: #F5F6FB !important;
  border: 10px #D4D4D4 solid;
  /* change border color to blue to match the background */ }

.recent_comments_div {
  border-bottom: 1.69px solid #CAB5F1;
  padding: 18px 10px 32px 10px; }

.view_all {
  padding: 6px 2px 14px 2px;
  font-family: 'Poppins', sans-serif !important;
  color: #fff;
  font-weight: 600; }

.view_all:hover {
  color: #fff; }

.breadcrumbs {
  padding-left: 14px; }

.main-content {
  padding: 106px 14px 110px 76px !important; }

.comments_section {
  margin: 12px 16px 10px 20px; }

.recent_comments .searchstyle {
  border: none;
  padding: 6px 2px 6px 6px;
  width: 84%;
  border-radius: 16px !important;
  background: #F5F6FB; }

.inner-addon {
  position: relative;
  margin-top: -4px; }

.inner-addon .fa {
  position: absolute;
  padding: 6px 4px 2px 10px;
  pointer-events: none;
  left: 46px;
  top: 2px;
  color: #92A5AF; }

.comments_section_list .notes {
  color: #000;
  font-weight: 700; }

.comments_section .comments {
  color: #000;
  font-weight: 700; }

.comments_section_list {
  background: #F5F6FB;
  padding: 14px 16px 1px 16px;
  border-radius: 1px;
  margin: 10px 2px 10px 2px; }

.text_r {
  padding-left: 26px; }

.breadcrumbs > ul > li > a {
  font-family: Poppins, sans-serif !important; }

.left_header1 span {
  font-family: Poppins, sans-serif !important; }

.middle_header1 .icon_list {
  background: #fff;
  padding: 1px 4px 4px 4px; }

.client-list .red-skin {
  background: #F1F2FB; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .jumbo_tr {
    height: auto; }
  .inline_s {
    padding: 4px; }
  .icon_bos {
    top: 0px; }
  .jobs_count {
    padding-top: 2px; }
  .jobs-titlee {
    position: relative;
    bottom: 0px;
    top: 0px; }
  .emp-jobs-titlee {
    position: relative;
    top: 30px; }
  .icon_l {
    width: 25%;
    float: left; }
  .pa_box {
    width: 100%;
    height: 116px;
    margin-left: 0px; }
  .text_r {
    width: 75%;
    position: relative;
    top: -8px;
    padding-left: 80px; }
  .left_1 {
    width: 100%;
    margin-bottom: 10px; }
  .middele_1 {
    width: 100%;
    margin-bottom: 10px; }
  .right_1 {
    width: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pa_box {
    margin-left: 8px;
    width: 30%;
    height: 114px; }
  .text_r {
    padding-left: 36px; } }

@media only screen and (min-device-width: 1025px) and (max-device-width: 1288px) {
  .pa_box {
    margin-left: 8px;
    width: 15.5%; }
  .text_r {
    padding-left: 42px; } }

.highcharts-figure, .highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto; }

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px; }

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555; }

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em; }

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em; }

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8; }

.highcharts-data-table tr:hover {
  background: #f1f7ff; }

.highcharts-figure #container {
  height: 252px; }

.highcharts-figure #Submittohire {
  height: 252px; }

.highcharts-figure #JobClosureRatio {
  height: 252px; }

.donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden; }
  .donut-chart .slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .donut-chart .chart-center {
    position: absolute;
    border-radius: 50%; }
    .donut-chart .chart-center span {
      display: block;
      text-align: center; }

.donut-chart.chart1 {
  width: 200px;
  height: 200px;
  background: #e1e1e1; }
  .donut-chart.chart1 .slice.one {
    clip: rect(0 200px 100px 0);
    transform: rotate(90deg);
    background: #50c690; }
  .donut-chart.chart1 .slice.two {
    clip: rect(0 100px 200px 0);
    transform: rotate(270deg);
    background: #50c690; }
  .donut-chart.chart1 .chart-center {
    top: 10px;
    left: 10px;
    width: 180px;
    height: 180px;
    background: #fff; }
    .donut-chart.chart1 .chart-center span {
      font-size: 40px;
      line-height: 180px;
      color: #50c690; }
      .donut-chart.chart1 .chart-center span:after {
        content: "75"; }

.donut-chart.chart2 {
  width: 200px;
  height: 200px;
  background: #e1e1e1; }
  .donut-chart.chart2 .slice.one {
    clip: rect(0 200px 100px 0);
    transform: rotate(90deg);
    background: #48b2c1; }
  .donut-chart.chart2 .slice.two {
    clip: rect(0 100px 200px 0);
    transform: rotate(327.6deg);
    background: #48b2c1; }
  .donut-chart.chart2 .chart-center {
    top: 25px;
    left: 25px;
    width: 150px;
    height: 150px;
    background: #fff; }
    .donut-chart.chart2 .chart-center span {
      font-size: 40px;
      line-height: 150px;
      color: #48b2c1; }
      .donut-chart.chart2 .chart-center span:after {
        content: "91"; }

.donut-chart.chart3 {
  width: 120px;
  height: 120px;
  background: #353535; }
  .donut-chart.chart3 .slice.one {
    clip: rect(0 120px 60px 0);
    transform: rotate(144deg);
    background: #e1e1e1; }
  .donut-chart.chart3 .slice.two {
    clip: rect(0 60px 120px 0);
    transform: rotate(0deg);
    background: #e1e1e1; }
  .donut-chart.chart3 .chart-center {
    top: 5px;
    left: 5px;
    width: 110px;
    height: 110px;
    background: #fff; }
    .donut-chart.chart3 .chart-center span {
      font-size: 40px;
      line-height: 110px;
      color: #353535; }
      .donut-chart.chart3 .chart-center span:after {
        content: "15"; }

.donut-chart.chart4 {
  width: 240px;
  height: 240px;
  background: #8d41ff; }
  .donut-chart.chart4 .slice.one {
    clip: rect(0 240px 120px 0);
    transform: rotate(252deg);
    background: #e1e1e1; }
  .donut-chart.chart4 .slice.two {
    clip: rect(0 120px 240px 0);
    transform: rotate(0deg);
    background: #e1e1e1; }
  .donut-chart.chart4 .chart-center {
    top: 15px;
    left: 15px;
    width: 210px;
    height: 210px;
    background: #fff; }
    .donut-chart.chart4 .chart-center span {
      font-size: 60px;
      line-height: 210px;
      color: #8d41ff; }
      .donut-chart.chart4 .chart-center span:after {
        content: "45"; }

#submittohire {
  height: 300px; }

.highcharts-figure, .highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto; }

#datatable {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px; }

#datatable caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555; }

#datatable th {
  font-weight: 600;
  padding: 0.5em; }

#datatable td, #datatable th, #datatable caption {
  padding: 0.5em; }

#datatable thead tr, #datatable tr:nth-child(even) {
  background: #f8f8f8; }

#datatable tr:hover {
  background: #f1f7ff; }

#interviews {
  height: 257px; }

#highcharts-hf7cp9l-24 {
  height: 246px;
  width: 262px; }

.highcharts-contextmenu ul hr {
  margin-top: -2px !important;
  margin-bottom: -2px !important; }


.new-timeline {
  margin: 10px auto;
  display: table;
  font-family: Montserrat;
  position: relative; }

.new-timeline:after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 10px solid #333;
  left: 0;
  top: 45%;
  z-index: 10; }

.selector {
  position: absolute;
  left: 100px;
  top: 100px;
  width: 100px;
  height: 100px; }

.selector,
.selector button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300; }

.new-timeline .selector button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #ee0b7d;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all .1s;
  font-family: Montserrat; }

.timeline-item-vendor-c .selector button {
  background: #378823; }

.selector button:focus {
  outline: none; }

.selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px; }

.selector li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out; }

.selector li input {
  display: none; }

.selector li input + label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  background: #bcc7bb;
  border-radius: 50%;
  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s; }

.selector li input + label:hover {
  background: #f0f0f0; }

.selector li input:checked + label {
  background: #5cb85c;
  color: white; }

.selector li input + label img {
  width: 65%; }

.selector li input:checked + label:hover {
  background: #449d44; }

.selector.open li input + label {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  display: flex !important;
  max-width: inherit !important; }

.timeline-item {
  position: relative;
  float: left;
  width: 180px;
  height: 330px;
  margin-right: 80px;
  z-index: 100; }

.ch-info-back {
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  background: #333;
  color: #fff;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.selector li label:hover .ch-info-back {
  transform: scale(1);
  opacity: 0.9;
  pointer-events: auto; }

.timeline-item h2 {
  line-height: 12px;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold; }

.timeline-item h2 span {
  font-size: 8px !important;
  top: 0px !important;
  color: #fff !important;
  line-height: 10px !important;
  display: block; }

.selector button span {
  font-size: 12px !important;
  line-height: 14px;
  display: block;
  width: 80px;
  color: #fff !important;
  top: 0px !important; }

.selector button span strong {
  font-size: 15px !important;
  margin-top: 5px;
  display: inline-block; }

.timeline-content {
  float: left;
  position: relative; }

.timeline-text {
  position: absolute;
  top: 62%;
  background: #333;
  color: #fff;
  width: 100px;
  padding: 7px;
  border-radius: 5%;
  text-align: center;
  line-height: 16px;
  left: -15%; }

.timeline-text:before {
  position: absolute;
  content: "{";
  font-size: 100px;
  transform: rotate(270deg);
  top: -30px;
  left: 25px;
  color: blueviolet; }

.timeline-text:after {
  position: absolute;
  content: ""; }

.timeline-text.atimeline {
  top: 8%; }

.timeline-text.atimeline:before {
  content: "}";
  transform: rotate(270deg);
  top: 95px;
  left: 25px; }

.job-posted {
  position: absolute;
  top: 39%;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 50%;
  left: -44px;
  z-index: 90; }

.job-posted img, .job-closure img {
  width: 70%;
  margin: 7px; }

.timeline-special {
  left: 0; }

.job-closure {
  position: absolute;
  top: 39%;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 50%;
  right: -38px;
  z-index: 90; }

.timeline-text span {
  color: #fff !important;
  top: 0 !important;
  font-size: 10px !important;
  display: inline-block !important;
  line-height: 14px; }

.timeline-text strong {
  font-size: 11px;
  display: block;
  line-height: 14px; }

.new-timeline {
  width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content; }

.timeline-overflow {
  padding: 0 50px;
  overflow-y: hidden;
  margin-bottom: 50px; }

.timeline-overflow.overflow {
  overflow-x: scroll; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

/*add a shadow to the scrollbar here*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

/*this is the little scrolly dealio in the bar*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #555;
  height: 3px; }

.cc-legend {
  position: absolute;
  left: 110%;
  width: 181px;
  border: 1px solid #aaa;
  font-weight: 700; }

.includerd {
  position: absolute;
  top: -25px; }

.cc-legend li {
  padding-left: 58px;
  margin: 10px 0; }

.cc-legend li.exc:before {
  background: #034a06; }

.cc-legend li:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background: #000;
  left: 10px; }

.cc-legend li.abv:before {
  background: #03b90b; }

.cc-legend li.avg:before {
  background: #4ac150; }

.cc-legend li.mod:before {
  background: #eef93b; }

.cc-legend li.bel:before {
  background: #f93b3b; }

.cc-legend li.por:before {
  background: red; }

/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/
::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px; }

.custom-radio[type=radio]:checked + label:before, .custom-radio[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 1px solid #58ab28;
  border-radius: 100%;
  background: #fff; }

.custom-radio[type=radio]:checked, .custom-radio[type=radio]:not(:checked) {
  position: absolute;
  left: -10001px; }

p.shortlist-note {
  padding: 10px;
  border: 1px solid grey;
  border-radius: 4px;
  background-color: beige; }

.flatpickr-calendar {
  /*background: rgba(63,68,88,0.98);*/
  background: darkcyan;
  box-shadow: 1px 0 0 #3f4458, -1px 0 0 #3f4458, 0 1px 0 #3f4458, 0 -1px 0 #3f4458, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-month {
  background: transparent;
  color: #fff;
  fill: #fff; }

span.flatpickr-weekday {
  color: #fff; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #80cbc4;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4; }

.flatpickr-day {
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.95); }

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.inline-block {
  display: inline-block; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: rgba(100, 108, 140, 0.98);
  border-color: rgba(100, 108, 140, 0.98); }

.flatpickr-time input {
  color: rgba(255, 255, 255, 0.95); }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  color: rgba(255, 255, 255, 0.95); }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background: rgba(109, 118, 151, 0.98); }

.numInputWrapper span {
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-sizing: border-box; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: darkcyan; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar:before {
  border-width: 5px !important;
  margin: 1px -5px; }

.flatpickr-calendar:after {
  border-width: 5px !important;
  margin: 1px -5px; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.numInputWrapper span:active {
  background: rgba(192, 187, 167, 0.2); }

.numInputWrapper span:hover {
  background: rgba(192, 187, 167, 0.1); }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.95); }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.6); }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span:active {
  background: rgba(192, 187, 167, 0.2); }

.numInputWrapper span:hover {
  background: rgba(192, 187, 167, 0.1); }

.numInputWrapper span:hover {
  background: rgba(192, 187, 167, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(192, 187, 167, 0.1); }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.95); }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.6); }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: darkcyan; }

.includerd {
  position: absolute;
  top: -25px; }

.custom-radio[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.custom-radio[type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f04e7d;
  position: absolute;
  top: 14px;
  left: 3px;
  border-radius: 100%;
  transition: all .2s ease; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: darkcyan; }

.fa-file:before {
  content: "\f15b";
  margin-left: 146px !important; }

.fa-file:before {
  content: "\f15b";
  margin-left: 120px !important; }

.custom-radio[type=radio]:checked + label:before, .custom-radio[type=radio]:not(:checked) + label:before {
  top: 2px !important; }

.custom-radio[type=radio]:checked + label:after {
  top: 5px !important; }

.css-chart {
  width: 892px;
  height: 540px; }

#tree-container svg:nth-child(2) {
  display: none; }


._720kb-datepicker-calendar {
  z-index: 999999999999 !important;
  top: 45px !important;
  position: absolute; }

.si_z {
  font-size: 13px; }

.re_size {
  font-size: 14px !important; }

._720kb-datepicker-calendar {
  width: 75% !important; }

.da_tc {
  border-radius: 8px !important; }










.notify-content.notify-display-block {
  display: block !important;
  margin: 0; }

.notify-content.display-block {
  display: block;
  margin-bottom: 15px; }

.notify-content.notify-display-block h3 {
  border-bottom: 1px solid #fff;
  display: inline;
  float: none; }

.notify-content.notify-display-block p {
  float: left; }

.notify-content.notify-display-block a, .notify-content.notify-display-block a:hover, .notify-content.notify-display-block a:active, .notify-content.notify-display-block a:visited {
  color: #fff; }

.red-skin.with-color.bottom-space {
  margin-bottom: 22px; }











.searchstyle {
  float: right;
  border: 1px solid #d2d6de;
  padding: 10px;
  width: 31%;
  border-radius: 8px; }

.nav-tabs > li > a {
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 12px !important; }






#toggle-button .switch {
  position: relative;
  display: inline-block;
  width: 81px !important;
  height: 34px !important; }

#toggle-button .switch input {
  display: none; }

#toggle-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  transition: .4s; }

#toggle-button .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0px;
  bottom: -1px !important;
  background-color: white;
  transition: .4s; }

#toggle-button input:checked + .slider {
  background-color: #2ab934; }

#toggle-button input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

#toggle-button input:checked + .slider:before {
  transform: translateX(55px); }

#toggle-button .on {
  display: none; }

#toggle-button .on, #toggle-button .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif; }

#toggle-button input:checked + .slider .on {
  display: block; }

#toggle-button input:checked + .slider .off {
  display: none; }

#toggle-button .slider.round {
  border-radius: 34px; }

#toggle-button .slider.round:before {
  border-radius: 50%; }

.horizontal-form .sq-educationLevel1 .btn-default, .sq-accountmanger .btn-default {
  background-color: #76b51b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 19px; }

p {
  margin-left: 17px; }

.cust_danger_btn {
  padding: 0px 6px 1px 8px; }

.cust_success_btn {
  padding: 0px 3px 1px 3px; }

.cust_success_bottom_btn {
  padding: 0px 5px 1px 5px; }

.mobile_font_color {
  color: #252525; }

.mobile_font_color:hover {
  color: #252525; }










.ForgotPassword-input {
  margin-bottom: 0; }





.cust_lead_emp_btn {
  padding: 3px 11px 6px 11px;
  margin-top: 2px; }

.mobile_font_color {
  color: #252525; }

.mobile_font_color:hover {
  color: #252525; }




.cust_lead_vendor_btn {
  padding: 3px 11px 6px 11px;
  margin-top: 2px; }

.mobile_font_color {
  color: #252525; }

.mobile_font_color:hover {
  color: #252525; }


.file-upload {
  position: relative;
  overflow: hidden;
  border-radius: initial !important;
  font-size: 13px;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  text-shadow: none;
  padding: 5px 10px !important;
  display: inline-block;
  vertical-align: middle; }

.for_u {
  padding-top: 40px;
  padding-bottom: 20px; }

.col_p {
  position: relative;
  top: 108px; }

.left_u {
  width: 50%; }

.right_u {
  width: 50%; }

.i_up.text-center {
  margin: auto; }

.file-upload.btn.btn-primary {
  font-size: 16px;
  background: none;
  color: #333 !important;
  white-space: break-spaces; }

.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

#fileuploadurl {
  display: inline-block;
  border: none;
  vertical-align: middle;
  background: none;
  box-shadow: none;
  font-size: 11px;
  padding-left: 0;
  width: 220px;
  padding-right: 0; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .left_u {
    margin: auto;
    width: 100%; }
  .right_u {
    margin: auto;
    width: 100%; }
  .col_p {
    left: 125px;
    position: relative;
    top: 0px; } }

input#phone {
  width: 100%; }

.for_m {
  padding: 30px 20px; }

.btn1 {
  background: #ee0b7d;
  position: relative;
  padding: 8px 15px;
  top: 24px;
  float: right;
  border-color: #ee0b7d; }

.iti {
  width: 100%; }

.error:before {
  content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ee0b7d;
  font-size: 8px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 1px; }

.co_m {
  border-radius: 0px; }

.error {
  position: relative; }

.la_p {
  margin-top: 19px; }

.te_t {
  height: 122px; }

.per_s {
  font-weight: 500;
  color: #ee0b7d;
  font-size: 17px; }

.for_m {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 36px;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.per_j {
  color: #cccccc;
  font-size: 13px;
  margin-top: 0px; }

.tagator_element {
  height: 86px;
  width: 100% !important;
  border: 1px solid #c7c7c7;
  border-radius: 0px; }

.error:before {
  content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ee0b7d;
  font-size: 8px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 1px; }

.co_m {
  border-radius: 0px; }

.error {
  position: relative; }

.per_s {
  font-weight: 500;
  color: #ee0b7d;
  font-size: 17px; }

.la_b {
  text-align: center; }

.btn-toggle {
  position: relative; }

.toggle1 {
  position: relative;
  left: 106px; }

.for_m {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 36px;
  margin-top: 15px;
  margin-bottom: 15px; }

.btn-primary.active {
  background: #f00b7d;
  border-color: #f00b7d; }

.btn-primary.active:hover {
  background: #f00b7d;
  border-color: #f00b7d; }

.inli_s {
  border-radius: 15px;
  background: #f00b7d;
  border-color: #f00b7d;
  color: #fff; }

.btn-lg {
  padding: 7px 15px !important; }

.btn-primary {
  color: #fff;
  background-color: #f00b7d;
  border-color: #f00b7d; }

.btn-primary:hover {
  background: #f00b7d;
  border-color: #f00b7d; }

.btn1 {
  padding: 6px 22px; }

tags-input > div > div.tags {
  padding: 10px; }

tags-input .tags .tag-item.tag-item.tag-item {
  background: linear-gradient(180deg, #ee0b7d, #ee0b7d 47%, #ee0b7d) !important;
  color: #fff !important; }

tags-input .tags .input {
  margin: 5px !important; }

.controlOverride.form-control {
  width: 100% !important; }

.sq-text-field-wrapper {
  width: 100% !important; }

.custom-auto-select tags-input > div > div.tags {
  padding: 3px 15px; }

.custom-auto-select tags-input .host {
  margin-top: 0px;
  margin-bottom: 0px; }

.custom-auto-select tags-input.ng-invalid .tags {
  box-shadow: none;
  border-radius: initial;
  box-shadow: none !important; }

input.form-control, select {
  border-radius: initial;
  padding: 10px 20px;
  height: 44px; }

textarea {
  border-radius: initial; }

tags-input.ng-invalid .tags {
  border-radius: initial !important; }

.has-error .form-control, .has-error .input-group-addon, .has-error .custom-auto-select tags-input.ng-invalid .tags, .has-error .custom-auto-multi-select tags-input.ng-invalid .tags {
  border-color: #dd4b39 !important;
  box-shadow: none; }

.has-error .help-block {
  color: #dd4b39;
  margin-bottom: 0px;
  margin-left: 0px; }

.form-control:focus {
  border-color: initial !important;
  outline: 0 !important;
  box-shadow: none !important; }

tags-input .tags .tag-item .remove-button, tags-input .tags .tag-item .remove-button:active, tags-input .tags .tag-item .remove-button:hover, tags-input .tags .tag-item .remove-button:visited {
  color: #ffffff; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .per_j {
    color: #cccccc;
    font-size: 9px;
    margin-top: 8px; }
  .for_m {
    padding-bottom: 76px; } }

.btn1 {
  color: #fff;
  background-color: #f00b7d;
  border-color: #f00b7d; }

.btn1:hover {
  color: #fff;
  background-color: #f00b7d;
  border-color: #f00b7d; }

.per_s {
  font-weight: 500;
  color: #ee0b7d;
  font-size: 17px; }

.te_t {
  height: 122px;
  border-radius: 0px; }

/*---------- radio box css ---------*/
.custom_radio {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-right: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ques_t {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 12px; }

.chec_k {
  margin-bottom: 12px; }

/* Hide the browser's default radio button */
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #dddddd; }

/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .checkmark {
  background-color: #eeeeee; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E91E63; }

.box {
  display: none;
  font-size: 40px; }

select.form-control {
  border-radius: initial !important; }

.select2-container {
  height: 40px; }

.select2-container .select2-choice {
  border: none;
  background-image: none; }

.select2-container-active .select2-choice {
  box-shadow: none; }

.select2-container .select2-choice .select2-arrow {
  background: initial;
  border-left: none; }

.cal-icon-1:before, .cal-icon-2:before, .cal-icon-3:before, .cal-icon-4:before, .cal-icon-5:before {
  content: "";
  background-size: 60px 60px;
  position: absolute;
  top: -64px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  left: 33%; }

.cal-icon-1:before {
  background-image: url("/img/img/dot.png"); }

.cal-icon-2:before {
  background-image: url("/img/img/3-6.png"); }

.cal-icon-3:before {
  background-image: url("/img/img/6-9.png"); }

.cal-icon-4:before {
  background-image: url("/img/img/9-12.png"); }

.cal-icon-5:before {
  background-image: url("/img/img/dots.png"); }

.cthlabels .sheet-choose-button-row.job-type-button-row {
  margin-top: 70px; }

div.job-type-button-row {
  margin-bottom: -5px;
  display: inline-block; }

div.job-type-button {
  min-width: 200px !important; }

.sheet-choose-button {
  font-size: 14px !important; }

.job-type-button {
  color: #000 !important;
  cursor: pointer !important; }

.back-btn {
  background: none; }
  .back-btn i {
    margin-right: 10px; }

.btn:focus {
  outline: none !important; }


.grid-view {
  height: 280px;
  position: relative;
  border: 3px solid #f04e7d;
  -o-perspective: 800px;
  perspective: 800px; }

.grid-view:hover {
  border: 3px solid #58ab28; }

.card-new {
  width: 95%;
  height: 95%;
  position: relative;
  top: 2.5%;
  left: 2%; }

.card-new .card-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 1s;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

.card-new .card-inner div.card-div {
  display: block;
  width: 100%;
  height: 85%;
  line-height: 20px;
  color: #585858;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.card-new .card-inner .front {
  background: #ffff; }

.card-new .card-inner .back {
  background: #fff;
  transform: rotateY(180deg); }

.card-new .card-inner.flipped {
  transform: rotateY(180deg); }

.card-new .footer {
  font-size: 14px;
  width: 75%;
  height: 15%;
  background: #fff;
  position: relative;
  top: 85%;
  border-top: 2px solid #58ab28; }

.card-new .footer:hover {
  border-top: 2px solid #f04e7d; }

.card-new .card-inner div.card-div span {
  font-size: 14px;
  font-family: Lato;
  letter-spacing: 0.2px; }

.card-inner .applied-on span:last-child {
  font-weight: 100 !important; }

#job-list-grid-view h3 {
  margin: 0; }

#job-list-grid-view .jobName a {
  color: #545454;
  font-weight: 600; }

.display-inline-block {
  display: inline-block;
  float: right;
  margin: 10px; }

#job-list-grid-view .footer .fa.fa-share, #job-list-grid-view .footer .fa.fa-reply {
  margin: 10px;
  color: #58ab28; }

#job-list-grid-view .display-inline-block i {
  color: #FF5722; }

.grid-col {
  margin: 10px 0; }

.applied-on, .reject-reason {
  padding: 2px 6px !important; }

.back.card-div .applied-on, .reject-reason {
  padding: 2px 3px !important;
  letter-spacing: 0px; }

.flip-job-type {
  text-decoration: underline; }

.back.card-div p {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin: 0px 35px 3px 0px;
  font-weight: normal; }

.back.card-div span {
  float: right;
  display: inline;
  margin: 4px 3px 0 0; }

#job-list-grid-view h3.jobName {
  font-size: 14px; }

#job-list-grid-view .job-name span {
  color: #009688 !important; }

.back.card-div p:nth-of-type(odd) {
  color: #009688; }

.back.card-div p:nth-of-type(even) {
  color: #9C27B0; }

.back.card-div span:nth-of-type(odd) {
  color: #009688; }

.back.card-div span:nth-of-type(even) {
  color: #9C27B0; }

.fontW-normal {
  font-weight: normal; }

.float-right {
  float: right; }

@media (max-width: 480px) {
  #job-list-grid-view h3.jobName {
    font-size: 12px;
    width: 105px; } }

body {
  background-color: #F5F6FB !important;
  font-family: 'Poppins', sans-serif !important; }

.job_order_btn {
  background: #C5C5C5;
  color: #F7F7F7; }

.job_order_btn:hover {
  background: #C5C5C5;
  color: #F7F7F7; }

.hirextra_allvendors {
  width: 18%; }

.job_order_select {
  float: right;
  height: 30px;
  color: #F7F7F7;
  background: #C5C5C5;
  width: 135px;
  border: none;
  padding-left: 10px; }

.all_jobs_ratio {
  background: #58AB28;
  color: #fff;
  border-radius: 2px;
  padding: 12px 0px 12px 0px; }

.text-white {
  color: #fff;
  font-size: 13px; }

.jobs-panel-content .tabbable .nav-tabs {
  border-bottom: none !important; }

.jobs-panel-content .tabbable .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: none !important;
  border-bottom: 2px solid #ee0b7d !important;
  color: #3F4647 !important;
  font-weight: 800; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none !important; }

.jobs-panel-content .tabbable .nav.nav.nav > li > a:hover {
  background: none !important;
  border: none !important;
  color: #3F4647 !important; }

.profile-heading {
  margin: 24px 2px 18px 18px !important; }

.profile-heading span {
  font-size: 18px;
  font-weight: 680;
  padding-left: 2px; }

.heading-sec {
  line-height: 0; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .jobs-panel-content .tabbable .nav-tabs > li.active > a {
    border: 2px solid #ee0b7d !important; } }

.possible-revenue-row {
  clear: both;
  border: 1px solid #58ab28;
  margin: 15px 0 !important; }

.possible-revenue-row > div {
  text-align: center;
  border-right: 1px solid #58ab28; }

.possible-revenue-row > div:last-child {
  border-right: none; }

#detailed_info .possible-revenue-row p {
  font-size: 16px;
  color: #000;
  line-height: 18px;
  font-weight: normal;
  margin: 10px 0 20px 0; }

#detailed_info .possible-revenue-row span {
  color: #ee0b7d;
  top: -10px;
  font-size: 18px; }

.float-left {
  float: left; }

.marginR-10 {
  margin-right: 10px; }

.marginT-10 {
  margin-top: 10px; }

.job-view-jobId {
  color: #000000;
  position: relative;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold !important; }

.hirextra-jobId {
  color: #777777;
  font-size: 12px;
  font-weight: 600 !important; }

hr.hrOrange {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed #337ab7 !important;
  clear: both; }

.interschedule-h5 b:nth-child(1) {
  color: darkviolet;
  font-family: "Courier New";
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 14px; }

.interschedule-h5 b:nth-child(2) {
  color: deeppink;
  font-family: "Courier New";
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 14px; }

.interschedule-h5 b:nth-child(3) {
  color: lightcoral;
  font-family: "Courier New";
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 14px; }

.ctooltip + .tooltip > .tooltip-inner {
  background-color: #ffc100;
  color: #000;
  border: 1px solid #ff0;
  padding: 5px;
  font-size: 12px; }

#grid td:nth-child(2) {
  position: relative; }

.expandnoterow {
  position: absolute;
  left: -18px; }

.deletenoterow {
  position: absolute;
  left: -18px; }

.eye-icon {
  position: absolute;
  right: 6px !important; }


.file-upload {
  position: relative;
  overflow: hidden;
  border-radius: initial !important;
  font-size: 13px;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  text-shadow: none;
  padding: 5px 10px !important;
  display: inline-block;
  vertical-align: middle; }

.for_u {
  padding-top: 40px;
  padding-bottom: 20px; }

.col_p {
  position: relative;
  top: 108px; }

.left_u {
  width: 50%; }

.right_u {
  width: 50%; }

.i_up.text-center {
  margin: auto; }

.file-upload.btn.btn-primary {
  font-size: 16px;
  background: none;
  color: #333 !important;
  white-space: break-spaces; }

.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

#fileuploadurl {
  display: inline-block;
  border: none;
  vertical-align: middle;
  background: none;
  box-shadow: none;
  font-size: 11px;
  padding-left: 0;
  width: 220px;
  padding-right: 0; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .left_u {
    margin: auto;
    width: 100%; }
  .right_u {
    margin: auto;
    width: 100%; }
  .col_p {
    left: 125px;
    position: relative;
    top: 0px; } }

input#phone {
  width: 100%; }

.for_m {
  padding: 30px 20px; }

.btn1 {
  background: #ee0b7d;
  position: relative;
  padding: 8px 15px;
  top: 24px;
  float: right;
  border-color: #ee0b7d; }

.iti {
  width: 100%; }

.error:before {
  content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ee0b7d;
  font-size: 8px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 1px; }

.co_m {
  border-radius: 0px; }

.error {
  position: relative; }

.la_p {
  margin-top: 19px; }

.te_t {
  height: 122px; }

.per_s {
  font-weight: 500;
  color: #ee0b7d;
  font-size: 17px; }

.for_m {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 36px;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.per_j {
  color: #cccccc;
  font-size: 13px;
  margin-top: 0px; }

.tagator_element {
  height: 86px;
  width: 100% !important;
  border: 1px solid #c7c7c7;
  border-radius: 0px; }

.error:before {
  content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ee0b7d;
  font-size: 8px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 1px; }

.co_m {
  border-radius: 0px; }

.error {
  position: relative; }

.per_s {
  font-weight: 500;
  color: #ee0b7d;
  font-size: 17px; }

.la_b {
  text-align: center; }

.btn-toggle {
  position: relative; }

.toggle1 {
  position: relative;
  left: 106px; }

.for_m {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 36px;
  margin-top: 15px;
  margin-bottom: 15px; }

.btn-primary.active {
  background: #f00b7d;
  border-color: #f00b7d; }

.btn-primary.active:hover {
  background: #f00b7d;
  border-color: #f00b7d; }

.inli_s {
  border-radius: 15px;
  background: #f00b7d;
  border-color: #f00b7d;
  color: #fff; }

.btn-lg {
  padding: 7px 15px !important; }

.btn-primary {
  color: #fff;
  background-color: #f00b7d;
  border-color: #f00b7d; }

.btn-primary:hover {
  background: #f00b7d;
  border-color: #f00b7d; }

.btn1 {
  padding: 6px 22px; }

tags-input > div > div.tags {
  padding: 10px; }

tags-input .tags .tag-item.tag-item.tag-item {
  background: linear-gradient(180deg, #ee0b7d, #ee0b7d 47%, #ee0b7d) !important;
  color: #fff !important; }

tags-input .tags .input {
  margin: 5px !important; }

.controlOverride.form-control {
  width: 100% !important; }

.sq-text-field-wrapper {
  width: 100% !important; }

.custom-auto-select tags-input > div > div.tags {
  padding: 3px 15px; }

.custom-auto-select tags-input .host {
  margin-top: 0px;
  margin-bottom: 0px; }

.custom-auto-select tags-input.ng-invalid .tags {
  box-shadow: none;
  border-radius: initial;
  box-shadow: none !important; }

input.form-control, select {
  border-radius: initial;
  padding: 10px 20px;
  height: 44px; }

textarea {
  border-radius: initial; }

tags-input.ng-invalid .tags {
  border-radius: initial !important; }

.has-error .form-control, .has-error .input-group-addon, .has-error .custom-auto-select tags-input.ng-invalid .tags, .has-error .custom-auto-multi-select tags-input.ng-invalid .tags {
  border-color: #dd4b39 !important;
  box-shadow: none; }

.has-error .help-block {
  color: #dd4b39;
  margin-bottom: 0px;
  margin-left: 0px; }

.form-control:focus {
  border-color: initial !important;
  outline: 0 !important;
  box-shadow: none !important; }

tags-input .tags .tag-item .remove-button, tags-input .tags .tag-item .remove-button:active, tags-input .tags .tag-item .remove-button:hover, tags-input .tags .tag-item .remove-button:visited {
  color: #ffffff; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .per_j {
    color: #cccccc;
    font-size: 9px;
    margin-top: 8px; }
  .for_m {
    padding-bottom: 76px; } }

.btn1 {
  color: #fff;
  background-color: #f00b7d;
  border-color: #f00b7d; }

.btn1:hover {
  color: #fff;
  background-color: #f00b7d;
  border-color: #f00b7d; }

.per_s {
  font-weight: 500;
  color: #ee0b7d;
  font-size: 17px; }

.te_t {
  height: 122px;
  border-radius: 0px; }

/*---------- radio box css ---------*/
.custom_radio {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-right: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ques_t {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 12px; }

.chec_k {
  margin-bottom: 12px; }

/* Hide the browser's default radio button */
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #dddddd; }

/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .checkmark {
  background-color: #eeeeee; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E91E63; }

.box {
  display: none;
  font-size: 40px; }

select.form-control {
  border-radius: initial !important; }

.select2-container {
  height: 40px; }

.select2-container .select2-choice {
  border: none;
  background-image: none; }

.select2-container-active .select2-choice {
  box-shadow: none; }

.select2-container .select2-choice .select2-arrow {
  background: initial;
  border-left: none; }

.cal-icon-1:before, .cal-icon-2:before, .cal-icon-3:before, .cal-icon-4:before, .cal-icon-5:before {
  content: "";
  background-size: 60px 60px;
  position: absolute;
  top: -64px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  left: 33%; }

.cal-icon-1:before {
  background-image: url("/img/img/dot.png"); }

.cal-icon-2:before {
  background-image: url("/img/img/3-6.png"); }

.cal-icon-3:before {
  background-image: url("/img/img/6-9.png"); }

.cal-icon-4:before {
  background-image: url("/img/img/9-12.png"); }

.cal-icon-5:before {
  background-image: url("/img/img/dots.png"); }

.cthlabels .sheet-choose-button-row.job-type-button-row {
  margin-top: 70px; }

div.job-type-button-row {
  margin-bottom: -5px;
  display: inline-block; }

div.job-type-button {
  min-width: 200px !important; }

.sheet-choose-button {
  font-size: 14px !important; }

.job-type-button {
  color: #000 !important;
  cursor: pointer !important; }

.back-btn {
  background: none; }
  .back-btn i {
    margin-right: 10px; }

.btn:focus {
  outline: none !important; }

.mid_qw {
  height: 138px;
  border: 2px dotted #ccc;
  padding: 5px;
  margin-top: 15px; }

.u_bt {
  color: #fff;
  background: #005aff;
  border-radius: 0px;
  margin-top: 39px; }

input[type="file"] {
  position: absolute;
  right: -9999px;
  visibility: hidden;
  opacity: 0; }

.files {
  background: #eee;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 10px; }
  .files ul {
    list-style: none;
    padding: 0;
    max-height: 150px;
    overflow: auto; }
    .files ul li {
      padding: 0.5rem 0;
      padding-right: 2rem;
      position: relative; }
      .files ul li i {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translatey(-50%); }

p.help-block {
  font-size: 11px; }















.btn-github:hover {
  color: #fff; }

.btn-facebook:hover {
  color: #fff; }

.btn-google:hover {
  color: #fff; }








.modal-open {
  overflow: initial  !important; }

.panel-card:hover .face,
.widget-hover {
  -webkit-transition: all 5s linear; }

.left-list ul li a {
  font-size: 16px !important; }

.middle-form1 {
  margin-top: 6px; }

.logo_p {
  color: #ef1d87;
  float: left;
  margin-top: 19px;
  margin-right: -88px; }

.list-inline {
  margin-left: -5px; }

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.top_strip {
  position: inherit;
  top: 159px;
  background: #1e3341;
  border-radius: 0px;
  border: none;
  opacity: 0.8;
  padding-bottom: 15px; }

.middle-form1 {
  margin-top: 6px; }

.right-icons ul li {
  line-height: 60px; }

.right-icons ul {
  list-style: none; }

.right-icons p {
  font-size: 16px !important; }

.left-list ul li a {
  text-decoration: none;
  color: #58ab29; }

.profile-icon,
.status-icon {
  cursor: pointer; }

.scroll-body,
.slimScrollDiv {
  height: 585px !important; }

.modal-dialog {
  margin-top: 60px !important; }

.slimScrollBar {
  background: #f5f5f5 !important;
  opacity: 0.6 !important; }

.modal-dialog {
  margin-top: 90px !important;
  z-index: 9999 !important; }

@media screen and (max-width: 1376px) {
  .scroll-body,
  .slimScrollDiv {
    height: 468px !important; } }

.side-menus nav > ul > li > a {
  width: 100%;
  padding: 15px !important;
  color: #b4bcc8 !important;
  border-top: 1px solid #3d4957; }

.side-menus nav > ul > li > a > i {
  color: #606C7D !important; }

.side-menus nav > ul > li.nav-active > a,
.side-menus nav > ul > li.nav-active > a > i {
  color: #fff !important; }

.side-menus nav > ul > li > a:hover {
  background-color: #2C3542; }

.side-menus nav > ul > li ul li > a {
  color: #b4bcc8 !important;
  padding: 6px 15px 6px 43px !important;
  line-height: 28px; }

.side-menus nav > ul > li ul li > a > i {
  line-height: 28px !important;
  color: #606C7D !important; }

.side-menus nav > ul > li ul li > a:hover i {
  color: #b4bcc8 !important; }

.nav-active a:hover,
.nav-active > a {
  color: #fff !important; }

.nav-active > a {
  border-left: 4px solid #ee0b7d !important;
  background-color: #2C3542 !important; }

.side-menus nav > ul > li ul li > a:hover {
  color: #b4bcc8 !important; }

.side-menus nav > ul > li.nav-active ul li a:hover {
  background-color: #3e4b5c !important; }

.side-menus,
.side-menus nav > ul > li ul,
header.side-header {
  background: #fff !important; }

.side-menus .menu-item-has-children.active > a i {
  color: #fff !important; }

.side-menus nav > ul > li ul {
  margin: 10px 0 0 !important;
  color: #fff !important;
  padding: 5px 0 !important; }

header.side-header {
  position: fixed !important;
  top: 80px; }

.admin-details {
  padding: 8px !important; }

.admin-details:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #364150 100%) !important; }

.side-menus nav > ul > li > a > i {
  font-size: 16px !important; }

.team-box-sec {
  background: #94f7b7 !important; }

.side-menus .menu-item-has-children > a::before {
  position: absolute !important;
  left: 90% !important;
  background: #fff !important; }

.widget-title {
  margin-bottom: 8px !important; }

.comment-detail h5 {
  font-size: 13px !important; }

.recent-comment-sec.recent-comment-sec ul > li {
  padding: 10px 0 !important; }

.recent-comment-sec0 {
  border-bottom: 2px solid #ff6b6b !important; }

.recent-comment-sec1 {
  border-bottom: 2px solid #63d6ff !important; }

.recent-comment-sec2 {
  border-bottom: 2px solid #6e6eff !important; }

.recent-comment-sec3 {
  border-bottom: 2px solid #ee0b7d !important; }

.recent-comment-sec4 {
  border-bottom: 2px solid #d2d0d0 !important; }

.panel-card {
  position: relative; }

.panel-card:hover .front {
  -webkit-transform: rotateY(-180deg); }

.front,
.panel-card:hover .back {
  -webkit-transform: rotateY(0); }

.widget-hover {
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden; }

.back {
  -webkit-transform: rotateY(-180deg); }

.alert-success.alert-success.alert-success {
  background-color: #cadec2 !important;
  color: #3c763d !important;
  border: none !important;
  clear: both !important; }

.alert-error.alert-error.alert-error {
  background-color: #edccd1 !important;
  color: #a94442 !important;
  border: none !important;
  clear: both !important; }

.form-horizontal .sq-educationLevel .btn-default,
.sq-accountmanger .btn-default {
  background-color: #76b51b !important;
  color: #fff !important;
  border: none !important; }

.form-horizontal .sq-educationLevel .dropdown-menu,
.sq-accountmanger .dropdown-menu {
  border-color: #76b51b !important;
  margin: 0 !important; }

#preformRequirements .sq-experienceYears,
#wizard-sheet .sq-educationLevel,
.sq-cities {
  background-color: #76b51b !important;
  border: none !important;
  border-radius: 16px !important;
  color: #fff !important;
  outline: 0 !important;
  padding: 7px !important; }

#preformRequirements select.sq-experienceYears option,
#wizard-sheet select.sq-educationLevel option,
.sq-cities option {
  background-color: #fff !important;
  color: #505050 !important; }

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

.rzslider .rz-selection {
  background: #76b51b !important; }

.rzslider .rz-pointer {
  background-color: #76b51b !important; }

.rzslider .rz-pointer.rz-active:after {
  background-color: #fff !important; }

.rzslider .rz-pointer:focus {
  outline: 0 !important; }

.inline-anchors a:after {
  content: "," !important;
  position: initial !important; }

.inline-anchors a {
  text-decoration: underline !important; }

.slider:before {
  bottom: 2px !important; }

.text-faded {
  color: #b5b0b0 !important; }

.text-red-faded {
  color: #e69fc3 !important; }

.jobeditslider .rzslider {
  margin: 23px 0 15px !important; }

.account-manager-details {
  right: 6% !important; }

.contact-sec {
  border: 2px solid #76b51b !important; }

.ambtn button {
  padding: 11px 26px;
  border-radius: 30px;
  background-color: #FFF; }

.heading-profile h2 {
  margin-left: 0px !important;
  width: initial !important; }

.box-header h3 {
  margin-left: -63px !important; }

.main-content {
  padding-top: 0px !important; }

footer {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  left: 0;
  position: fixed;
  transition: all .4s ease 0s;
  width: 100%;
  z-index: 999 !important; }

.nav.nav.nav > li > a:hover {
  background: #76b51b !important; }

.card {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  min-height: 50px;
  box-shadow: none;
  position: relative;
  transition: .5s;
  border-radius: 3px; }

.m-t-0,
.product-report .counter {
  margin-top: 0; }

.text-muted {
  color: #777; }

.progress {
  height: 6px;
  margin: 0 !important; }

small {
  font-size: 85%; }

.card .body {
  font-size: 14px;
  color: #444;
  padding: 15px;
  font-weight: 400; }

.card .body p {
  margin: 0 0 10px;
  font-size: 14px !important; }

@media screen and (max-width: 1440px) {
  .cookies-container {
    width: 1120px !important; }
  p.text-muted.text-muted.text-muted.text-muted {
    font-size: 12px !important; } }

@media screen and (max-width: 1280px) {
  .cookies-container {
    width: 968px !important; }
  .align-responsive {
    margin-top: 60px; }
  .align-responsive1 {
    margin-top: 25px; } }

.color_available {
  color: #398439;
  float: initial !important;
  padding-left: initial !important; }

.color_exceeds {
  color: #E6E60D;
  float: right;
  padding-right: 81px;
  margin-top: 6px;
  margin-left: 10px; }

.color_unavialble {
  color: red;
  float: initial !important;
  padding-right: initial !important; }

div.job-type-button {
  padding: 0 10px;
  min-width: 215px;
  margin-right: 5px;
  margin-bottom: 5px;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.profile-icon {
  position: relative;
  float: left;
  margin-right: 18px; }

.profile-icon:hover,
.status-icon:hover {
  transition: all .2s ease-in;
  transform: scale(1.1); }

.profile-img {
  width: 50px;
  height: 50px; }

.profile-icon .mini-stats {
  float: initial !important;
  padding: 0 !important;
  position: absolute !important;
  top: -6px !important;
  right: -38px !important;
  background: 0 0 !important; }

.profile-icon .pink-skin {
  height: 24px !important;
  width: 24px !important;
  line-height: 21px !important;
  font-size: 14px !important; }

.applied-on,
.reject-reason {
  padding: 3px 10px; }

.ok-cancel {
  left: 83px !important; }

.job-cancel {
  margin-left: 83px; }

.job-gear {
  margin-left: 40px; }

#countup {
  margin-top: -14px; }

.mini-stats {
  padding: 25px !important; }

.ring_width {
  width: 38px;
  height: 38px;
  float: left;
  margin-top: -8px;
  margin-left: -5px; }

.float_icons {
  float: left; }

.ring_adjust {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: -5px; }

.number_adjust {
  float: left;
  margin-left: -30px;
  margin-top: 4px;
  font-size: 13px; }

.custom-row .block {
  width: 9% !important;
  vertical-align: top; }

.modal-content {
  z-index: 100000000 !important; }

.color_available1 {
  color: #398439;
  float: right;
  margin-right: 142px;
  margin-top: 6px;
  margin-left: 10px; }

.number_adjust1 {
  float: left;
  margin-left: -23px;
  margin-top: 0;
  font-size: 12px; }

.editing_note {
  width: 538px;
  height: 181px; }

p.text-muted.text-muted.text-muted.text-muted {
  font-size: 12px !important; }

tags-input.ng-invalid .tags {
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  border-radius: 19px; }

tags-input > div > div.tags {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 18px; }

.controlOverride.form-control {
  width: 200px;
  display: inline;
  height: 39px; }

#metrics .row > div {
  padding: 0 7px !important; }

#metrics .card {
  margin-top: 14px !important; }

#metrics .card .body {
  border-radius: 5px !important; }

.test + .tooltip > .tooltip-inner {
  background-color: #ffc100;
  color: #000;
  border: 1px solid #ff0;
  padding: 5px;
  font-size: 12px; }

.table-responsive {
  overflow-x: initial !important; }

div.alert {
  margin-left: -37px; }

table.dataTable thead .dynamicSort.sorting:after,
table.dataTable thead .dynamicSort.sorting_asc:after,
table.dataTable thead .dynamicSort.sorting_desc:after {
  opacity: 1 !important;
  content: "" !important;
  background: url(/user_assets/bestfit2.png) no-repeat;
  background-size: 35px;
  right: 10px;
  top: 15px;
  font-size: 10px;
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  padding: 31px 15px; }

table.dataTable thead .dynamicSort.sorting:after,
table.dataTable thead .dynamicSort.sorting_asc:after,
table.dataTable thead .dynamicSort.sorting_asc_disabled:after,
table.dataTable thead .dynamicSort.sorting_desc:after,
table.dataTable thead .dynamicSort.sorting_desc_disabled:after {
  position: absolute;
  bottom: 15% !important; }

#detailed_info span {
  font-size: 14px !important; }

#skills-graph {
  margin-left: 15px !important; }

#skills-graph div {
  text-align: center !important; }

.first_one,
.second_one,
.third_one {
  width: 36px;
  height: 36px;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
  line-height: 18px; }

#skills-graph label {
  text-decoration: none !important; }

.first_one {
  border: 3px solid green;
  border-radius: 188px; }

.second_one {
  float: left;
  border: 3px solid orange;
  border-radius: 188px;
  margin-top: -35px;
  margin-left: 42px; }

#titles-list {
  float: left;
  list-style: none;
  margin: 0px 0 0 8px;
  padding: 0;
  width: 90%;
  position: absolute;
  background-color: #fff06e;
  border: 0px solid #aaa;
  padding: 0px 0px;
  font-weight: bold;
  border-radius: 1%;
  letter-spacing: 0.8px;
  z-index: 99;
  max-height: 330px;
  overflow-y: scroll; }

.third_one {
  float: left;
  border: 3px solid red;
  border-radius: 188px;
  margin-top: -36px;
  margin-right: 5px;
  margin-left: 84px; }

/* Narendra changes on responsive */
@media (max-width: 700) {
  vendor-assigned-jobs .heading-profile h2 {
    margin-left: 20px !important; }
  vendor-assigned-jobs .main-content {
    padding: 85px 46px 45px 14px !important; }
  vendor-assigned-jobs .dataTables_length {
    margin-left: -105px !important; }
  vendor-assigned-jobs .dataTables_filter {
    margin-left: 110px !important; }
  vendor-assigned-jobs .dataTables_info {
    margin-left: -87px !important; }
  vendor-assigned-jobs .dataTables_paginate {
    width: 78% !important;
    margin-left: 120px !important; } }

@media (max-width: 480px) {
  vendor-dashboard h2 {
    margin-left: 15px !important; }
  vendor-assigned-jobs .heading-profile h2 {
    margin-left: 18px !important; }
  .main-content {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .main-content {
    padding-left: 0px !important;
    padding-right: 01px !important;
    padding: 0px 0px 40px 0px !important; }
  .chart {
    width: 100% !important; } }

@media (max-width: 414px) {
  user-profile .heading-profile h2 {
    margin-left: 24px !important; }
  vendor-assigned-jobs .heading-profile h2 {
    margin-left: 32px !important; }
  vendor-assigned-jobs .dataTables_filter {
    margin-top: 25px !important;
    margin-left: -25px !important; }
  candidates-list .dataTables_filter {
    margin-top: 40px !important;
    margin-left: -22px !important; }
  vendor-private-area .dataTables_filter {
    margin-top: 40px !important;
    margin-left: -20px !important; }
  free-cvs .heading-profile span {
    float: right !important;
    margin-right: 124px !important;
    font-size: 15px !important; }
  free-cvs .dataTables_filter {
    margin-left: -26px !important;
    margin-top: 35px !important; }
  vendor-file-upload .heading-profile span {
    margin-left: 20px !important; } }

@media (max-width: 384px) {
  vendor-dashboard h2 {
    padding-left: 8px !important; }
  vendor-assigned-jobs .heading-profile h2 {
    margin-left: 17px !important; }
  user-profile .heading-profile h2 {
    margin-left: 20px !important; }
  vendor-assigned-jobs .dataTables_paginate {
    margin-top: 22px !important;
    width: 115% !important;
    margin-left: -21px !important; }
  vendor-assigned-jobs .nav-tabs {
    padding-bottom: 38px !important; }
  vendor-assigned-jobs .dataTables_filter {
    margin-top: 41px !important;
    margin-left: -48px !important; }
  vendor-file-upload .panel-content {
    padding-top: 5px !important; }
  candidates-list .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  candidates-list .dataTables_filter {
    margin-left: -39px !important; }
  candidates-list .dataTables_paginate {
    width: 122% !important;
    margin-top: 30px !important;
    margin-left: -16px !important; }
  vendor-private-area .heading-profile h2 {
    margin-left: 22px !important; }
  vendor-private-area .dataTables_filter {
    margin-left: -45px !important; }
  vendor-private-area .dataTables_paginate {
    margin-top: 25px !important;
    width: 122% !important;
    margin-left: -20px !important; }
  free-cvs .heading-profile h2 {
    margin-left: 19px !important; }
  free-cvs .heading-profile span {
    float: right !important;
    margin-right: 108px !important; }
  free-cvs .dataTables_filter {
    margin-left: -43px !important; }
  free-cvs .dataTables_paginate {
    margin-top: 25px !important;
    width: 122% !important;
    margin-left: -22px !important; }
  vendor-file-upload .heading-profile h2 {
    margin-left: 20px !important; } }

@media (max-width: 360px) {
  user-profile .heading-profile h2 {
    margin-left: 15px !important; }
  candidates-list .heading-profile h2 {
    margin-left: 13px !important; }
  candidates-list .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  candidates-list .dataTables_paginate {
    margin-top: 28px !important;
    width: 122% !important;
    margin-left: -22px !important; }
  candidates-list .dataTables_filter {
    margin-top: 39px !important;
    margin-left: -46px !important; }
  vendor-private-area .heading-profile h2 {
    margin-left: 20px !important; }
  vendor-private-area .dataTables_filter {
    margin-top: 40px !important;
    margin-left: -45px !important; }
  vendor-private-area .dataTables_paginate {
    margin-top: 25px !important;
    width: 122% !important;
    margin-left: -25px !important; }
  free-cvs .heading-profile h2 {
    margin-left: 20px !important; }
  free-cvs .heading-profile span {
    margin-left: -63px !important;
    font-size: 15px !important;
    float: right !important;
    margin-right: 100px !important; }
  free-cvs .dataTables_filter {
    margin-top: 37px !important;
    margin-left: -50px !important; }
  free-cvs .dataTables_paginate {
    margin-top: 25px !important;
    margin-left: -25px !important;
    width: 122% !important; } }

@media (max-width: 320px) {
  vendor-dashboard .heading-profile h2 {
    margin-left: 8px !important; }
  vendor-assigned-jobs .heading-profile h2 {
    margin-left: 0px !important; }
  vendor-assigned-jobs .dataTables_filter {
    margin-left: -67px !important; }
  vendor-assigned-jobs .dataTables_paginate {
    margin-top: 20px !important;
    width: 129% !important;
    margin-left: -36px !important; }
  vendor-dashboard h2 {
    margin-left: -1px !important; }
  manage-company-information .panel-content {
    padding-top: 0px !important; }
  candidates-list .heading-profile h2 {
    margin-left: 4px !important; }
  candidates-list .dataTables_filter {
    margin-left: -66px !important; }
  candidates-list .dataTables_paginate {
    width: 138% !important;
    margin-left: -38px !important; }
  manage-company-information h2 {
    margin-left: 2px !important; }
  vendor-file-upload .panel-content {
    padding-top: 5px !important; }
  vendor-private-area .dataTables_filter {
    margin-left: -68px !important; }
  vendor-private-area .dataTables_paginate {
    margin-top: 25px !important;
    width: 130% !important;
    margin-left: -37px !important; }
  free-cvs .heading-profile span {
    margin-left: -89px !important;
    float: right !important;
    margin-right: 78px !important; }
  free-cvs .dataTables_length {
    margin-left: 3px !important; }
  free-cvs .panel-content {
    margin-left: 0px !important; }
  free-cvs .dataTables_filter {
    margin-left: -65px !important; }
  free-cvs .dataTables_paginate {
    margin-top: 28px !important;
    width: 130% !important;
    margin-left: -37px !important; }
  vendor-file-upload .heading-profile h2 {
    margin-left: 20px !important; } }

/* Ending styles Narendra */
/*********** Nagendra Styles Start ************/
.top-bar {
  position: fixed !important;
  z-index: 1002 !important; }

.sidemenuclose {
  color: #ffffff;
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
  opacity: 1 !important; }

.account-user-sec {
  overflow-y: auto !important; }

.mar-t0 {
  margin-top: 0px !important; }

.individual-skills {
  margin-bottom: 10px;
  height: 80px;
  width: 80px;
  margin-top: 15px; }

@media (max-width: 1800px) {
  .slider_rz1 {
    width: 285px !important; } }

@media (max-width: 1280px) {
  .slider_rz1 {
    width: 320px !important; } }

@media (max-width: 1024px) {
  login-form .modal-footer div p {
    margin-left: 0px !important; }
  login-form .modal-footer div.cookies-btn {
    float: right !important; }
  login-form .modal-footer {
    text-align: left !important; }
  login-form .modal-footer div.cookies-btn a {
    margin-left: 0px !important; } }

@media (max-width: 800px) {
  div.form-elements-sec .col-md-6.column:nth-child(1) {
    border: none !important; }
  .scroll-body, .slimScrollDiv {
    height: 900px !important; }
  #panel-content {
    padding-top: 5px !important; }
  .hamburger1 {
    left: 20px;
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: 0px !important;
    top: 23px; }
  .hamburger1 .line {
    width: 100%;
    height: 4px;
    background-color: #ee0b7d !important;
    position: absolute; }
  .hamburger1 .line:nth-child(2) {
    top: 50%;
    margin-top: -2px; }
  .hamburger1 .line:nth-child(3) {
    bottom: 0; }
  #menu1 {
    height: 100%;
    position: fixed;
    width: 220px !important;
    left: 0px;
    top: 0px !important;
    z-index: 999999 !important; }
  .main-content {
    padding: 85px 30px 85px 30px !important; }
  .top-bar > .logo {
    padding: 0 308px !important;
    margin: 14px 0 14px !important;
    width: 100%; }
  .top-bar {
    margin-bottom: 0px; }
  .panel-content {
    padding: 10px; }
  footer {
    padding: 10px 30px 10px 30px !important; }
  .heading-profile h2 {
    margin-left: -80px !important; }
  employer-users-add .heading-profile h2, employer-users-list .heading-profile h2, employer-users-edit .heading-profile h2 {
    margin-left: 4px !important; }
  emp-joborderview .heading-profile h2 {
    margin-left: -14px !important; }
  jobordermanager .heading-profile h2 {
    margin-left: 6px !important; }
  emp-dashboard .heading-profile h2 {
    margin-left: 6px !important; }
  jobordercreate .heading-profile h2 {
    margin-left: -4px !important; }
  .account-form > form div.feild {
    text-align: center; }
  .account-form > form .feild > input[type="submit"] {
    text-align: center;
    margin-top: 10px !important;
    float: initial !important; }
  .account-user-sec {
    overflow-y: auto !important; }
  #hirextra-ai .col-sm-12 {
    width: 100% !important; }
  #hirextra-ai .col-sm-3 {
    width: 33% !important;
    float: left !important; }
  .match-align {
    margin-top: 0px !important;
    margin-bottom: 20px !important; }
  .slider_rz1 {
    width: 215px !important; }
  jobordercreate .col-sm-2 {
    width: 37% !important; }
  .clearBoth {
    clear: both !important; }
  employee-view-all .row, employertopactivityreadmore .row, employer-activity-readmore .row {
    text-align: center !important; }
  employertopactivityreadmore .heading-profile h2 {
    margin-left: -8px !important; }
  employee-view-all .heading-profile h2 {
    margin-left: -8px !important; }
  ._720kb-datepicker-calendar-header:nth-child(odd), ._720kb-datepicker-calendar-header:nth-child(even) {
    background: none !important; }
  datepicker select, datepicker select:focus, datepicker select:hover, .datepicker select, .datepicker select:focus, .datepicker select:hover, [datepicker] select, [datepicker] select:focus, [datepicker] select:hover {
    background-color: #0d37f3 !important; }
  emp-profiles-received .heading-profile h2 {
    margin-left: 7px !important; }
  emp-vendors-assigned .heading-profile h2 {
    margin-left: 7px !important; }
  employer-closedjobs .heading-profile h2, emp-profiles-rejected .heading-profile h2, employer-inactivejobs .heading-profile h2, employer-inprogressjobs .heading-profile h2, employer-acceptedjobs .heading-profile h2, employer-pendingjobs .heading-profile h2, employer-holdjobs .heading-profile h2, employer-rejectedjobs .heading-profile h2 {
    margin-left: 10px !important; }
  .heading-profile button.metrics {
    margin-top: -90px !important;
    margin-right: 14px !important; }
  .modal-dialog.modal-dialog {
    width: auto !important; }
  .modal-body {
    overflow-y: auto !important; }
  .recent-comment-sec .slimScrollDiv .comments-scroll {
    height: auto !important; }
  .alert-error {
    margin-left: 0px !important; }
  .alert-success {
    margin-left: 0px !important; }
  employer-profiles .heading-profile h2 {
    margin-left: 8px !important; }
  .cookies-container {
    width: 677px !important; }
  .c-content-box .cookies-container {
    padding: 0px !important;
    width: 645px !important; }
  nav-publicheader .top-bar > a, nav-publicheader .top-bar > ul {
    display: none !important; }
  .cookies-container h2 {
    margin-top: 0px !important; }
  .cthlabels .sheet-choose-button-row.job-type-button-row {
    margin-top: 30px !important; }
  .cal-icon-1::before, .cal-icon-2::before, .cal-icon-3::before, .cal-icon-4::before, .cal-icon-5::before {
    top: -4px !important;
    left: 102% !important; }
  .contract-to-hire {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  jobordercreate div.job-type-button {
    margin-bottom: 40px !important; }
  .cal-icon-2, .cal-icon-4 {
    margin-left: 80px; } }

@media (max-width: 600px) {
  .heading-profile h2 {
    margin-left: -80px !important; }
  .main-content {
    padding: 85px 30px 85px 30px !important; }
  dashboard #bar.chart, dashboard #bartv.chart {
    width: 458px !important; }
  .scroll-body, .slimScrollDiv {
    height: 840px !important; }
  .heading-profile h2 {
    margin-left: 8px !important; }
  jobordercreate .heading-profile h2 {
    margin-left: 2px !important; }
  vendors-list .heading-profile h2 {
    margin-left: 17px !important; }
  dashboard .heading-profile h2 {
    margin-left: 8px !important; }
  emp-dashboard .heading-profile h2 {
    margin-left: 5px !important; }
  employers-list .heading-profile h2, employers-add .heading-profile h2 {
    margin-left: 19px !important; } }

@media (max-width: 480px) {
  .chart {
    padding: 0px !important; }
  .main-content {
    padding: 85px 30px 40px 30px !important; }
  #metrics {
    padding: 0px 27px; }
  .profile-icon:first-child {
    margin-left: 20px; }
  #skills-graph {
    width: 92% !important; }
  .skillsTag {
    width: 100% !important; }
  .heading-profile h2 {
    margin-left: 20px !important; }
  .heading-profile {
    padding-top: 0px !important; }
  emp-dashboard .heading-profile h2 {
    margin-left: 17px !important; }
  employertopactivityreadmore .heading-profile h2 {
    margin-left: 11px !important; }
  emp-joborderview .heading-profile h2 {
    margin-left: 5px !important; }
  joborderedit .heading-profile h2 {
    margin-left: 21px !important; }
  employee-view-all .heading-profile h2 {
    margin-left: 6px !important; }
  employer-users-add .heading-profile h2, employer-users-list .heading-profile h2 {
    margin-left: 10px !important; }
  jobordercreate .heading-profile h2 {
    margin-left: 20px !important; }
  .main-content {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .top-bar > .logo {
    padding: 0 116px !important;
    margin: 12px 0 12px !important; }
  .top-bar {
    margin-bottom: 0px; }
  .panel-content {
    padding: 20px; }
  .panel-content {
    padding-top: 5px !important; }
  .mini-charts {
    width: 100%; }
  .bar-charts-mini .chartjs-render-monitor {
    margin: 0px auto; }
  .hamburger1 {
    left: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 0px !important;
    top: 20px; }
  .hamburger1 .line {
    width: 100%;
    height: 4px;
    background-color: #ee0b7d !important;
    position: absolute; }
  .hamburger1 .line:nth-child(2) {
    top: 50%;
    margin-top: -2px; }
  .hamburger1 .line:nth-child(3) {
    bottom: 0; }
  #menu1 {
    height: 100%;
    position: fixed;
    width: 220px;
    left: 0px;
    top: 0px !important; }
  footer {
    padding: 10px 30px 10px 30px !important; }
  .scroll-body, .slimScrollDiv {
    height: 624px !important; }
  .heading-profile button.metrics {
    margin-top: -75px !important;
    margin-right: 21px !important; }
  .job-margin-top-30 {
    margin-top: 10px !important; }
  .xlsFile h2 {
    margin: 0 0 10px 0 !important; }
  .xlsFile .btns.pink-skin {
    margin-bottom: 12px !important; }
  .float-left {
    float: left !important; }
  .job-experience-on {
    margin-bottom: 12px !important; }
  #myChart {
    margin-top: 12px !important; }
  .experience-myChart {
    padding: 0px; }
  p.help-block.global-posting {
    margin: 0px !important; }
  jobordercreate .widget {
    margin-top: 5px !important; }
  .job-pdng-top-0 {
    padding-top: 0px !important; }
  #skill_autocomplete_2-skill-input-container {
    margin-bottom: 12px !important; }
  .notify-content {
    padding-left: 0px !important; }
  emp-dashboard widget {
    margin-top: 14px !important; }
  .button.form-control {
    width: 55% !important; }
  .slider_rz1 {
    width: 325px !important; }
  .slider_rz1 .rz-pointer-max.rz-pointer-max {
    left: 308px; }
  #skills-graph label {
    text-decoration: underline !important;
    font-weight: bold;
    letter-spacing: 1.5px; }
  am-dashboard #metrics, am-dashboard #metrics {
    padding: 0px 12px; }
  emp-selected-profiles .heading-profile h2 {
    margin-left: 18px !important; }
  div.job-type-button {
    margin-bottom: 20px !important; }
  .cthlabels .sheet-choose-button-row.job-type-button-row {
    margin-top: 30px !important; }
  .cal-icon-1::before, .cal-icon-2::before, .cal-icon-3::before, .cal-icon-4::before, .cal-icon-5::before {
    top: -13px !important;
    left: 120% !important; }
  .contract-to-hire {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .joborder-dp input {
    margin-bottom: 12px; }
  jobordermanager .heading-profile h2 {
    margin-left: 21px !important; }
  employer-users-edit .heading-profile h2 {
    margin-left: 20px !important; }
  emp-dashboard .our-clients-sec .widget-title a {
    margin-top: 5px !important; }
  emp-profiles-received .heading-profile h2 {
    margin-left: 21px !important; }
  emp-vendors-assigned .heading-profile h2 {
    margin-left: 23px !important; }
  candidateprofile-detail-view .navbar-nav li {
    display: inline-block !important; }
  candidateprofile-detail-view #detailed_info h2, manage-candidates-view #detailed_info h2 {
    margin: 0px !important; }
  .submitNowActive {
    margin-bottom: 12px; }
  .client-info > h3 a {
    margin-left: 48px !important;
    width: 68% !important; }
  .download-job-link {
    margin-top: 12px; }
  .btn {
    padding: 6px 8px !important; }
  login-form .modal-footer p {
    line-height: 20px !important;
    margin: 0 0 4px !important; }
  #jqcloud {
    margin-left: -18px !important;
    width: 296px !important;
    height: 300px !important; }
  #jqcloud_word_0 {
    left: 25px !important;
    top: 112px !important;
    font-size: 225% !important; }
  #jqcloud_word_1 {
    left: 134.205px !important;
    top: 196.007px !important;
    font-size: 175% !important; }
  #jqcloud_word_2 {
    font-size: 175% !important; }
  #jqcloud_word_3 {
    left: 141.059px !important;
    top: 4.4986px !important;
    font-size: 150% !important; }
  #jqcloud_word_4 {
    left: 18.9464px !important;
    top: 44.8732px !important;
    font-size: 150% !important; }
  #jqcloud_word_5 {
    left: 88.887px !important;
    top: 230.327px !important;
    font-size: 150% !important; }
  #jqcloud_word_6 {
    left: 117.6969px !important; }
  #jqcloud_word_7 {
    left: 115.47px !important;
    top: 71.8512px !important;
    font-size: 100% !important; }
  #jqcloud_word_8 {
    left: 47.4059px !important;
    top: 71.4408px !important;
    font-size: 100% !important; }
  #hirextra-ai-competency h3, #hirextra-ai h3, #hirextra-ai-personality h3 {
    font-size: 1.3em !important; }
  .panel-collapse .panel-body .col-md-4 #knowledgepie, .panel-collapse .panel-body .col-md-8 {
    text-align: center !important; }
  candidateprofileview button.btn {
    margin-right: 22px; }
  #accordion .panel .panel-body {
    padding: 0px !important; }
  #accordion .panel .panel-body .col-md-12, #accordion .panel .panel-body .col-md-8 {
    width: 107%;
    padding: 0px; }
  #accordion .panel .panel-body .col-md-12 .circle-chart, #accordion .panel .panel-body .col-md-8 .circle-chart {
    margin-right: 18px; }
  employer-profiles .dataTables_wrapper .dataTables_filter {
    margin-top: 2.5em !important;
    margin-left: -24px !important; }
  employer-inactivejobs .heading-profile h2, employer-inprogressjobs .heading-profile h2, employer-acceptedjobs .heading-profile h2, employer-pendingjobs .heading-profile h2, employer-holdjobs .heading-profile h2, employer-rejectedjobs .heading-profile h2 {
    margin-left: 25px !important; }
  #dataTables_wrapper table tbody tr td[colspan="5"]::before {
    content: initial !important; }
  .cookies-container {
    width: 375px !important; }
  .c-content-box .cookies-container {
    padding: 0px !important;
    width: 345px !important; }
  .cal-icon-2, .cal-icon-4 {
    margin-left: 0px !important; } }

@media (max-width: 384px) {
  .top-bar > .logo {
    padding: 0 100px !important;
    margin: 12px 0 12px !important; }
  footer {
    padding: 10px 30px 10px 30px !important; }
  .scroll-body, .slimScrollDiv {
    height: 526px !important; }
  .heading-profile button.metrics {
    margin-top: 2px !important; }
  #metrics {
    padding: 0px 28px; }
  .button.form-control {
    width: 64% !important; }
  .heading-profile h2 {
    margin-left: 8px !important; }
  jobordercreate .heading-profile h2 {
    margin-left: 15px !important; }
  vendors-list .heading-profile h2 {
    margin-left: 17px !important; }
  dashboard .heading-profile h2 {
    margin-left: 20px !important; }
  employer-users-add .heading-profile h2, employer-users-list .heading-profile h2, employer-users-edit .heading-profile h2 {
    margin-left: 20px !important; }
  emp-dashboard .heading-profile h2 {
    margin-left: 19px !important; }
  employers-list .heading-profile h2, employers-add .heading-profile h2 {
    margin-left: 19px !important; }
  jobordermanager .heading-profile h2 {
    margin-left: 21px !important; }
  joborderedit .heading-profile h2 {
    margin-left: 17px !important; }
  .box-header, .box-body {
    padding: 10px 20px !important; }
  #grid_filter {
    margin-top: 40px !important;
    margin-left: -50px !important; }
  .dataTables_paginate {
    margin-top: 30px !important;
    margin-left: -25px !important; }
  .slider_rz1 {
    width: 280px !important; }
  .slider_rz1 .rz-pointer-max.rz-pointer-max {
    left: 253px; }
  .exp-warning {
    font-size: 10px !important; }
  img.mar-t0 {
    width: 282px !important; }
  .individual-skills {
    height: 72px;
    width: 72px; }
  .client-list > li {
    padding: 0 10px !important; }
  .client-info > a.btn-success {
    margin-top: -56px !important; }
  .client-info > h3 a {
    font-size: 13px !important;
    margin-left: 40px !important;
    width: 66% !important; }
  .client-list > li > span {
    height: 45px !important;
    width: 45px !important; }
  .btn {
    padding: 6px 8px !important; }
  emp-joborderview .heading-profile h2 {
    margin-left: 20px !important; }
  employer-profiles .heading-profile h2 {
    margin-left: 17px !important; }
  employer-profiles .dataTables_wrapper .dataTables_filter {
    margin-top: 2.5em !important;
    margin-left: -50px !important; }
  .heading-profile > h2 {
    font-size: 16px !important; }
  employee-view-all .heading-sec div span a {
    height: 31px !important; }
  .cookies-container {
    width: 350px !important; }
  .c-content-box .cookies-container {
    padding: 0px !important;
    width: 318px !important; } }

@media (max-width: 320px) {
  .btn {
    padding: 6px 6px !important;
    font-size: 12px !important; }
  p.timeline_activity {
    font-size: 17px !important; }
  .contact-sec {
    padding: 15px 15px !important; }
  .contact-sec h2 {
    margin: 4px 0 16px 0; }
  .button.form-control {
    width: 100% !important; }
  .main-content {
    padding: 65px 20px 30px 20px !important; }
  .profile-icon:first-child {
    margin-left: -16px !important; }
  .panel-content {
    padding: 0 !important; }
  .profile-img {
    width: 48px !important;
    height: 48px !important; }
  .heading-profile h2 {
    margin-left: 18px !important; }
  section.content .heading-profile h2 {
    margin-left: 7px !important; }
  account-managers-add .heading-profile h2 {
    margin-left: 21px !important; }
  emp-dashboard .heading-profile h2 {
    margin-left: -2px !important; }
  jobordercreate .heading-profile h2 {
    margin-left: 2px !important; }
  joborderedit .heading-profile h2 {
    margin-left: -2px !important; }
  jobordermanager .heading-profile h2 {
    margin-left: 6px !important; }
  emp-joborderview .heading-profile h2 {
    margin-left: -17px !important; }
  emp-joborderview .heading-sec div.col-md-6.column {
    margin-left: 14px !important; }
  employee-view-all .heading-profile h2 {
    margin-left: -23px !important; }
  dashboard .heading-profile h2, employers-list .heading-profile h2, employers-add .heading-profile h2 {
    margin-left: 18px !important; }
  employer-users-add .heading-profile h2, employer-users-list .heading-profile h2, employer-users-edit .heading-profile h2 {
    margin-left: 0px !important; }
  employertopactivityreadmore .heading-profile h2 {
    margin-left: -19px !important; }
  employer-activity-readmore .heading-profile h2 {
    margin-left: -23px !important; }
  emp-joborderview .heading-sec.profile-header {
    margin-left: -2px !important; }
  .top-bar > .logo {
    padding: 0 80px !important; }
  .hamburger1 {
    top: 16px !important; }
  .scroll-body, .slimScrollDiv {
    height: 370px !important; }
  manage-company-information
.dataTables_paginate {
    width: 166px !important;
    margin-left: -48px !important; }
  .dataTables_filter {
    margin-top: 48px !important; }
  .heading-profile button.metrics {
    margin-top: -72px !important;
    margin-right: 0px !important; }
  #metrics {
    padding: 0px 26px; }
  .slider_rz1 {
    width: 240px !important; }
  .slider_rz1 .rz-pointer-max.rz-pointer-max {
    left: 208px; }
  .job-min-max {
    padding-bottom: 10px;
    padding-top: 10px; }
  .feild {
    margin-top: 0px !important; }
  .acount-sec {
    padding: 40px 15px !important; }
  div.alert {
    margin-left: -12px; }
  employer-users-list .dataTables_filter {
    margin-left: -81px !important; }
  employer-users-list .dataTables_paginate {
    padding-top: 34px !important;
    margin-left: -56px !important; }
  img.mar-t0 {
    width: 242px !important; }
  .individual-skills {
    height: 72px;
    width: 72px; }
  .details_employer1 {
    padding: 0 5px !important; }
  emp-selected-profiles #grid_filter {
    margin-top: 40px !important;
    margin-left: -71px !important; }
  emp-selected-profiles .heading-profile h2 {
    margin-left: -2px !important; }
  emp-selected-profiles .dataTables_paginate {
    margin-left: -38px !important; }
  emp-profiles-rejected .heading-profile h2 {
    margin-left: -1px !important; }
  emp-profiles-rejected #grid_filter, emp-profiles-received #grid_filter {
    margin-top: 44px !important;
    margin-left: -70px !important; }
  emp-profiles-rejected .dataTables_paginate, emp-profiles-received .dataTables_paginate {
    margin-left: -39px !important; }
  .cthlabels .job-type-button {
    min-width: 154px !important;
    font-size: 13px !important; }
  .cal-icon-1::before, .cal-icon-2::before, .cal-icon-3::before, .cal-icon-4::before, .cal-icon-5::before {
    left: 109% !important; }
  emp-profiles-received .heading-profile h2 {
    margin-left: -2px !important; }
  employer-closedjobs .heading-profile h2 {
    margin-left: 2px !important; }
  employer-closedjobs .heading-profile button.metrics {
    margin-top: -66px !important; }
  employer-closedjobs .dataTables_filter {
    margin-top: 38px !important;
    margin-left: -71px !important; }
  employer-closedjobs .dataTables_paginate {
    margin-left: -38px !important; }
  employer-closedjobs #metrics {
    padding: 0px; }
  emp-vendors-assigned .heading-profile h2 {
    margin-left: 1px !important; }
  emp-vendors-assigned #grid_filter {
    margin-left: -68px !important; }
  candidateprofile-detail-view h3.modal-title {
    font-size: 1.5em !important; }
  employer-inactivejobs .heading-profile h2, employer-inprogressjobs .heading-profile h2, employer-acceptedjobs .heading-profile h2, employer-pendingjobs .heading-profile h2, employer-holdjobs .heading-profile h2, employer-rejectedjobs .heading-profile h2 {
    margin-left: -2px !important; }
  .client-info > h3 a {
    width: 62% !important; }
  employer-profiles .heading-profile h2 {
    margin-left: -1px !important; }
  employer-profiles .dataTables_filter {
    margin-top: 40px !important; }
  employer-profiles .dataTables_wrapper .dataTables_filter {
    margin-top: 2.5em !important;
    margin-left: -69px !important; }
  .nav > li > a {
    padding: 10px 5px !important;
    font-size: 12px !important; }
  .cookies-container {
    width: 291px !important; }
  .c-content-box .cookies-container {
    padding: 0px !important;
    width: 248px !important; } }

/*********** Nagendra Styles End ************/
/*****************sunil start**************/
@media (max-width: 992px) {
  am-view-all .row {
    text-align: center !important; }
  accountmanagertopactivityreadmore .row {
    text-align: center !important; }
  am-dashboard .heading-profile button.metrics {
    margin-top: -28px !important;
    margin-right: -38px !important; }
  am-dashboard .profile-icon:first-child {
    margin-left: 20px;
    margin-top: 13px; }
  am-view-all .comments_top {
    margin-top: -80px; }
  am-view-all .read_moretop {
    margin-right: 42px;
    margin-top: -64px;
    margin-bottom: 57px; }
  am-view-all .read_moretop1 {
    margin-right: 42px;
    margin-top: 0px;
    margin-bottom: 57px; }
  accountmanageractivityreadmore .heading-sec {
    text-align: center; }
  .modal-content {
    overflow-y: hidden; }
  .interview_shed {
    padding-left: 6px; }
  am-job-view .required_skills {
    float: initial; }
  vendor-view-all .row {
    text-align: center; }
  vendor-activity-readmore .row {
    text-align: center; }
  am-dashboard #newpost {
    margin-top: -65px;
    margin-left: -106px; }
  .vsa_iconset {
    float: left;
    margin-top: 10px; }
  .page_loade {
    margin-left: -16px !important; }
  .small_dec {
    width: 76% !important;
    display: -webkit-inline-box; }
  .small_dec1 {
    width: 100% !important; }
  .download_overall {
    font-weight: bold;
    float: right;
    display: inline-block; }
  am-job-view .custom-revenue {
    position: initial !important; }
  .widget {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin-top: 14px;
    position: relative;
    width: 100%;
    border-radius: 5px;
    height: 291px; } }

@media (max-width: 800px) {
  am-dashboard .heading-profile h2 {
    margin-left: 8px !important; }
  am-view-all .heading-profile h2 {
    margin-top: -42px;
    margin-left: 0px !important; }
  accountmanageractivityreadmore .heading-profile h2 {
    margin-top: -42px;
    margin-left: 0px !important; }
  accountmanageractivityreadmore .row {
    margin-top: -34px; }
  user-profile .heading-profile h2 {
    margin-left: 0px !important; }
  manage-password-change .heading-profile h2 {
    margin-left: 10px !important; }
  assigned-jobs .heading-profile h2 {
    margin-left: -2px !important;
    width: initial !important; }
  assigned-jobs .heading-profile button {
    margin-top: -40px !important;
    margin-right: 20px !important; }
  am-job-view .heading-profile h2 {
    margin-left: 10px !important; }
  am-job-view #countup {
    float: left;
    width: 156%;
    margin-top: 10px;
    margin-left: -74px; }
  assigned-jobs .heading-profile button.metrics {
    margin-top: -49px !important;
    margin-right: 22px !important; }
  manage-company-information .heading-profile {
    margin-left: 90px; } }

@media (max-width: 768px) {
  .nav-tabs {
    padding-bottom: 37px !important; }
  am-dashboard .heading-profile > button {
    margin-top: initial !important; }
  am-job-view .timeline-overflow {
    overflow-y: initial; } }

@media (max-width: 600px) {
  am-job-view .timeline-overflow {
    overflow-y: hidden; } }

@media (max-width: 480px) {
  assigned-jobs .heading-profile {
    padding-top: 0px !important;
    padding-left: 6px; }
  assigned-jobs .heading-profile button.metrics {
    margin-top: -38px !important;
    margin-right: 21px !important; }
  am-job-view .breadcrumbs {
    margin-left: -29% !important; }
  am-job-view #countup {
    float: left;
    margin-left: 10px; }
  #detailed_info .col-sm-3 span {
    left: 27px !important;
    top: 25px !important; }
  am-job-view #skills-graph {
    width: 100%; }
  am-job-view .required_width {
    width: 98%;
    margin-left: 0px; }
  am-job-view .emp_p {
    overflow-wrap: break-word;
    width: 110%; }
  am-job-view .possible-revenue-row {
    clear: both;
    border: 1px solid #58ab28;
    margin: 15px 0px 15px 12px !important; }
  am-job-view #smalldesc {
    width: 77%; }
  am-job-view .download_job > a {
    margin-top: 14px;
    padding-right: 74px; }
  am-job-view .vsa_vendor_moreinfo {
    display: inherit; }
  am-job-view #vsa .cd-horizontal-timeline .timeline {
    margin-top: 39px; }
  am-dashboard .heading-profile {
    padding-top: 0px !important;
    padding-left: 10px; }
  am-dashboard .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -27% !important; }
  user-profile .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -31% !important; }
  manage-password-change .heading-profile > h2 {
    font-size: 17px;
    margin-left: 18px !important; }
  manage-password-change .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -31% !important; }
  am-employers .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -30% !important; }
  am-employers .heading-profile h2 {
    margin-left: 34px !important; }
  am-vendors .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -28% !important; }
  am-employers #grid-exp_filter {
    margin-left: -70px !important; }
  am-vendors #grid-exp_filter {
    margin-left: -70px !important; }
  am-employers #grid-exp_filter {
    margin-left: -27px !important;
    margin-top: 27px !important; }
  am-vendors #grid-exp_filter {
    margin-left: -27px !important;
    margin-top: 27px !important; }
  am-dashboard #newpost {
    margin-left: -181px !important;
    margin-top: -52px; }
  am-view-all user-profile, .breadcrumbs {
    margin-left: -22% !important; }
  am-view-all .heading-profile h2 {
    margin-left: 20px !important;
    margin-top: -35px; }
  .modaldiv {
    width: 79% !important;
    margin-left: 4px !important; }
  am-profilesreceived, am-shortlistedprofiles, am-rejectedProfiles, am-profilesPending .breadcrumbs {
    margin-left: -167px  !important; }
  am-profilesreceived, am-shortlistedprofiles, am-rejectedProfiles, am-profilesPending .heading-profile h2 {
    margin-left: 10px !important; }
  user-profile .heading-profile h2 {
    margin-left: 22px !important; }
  vendor-dashboard .heading-profile button.metrics {
    margin-top: -45px !important;
    margin-right: 21px !important; }
  .user-count {
    margin: 10px 15px 16px 15px !important; }
  vendor-assigned-jobs .breadcrumbs {
    margin-left: -33% !important; }
  assigned-jobs .breadcrumbs > ul {
    text-align: center; }
  assigned-jobs .heading-profile h2 {
    margin-left: 20px !important;
    width: initial !important; }
  joborderview .heading-profile h2 {
    margin-left: 15px !important; }
  joborderview .breadcrumbs {
    margin-left: -10% !important; }
  joborderview .source_aido {
    margin-top: 22px; }
  joborderview #countup {
    margin-top: 20px;
    margin-left: 27px;
    width: 77%; }
  joborderview .required_skillsle {
    float: initial !important; }
  joborderview .required_skillsle {
    float: initial !important;
    margin-left: -14px; }
  .float_right1 {
    width: 100% !important;
    margin-top: 18px; }
  vendor-dashboard .breadcrumbs {
    margin-left: -25% !important; }
  joborderview .source_aido1 {
    margin-right: 36px !important; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 1.5em;
    margin-left: -61px; }
  vendor-view-all .comments-read-more {
    margin-right: 116px !important; }
  .readmore_1 {
    margin-top: -58px; }
  am-job-view .heading-profile h2 {
    margin-left: 23px !important; }
  manage-company-information .breadcrumbs {
    margin-left: -32% !important; }
  am-job-view .download_overall > a {
    margin-right: 201px !important;
    margin-top: 12px; }
  am-view-all .breadcrumbs {
    margin-left: -122px !important; }
  joborderview .download_overall {
    float: left !important;
    margin-top: 6px; } }

@media (max-width: 420px) {
  am-job-view #countup {
    width: 87%;
    margin-top: 2px; }
  am-job-view .rejact_alig {
    margin-top: 16px; }
  am-dashboard .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -23% !important; }
  user-profile .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -26% !important; }
  manage-password-change .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -27% !important; }
  am-employers .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -26% !important; }
  am-vendors .breadcrumbs {
    margin-top: 0% !important;
    float: left !important;
    margin-left: -25% !important; }
  .modaldiv {
    width: 69% !important;
    margin-left: 4px !important; }
  .modal-dialog {
    width: 100% !important; }
  .modal {
    left: 10px !important;
    right: 10px !important; }
  textarea {
    width: 100% !important; }
  vendor-view-all .comments-read-more {
    margin-right: 81px !important; }
  am-job-view .download_overall > a {
    margin-right: 137px !important;
    margin-top: 12px; } }

@media (max-width: 384px) {
  assigned-jobs .heading-profile button.metrics {
    margin-top: -38px !important;
    margin-right: 15px !important; }
  assigned-jobs .heading-profile h2 {
    margin-left: 17px !important; }
  am-job-view #countup {
    width: 93%; }
  am-dashboard .heading-profile {
    padding-top: 0px !important;
    padding-left: 18px; }
  manage-password-change #grid_filter {
    margin-top: 40px !important;
    margin-left: -71px !important; }
  am-employers .heading-profile h2 {
    margin-left: 17px !important; }
  am-employers #grid-exp_filter {
    margin-left: -52px !important;
    margin-top: 27px !important; }
  am-vendors #grid-exp_filter {
    margin-left: -52px !important;
    margin-top: 27px !important; }
  am-view-all .heading-profile h2 {
    margin: -37px 0px 0px 8px !important; }
  .modaldiv {
    width: 63% !important;
    margin-left: 4px !important; }
  am-profilesreceived, am-shortlistedprofiles, am-rejectedProfiles, am-profilesPending .heading-profile h2 {
    margin-left: 10px !important; }
  user-profile .heading-profile h2 {
    margin-left: 17px !important; }
  joborderview .source_aido1 {
    margin-right: 7px !important; }
  joborderview #countup {
    margin-left: 27px;
    width: 89%; }
  joborderview .modal {
    left: 9px !important; }
  am-job-view .download_overall > a {
    width: 100%;
    margin-right: 99px !important;
    margin-top: 20px;
    float: left !important; } }

@media (max-width: 320px) {
  assigned-jobs .heading-profile h2 {
    margin-left: 4px !important; }
  am-job-view #countup {
    width: 145%;
    margin-left: -4px; }
  am-job-view .required_width {
    width: 96%;
    margin-left: 0px; }
  am-job-view .emp_p {
    overflow-wrap: break-word;
    width: 111%; }
  am-job-view .possible-revenue-row {
    clear: both;
    border: 1px solid #58ab28;
    margin: 15px 0px 15px 12px !important; }
  am-job-view .download_job > a {
    margin-top: 14px;
    padding-right: 16px; }
  am-job-view.details_employer1 {
    padding: 0px 53px 0px 0px; }
  assigned-jobs .heading-profile button.metrics {
    margin-top: -37px !important;
    margin-right: 12px !important; }
  am-dashboard .heading-profile h2 {
    float: left;
    margin-left: -16px !important; }
  manage-password-change .heading-profile > h2 {
    font-size: 17px;
    margin-left: 0px !important; }
  am-employers .heading-profile h2 {
    margin-left: -2px !important; }
  am-employers .heading-profile h2 {
    margin-left: -6px !important; }
  am-employers .heading-profile h2 {
    margin-left: -1px !important; }
  am-employers .heading-profile h2 {
    margin-left: -3px !important; }
  accountmanageractivityreadmore .heading-profile {
    margin-left: -51px; }
  .modaldiv {
    width: 53% !important;
    margin-left: 4px !important; }
  am-job-view .heading-profile h2 {
    margin-left: 6px !important; }
  am-profilesreceived, am-shortlistedprofiles, am-rejectedProfiles, am-profilesPending .heading-profile h2 {
    margin-left: 10px !important; }
  vendor-dashboard .heading-profile button.metrics {
    margin-top: -53px !important;
    margin-right: 12px !important; }
  vendor-dashboard .heading-profile h2 {
    margin-left: -9px !important; }
  joborderview .source_aido1 {
    margin-right: 2px !important; }
  joborderview .heading-profile h2 {
    margin-left: -4px !important; }
  joborderview #countup {
    width: 129%;
    margin-left: 10px; }
  .dataTables_filter {
    margin-top: 48px !important;
    margin-left: -97px !important; }
  .modal-dialog {
    width: 100% !important; }
  .modal {
    left: 10px !important; }
  manage-company-information .heading-profile {
    text-align: left; }
  manage-company-information .heading-profile h2 {
    margin-left: -8px !important; }
  vendor-dashboard .panel-content .row {
    padding: 0px;
    float: initial; }
  .notify-content.notify-display-block p {
    float: none !important; }
  .notify-content.notify-display-block a {
    padding-right: 22px; } }

@media (max-width: 640px) {
  am-profilesreceived, am-shortlistedprofiles, am-rejectedProfiles, am-profilesPending .heading-profile h2 {
    margin-left: 10px !important; } }

@media (max-width: 480px) {
  .middleone_two {
    text-align: -webkit-center; }
  .account-form label input {
    float: right !important;
    margin-left: 170px !important;
    margin-top: 7px !important; }
  .middle_three {
    margin-bottom: 0px !important;
    margin-top: 18px !important;
    margin-left: 95px  !important; }
  .feild {
    margin-top: 10px; } }

@media (max-width: 384px) {
  .account-form label input {
    float: right !important;
    margin-left: 134px !important;
    margin-top: 6px !important; }
  .middle_three {
    margin-bottom: 0px !important;
    margin-top: 18px !important;
    margin-left: 72px !important; }
  user-profile .heading-profile {
    text-align: center;
    padding-left: 24px !important; } }

@media (max-width: 480px) {
  .account-form label input {
    float: right !important;
    margin-left: -12px !important;
    margin-top: 7px !important; }
  user-profile .heading-profile {
    text-align: center;
    padding-left: 5px; } }

@media (max-width: 320px) {
  .middle_three {
    margin-bottom: 0px !important;
    margin-top: 18px !important;
    margin-left: 79px !important;
    display: inline; }
  .middle_iph {
    margin-left: 45px; }
  user-profile .heading-profile {
    text-align: center;
    padding-left: 3px !important; }
  .profile-icon:first-child {
    margin-left: 6px !important;
    margin-left: -4px; }
  #grid_filter {
    margin-top: 40px !important;
    margin-left: -69px !important; } }

@media (max-width: 384px) {
  .change_res {
    margin-left: 61px !important; } }

@media (max-width: 384px) {
  .heading-profile button {
    float: right;
    display: inline-block;
    margin-top: -50px !important;
    margin-right: 22px; } }

@media (max-width: 768px) {
  .heading-profile button {
    float: right;
    margin-top: -3px !important;
    margin-right: 9px !important; }
  .nav-tabs {
    padding-bottom: 37px !important; } }

@media (max-width: 420px) {
  .heading-profile button {
    float: right;
    display: inline-block;
    margin-top: -50px !important;
    margin-right: 30px !important; } }

@media (max-width: 480px) {
  #grid_filter label {
    margin-top: -12px !important; }
  .nav nav-tabs {
    padding-bottom: 31px !important; }
  manage-password-change .heading-profile {
    padding-top: 0px !important;
    padding-left: 7px; } }

@media (max-width: 420px) {
  .nav-tabs {
    padding-bottom: 41px !important;
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 420px) {
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    /* clear: both !important; */
    border-radius: 26px;
    margin: 2px; }
  .nav-tabs > li > a {
    line-height: 0.428571; }
  .nav-tabs > li.active > a {
    background: #ee0b7d !important;
    border-radius: 12px;
    color: #fff !important; }
  .nav-tabs > li > a {
    margin-right: 2px;
    border: 1px solid transparent;
    border: 1px solid #9b9797;
    border-radius: 10px !important; }
  .nav-tabs > li.active > a {
    background: #ee0b7d !important;
    border-radius: 12px;
    color: #fff !important; } }

@media (max-width: 768px) {
  .nav-tabs > li > a {
    margin-right: 2px;
    border: 1px solid transparent;
    border: 1px solid #9b9797;
    border-radius: 10px !important;
    margin-bottom: 8px; } }

@media (max-width: 420px) {
  .custom-row .block {
    display: inline-block;
    width: 8%;
    padding-right: 60px; }
  ul.candidate-history > li > span {
    top: -17px !important;
    left: -9px !important; } }

@media (max-width: 768px) {
  .custom-row .block {
    display: inline-block;
    margin-right: 38px; } }

@media (max-width: 420px) {
  .custom-row .block {
    display: inline-block;
    margin-right: 11px; } }

@media (max-width: 992px) {
  .custom-row .block {
    display: inline-block;
    margin-right: 24px; } }

@media (max-width: 480px) {
  .box_footerright {
    margin-left: 30px; }
  .box-footer p {
    margin-top: 5px; } }

@media (max-width: 768px) {
  .box_footerright {
    margin-left: 30px; }
  .box-footer p {
    margin-top: 5px; } }

@media (max-width: 384px) {
  .account-form label input {
    margin-right: 10px;
    margin-top: 7px;
    margin-top: 6px !important; } }

@media (max-width: 768px) {
  .full_width {
    width: 100% !important; }
  .full_width1 {
    padding-bottom: 25px !important; }
  .full_width2 {
    padding-bottom: 45px !important; } }

@media (max-width: 680px) {
  .full_width1 {
    padding-bottom: 25px !important; }
  .full_width2 {
    padding-bottom: 45px !important; } }

@media (max-width: 640px) {
  .full_width1 {
    padding-bottom: 25px !important; }
  .full_width2 {
    padding-bottom: 44px !important; } }

@media (max-width: 568px) {
  .full_width1 {
    padding-bottom: 43px !important; }
  .full_width2 {
    padding-bottom: 45px !important; } }

@media (max-width: 992px) {
  .save_right {
    float: right !important; }
  .custom-row .block {
    display: inline-block;
    margin-right: 24px; }
  .box_footerright {
    margin-left: 30px; }
  .box-footer p {
    margin-top: 5px; }
  .full_width {
    width: 100% !important; } }

@media (max-width: 768px) {
  .save_right {
    float: right !important; } }

@media (max-width: 480px) {
  .save_right {
    float: right !important; }
  am-dashboard .profile-icon button {
    margin-top: -2px !important; } }

@media (max-width: 384px) {
  .save_right {
    float: right !important; } }

@media (max-width: 360px) {
  am-employers .heading-profile h2 {
    margin-left: 13px !important; } }

.float_right1 {
  width: 480px; }

.page_loade {
  margin-left: 120px;
  height: 220px; }

.emp_p {
  color: black !important; }

.mycart_position {
  margin-bottom: -176px;
  margin-top: -6px !important;
  margin-left: -59px; }

.status_position span {
  width: 80%; }

.vendor_i320 i {
  display: inherit !important; }

.skills_left {
  margin-left: -16px; }

/*************sunil end*********/
/************* Data table styles starts here *********/
table.dataTable thead > tr {
  background: #F6F7F8 !important;
  color: #3F4647 !important; }

table.dataTable {
  border: 2px solid #EFEFEF; }

table.dataTable.no-footer {
  border: 2px solid #EFEFEF !important; }

table.dataTable.display tbody tr td {
  background: #fff !important;
  font-weight: 780;
  vertical-align: text-bottom;
  padding: 15px 6px 15px 6px;
  font-size: 13px; }

table.dataTable thead th {
  border-bottom: none !important; }

table.dataTable tr td a {
  /* color: #ee0b7d; */ }

.event-calendar .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
  border-right: none !important; }

.event-calendar .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-right: none !important; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  color: #3F4647 !important;
  font-weight: 780; }

table.dataTable thead th {
  font-weight: 780 !important; }

.status-pending {
  background: #F6B127 !important; }

.eye_icon_bg {
  background: #989898 !important;
  color: #fff !important;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 2px 4px 2px 4px !important; }

.edit_icon_bg {
  color: #fff !important;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 3.5px 4px 2px 5px !important;
  border: none; }

.first_one, .second_one, .third_one {
  width: 30px !important;
  height: 30px !important; }

.second_one {
  margin-top: -29px !important; }

.third_one {
  margin-top: -30px !important; }

#grid_wrapper td .profile-icon .pink-skin {
  line-height: 18px !important;
  height: 20px !important;
  width: 20px !important;
  font-size: 12px !important; }

#grid_wrapper td .profile-icon .mini-stats {
  top: -7px !important; }

.tabbable .tab-content .tab-pane .nav-tabs1 > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: none !important;
  color: #3F4647 !important; }

.main-content .tabbable .tab-content .nav-tabs1.nav > li, .tabbable .tab-content .nav-tabs1.nav > li > a {
  bottom: 18px !important;
  padding: 2px 4px 4px 6px; }

/************* Data table styles ends here  *********/
/************** ajay responsive start*****************/
@media (max-width: 800px) {
  jobordercreate .switch {
    margin-left: 282px;
    margin-top: 10px; }
  joborderedit .switch {
    margin-left: 282px;
    margin-top: 10px; } }

emp-joborderview .heading-profile h2 {
  margin-left: 23px !important; }

@media (max-width: 480px) {
  .account-header-link {
    padding: 10px 0px 20px 0px;
    margin-bottom: 0px !important; }
  .account-header-link li a {
    float: right !important; }
  jobordercreate .switch {
    margin-left: 158px;
    margin-top: 9px; }
  joborderedit .switch {
    margin-left: 158px;
    margin-top: 9px; }
  joborderview .breadcrumbs {
    margin-left: -5%; }
  joborderview #countup {
    margin-top: 12px; }
  vendor-dashboard .heading-profile button.metrics {
    margin-top: -49px !important; }
  .forgotpwd a {
    padding-left: 13px !important; }
  .feild {
    margin-left: 0px; }
  .icons {
    margin-right: 12px; }
  .gradient {
    padding-top: 94px; }
  am-job-view .mycart_position {
    margin-bottom: -100px;
    margin-left: -19px; }
  am-job-view #myChart {
    width: 108%; } }

.vsa_inline {
  width: 100%;
  overflow-y: auto; }

@media (max-width: 420px) {
  .gradient {
    padding-top: 50px; } }

@media (max-width: 384px) {
  .account-header-link {
    padding: 11px 0px !important;
    width: 135px; }
  .logo a img {
    width: 135px; }
  .account-header-link li a {
    padding: 0; }
  .account-form label input {
    margin-right: 10px;
    margin-top: 7px;
    margin-top: 6px !important; }
  jobordercreate .switch {
    margin-left: 140px;
    margin-top: 9px; }
  joborderedit .switch {
    margin-left: 123px;
    margin-top: 9px; }
  .modaldiv {
    width: 100% !important;
    margin-left: 4px !important; }
  .gradient {
    padding-top: 0px; }
  .icons ul {
    margin-top: -126px !important;
    margin-right: -24px; } }

@media (max-width: 320px) {
  .account-header-link {
    width: 100px; }
  .logo img.country {
    margin-left: 10px; }
  .logo a img {
    width: 100px; }
  .account-header-link li a {
    font-size: 9px;
    line-height: 16px;
    padding: 0; }
  .acount-sec {
    padding: 40px 0px !important; }
  emp-team-dashboard .heading-profile h2 {
    margin-left: -6px !important; }
  emp-dashboard .heading-profile button.metrics {
    margin-top: -138px !important; }
  jobordercreate .switch {
    margin-left: 90px;
    margin-top: 5px; }
  joborderedit .switch {
    margin-left: 90px;
    margin-top: 5px; }
  .logo-login {
    padding-top: 2px !important; }
  .forgotpwd {
    margin-top: -17px;
    margin-left: 24px; }
  .copyrt {
    font-size: 9px;
    padding-left: 11px !important;
    margin-top: 18px !important; }
  .forcolor li a {
    font-size: 10px; }
  .forcolor {
    margin-left: -46px !important; }
  .icons {
    margin-right: 9px; }
  .fullscreen {
    padding-top: 16px !important;
    padding-bottom: 0px !important; }
  .fullscreen1 {
    padding-bottom: 0px !important; }
  .login_up {
    margin-top: -18px !important; } }

@media (max-height: 568px) {
  .gradient {
    padding-top: 60px; } }

@media (max-height: 480px) {
  .gradient {
    padding-top: 21px; } }

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

.widget-title h2 {
  text-align: center;
  margin: 0 !important;
  padding-top: 20px; }

.account-form > form .feild > input[type="submit"] {
  margin-left: 19px; }

.acount-sec {
  padding-bottom: 100px !important;
  margin-top: 63px; }

.gradient {
  background: radial-gradient(ellipse at center, #a8cc94 0, #ec3f96 100%); }

.logo-login img {
  vertical-align: middle;
  margin-bottom: 20px; }

.help-links {
  border-top: none !important; }

.forgotpwd a {
  padding-left: 141px; }

.forcolor li a {
  color: #000;
  padding-top: 10px; }

.forcolor {
  margin-top: 10px; }

.icons ul {
  margin-top: -102px; }

.icons ul li img {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 3px; }

.forcolor li > a:hover {
  color: white; }

.copyrt {
  text-align: center;
  color: #000;
  padding-left: 26px;
  margin-top: 30px; }

.fullscreen {
  padding-bottom: 6px !important;
  margin-top: -8px !important; }

.custom-revenue {
  position: initial; }

.account-form > form .feild > input[type="submit"] {
  margin-left: 23px; }

.checkbox1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 66px; }

#remember {
  margin-top: 16px; }

/************  ajay responsive end *******************/
div.form-elements-sec .col-md-6.column:nth-child(2) {
  padding-left: 1%; }

.inline_match {
  width: 10.666667% !important; }

#detailed_info .status-cell {
  display: inline-block; }

.btn-pink {
  background: #ee0b7d;
  color: #ffffff !important; }

#event-cal-click {
  cursor: pointer; }

.slimScrollBar {
  background: #777272 !important;
  opacity: 1 !important; }

a, b, body, button, div, h1, h2, h3, h4, h5, h6, input, li, option, p, section, select, span, textarea, ul {
  font-family: Poppins, sans-serif !important; }

.panel-content {
  float: left;
  margin-top: 0;
  padding-top: 0px !important;
  width: 100%; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  a, b, body, button, div, h1, h2, h3, h4, h5, h6, input, li, option, p, section, select, span, textarea, ul {
    font-family: Poppins, sans-serif !important; } }

.status-cell {
  display: inline-block !important; }

.changing_color {
  padding: 20px !important;
  background: white !important;
  color: black !important; }

select {
  border-radius: 5px; }

.fa-mail-forward:before, .fa-share:before, .fa-mail-forward:before, .fa-share:before {
  cursor: pointer !important; }

/*  jobs page profile circles styles starts here */
.first_one {
  border: 3px solid green;
  border-radius: 188px;
  background: green;
  color: #fff; }

.second_one {
  background: orange;
  color: #fff; }

.third_one {
  background: red;
  color: #fff; }

.first_one:hover, .second_one:hover, .third_one:hover {
  transform: scale(0.8); }

/*  jobs page profile circles styles ends here  */
/*  Account manager jobs page styles  */
.all_jobs_ratio {
  background: #58AB28;
  color: #fff;
  border-radius: 2px;
  padding: 12px 0px 12px 0px; }

.job_order_select {
  float: right;
  height: 30px;
  color: #F7F7F7;
  background: #C5C5C5;
  width: 135px;
  border: none;
  padding-left: 10px;
  margin-right: 4px; }

.job_order_btn {
  background: #C5C5C5;
  color: #F7F7F7;
  margin-right: 4px; }

.hirextra_allvendors {
  width: 18%; }

.text-white {
  color: #fff;
  font-size: 13px; }

.edit_icon_bg {
  background: none !important;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  border-radius: 4px !important;
  padding: 0px 6px 0px 7px !important;
  border: 2px solid #EFEFEF !important; }

.eye_icon_bg {
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  border-radius: 4px !important;
  padding: 2px 5px 2px 4px !important;
  border: 2px solid #EFEFEF !important; }

.all_jobs_ratio {
  background: #58AB28;
  color: #fff;
  border-radius: 2px;
  padding: 12px 0px 12px 0px; }

.text-white {
  color: #fff;
  font-size: 13px; }

.job_order_select {
  float: right;
  height: 30px;
  color: #F7F7F7;
  background: #C5C5C5;
  width: 135px;
  border: none;
  padding-left: 10px; }

.job_order_btn {
  background: #C5C5C5;
  color: #F7F7F7; }

.hirextra_allvendors {
  width: 18%; }

.job_order_btn {
  font-size: 12px !important;
  height: 30px; }

.common-data-table thead > tr {
  background: #f6f7f8 !important;
  color: #3f4647 !important; }

.common-data-table tbody tr {
  background-color: #f9f9f9 !important; }

.common-data-table tbody tr td {
  background: #fff !important;
  font-weight: 780;
  vertical-align: text-bottom;
  padding: 15px 6px;
  font-size: 13px;
  line-height: 20px; }

div.alert {
  margin-left: 0 !important; }

html body.fixed-navbar {
  padding-top: 0px !important; }

body {
  font-family: Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  background-color: #f9fafd; }

caption {
  color: #6b6f80; }

.customizer .col, .customizer .col-1, .customizer .col-10, .customizer .col-11, .customizer .col-12, .customizer .col-2, .customizer .col-3, .customizer .col-4, .customizer .col-5, .customizer .col-6, .customizer .col-7, .customizer .col-8, .customizer .col-9, .customizer .col-auto, .customizer .col-lg, .customizer .col-lg-1, .customizer .col-lg-10, .customizer .col-lg-11, .customizer .col-lg-12, .customizer .col-lg-2, .customizer .col-lg-3, .customizer .col-lg-4, .customizer .col-lg-5, .customizer .col-lg-6, .customizer .col-lg-7, .customizer .col-lg-8, .customizer .col-lg-9, .customizer .col-lg-auto, .customizer .col-md, .customizer .col-md-1, .customizer .col-md-10, .customizer .col-md-11, .customizer .col-md-12, .customizer .col-md-2, .customizer .col-md-3, .customizer .col-md-4, .customizer .col-md-5, .customizer .col-md-6, .customizer .col-md-7, .customizer .col-md-8, .customizer .col-md-9, .customizer .col-md-auto, .customizer .col-sm, .customizer .col-sm-1, .customizer .col-sm-10, .customizer .col-sm-11, .customizer .col-sm-12, .customizer .col-sm-2, .customizer .col-sm-3, .customizer .col-sm-4, .customizer .col-sm-5, .customizer .col-sm-6, .customizer .col-sm-7, .customizer .col-sm-8, .customizer .col-sm-9, .customizer .col-sm-auto, .customizer .col-xl, .customizer .col-xl-1, .customizer .col-xl-10, .customizer .col-xl-11, .customizer .col-xl-12, .customizer .col-xl-2, .customizer .col-xl-3, .customizer .col-xl-4, .customizer .col-xl-5, .customizer .col-xl-6, .customizer .col-xl-7, .customizer .col-xl-8, .customizer .col-xl-9, .customizer .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.customizer .h1, .customizer .h2, .customizer .h3, .customizer .h4, .customizer .h5, .customizer .h6, .customizer h1, .customizer h2, .customizer h3, .customizer h4, .customizer h5, .customizer h6 {
  font-family: Comfortaa,cursive,'Times New Roman',Times,serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: #464855; }

.customizer .h5, .customizer h5 {
  font-size: 1.14rem; }

.customizer .p-2 {
  padding: 1.5rem !important; }

.customizer .mb-1, .customizer .my-1 {
  margin-bottom: 1rem !important; }

.customizer .col-12 {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.customizer .d-inline-block {
  display: inline-block !important; }

.customizer .custom-control {
  position: relative;
  display: block;
  min-height: 1.45rem;
  padding-left: 2.5rem; }

.customizer .col-4 {
  max-width: 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%; }

.customizer .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.customizer button, .customizer input, .customizer optgroup, .customizer select, .customizer textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

.customizer button, .customizer hr, .customizer input {
  overflow: visible; }

.customizer .custom-control-label {
  position: relative;
  vertical-align: top;
  display: inline-block; }

.customizer .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #eeeefa;
  background-color: #eeeefa; }

.customizer input[type=checkbox].bg-primary + .custom-control-label:before, .customizer input[type=radio].bg-primary + .custom-control-label:before {
  background-color: #6967ce !important; }

.customizer .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6967ce;
  background-color: #6967ce; }

.customizer .custom-radio .custom-control-label::before {
  border-radius: 50%; }

.customizer .custom-control-label::after {
  background: 50%/50% 50% no-repeat; }

.customizer .custom-control-label::after, .customizer .custom-control-label::before {
  position: absolute;
  top: .225rem;
  left: -2.5rem;
  width: 1rem;
  height: 1rem;
  content: '';
  display: block; }

.customizer .font-medium-2 {
  font-size: 1.2rem !important; }

.customizer .mr-2, .customizer .mx-2 {
  margin-right: 1.5rem !important; }

.customizer .ml-2, .customizer .mx-2 {
  margin-left: 1.5rem !important; }

.customizer .card-title {
  margin-bottom: 1.5rem;
  font-weight: normal !important; }

.customizer .text-center {
  text-align: center !important; }

.customizer .mb-3, .customizer .my-3 {
  margin-bottom: 3rem !important; }

.customizer .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.customizer .col, .customizer .col-auto {
  max-width: 100%; }

.customizer .cz-bg-image.row, .customizer .row.sidebar-color-options, .customizer .d-flex {
  display: -ms-flexbox;
  display: flex; }

.customizer .text-bold-500 {
  font-weight: 500; }

.nav-item a i svg {
  fill: #2b345f;
  width: 20px;
  height: 20px;
  margin-top: 10px; }

li:hover svg {
  fill: #ee0b7d !important; }

.margin_short .nav-item a {
  display: block !important; }
  .margin_short .nav-item a span.menu-title {
    display: none !important; }

.menu-dark svg {
  fill: #ffffff !important; }

.menu-dark li:hover svg {
  fill: #ee0b7d !important; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  /* color: white; */ }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.main-menu .navigation li.nav-item {
  line-height: 2.5rem;
  padding: 0; }

.main-menu .navigation li.nav-item a.main-child {
  padding: 12px 36px 12px 18px; }

body.vertical-layout.vertical-menu.menu-expanded .main-menu nav .navigation li.nav-item a.main-child i {
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 12%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }

.main-menu .navigation li.nav-item a.main-child i {
  position: relative; }

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.nav-item a.main-child span {
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }

/* Make tooltips opaque */
.tooltip.in {
  opacity: 1.8;
  filter: alpha(opacity=100); }

/*Change tooltip arrow color for bottom placement*/
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #a2bebd;
  border-width: 0 5px 5px; }

.tooltip:hover {
  visibility: visible;
  opacity: 1.8; }

span.collapsed-menu {
  position: fixed;
  left: 72px !important;
  z-index: 10;
  font-weight: 600;
  width: 260px;
  padding: 18px 30px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  border-color: #fa626b;
  background-color: #fa626b; }

.main-menu .main-menu-content .dropdown-toggle ul.menu-content {
  left: 60px;
  width: 260px;
  transition: visibility .25s,opacity .25s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 25px 5px 75px 2px rgba(64, 70, 74, 0.2); }

.main-menu ul.menu-popout {
  background: #fff;
  position: fixed;
  left: 72px !important;
  z-index: 10;
  width: 260px;
  transition: visibility .25s,opacity .25s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 25px 5px 75px 2px rgba(64, 70, 74, 0.2); }

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

.main-menu .main-menu-content .dropdown-toggle ul.menu-content li {
  position: relative;
  white-space: nowrap; }

.main-menu .main-menu-content ul.menu-popout li:hover a.menu-item {
  transform: translateX(4px) !important; }

.main-menu .main-menu-content .dropdown-toggle ul.menu-content li a {
  display: block;
  padding: 8px 30px;
  transition: all .2s ease; }

.main-menu .main-menu-content .dropdown-toggle ul.menu-content {
  transition: visibility .25s,opacity .25s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 25px 5px 75px 2px rgba(64, 70, 74, 0.2); }

.main-menu ul.menu-popout li a {
  color: #2b345f; }

.main-menu ul.menu-popout li:hover > a.menu-item:before {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  -o-transform: translate(-10px, -50%);
  content: '';
  opacity: 1;
  border-color: #fa626b;
  position: absolute;
  top: 50%;
  border-radius: 50%; }

.main-menu ul.menu-popout li:hover a:before {
  background-color: inherit !important; }

.main-menu ul.menu-popout li:hover a.menu-item:before {
  left: 14px;
  display: block;
  width: 8px;
  height: 8px;
  transition: all .2s ease;
  transform: translate(-10px, -50%);
  background-color: #fa626b !important; }

#emp-profile .dropdown-toggle::after {
  right: 0px !important;
  margin: 0px !important;
  content: inherit !important; }

.menu-popout li a.dropdown-toggle {
  padding: 0px !important; }

.main-menu .navigation li ul.menu-popout li a {
  padding: 0px; }

.main-menu .main-menu-content ul.menu-popout li a.menu-item {
  padding: 10px 18px 10px 28px !important; }

body, p, span, h1, h2, h3, h4, h5, h6, ul, li, div, nav, a {
  font-family: 'Poppins', sans-serif !important; }

.main-menu .navigation > li > a {
  padding: 6px 36px 6px 18px !important; }

.main-menu ul.menu-popout li:hover > a.dropdown-toggle:before {
  background-color: inherit !important; }

.main-menu .navigation > li > a {
  padding: 6px 16px 6px 16px !important; }

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
  content: '' !important; }

::-webkit-scrollbar {
  width: 2px; }

/* Track */
.menu-dark::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #2c303b !important;
  border-radius: 10px; }

/* Handle */
.menu-dark ::-webkit-scrollbar-thumb {
  background: #2c303b !important;
  border-radius: 10px; }

.margin_short a.dropdown-toggle::after {
  content: "" !important; }

.margin_short .menu-popout a.dropdown-toggle, .margin_short .menu-popout li a.dropdown-toggle {
  display: none !important; }

.ewtrow svg g text {
  text-anchor: middle !important; }

tbody svg g:nth-child(3) {
  transform: scale(0.9); }

.modal {
  z-index: 999999999; }

#bellNotification.modal {
  padding-top: 62px !important;
  z-index: 999999999999999 !important;
  background: transparent; }

#bellNotification .modal-dialog {
  position: absolute;
  right: 60px;
  margin-top: 0px !important; }

.alert.alert-error, .alert.alert-success {
  top: 0px !important; }

p {
  margin-left: 0;
  font-size: 12px;
  margin-top: 0 !important; }

ul.nav.nav.nav.nav li a.download_cv, ul.nav.nav.nav.nav li a.download_cv.download_cv.download_cv:hover {
  background-color: #ee0b7d !important;
  color: white !important; }

.profiles-count {
  width: 18%;
  float: left; }

.animated-button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px; }

.animated-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s; }

.animated-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s; }

.animated-button:hover span {
  padding-right: 25px; }

.animated-button:hover span:after {
  opacity: 1;
  right: 0; }

.btn[disabled] span {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65; }

.blue.blue.blue.blue:hover {
  color: #ee0b7d !important; }

.grey.darken-2 {
  font-size: 16px;
  font-weight: 600; }

.tab button.active {
  background-color: #0081cb !important; }

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  color: grey !important; }

.pa_box {
  margin-right: 0px !important; }

.table-bordered > tbody > tr > td {
  border: 1px solid #e8e4e4 !important; }

.card-new .footer {
  width: 100% !important; }

.display-none {
  display: none; }

.heading-sec {
  margin-top: 2px !important; }

.heading-profile {
  margin-top: 2px !important; }

.breadcrumbs {
  margin-bottom: 0px !important;
  margin-left: 0px !important; }

td select {
  padding: 0px !important;
  height: initial !important; }

.side-menus nav > ul > li ul li > a, .side-menus nav > ul > li > a {
  font-size: 14px !important;
  font-weight: 300 !important;
  font-family: Roboto, "Open Sans", sans-serif !important; }

.panel-card:hover .face, .widget-hover {
  -webkit-transition: all 5s linear; }

.profile-icon, .status-icon {
  cursor: pointer; }

.scroll-body, .slimScrollDiv {
  height: 585px !important; }

.slimScrollBar {
  background: #f5f5f5 !important;
  opacity: 0.6 !important; }

@media screen and (max-width: 1376px) {
  .scroll-body, .slimScrollDiv {
    height: 468px !important; } }

.side-menus nav > ul > li > a {
  width: 100%;
  padding: 15px !important;
  color: #b4bcc8 !important;
  border-top: 1px solid #3d4957; }

.side-menus nav > ul > li > a > i {
  color: #606C7D !important; }

.side-menus nav > ul > li.nav-active > a, .side-menus nav > ul > li.nav-active > a > i {
  color: #fff !important; }

.side-menus nav > ul > li > a:hover {
  background-color: #2C3542; }

.side-menus nav > ul > li ul li > a {
  color: #b4bcc8 !important;
  padding: 6px 15px 6px 43px !important;
  line-height: 28px; }

.side-menus nav > ul > li ul li > a > i {
  line-height: 28px !important;
  color: #606C7D !important; }

.side-menus nav > ul > li ul li > a:hover i {
  color: #b4bcc8 !important; }

.nav-active a:hover, .nav-active > a {
  color: #fff !important; }

.nav-active > a {
  border-left: 4px solid #ee0b7d !important;
  background-color: #2C3542 !important; }

.side-menus nav > ul > li ul li > a:hover {
  color: #b4bcc8 !important; }

.side-menus nav > ul > li.nav-active ul li a:hover {
  background-color: #3e4b5c !important; }

.side-menus, .side-menus nav > ul > li ul, header.side-header {
  background: #364150 !important; }

.side-menus .menu-item-has-children.active > a i {
  color: #fff !important; }

.side-menus nav > ul > li ul {
  margin: 10px 0 0 !important;
  color: #fff !important;
  padding: 5px 0 !important; }

.form-conttrol {
  margin-left: 0px !important;
  border-radius: 2px !important; }

header.side-header {
  position: fixed !important;
  top: 80px !important; }

.admin-details {
  padding: 8px !important; }

.admin-details:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #364150 100%) !important; }

.side-menus nav > ul > li > a > i {
  font-size: 16px !important; }

.team-box-sec {
  background: #94f7b7 !important; }

.side-menus .menu-item-has-children > a::before {
  position: absolute !important;
  left: 90% !important;
  background: #fff !important; }

.widget-title {
  margin-bottom: 8px !important; }

.comment-detail h5 {
  font-size: 13px !important; }

.recent-comment-sec.recent-comment-sec ul > li {
  padding: 10px 0 !important; }

.recent-comment-sec0 {
  border-bottom: 2px solid #ff6b6b !important; }

.recent-comment-sec1 {
  border-bottom: 2px solid #63d6ff !important; }

.recent-comment-sec2 {
  border-bottom: 2px solid #6e6eff !important; }

.recent-comment-sec3 {
  border-bottom: 2px solid #ee0b7d !important; }

.recent-comment-sec4 {
  border-bottom: 2px solid #d2d0d0 !important; }

.panel-card {
  position: relative; }

.panel-card:hover .front {
  -webkit-transform: rotateY(-180deg); }

.front, .panel-card:hover .back {
  -webkit-transform: rotateY(0); }

.widget-hover {
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden; }

.back {
  -webkit-transform: rotateY(-180deg); }

.alert-success.alert-success.alert-success {
  background-color: #cadec2 !important;
  color: #3c763d !important;
  border: none !important;
  clear: both !important; }

.alert-error.alert-error.alert-error {
  background-color: #edccd1 !important;
  color: #a94442 !important;
  border: none !important;
  clear: both !important; }

.form-horizontal .sq-educationLevel .btn-default, .sq-accountmanger .btn-default {
  background-color: #76b51b !important;
  color: #fff !important;
  border: none !important; }

.form-horizontal .sq-educationLevel .dropdown-menu, .sq-accountmanger .dropdown-menu {
  border-color: #76b51b !important;
  margin: 0 !important; }

#preformRequirements .sq-experienceYears, #wizard-sheet .sq-educationLevel, .sq-cities {
  background-color: #76b51b !important;
  border: none !important;
  border-radius: 16px !important;
  color: #fff !important;
  outline: 0 !important;
  padding: 7px !important; }

#preformRequirements select.sq-experienceYears option, #wizard-sheet select.sq-educationLevel option, .sq-cities option {
  background-color: #fff !important;
  color: #505050 !important; }

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

.rzslider .rz-selection {
  background: #76b51b !important; }

.rzslider .rz-pointer {
  background-color: #76b51b !important; }

.rzslider .rz-pointer.rz-active:after {
  background-color: #fff !important; }

.rzslider .rz-pointer:focus {
  outline: 0 !important; }

.inline-anchors a:after {
  content: ", " !important;
  position: initial !important; }

.inline-anchors a {
  text-decoration: underline !important; }

.slider:before {
  bottom: 2px !important; }

.text-faded {
  color: #b5b0b0 !important; }

.text-red-faded {
  color: #e69fc3 !important; }

.jobeditslider .rzslider {
  margin: 23px 0 15px !important; }

.account-manager-details {
  right: 6% !important; }

.contact-sec {
  border: 2px solid #76b51b !important; }

.ambtn button {
  padding: 11px 26px;
  border-radius: 30px;
  background-color: #FFF; }

/*.breadcrumbs {
    margin-top: 85px!important;
    margin-bottom: 0!important;
    margin-left: -37px!important;
}
.heading-profile h2 {
    margin-left: 0px !important;
    width: initial !important;

}*/
.box-header h3 {
  margin-left: -63px !important; }

.main-content {
  padding-top: 0 !important; }

footer {
  padding-left: 0; }

.nav.nav.nav.nav.nav.nav.nav > li > a:hover {
  background: initial !important; }

.card {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  min-height: 50px;
  box-shadow: none;
  position: relative;
  transition: .5s;
  border-radius: 3px; }

.m-t-0, .product-report .counter {
  margin-top: 0; }

.text-muted {
  color: #777; }

.progress {
  height: 6px;
  margin: 0 !important; }

small {
  font-size: 85%; }

.card .body {
  font-size: 14px;
  color: #444;
  padding: 15px;
  font-weight: 400; }

.card .body p {
  margin: 0 0 10px;
  font-size: 14px !important; }

@media screen and (max-width: 1440px) {
  .cookies-container {
    width: 1120px !important; }
  p.text-muted.text-muted.text-muted.text-muted {
    font-size: 12px !important; } }

@media screen and (max-width: 1280px) {
  .cookies-container {
    width: 968px !important; }
  .align-responsive {
    margin-top: 60px; }
  .align-responsive1 {
    margin-top: 25px; } }

.color_available {
  color: #398439;
  float: left;
  padding-left: 77px; }

.color_exceeds {
  color: #E6E60D;
  float: right;
  padding-right: 81px;
  margin-top: 6px;
  margin-left: 10px; }

.color_unavialble {
  color: red;
  float: right;
  padding-right: 59px; }

div.job-type-button {
  padding: 0 10px;
  min-width: 215px;
  margin-right: 5px;
  margin-bottom: 5px;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.profile-icon {
  position: relative;
  float: left;
  margin-right: 18px; }

.profile-icon:hover, .status-icon:hover {
  transition: all .2s ease-in;
  transform: scale(1.1); }

.profile-img {
  width: 50px;
  height: 50px; }

.profile-icon .mini-stats {
  float: initial !important;
  padding: 0 !important;
  position: absolute !important;
  top: -6px !important;
  right: -38px !important;
  background: 0 0 !important; }

.profile-icon .pink-skin {
  height: 24px !important;
  width: 24px !important;
  line-height: 21px !important;
  font-size: 14px !important; }

.applied-on, .reject-reason {
  padding: 3px 10px; }

.ok-cancel {
  left: 83px !important; }

.job-cancel {
  margin-left: 83px; }

.job-gear {
  margin-left: 40px; }

#countup {
  margin-top: -14px; }

.mini-stats {
  padding: 25px !important; }

.ring_width {
  width: 38px;
  height: 38px;
  float: left;
  margin-top: -8px;
  margin-left: -5px; }

.float_icons {
  float: left; }

.ring_adjust {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: -5px; }

.number_adjust {
  float: left;
  margin-left: -30px;
  margin-top: 4px;
  font-size: 13px; }

.custom-row .block {
  width: 9% !important;
  vertical-align: top; }

.color_available1 {
  color: #398439;
  float: right;
  margin-right: 142px;
  margin-top: 6px;
  margin-left: 10px; }

.number_adjust1 {
  float: left;
  margin-left: -23px;
  margin-top: 0;
  font-size: 12px; }

.editing_note {
  width: 538px;
  height: 181px; }

p.text-muted.text-muted.text-muted.text-muted {
  font-size: 12px !important; }

tags-input.ng-invalid .tags {
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  border-radius: 19px; }

tags-input > div > div.tags {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 18px; }

.controlOverride.form-control {
  width: 200px;
  display: inline;
  height: 39px; }

#metrics .row > div {
  padding: 0 7px !important; }

#metrics .card {
  margin-top: 14px !important; }

#metrics .card .body {
  border-radius: 5px !important; }

.test + .tooltip > .tooltip-inner {
  background-color: #ffc100;
  color: #000;
  border: 1px solid #ff0;
  padding: 5px;
  font-size: 12px; }

.table-responsive {
  overflow-x: initial !important; }

div.alert {
  margin-left: -37px; }

table.dataTable thead .dynamicSort.sorting:after, table.dataTable thead .dynamicSort.sorting_asc:after, table.dataTable thead .dynamicSort.sorting_desc:after {
  opacity: 1 !important;
  content: "" !important;
  background: url(/user_assets/bestfit2.png) no-repeat;
  background-size: 35px;
  right: 10px;
  top: 15px;
  font-size: 10px;
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  padding: 31px 15px; }

table.dataTable thead .dynamicSort.sorting:after, table.dataTable thead .dynamicSort.sorting_asc:after, table.dataTable thead .dynamicSort.sorting_asc_disabled:after, table.dataTable thead .dynamicSort.sorting_desc:after, table.dataTable thead .dynamicSort.sorting_desc_disabled:after {
  position: absolute;
  bottom: 15% !important; }

#skills-graph {
  margin-left: 15px !important; }

#skills-graph div {
  text-align: center !important; }

.first_one, .second_one, .third_one {
  width: 36px;
  height: 36px;
  text-align: center;
  padding-top: 5px;
  overflow: hidden; }

#skills-graph label {
  text-decoration: none !important; }

.first_one {
  border: 3px solid green;
  border-radius: 188px; }

.second_one {
  float: left;
  border: 3px solid orange;
  border-radius: 188px;
  margin-top: -35px;
  margin-left: 42px; }

.third_one {
  float: left;
  border: 3px solid red;
  border-radius: 188px;
  margin-top: -36px;
  margin-right: 5px;
  margin-left: 84px; }

.mycart_position {
  margin-bottom: -176px;
  margin-top: -6px !important;
  margin-left: -59px; }

.customre_le {
  float: initial; }

.custom-revenue {
  position: initial; }

ul.dropdown-menu.dropdown-menu-form {
  width: 100%;
  overflow-x: auto;
  display: block;
  height: 300px !important; }

#detailed_info span {
  font-size: 14px !important;
  color: #000000;
  line-height: 20px; }

.searchstyle {
  float: right;
  border: 1px solid #d2d6de;
  padding: 10px;
  width: 31%;
  border-radius: 8px; }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: all 0.3s ease-out; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  transform: none !important; }

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out; }

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all 0.3s ease-out; }

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Chrome,Safari4+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white; }

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white; }

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white; }

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  transition: opacity 0.1s ease-out; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap; }

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px; }

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3; }

.introjs-button:focus,
.introjs-button:active {
  background-image: linear-gradient(#ececec, #f4f4f4); }

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  border-radius: 0.2em 0 0 0.2em;
  border-right: none; }

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  border-radius: 0.2em; }

.introjs-nextbutton {
  border-radius: 0 0.2em 0.2em 0; }

.introjs-nextbutton.introjs-fullbutton {
  border-radius: 0.2em; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

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

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all 0.2s ease-out; }

.introjs-hint-no-anim .introjs-hint-dot {
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  animation: introjspulse 3s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  25% {
    transform: scale(0);
    opacity: 0.1; }
  50% {
    transform: scale(0.1);
    opacity: 0.3; }
  75% {
    transform: scale(0.5);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 0.0; } }

.cc-legend li.abv:before {
  background: #11bf19 !important; }

.cc-legend li.avg:before {
  background: #94e498 !important; }

.cc-legend li.mod:before {
  background: #f2e005cc !important; }

.cc-legend li.bel:before {
  background: #f9703b !important; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  border: 1px solid #7d7d7d !important;
  display: inline-block;
  width: auto;
  border: none;
  padding: 3px;
  margin-left: 4px !important;
  outline: none; }

.account-manager-details {
  padding: 0px 20px 0px 20px !important; }

@media (max-width: 480px) {
  .hamburger1 {
    left: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 0px !important;
    top: 20px; }
  .hamburger1 .line {
    width: 100%;
    height: 4px;
    background-color: #ee0b7d !important;
    position: absolute; }
  .hamburger1 .line:nth-child(2) {
    top: 50%;
    margin-top: -2px; }
  .hamburger1 .line:nth-child(3) {
    bottom: 0; }
  #menu1 {
    height: 100%;
    position: fixed;
    width: 220px;
    left: 0px;
    top: 0px !important; } }




















.RegisterForm-inputContainer {
  margin-top: 10px;
  margin-bottom: 0px;
  width: 80%;
  min-width: 300px; }

.RegisterForm-submit {
  margin-bottom: 40px;
  margin-left: 0;
  width: 100%;
  padding: 5px 0; }


.RegisterForm-inputContainer {
  margin-top: 10px;
  margin-bottom: 0px;
  width: 80%;
  min-width: 300px; }

.RegisterForm-submit {
  margin-bottom: 40px;
  margin-left: 0;
  width: 100%;
  padding: 5px 0; }

.ResetPassword-input {
  margin-bottom: 0; }

.account-form1 .glyphicon {
  top: 1px;
  right: 0px;
  position: absolute; }






.private-area-icon {
  cursor: pointer;
  padding-left: 7px; }
  .private-area-icon svg {
    fill: #ee0b7d !important; }





















.account-form > form .feild > input[type="submit"] {
  margin-left: 0px !important; }












.nav-tabs1 {
  border-bottom: 1px solid #ececec !important; }

.nav-tabs1 > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: #ee0b7d !important;
  color: #fff !important; }

#cardInner div.card-div {
  line-height: 17px; }

.displayinblock {
  display: inline-block;
  float: right; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  outline: none; }

#assignToVendorsUsers, #assignToVendorsUsersGrid {
  background-color: #009688;
  border-color: #009688;
  outline: none;
  margin: -25px 0 10px 0;
  float: right; }

.front.card-div.selected {
  background-color: #B0BED9 !important; }

.vendor-grid-show {
  padding: 5px;
  border-radius: 20px;
  width: auto;
  display: initial;
  outline: 0;
  width: 75px;
  background-color: #fff; }

.border-outline-none {
  border: none;
  outline: none; }

.btn-vendor-user, .btn-vendor-user:hover, .btn-vendor-user:focus, .btn-vendor-user:active {
  background-color: darkorchid;
  color: #fff;
  outline: none; }

h3.avu-modal-title {
  font-size: 16px;
  text-transform: none;
  font-weight: 500; }

#avu-modal-header {
  border-bottom-color: #f4f4f4 !important; }

.row.avu-row {
  margin: 0; }

.btn-vendor-user-grid {
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: inline-grid; }

.width-68-percent {
  width: 68%; }

.width-32-percent {
  width: 32%; }

tags-input > div > div.tags {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 18px; }

tags-input .tags .tag-item {
  border: 1px solid #acacac;
  border-radius: 3px;
  background: linear-gradient(180deg, #f0f9ff, #cbebff 47%, #a1dbff) !important;
  color: #666 !important; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  outline: none; }

#assignToVendorsUsers, #assignToVendorsUsersGrid {
  background-color: #009688;
  border-color: #009688;
  outline: none;
  margin: -25px 0 10px 0;
  float: right; }

.front.card-div.selected {
  background-color: #B0BED9 !important; }

.vendor-grid-show {
  padding: 5px;
  border-radius: 20px;
  width: auto;
  display: initial;
  outline: 0;
  width: 75px;
  background-color: #fff; }

.border-outline-none {
  border: none;
  outline: none; }

.btn-vendor-user, .btn-vendor-user:hover, .btn-vendor-user:focus, .btn-vendor-user:active {
  background-color: darkorchid;
  color: #fff;
  outline: none; }

h3.avu-modal-title {
  font-size: 16px;
  text-transform: none;
  font-weight: 500; }

#avu-modal-header {
  border-bottom-color: #f4f4f4 !important; }

.row.avu-row {
  margin: 0; }

.btn-vendor-user-grid {
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: inline-grid; }

.width-68-percent {
  width: 68%; }

.width-32-percent {
  width: 32%; }

.notes_section33 {
  border: #d2d6de 2px solid;
  border-radius: 19px;
  padding: 15px 8px;
  margin-bottom: 10px; }

#note_description {
  outline: none; }

.dropdrop {
  border-radius: 22px;
  height: 30px;
  padding: 2px !important; }



.nav-tabs1 {
  border-bottom: 1px solid #ececec !important; }

.nav-tabs1 > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: #ee0b7d !important;
  color: #fff !important; }

#cardInner div.card-div {
  line-height: 17px; }

.displayinblock {
  display: inline-block;
  float: right; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  outline: none; }

#assignToVendorsUsers, #assignToVendorsUsersGrid {
  background-color: #009688;
  border-color: #009688;
  outline: none;
  margin: -25px 0 10px 0;
  float: right; }

.front.card-div.selected {
  background-color: #B0BED9 !important; }

.vendor-grid-show {
  padding: 5px;
  border-radius: 20px;
  width: auto;
  display: initial;
  outline: 0;
  width: 75px;
  background-color: #fff; }

.border-outline-none {
  border: none;
  outline: none; }

.btn-vendor-user, .btn-vendor-user:hover, .btn-vendor-user:focus, .btn-vendor-user:active {
  background-color: darkorchid;
  color: #fff;
  outline: none; }

h3.avu-modal-title {
  font-size: 16px;
  text-transform: none;
  font-weight: 500; }

#avu-modal-header {
  border-bottom-color: #f4f4f4 !important; }

.row.avu-row {
  margin: 0; }

.btn-vendor-user-grid {
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: inline-grid; }

.width-68-percent {
  width: 68%; }

.width-32-percent {
  width: 32%; }

tags-input > div > div.tags {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 18px; }

tags-input .tags .tag-item {
  border: 1px solid #acacac;
  border-radius: 3px;
  background: linear-gradient(180deg, #f0f9ff, #cbebff 47%, #a1dbff) !important;
  color: #666 !important; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  outline: none; }

#assignToVendorsUsers, #assignToVendorsUsersGrid {
  background-color: #009688;
  border-color: #009688;
  outline: none;
  margin: -25px 0 10px 0;
  float: right; }

.front.card-div.selected {
  background-color: #B0BED9 !important; }

.vendor-grid-show {
  padding: 5px;
  border-radius: 20px;
  width: auto;
  display: initial;
  outline: 0;
  width: 75px;
  background-color: #fff; }

.border-outline-none {
  border: none;
  outline: none; }

.btn-vendor-user, .btn-vendor-user:hover, .btn-vendor-user:focus, .btn-vendor-user:active {
  background-color: darkorchid;
  color: #fff;
  outline: none; }

h3.avu-modal-title {
  font-size: 16px;
  text-transform: none;
  font-weight: 500; }

#avu-modal-header {
  border-bottom-color: #f4f4f4 !important; }

.row.avu-row {
  margin: 0; }

.btn-vendor-user-grid {
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: inline-grid; }

.width-68-percent {
  width: 68%; }

.width-32-percent {
  width: 32%; }

.notes_section33 {
  border: #d2d6de 2px solid;
  border-radius: 19px;
  padding: 15px 8px;
  margin-bottom: 10px; }

#note_description {
  outline: none; }

.dropdrop {
  border-radius: 22px;
  height: 30px;
  padding: 2px !important; }

body {
  background-color: #F5F6FB !important;
  font-family: 'Poppins', sans-serif !important; }

.all_jobs_ratio {
  background: #58AB28;
  color: #fff;
  border-radius: 2px;
  padding: 12px 0px 12px 0px; }

.text-white {
  color: #fff;
  font-size: 13px; }

.profile-heading {
  margin: 18px 2px 18px 18px; }

.profile-heading span {
  font-size: 18px;
  font-weight: 680;
  padding-left: 2px; }

.job_order_btn {
  background: #C5C5C5;
  color: #F7F7F7; }

.dilouge {
  margin-right: 0px;
  margin-left: 0px;
  width: 70%; }




.user-count {
  position: relative;
  display: inline-block;
  margin: 10px 15px 0 15px; }

.user-count span {
  position: absolute;
  top: -15px;
  left: auto;
  right: -30px;
  width: 32px;
  height: 18px;
  background-color: ivory;
  color: #3e3e3e;
  border-radius: 16%;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
  border: 1px dashed #009688; }

.pending-action-count {
  position: relative;
  display: inline-block;
  margin: 10px 15px 0 15px; }

.pending-action-count span {
  position: absolute;
  top: -15px;
  left: auto;
  right: -30px;
  width: 32px;
  height: 18px;
  background-color: ivory;
  color: #3e3e3e;
  border-radius: 16%;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
  border: 1px dashed #009688; }

.user-count .fa, .pending-action-count .fa {
  color: currentColor; }

.interschedule-h5 {
  color: #464545; }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff; }

.event-calendar div:first-child {
  background-color: #fff; }

.event-calendar .row {
  margin: 0 !important; }

.event-calendar .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #7d7d7d;
  color: #252525; }

.event-calendar .weekview-allday-label {
  color: #252525; }

.event-calendar .calendar-header {
  color: #252525;
  line-height: 28px; }

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

.event-calendar .calendar-navbar button.btn-default {
  background-color: #fff;
  color: #252525;
  border-color: #fff; }

.event-calendar .calendar-event-inner {
  background-color: #337ab7 !important; }

.event-calendar tr:nth-child(odd) td:nth-child(odd) .calendar-event-wrap div:first-child {
  background-color: #56ca85 !important; }

.event-calendar tr:nth-child(even) td:nth-child(odd) .calendar-event-wrap div:first-child {
  background-color: #ff9747 !important; }

.event-calendar tr:nth-child(odd) td:nth-child(even) .calendar-event-wrap div:first-child {
  background-color: #258df9 !important; }

.event-calendar tr:nth-child(even) td:nth-child(even) .calendar-event-wrap div:first-child {
  background-color: #cb6bb2 !important; }

.event-calendar .weekview-allday-table {
  display: none; }

.event-calendar .row.calendar-navbar {
  border: 1px solid #7d7d7d; }

.event-calendar .scrollable {
  height: auto !important; }

b.lower-case {
  text-transform: lowercase;
  color: coral; }

span.popupDate {
  color: darkviolet;
  font-weight: bold; }

.color-orangered {
  color: orangered; }

.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px; }

.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent; }

.tooltip1:hover .tooltiptext {
  visibility: visible; }

body {
  background-color: #F5F6FB !important;
  font-family: 'Poppins', sans-serif !important; }

.right_header1 .take-product-tour {
  background: #fff;
  color: #3F4647;
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.right_header1 .take-product-tour:hover {
  background: #fff;
  color: #3F4647;
  border: none; }

.lest_header .middle_header1 .icon_list {
  padding: 1px 0px 1px 0px;
  background: none; }

.middle_header1 .list-inline .responsive1 .btn {
  /* padding: 5px 10px;  */
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.right_campus span a {
  padding-right: 26px; }

.ven_pa_box {
  width: 31%;
  margin-left: 12px;
  padding: 12px 0px 14px 0px;
  background: #fff;
  border: 1.67px solid #EFEFEF;
  border-radius: 4px; }

.ven_icon_bos {
  position: relative;
  top: 0px;
  right: 10px; }

.ven-jobs-titlee {
  position: relative;
  top: 5px; }

.ven_text_r {
  padding-left: 0; }

.ven_jobs_count {
  line-height: 10px;
  margin-bottom: 6px;
  padding-top: 18px;
  font-family: Poppins, sans-serif !important;
  color: #3F4647;
  font-weight: bold;
  font-size: 24px; }

.p_e {
  /* margin-left: -4px; */
  font-weight: 580;
  color: #3f4647;
  font-family: Poppins, sans-serif !important; }

.panel-content .row {
  /* margin: 0 ; */ }

.ml-0 {
  margin-left: 0px !important; }

.box_strip4 .add_h3 {
  font-family: Poppins, sans-serif !important;
  font-weight: 600;
  font-size: 18px; }

.recent_comments {
  background: #713BDB;
  padding: 0;
  border-radius: 9px; }








.display-inline-block-vendor {
  display: inline-block;
  float: right;
  margin: 5px 0 0 0; }






















.btn-success custom-green {
  background-color: #00a65a;
  border-color: #00a65a; }






.label-style {
  font-size: 14px !important;
  letter-spacing: 0.9px; }

p {
  margin-left: 17px; }

.create_employer {
  background: #ee0b7d none repeat scroll 0 0;
  border: medium none;
  border-radius: 25px;
  color: #ffffff;
  float: left;
  font-size: 12px;
  margin-top: 20px;
  padding: 14px 30px;
  outline: none;
  cursor: pointer; }


.jobs-anchor {
  background-color: #58ab28;
  border-color: #58ab28;
  width: 235px;
  height: 25px;
  margin-bottom: 10px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold; }

.jobs-anchor span {
  color: #ee0b7d; }

.comments-read-more {
  background-color: #ee0b7d;
  border-color: #ee0b7d;
  float: right;
  margin-right: 40px; }






.horizontal-form .sq-educationLevel1 .btn-default, .sq-accountmanger .btn-default {
  background-color: #76b51b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 19px; }

.mobile_font_color {
  color: #252525; }

.mobile_font_color:hover {
  color: #252525; }






/*# sourceMappingURL=app.css.map */

/*# sourceMappingURL=final.css.map */
