/******************************
SwitcheryJS
******************************/
.switchery{background-color:#fff;border:1px solid #ddd;border-radius:100px;cursor:pointer;display:inline-block;width:44px;height:22px;vertical-align:middle;position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.checkbox-switchery .switchery{position:absolute;left:0;margin-top:-2px}
.switchery>small{background-color:#fff;border-radius:100px;width:22px;height:22px;position:absolute;top:0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4)}
.checkbox.checkbox-switchery{margin-bottom:14px;padding-left:0}
.checkbox.checkbox-switchery.disabled .switchery{cursor:not-allowed}
.checkbox[class*=switchery-],.checkbox-inline[class*=switchery-]{padding-left:0;padding-right:0}
.switchery-lg.checkbox-switchery{margin-bottom:18px}
.switchery-lg.checkbox-switchery .switchery{margin-top:-4px}
label.switchery-lg{margin-bottom:0}
.switchery-lg .switchery{height:26px;width:52px}
.switchery-lg .switchery>small{height:26px;width:26px}
.switchery-sm.checkbox-switchery{margin-bottom:10px}
.switchery-sm.checkbox-switchery .switchery{margin-top:0}
label.switchery-sm{margin-bottom:0}
.switchery-sm .switchery{height:18px;width:36px}
.switchery-sm .switchery>small{height:18px;width:18px;margin-left:0;}
.switchery-sm .switchery>small:before{content:'';}
.switchery-xs.checkbox-switchery{margin-bottom:6px}
.switchery-xs.checkbox-switchery .switchery{margin-top:2px}
label.switchery-xs{margin-bottom:0}
.switchery-xs .switchery{height:14px;width:28px}
.switchery-xs .switchery>small{height:14px;width:14px}
.checkbox-switchery label,label.checkbox-switchery{position:relative;padding-left:56px;margin:0;cursor:pointer}
.checkbox-switchery.switchery-lg label,label.checkbox-switchery.switchery-lg{padding-left:64px}
.checkbox-switchery.switchery-sm label,label.checkbox-switchery.switchery-sm{padding-left:48px}
.checkbox-switchery.switchery-xs label,label.checkbox-switchery.switchery-xs{padding-left:40px}
.checkbox-switchery.checkbox-inline{margin-bottom:0}
.checkbox-switchery.checkbox-right .switchery{left:auto;right:0}
.checkbox-switchery.checkbox-right label,label.checkbox-switchery.checkbox-right{padding-left:0;padding-right:56px}
.checkbox-switchery.checkbox-right.switchery-lg label,label.checkbox-switchery.checkbox-right.switchery-lg{padding-left:0;padding-right:64px}
.checkbox-switchery.checkbox-right.switchery-sm label,label.checkbox-switchery.checkbox-right.switchery-sm{padding-left:0;padding-right:48px}
.checkbox-switchery.checkbox-right.switchery-xs label,label.checkbox-switchery.checkbox-right.switchery-xs{padding-left:0;padding-right:40px}
.switchery-double .switchery{position:relative;margin:-7px 7px -5px}
.switchery-double.checkbox-switchery label,label.switchery-double.checkbox-switchery{padding:0}
.switchery-double.switchery-lg .switchery{margin-top:-8px;margin-bottom:-6px}
.switchery-double.switchery-sm .switchery{margin-top:-6px;margin-bottom:-4px}
.switchery-double.switchery-xs .switchery{margin-top:-5px;margin-bottom:-3px}


/******************************
Checkboxes & radios
******************************/
.checker{position:relative;display:inline-block;cursor:pointer;vertical-align:middle}
.checker,.checker span,.checker input{width:18px;height:18px}
.checker span{color:#1b222c;border:none;display:inline-block;text-align:center;position:relative;background: #f3f3f3;border-radius: 4px;box-shadow: inset 1px 1px 1px #ccc;}
.checker span:after{content:"\ed6c";font-family:'icomoon';display:none;font-size:14px;line-height:1;position:absolute;top:2px;left:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.checker span.checked:after{display:block;left:2px}
.checker input[type=checkbox],.choice input[type=radio]{border:none;background:none;display:-moz-inline-box;display:inline-block;margin:0;vertical-align:top;cursor:pointer;position:absolute;top:-2px;left:-2px;z-index:2;opacity:0;filter:alpha(opacity=0)}
.checkbox .checker,.checkbox-inline .checker{position:absolute;top:1px;left:0}
.form-horizontal .checkbox .checker,.form-horizontal .checkbox-inline .checker{top:9px}
.checkbox-right .checker{left:auto;right:0}
.checker.active span:after,.checkbox>label:active .checker span:after,.checkbox-inline:active .checker span:after{display:block;opacity:.75;filter:alpha(opacity=75)}
.checker.disabled{opacity:.5;filter:alpha(opacity=50)}
.checker.disabled,.checker.disabled input[type=checkbox]{cursor:not-allowed}
.checkbox>label:active .checker.disabled span:after,.checkbox-inline:active .checker.disabled span:after{opacity:0;filter:alpha(opacity=0)}
.checkbox>label:active .checker.disabled span.checked:after,.checkbox-inline:active .checker.disabled span.checked:after{opacity:1;filter:alpha(opacity=100)}
.checker[class*=border-] span{border-color:inherit;color:inherit}
.dropdown-menu>.active:not(.disabled) .checker span,.dropdown-menu[class*=bg-] .checker span,.navbar-inverse .navbar-form .checker span,.sidebar:not(.sidebar-default) .checkbox .checker span{border-color:#fff;color:#fff}
.choice{position:relative;display:inline-block;cursor:pointer;vertical-align:middle;border-radius:100%}
.choice,.choice span,.choice input{width:18px;height:18px}
.choice span{border:none;background: #f3f3f3;display:-moz-inline-box;display:inline-block;border-radius:100%;text-align:center;position:relative;box-shadow: inset 1px 1px 1px #ccc;}
.choice span:after{content:"";position:absolute;top:5px;left:5px;border:4px solid #1b222c;width:0;height:0;border-radius:100%;display:none;}
.choice span.checked:after{display:block}
.radio .choice,.radio-inline .choice{position:absolute;top:1px;left:0}
.form-horizontal .radio .choice,.form-horizontal .radio-inline .choice{top:9px}
.radio-right .choice{left:auto;right:0}
.choice.active span:after,.radio>label:active .choice span:after,.radio-inline:active .choice span:after{display:block;opacity:.75;filter:alpha(opacity=75)}
.choice.disabled{opacity:.5;filter:alpha(opacity=50)}
.choice.disabled,.choice.disabled input[type=radio]{cursor:not-allowed}
.radio>label:active .choice.disabled span:after,.radio-inline:active .choice.disabled span:after{opacity:0;filter:alpha(opacity=0)}
.radio>label:active .choice.disabled span.checked:after,.radio-inline:active .choice.disabled span.checked:after{opacity:1;filter:alpha(opacity=100)}
.choice[class*=border-] span{border-color:inherit}
.choice[class*=border-] span:after{border-color:inherit}
.dropdown-menu>.active .choice span,.dropdown-menu[class*=bg-] .choice span,.navbar-inverse .navbar-form .choice span,.sidebar:not(.sidebar-default) .checkbox .choice span{border-color:#fff}


/******************************
Bootstrap uploader
******************************/
.uploader{width:100%;position:relative;display:-moz-inline-box;display:inline-block;border-radius:4px}
.uploader .filename{color:#999;height:36px;padding:7px 45px 7px 12px;width:100%;float:left;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default;border:1px solid #ddd;background-color:#fff;border-radius:3px;text-align:left}
.uploader .action,.uploader input[type=file]{position:absolute;height:36px;cursor:pointer;right:0}
.uploader .action{color:#333;top:0;min-width:36px;z-index:1;border:1px solid #ddd;border-bottom-right-radius:3px;border-top-right-radius:3px;padding: 6px 10px;}
.uploader .action>i{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px;font-size:16px;}
.uploader[class*=bg-] .action{background-color:inherit;border-color:inherit;color:inherit}
.uploader input[type=file]{width:100%;margin-top:0;top:0;bottom:0;border:0;z-index:10;opacity:0;filter:alpha(opacity=0)}
.uploader.disabled .action{opacity:.6;filter:alpha(opacity=60)}
.uploader.disabled .filename{background-color:#fafafa;cursor:not-allowed}
.uploader-lg .action,.uploader-lg .filename,.uploader-lg input[type=file]{height:40px}
.uploader-lg .action{width:40px}
.uploader-lg .filename{padding-top:9px;padding-bottom:9px;padding-right:50px}
.uploader-sm .action,.uploader-sm .filename,.uploader-sm input[type=file]{height:34px}
.uploader-sm .action{width:34px}
.uploader-sm .filename{padding-top:6px;padding-bottom:6px;padding-right:42.5px}
.uploader-xs .action,.uploader-xs .filename,.uploader-xs input[type=file]{height:32px}


/******************************
Bootstrap switch
******************************/
.bootstrap-switch{display:inline-block;cursor:pointer;margin-top:-2px;margin-right:7px;border-radius:3px;border:1px solid transparent;position:relative;text-align:left;overflow:hidden;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all ease-in-out .05s;-o-transition:all ease-in-out .05s;transition:all ease-in-out .05s}
.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:3px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.bootstrap-switch.bootstrap-switch-focused{outline:0}
.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-label{cursor:pointer;display:inline-block !important;height:100%;padding:7px 12px}
.bootstrap-switch input[type='radio'],.bootstrap-switch input[type='checkbox']{position:absolute !important;top:0;left:0;z-index:-1;opacity:0;filter:alpha(opacity=0)}
.bootstrap-switch input[type='radio'].form-control,.bootstrap-switch input[type='checkbox'].form-control{height:auto}
.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-readonly,.bootstrap-switch.bootstrap-switch-indeterminate{cursor:default !important}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label{cursor:default !important;opacity:.5;filter:alpha(opacity=50)}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .2s;-o-transition:margin-left .2s;transition:margin-left .2s}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:2px;border-top-right-radius:2px}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:2px;border-top-left-radius:2px}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label{border-bottom-right-radius:2px;border-top-right-radius:2px}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label{border-bottom-left-radius:2px;border-top-left-radius:2px}
.bootstrap-switch-handle-on,.bootstrap-switch-handle-off{text-align:center;z-index:1}
.bootstrap-switch-handle-on.bootstrap-switch-default,.bootstrap-switch-handle-off.bootstrap-switch-default{color:#333;background-color:#eee}
.bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff;background-color:#2196f3}
.bootstrap-switch-handle-on.bootstrap-switch-danger,.bootstrap-switch-handle-off.bootstrap-switch-danger{color:#fff;background-color:#f44336}
.bootstrap-switch-handle-on.bootstrap-switch-success,.bootstrap-switch-handle-off.bootstrap-switch-success{color:#fff;background-color:#4caf50}
.bootstrap-switch-handle-on.bootstrap-switch-warning,.bootstrap-switch-handle-off.bootstrap-switch-warning{color:#fff;background-color:#ff5722}
.bootstrap-switch-handle-on.bootstrap-switch-info,.bootstrap-switch-handle-off.bootstrap-switch-info{color:#fff;background-color:#00bcd4}
.bootstrap-switch-handle-on{border-bottom-left-radius:2px;border-top-left-radius:2px}
.bootstrap-switch-handle-off{border-bottom-right-radius:2px;border-top-right-radius:2px}
.bootstrap-switch-label{text-align:center;box-shadow:0 0 0 1px rgba(0,0,0,0.1) inset;z-index:100;color:#333;background-color:#fff;position:relative}
.bootstrap-switch-label:hover{background-color:#fcfcfc}
.bootstrap-switch-label:active{background-color:#fafafa}
.bootstrap-switch-label:after{content:'';position:absolute;top:50%;left:50%;width:3px;height:10px;margin-top:-5px;margin-left:-1px;display:inline-block;border-left:1px solid #ddd;border-right:1px solid #ddd}
.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch-large .bootstrap-switch-label{padding:9px 15px}
.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch-mini .bootstrap-switch-label{padding:5px 10px}
.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch-small .bootstrap-switch-label{padding:6px 11px}
.checkbox-switch>label,label.checkbox-switch.checkbox-inline{padding:0}
.checkbox-switch.checkbox-right .bootstrap-switch{margin-right:0;margin-left:7px}


/******************************
Select2
******************************/
.select2-container{outline:0;position:relative;display:inline-block;text-align:left}
.select2-selection--single{cursor:pointer;display:block;height:36px;padding:7px 0;line-height:1.5384616;position:relative;border:1px solid transparent;white-space:nowrap;border-radius:3px;user-select:none}
.select2-container--open .select2-selection--single,.select2-selection--single:focus,.select2-selection--single:hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.01) inset;box-shadow:0 0 0 100px rgba(0,0,0,.01) inset}
.select2-selection--single:not([class*=bg-]){background-color:#fff;color:#333}
.select2-selection--single:not([class*=bg-]):not([class*=border-]){border-color:#ddd}
.select2-container--open .select2-selection--single[class*=bg-],.select2-selection--single[class*=bg-]:focus,.select2-selection--single[class*=bg-]:hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.025) inset;box-shadow:0 0 0 100px rgba(0,0,0,.025) inset}
.select2-selection--single[class*=bg-] .select2-selection__placeholder{color:#fff}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder{color:rgba(255,255,255,.75)}
.select2-selection--single .select2-selection__rendered{display:block;padding-left:12px;padding-right:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select2-selection--single .select2-selection__rendered>i{margin-right:10px}
.select2-selection--single .select2-selection__clear{position:relative;cursor:pointer;float:right;font-size:0;line-height:1;margin-top:2px;margin-left:5px;opacity:.75;filter:alpha(opacity=75)}
.select2-selection--single .select2-selection__clear:hover{opacity:1;filter:alpha(opacity=100)}
.select2-selection--single .select2-selection__clear:after{content:'\ed6b';font-family:icomoon;display:inline-block;font-size:16px}
.select2-selection--single .select2-selection__placeholder{color:#999}
.select2-selection--single .select2-selection__arrow:after{content:'\e9c5';font-family:Icomoon;display:inline-block;position:absolute;top:50%;right:12px;margin-top:-8px;font-size:16px;line-height:1;color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bs-searchbox:after,.select2-search--dropdown:after,.selectboxit-default-arrow:after,.validation-error-label:before,.validation-valid-label:before{font-family:icomoon;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.select2-container--disabled .select2-selection--single .select2-selection__clear,.select2-selection--single .select2-selection__arrow b{display:none}
.select2-container--open .select2-selection--single .select2-selection__arrow:after{content:'\e9c6'}
.select2-container--disabled .select2-selection--single{cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}
.select2-container--disabled .select2-selection--single:not([class*=bg-]){background-color:#fafafa;color:#999}
.select2-container--disabled .select2-selection--single[class*=bg-]{-webkit-box-shadow:0 0 0 100px rgba(255,255,255,.25) inset;box-shadow:0 0 0 100px rgba(255,255,255,.25) inset}
.select2-selection--multiple{display:block;border:1px solid transparent;border-radius:3px;cursor:text;user-select:none}
.picker,.select2-results__option,.selectboxit-container *{-moz-user-select:none;-ms-user-select:none}
.select2-selection--multiple:not([class*=bg-]){background-color:#fff}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]){border-color:#ddd}
.select2-selection--multiple .select2-selection__rendered{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;list-style:none;margin:0;padding:0 2px 2px;width:100%}
.select2-selection--multiple .select2-selection__placeholder{color:#999}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]){background-color:#fafafa;color:#999}
.select2-container--disabled .select2-selection--multiple[class*=bg-]{-webkit-box-shadow:0 0 0 100px rgba(255,255,255,.25) inset;box-shadow:0 0 0 100px rgba(255,255,255,.25) inset}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice{opacity:.9;filter:alpha(opacity=90)}
.select2-container--disabled .select2-selection--multiple,.select2-container--disabled .select2-selection--multiple .select2-search__field,.select2-container--disabled .select2-selection--multiple .select2-selection__choice{cursor:not-allowed}
.select2-selection--multiple .select2-selection__choice{background-color:#4DD0E1;color:#fff;border-radius:3px;cursor:default;float:left;margin-right:2px;margin-top:2px;padding:7px 12px}
.select2-selection--multiple .select2-selection__choice>i{margin-right:10px}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{cursor:pointer;float:right;font-size:14px;margin-top:3px;line-height:1;margin-left:7px;opacity:.75;filter:alpha(opacity=75)}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover{opacity:1;filter:alpha(opacity=100)}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,.select2-search--dropdown:after{opacity:.6;filter:alpha(opacity=60)}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{display:none}
.select2-selection--multiple .select2-search--inline{float:left}
.select2-selection--multiple .select2-search--inline .select2-search__field{font-size:100%;margin-top:2px;padding:7px 0;background-color:transparent;border:0;outline:0;margin-left:7px;-webkit-appearance:textfield}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-dropdown{background-color:#fff;color:#333;border:1px solid #ddd;border-radius:3px;display:block;position:absolute;left:-100000px;width:100%;z-index:9999;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}
.select2-container--open .select2-dropdown--below,.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}
.select2-container--open .select2-dropdown--above,.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--open.select2-container--below .select2-selection--single{border-bottom-right-radius:0;border-bottom-left-radius:0}
.select2-results{display:block}
.select2-results__options{list-style:none;margin:0;padding:0}
.select2-results>.select2-results__options{padding-bottom:7px;max-height:250px;overflow-y:auto}
.select2-results:first-child>.select2-results__options,.select2-search--hide+.select2-results>.select2-results__options{padding-top:7px}
.select2-results__option{padding:7px 12px;cursor:pointer;-webkit-user-select:none;user-select:none}
.select2-results__option+.select2-results__option{margin-top:1px}
.select2-results__option i{margin-right:10px}
.select2-results__option i.icon-undefined{display:none}
.select2-results__option[role=group]{padding:0}
.select2-results__option.select2-results__option--highlighted{background-color:#f5f5f5}
.select2-results__option[aria-disabled=true]{color:#999;cursor:not-allowed}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true]{color:rgba(255,255,255,.6)}
.select2-results__option[aria-selected=true]{background-color:#2196F3;color:#fff}
.select2-results__options--nested>.select2-results__option{padding-left:24px;padding-right:24px}
.select2-results__group{display:block;padding:7px 12px;font-size:11px;line-height:1.82;text-transform:uppercase;cursor:default;margin-top:7px;margin-bottom:7px}
.select2-results__option:first-child>.select2-results__group{margin-top:0}
.select2-results__message{color:#999;cursor:default}
.select2-dropdown[class*=bg-] .select2-results__message{color:rgba(255,255,255,.75)}
.select2-results__option.loading-results{padding-top:0}
.select2-results__option.loading-results+.select2-results__option{margin-top:7px}
.select2-results__option--load-more{text-align:center;margin-top:7px;cursor:default}
.select2-container--open .select2-dropdown{left:0}
.select2-container--open .select2-dropdown--above{border-bottom:0}
.select2-container--open .select2-dropdown--above[class*=bg-]{border-bottom:1px solid rgba(255,255,255,.2)}
.select2-container--open .select2-dropdown--below{border-top:none}
.select2-container--open .select2-dropdown--below[class*=bg-]{border-top:1px solid rgba(255,255,255,.2)}
.select2-search--dropdown{display:block;position:relative;padding:12px}
.select2-search--dropdown:after{content:'\e98e';position:absolute;top:50%;left:24px;color:inherit;display:block;font-size:12px;margin-top:-6px;line-height:1}
.select2-search--dropdown+.select2-results .select2-results__message:first-child{padding-top:0}
.select2-search--dropdown .select2-search__field{height:36px;padding:7px 12px 7px 36px;border-radius:3px;border:1px solid #ddd;outline:0;width:100%}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-search--dropdown.select2-search--hide{display:none}
.select-xlg.select2-selection--single{height:46px;padding:10px 0;font-size:16px}
.select-xlg.select2-selection--single .select2-selection__rendered{padding-left:15px;padding-right:34px}
.select-xlg.select2-selection--single .select2-selection__arrow:after{right:15px}
.select-xlg.select2-selection--multiple .select2-selection__choice{padding:10px 15px;font-size:16px}
.select-xlg.select2-selection--multiple .select2-search--inline .select2-search__field{padding:10px 0;font-size:16px}
.select-lg.select2-selection--single{height:40px;padding:9px 0;font-size:14px}
.select-lg.select2-selection--single .select2-selection__rendered{padding-left:15px;padding-right:34px}
.select-lg.select2-selection--single .select2-selection__arrow:after{right:15px}
.select-lg.select2-selection--multiple .select2-selection__choice{padding:9px 15px;font-size:14px}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field{padding:9px 0;font-size:14px}
.select-sm.select2-selection--single{height:34px;padding:6px 0;font-size:12px;line-height:1.6666667}
.select-sm.select2-selection--single .select2-selection__rendered{padding-left:11px;padding-right:26px}
.select-sm.select2-selection--single .select2-selection__arrow:after{right:11px}
.select-sm.select2-selection--multiple .select2-selection__choice{padding:6px 11px;font-size:12px;line-height:1.6666667}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field{padding:6px 0}
.select-xs.select2-selection--single{height:32px;padding:5px 0;font-size:12px;line-height:1.6666667}
.select-xs.select2-selection--single .select2-selection__rendered{padding-left:10px;padding-right:24px}
.select-xs.select2-selection--single .select2-selection__arrow:after{right:10px}
.select-xs.select2-selection--multiple{height:31px;}
.select-xs.select2-selection--multiple .select2-selection__choice{padding:2px 10px 3px;font-size:12px;line-height:1.6666667}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field{padding:5px 0;font-size:12px;line-height:1.6666667}
.select2-selection--multiple[class*=bg-] .select2-selection__choice{background-color:rgba(0,0,0,.25)}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field{background-color:rgba(0,0,0,.2);border-color:transparent;color:#fff}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true]{background-color:rgba(0,0,0,.2)}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted{background-color:rgba(0,0,0,.1)}
.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;z-index:99;background-color:#fff;opacity:0;filter:alpha(opacity=0)}
.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:fixed!important;width:1px!important}
.select2-result-repository{padding-top:7px;padding-bottom:7px}
.select2-result-repository__avatar{float:left;width:60px;margin-right:15px}
.select2-result-repository__avatar img{width:100%;height:auto;border-radius:100px}
.select2-result-repository__meta{margin-left:70px}
.select2-result-repository__title{font-weight:500;word-wrap:break-word;margin-bottom:2px}
.select2-result-repository__forks,.select2-result-repository__stargazers,.select2-result-repository__watchers{display:inline-block;font-size:12px}
.select2-result-repository__description{font-size:12px}
.select2-result-repository__forks,.select2-result-repository__stargazers{margin-right:15px}


/******************************
Bootstrap select
******************************/
select.bs-select-hidden,select.selectpicker{display:none!important}
.bootstrap-select>.btn{width:100%;padding-right:34px}
.bootstrap-select>.btn.btn-default,.bootstrap-select>.btn.btn-default.disabled{background-color:#fff;border-color:#ddd}
.bootstrap-select>.btn.btn-default:active,.btn-group.open .bootstrap-select>.btn.btn-default{border-color:#ddd}
.bootstrap-select.form-control{padding:0;border:0}
.bootstrap-select .popover-title{font-size:11px;line-height:1.82;margin:7px 0;padding:7px 12px}
.bootstrap-select[class*=border-] .btn,.bootstrap-select[class*=border-] .dropdown-menu{border-color:inherit}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}
.bootstrap-select.fit-width{width:auto!important}
.bootstrap-select.btn-group.bs-container{position:absolute}
.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}
.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}
.bootstrap-select.btn-group>.disabled:focus{outline:0}
.bootstrap-select.btn-group .btn .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left;text-overflow:ellipsis}
.bootstrap-select.btn-group .btn .filter-option>i,.bootstrap-select.btn-group .dropdown-menu>li>a [class*=icon-]{margin-right:7px;float:left;margin-top:4px;top:0}
.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;width:16px;text-align:right;right:12px;margin-top:-8px}
.bootstrap-select.btn-group[class*=col-] .btn{width:100%}
.bootstrap-select.btn-group .btn-lg>.caret{right:15px}
.bootstrap-select.btn-group .btn-sm>.caret{right:11px}
.bootstrap-select.btn-group .btn-xs>.caret{right:10px}
.bootstrap-select.btn-group .dropdown-menu{min-width:100%}
.bootstrap-select.btn-group .dropdown-menu>li>a .check-mark{position:absolute;top:50%;margin-top:-8px;right:12px;margin-right:0;color:#fff;opacity:0;filter:alpha(opacity=0)}
.bootstrap-select.btn-group .dropdown-menu>li>a .text{display:inline-block}
.bootstrap-select.btn-group .dropdown-menu>li>a>.badge,.bootstrap-select.btn-group .dropdown-menu>li>a>.label{float:none}
.bootstrap-select.btn-group .dropdown-menu>li>a.special-class,.bootstrap-select.btn-group .dropdown-menu>li>a.special-class:hover{font-weight:700;color:#fff;background:#F44336;-webkit-transition:none;-o-transition:none;transition:none}
.bootstrap-select.btn-group .dropdown-menu>li small{padding-left:10px}
.bootstrap-select.btn-group .dropdown-menu>.active>a small{color:#fff}
.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}
.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:0;width:100%;text-align:center;padding:7px 12px;background-color:#f8f8f8;border-top:1px solid #ddd;pointer-events:none}
.bootstrap-select.btn-group .dropdown-header~li>a{padding-left:24px}
.bootstrap-select.btn-group .no-results{padding:7px 12px;background:#f8f8f8;margin-bottom:-7px;border-top:1px solid #ddd}
.bootstrap-select.btn-group.fit-width .btn .caret,.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}
.bootstrap-select.btn-group.show-tick .dropdown-menu>li a .text{margin-right:40px}
.bootstrap-select.btn-group.show-tick .dropdown-menu>li.active a .check-mark{opacity:1;filter:alpha(opacity=100)}
.input-group .bootstrap-select>.btn{border-radius:0}
.input-group>.bootstrap-select:first-child>.btn,.input-group>.bs-select-hidden:first-child+.bootstrap-select>.btn{border-bottom-left-radius:3px;border-top-left-radius:3px}
.input-group>.bootstrap-select:last-child>.btn{border-bottom-right-radius:3px;border-top-right-radius:3px}
.error .bootstrap-select .btn{border:1px solid #F44336}
.control-group.error .bootstrap-select .dropdown-toggle{border-color:#F44336}


/******************************
Bootstrap select
******************************/
.tokenfield{height:auto}
.tokenfield.form-control{height:auto;padding:0 0 2px}
.tokenfield:after{content:'';display:table;clear:both}
.bootstrap-tagsinput .tag [data-role=remove]:after,.tokenfield .token>.close:after{content:'\ed6a';font-family:icomoon;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.tokenfield .token{margin:2px 0 0 2px;cursor:default;float:left;position:relative;border-radius:2px}
.tokenfield .token:not([class*=bg-]){background-color:#eee;color:#333}
.tokenfield .token:not([class*=bg-]):focus,.tokenfield .token:not([class*=bg-]):hover{background-color:#03A9F4;color:#fff}
.tokenfield .token.invalid{background-color:transparent;border:1px solid transparent;border-radius:0;border-bottom:1px dotted #F44336}
.tokenfield .token.invalid.active{background-color:#eee;border:1px solid #eee}
.tokenfield .token .token-label{display:block;overflow:hidden;text-overflow:ellipsis;padding:5px 24px 5px 8px;font-size:12px;line-height:1.6666667}
.tokenfield .token>.close{font-size:0;cursor:pointer;position:absolute;top:50%;color:inherit;right:7px;line-height:1;margin-top:-5.5px}
.tokenfield.disabled,.tokenfield.disabled .token,.tokenfield.disabled .token .close,.tokenfield.disabled .token-input{cursor:not-allowed}
.tokenfield .token>.close:after{display:block;font-size:11px}
.tokenfield .twitter-typeahead{width:auto}
.tokenfield .token-input{background:0 0;width:90px!important;max-width:50%;min-width:60px;padding:5px 11px;margin-top:2px;margin-left:2px;font-size:12px;line-height:1.6666667;border:0;outline:0}
.tokenfield.readonly .token .token-label{padding-right:11px}
.tokenfield.readonly .token .close{display:none}
.tokenfield.disabled .token,.tokenfield.disabled .token .close{opacity:.5;filter:alpha(opacity=50)}
.tokenfield.disabled .token:focus,.tokenfield.disabled .token:hover{background-color:#eee;color:#333}
.input-group-lg .token-input,.input-group-lg .token>.token-label,.input-group-lg .token>span,.tokenfield.input-lg .token-input,.tokenfield.input-lg .token>.token-label,.tokenfield.input-lg .token>span{font-size:13px;line-height:20px;padding:7px 12px}
.input-group-lg .token>.token-label,.input-group-lg .token>span,.tokenfield.input-lg .token>.token-label,.tokenfield.input-lg .token>span{padding-right:29px}
.input-group-lg .token>.close,.tokenfield.input-lg .token>.close{right:12px}
.input-group-lg.readonly .token>.token-label,.tokenfield.input-lg.readonly .token>.token-label{padding-right:12px}
.input-group-sm .token>.token-label,.input-group-sm .token>span,.tokenfield.input-sm .token>.token-label,.tokenfield.input-sm .token>span{padding:4px 27.5px 4px 11px}
.input-group-sm .token-input,.tokenfield.input-sm .token-input{padding:4px 11px}
.input-group-sm .token>.close,.tokenfield.input-sm .token>.close{right:11px}
.input-group-sm.readonly .token>.token-label,.tokenfield.input-sm.readonly .token>.token-label{padding-right:11px}


/******************************
x-Editable forms
******************************/
.editableform{margin-bottom: 0;}
.editableform .control-group{margin-bottom: 0;white-space: nowrap;line-height: 20px;}
.editableform .form-control{width: auto;}
.editable-buttons{display: inline-block;vertical-align: top;margin-left: 7px;zoom: 1;*display: inline;}
.editable-buttons.editable-buttons-bottom{display: block;margin-top: 7px;margin-left: 0;}
.editable-input{vertical-align: top;display: inline-block;width: auto;white-space: normal;zoom: 1;*display: inline;}
.editable-buttons .editable-cancel{margin-left: 7px;}
.editable-buttons button.ui-button-icon-only{height: 24px;width: 30px;}
.editableform-loading{background: url('../img/loading.gif') center center no-repeat;height: 25px;width: auto;min-width: 25px;}
.editable-inline .editableform-loading{background-position: left 5px;}
.editable-error-block{max-width: 300px;margin: 5px 0 0 0;width: auto;white-space: normal;}
.editable-error-block.ui-state-error{padding: 3px;}
.editable-error{color: red;}
.editableform .editable-date{padding: 0;margin: 0;float: left;}
.editable-inline .add-on .icon-th{margin-top: 3px;margin-left: 1px;}
.editable-checklist label input[type="checkbox"],.editable-checklist label span{vertical-align: middle;margin: 0;}
.editable-checklist label{white-space: nowrap;}
.editable-wysihtml5{width: 566px;height: 250px;}
.editable-clear{clear: both;font-size: 0.9em;text-decoration: none;text-align: right;}
.editable-clear-x{background: url('../img/clear.png') center center no-repeat;display: block;width: 13px;height: 13px;position: absolute;opacity: 0.6;z-index: 100;top: 50%;right: 6px;margin-top: -6px;}
.editable-clear-x:hover{opacity: 1;}
.editable-pre-wrapped{white-space: pre-wrap;}
.editable-container.editable-popup{max-width: none !important;}
.editable-container.popover{width: auto;}
.editable-container.editable-inline{display: inline-block;vertical-align: middle;width: auto;zoom: 1;*display: inline;}
.editable-container.ui-widget{font-size: inherit;z-index: 9990;}
.editable-click, 
a.editable-click, 
a.editable-click:hover{text-decoration: none;border-bottom: dashed 1px #0088cc;}
.editable-click.editable-disabled, 
a.editable-click.editable-disabled, 
a.editable-click.editable-disabled:hover{color: #585858;cursor: default;border-bottom: none;}
.editable-empty,.editable-empty:hover,.editable-empty:focus{font-style: italic;color: #DD1144;text-decoration: none;}
.editable-unsaved{font-weight: bold;}
.editable-bg-transition{-webkit-transition: background-color 1400ms ease-out;-moz-transition: background-color 1400ms ease-out;-o-transition: background-color 1400ms ease-out;-ms-transition: background-color 1400ms ease-out;transition: background-color 1400ms ease-out;}
.form-horizontal .editable{padding-top: 5px;display:inline-block;}
.datepicker{padding: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;direction: ltr;}
.datepicker-inline{width: 220px;}
.datepicker.datepicker-rtl{direction: rtl;}
.datepicker.datepicker-rtl table tr td span{float: right;}
.datepicker-dropdown{top: 0;left: 0;}
.datepicker-dropdown:before{content: '';display: inline-block;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #ccc;border-bottom-color: rgba(0, 0, 0, 0.2);position: absolute;top: -7px;left: 6px;}
.datepicker-dropdown:after{content: '';display: inline-block;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #ffffff;position: absolute;top: -6px;left: 7px;}
.datepicker > div{display: none;}
.datepicker.days div.datepicker-days{display: block;}
.datepicker.months div.datepicker-months{display: block;}
.datepicker.years div.datepicker-years{display: block;}
.datepicker table{margin: 0;}
.datepicker td,.datepicker th{text-align: center;width: 20px;height: 20px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;border: none;}
.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color: transparent;}
.datepicker table tr td.day:hover{background: #eeeeee;cursor: pointer;}
.datepicker table tr td.old,.datepicker table tr td.new{color: #999999;}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background: none;color: #999999;cursor: default;}
.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{background-color: #fde19a;background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);background-image: linear-gradient(top, #fdd49a, #fdf59a);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color: #fdf59a #fdf59a #fbed50;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);color: #000;}
.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled]{background-color: #fdf59a;}
.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active{background-color: #fbf069 \9;}
.datepicker table tr td.today:hover:hover{color: #000;}
.datepicker table tr td.today.active:hover{color: #fff;}
.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background: #eeeeee;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{background-color: #f3d17a;background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);background-image: linear-gradient(top, #f3c17a, #f3e97a);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color: #f3e97a #f3e97a #edde34;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled]{background-color: #f3e97a;}
.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active{background-color: #efe24b \9;}
.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{background-color: #9e9e9e;background-image: -moz-linear-gradient(top, #b3b3b3, #808080);background-image: -ms-linear-gradient(top, #b3b3b3, #808080);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);background-image: -o-linear-gradient(top, #b3b3b3, #808080);background-image: linear-gradient(top, #b3b3b3, #808080);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color: #808080 #808080 #595959;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled]{background-color: #808080;}
.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active{background-color: #666666 \9;}
.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);border-color: #0044cc #0044cc #002a80;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled]{background-color: #0044cc;}
.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active{background-color: #003399 \9;}
.datepicker table tr td span{display: block;width: 23%;height: 54px;line-height: 54px;float: left;margin: 1%;cursor: pointer;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.datepicker table tr td span:hover{background: #eeeeee;}
.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background: none;color: #999999;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{background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);border-color: #0044cc #0044cc #002a80;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.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,.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,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled]{background-color: #0044cc;}
.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{background-color: #003399 \9;}
.datepicker table tr td span.old,.datepicker table tr td span.new{color: #999999;}
.datepicker th.datepicker-switch{width: 145px;}
.datepicker thead tr:first-child th,.datepicker tfoot tr th{cursor: pointer;}
.datepicker thead tr:first-child th:hover,.datepicker tfoot tr th:hover{background: #eeeeee;}
.datepicker .cw{font-size: 10px;width: 12px;padding: 0 2px 0 5px;vertical-align: middle;}
.datepicker thead tr:first-child th.cw{cursor: default;background-color: transparent;}
.input-append.date .add-on i,.input-prepend.date .add-on i{display: block;cursor: pointer;width: 16px;height: 16px;}
.input-daterange input{text-align: center;}
.input-daterange input:first-child{-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}
.input-daterange input:last-child{-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}
.input-daterange .add-on{display: inline-block;width: auto;min-width: 16px;height: 18px;padding: 4px 5px;font-weight: normal;line-height: 18px;text-align: center;text-shadow: 0 1px 0 #ffffff;vertical-align: middle;background-color: #eeeeee;border: 1px solid #ccc;margin-left: -5px;margin-right: -5px;}


/******************************
noUi slider
******************************/
.noUi-target,.noUi-target * {-webkit-touch-callout: none;-webkit-user-select: none;-ms-touch-action: none;touch-action: none;-ms-user-select: none;-moz-user-select: none;user-select: none;-moz-box-sizing: border-box;box-sizing: border-box;}
.noUi-target {position: relative;margin-bottom:10px;}
.noUi-base {width: 100%;height: 100%;position: relative;z-index: 1;}
.noUi-origin {position: absolute;right: 0;top: 0;left: 0;bottom: 0;}
.noUi-handle {position: relative;z-index: 1;}
.noUi-stacking .noUi-handle {z-index: 10;}
.noUi-state-tap .noUi-origin {-webkit-transition: left 0.3s,top 0.3s;transition: left 0.3s,top 0.3s;}
.noUi-state-drag * {cursor: inherit !important;}
.noUi-base,.noUi-handle {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.noUi-horizontal {height: 15px;}
.noUi-horizontal .noUi-handle {width: 25px;height: 25px;left: -14px;top: -6px;}
.noUi-vertical {width: 18px;}
.noUi-vertical .noUi-handle {width: 25px;height: 25px;left: -6px;top: -17px;}
.noUi-background {background: #FAFAFA;}
.noUi-connect {background: #4DD0E1;-webkit-transition: background 450ms;transition: background 450ms;}
.noUi-origin {border-radius: 2px;}
.noUi-target {border-radius: 4px;border: 1px solid #D3D3D3;}
.noUi-draggable {cursor: w-resize;}
.noUi-vertical .noUi-draggable {cursor: n-resize;}
.noUi-handle {border: 1px solid #D9D9D9;border-radius: 3px;background: #FFF;cursor: default;}
.noUi-handle:before,.noUi-handle:after {content: "";display: block;position: absolute;height: 11px;width: 1px;background: #E8E7E6;left: 9px;top: 6px;}
.noUi-handle:after {left: 13px;}
.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after {width: 11px;height: 1px;left: 6px;top: 10px;}
.noUi-vertical .noUi-handle:after {top: 14px;}
[disabled].noUi-connect,[disabled] .noUi-connect {background: #B8B8B8;}
[disabled].noUi-origin,[disabled] .noUi-handle {cursor: not-allowed;}
.irs,.line-numbers .line-numbers-rows{-webkit-user-select:none;-ms-user-select:none}
[disabled] .noUI-background{opacity:.75;filter:alpha(opacity=75)}
.noUi-handle:active:after,.noUi-handle:focus:after,.noUi-handle:hover:after{opacity:.9;filter:alpha(opacity=90)}
.noUi-horizontal.noUi-extended{padding:0 15px}
.noUi-horizontal.noUi-extended .noUi-origin{right:-15px}
.noUi-horizontal.has-pips{margin-bottom:35px}
.noUi-vertical{display:inline-block;width:15px;height:160px}
.noUi-vertical+.noUi-vertical{margin-left:20px}
.noUi-vertical .noUi-handle{top:-9px;left:-6px}
.noUi-vertical.noUi-extended{padding:15px 0}
.noUi-vertical.noUi-extended .noUi-origin{bottom:-15px}
.noUi-vertical.has-pips{margin-right:35px}
.noUi-dragable{cursor:w-resize}
.noUi-vertical .noUi-dragable{cursor:n-resize}
.noUi-handle:after,.noUi-marker,.noUi-pips,.noUi-tooltip,.noUi-value{position:absolute}
.noUi-stacking .noUi-handle{z-index:10}
.irs-slider:after,.noUi-tooltip:after{content:''}
.noui-slider-primary .noUi-connect,.noui-slider-primary.noUi-connect{background-color:#2196F3}
.noui-slider-danger .noUi-connect,.noui-slider-danger.noUi-connect{background-color:#F44336}
.noui-slider-success .noUi-connect,.noui-slider-success.noUi-connect{background-color:#4CAF50}
.noui-slider-warning .noUi-connect,.noui-slider-warning.noUi-connect{background-color:#FF5722}
.noui-slider-info .noUi-connect,.noui-slider-info.noUi-connect{background-color:#00BCD4}
.noUi-tooltip{display:none;border-radius:3px;background:#333;color:#fff;top:-43px;padding:7px;left:50%;margin-left:-27px;text-align:center;font-size:12px;width:60px}
.irs,.noUi-handle:hover .noUi-tooltip{display:block}
.noUi-tooltip:after{width:0;height:0;border:5px solid transparent;border-top-color:#333;position:absolute;bottom:-10px;left:50%;margin-left:-5px}
.noUi-pips{color:#999}
.noUi-value{width:40px;text-align:center;font-size:11px}
.noUi-value-sub{color:#ccc;font-size:11px; margin-top:10px;}
.noUi-marker{background-color:#ccc}
.noUi-pips-horizontal{padding-top:10px;height:35px;top:100%;left:0;width:100%}
.noUi-value-horizontal{margin-left:-20px;padding-top:15px}
.noUi-value-horizontal.noUi-value-sub{padding-top:5px}
.noUi-marker-horizontal.noUi-marker{width:1px;height:3px}
.noUi-marker-horizontal.noUi-marker-sub{height:6px}
.noUi-marker-horizontal.noUi-marker-large{height:10px}
.noUi-pips-vertical{padding-left:10px;height:100%;top:0;left:100%}
.noUi-value-vertical{width:15px;margin-left:15px;margin-top:-10px}
.noUi-marker-vertical.noUi-marker{width:3px;height:1px}
.noUi-marker-vertical.noUi-marker-sub{width:6px}
.noUi-marker-vertical.noUi-marker-large{width:10px}
.noui-slider-lg .noUi-handle{width:32px;height:30px;top:-6px}
.noui-slider-lg .noUi-handle:after{width: 1px;height: 16px;margin-top: 0px;margin-left: 3px;}
.noui-slider-lg .noUi-handle:before{width: 1px;height: 16px;margin-top: 0px;margin-left: 3px;}
.noui-slider-lg.noUi-horizontal{height:20px}
.noui-slider-lg.noUi-horizontal .noUi-handle{left:-17px}
.noui-slider-lg.noUi-vertical{width:20px}
.noui-slider-lg.noUi-vertical .noUi-handle{top:-12px;left:-8px}
.noui-slider-sm .noUi-handle{width:20px;height:20px;top:-7px}
.noui-slider-sm .noUi-handle:after{width: 1px;height: 8px;margin-top: -1px;margin-left: -3px;}
.noui-slider-sm .noUi-handle:before{width: 1px;height: 8px;margin-top: -1px;margin-left: -2px;}
.noui-slider-sm.noUi-horizontal{height:8px}
.noui-slider-sm.noUi-horizontal .noUi-handle{left:-12px}
.noui-slider-sm.noUi-vertical{width:8px}
.noui-slider-sm.noUi-vertical .noUi-handle{top:-12px;left:-8px}
.noui-slider-xs .noUi-handle,.noui-slider-xs .noUi-handle{width:12px;height:12px;top:-4px}
.noui-slider-xs .noUi-handle:after{content:none;}
.noui-slider-xs .noUi-handle:before{width: 6px;height: 6px;margin-top: -4px;margin-left: -7px;}
.noui-slider-xs.noUi-horizontal{height:5px}
.noui-slider-xs.noUi-horizontal .noUi-handle{top:-5px;left:-8px}
.noui-slider-xs.noUi-vertical{width:5px}
.noui-slider-xs.noUi-vertical .noUi-handle{top:-6px;left:-4px}


/******************************
Form wizard
******************************/
.wizard{width:100%;overflow:hidden}
.wizard>.content>.title,.wizard>.steps .current-info{position:absolute;left:-99999px}
.wizard>.content{overflow:hidden;position:relative;width:auto;padding:0}
.wizard>.content>.body{padding:0 20px}
.wizard>.content>iframe{border:0;width:100%;height:100%}
.wizard>.steps{position:relative;display:block;width:100%}
.wizard>.steps>ul{display:table;width:100%;margin:0;padding:0;list-style:none}
.wizard>.steps>ul>li{display:table-cell;width:auto;vertical-align:top;text-align:center;position:relative}
.wizard>.steps>ul>li a{position:relative;padding-top:48px;margin-top:20px;margin-bottom:20px;display:block}
.wizard>.steps>ul>li:after,.wizard>.steps>ul>li:before{content:'';display:block;position:absolute;top:43px;width:50%;height:2px;background-color:#00BCD4;z-index:9}
.wizard>.steps>ul>li.current .number:after,.wizard>.steps>ul>li.done .number:after{display:inline-block;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;font-family:icomoon;-moz-osx-font-smoothing:grayscale;line-height:34px;-webkit-font-smoothing:antialiased}
.wizard>.steps>ul>li:before{left:0}
.wizard>.steps>ul>li:first-child:before,.wizard>.steps>ul>li:last-child:after{content:none}
.wizard>.steps>ul>li.current:after,.wizard>.steps>ul>li.current~li:after,.wizard>.steps>ul>li.current~li:before{background-color:#eee}
.wizard>.steps>ul>li.current>a{color:#333;cursor:default}
.wizard>.steps>ul>li.current .number{font-size:0;border-color:#00BCD4;background-color:#fff;color:#00BCD4}
.wizard>.steps>ul>li.current .number:after{content:'\e913';font-size:16px;transition:all .15s ease-in-out}
.wizard>.steps>ul>li.disabled a,.wizard>.steps>ul>li.disabled a:focus,.wizard>.steps>ul>li.disabled a:hover{color:#999;cursor:default}
.wizard>.steps>ul>li.done a,.wizard>.steps>ul>li.done a:focus,.wizard>.steps>ul>li.done a:hover{color:#999}
.wizard>.steps>ul>li.done .number{font-size:0;background-color:#00BCD4;border-color:#00BCD4;color:#fff}
.wizard>.steps>ul>li.done .number:after{content:'\ed6f';font-size:16px;transition:all .15s ease-in-out}
.wizard>.steps>ul>li.error .number{border-color:#F44336;color:#F44336}
@media (max-width:768px){.wizard>.steps>ul{margin-bottom:20px}
.wizard>.steps>ul>li{display:block;float:left;width:50%}
.wizard>.steps>ul>li>a{margin-bottom:0}
.wizard>.steps>ul>li:first-child:before,.wizard>.steps>ul>li:last-child:after{content:''}
.wizard>.steps>ul>li:last-child:after{background-color:#00BCD4}}
@media (max-width:480px){.wizard>.steps>ul>li{width:100%}
.wizard>.steps>ul>li.current:after{background-color:#00BCD4}}
.wizard>.steps .number{background-color:#fff;color:#ccc;display:inline-block;position:absolute;top:0;left:50%;margin-left:-19px;width:38px;height:38px;border:2px solid #eee;font-size:14px;border-radius:50%;z-index:10;line-height:34px;text-align:center}
.panel-flat>.wizard>.steps>ul{border-top:1px solid #ddd}
.wizard>.actions{position:relative;display:block;text-align:right;padding:0 20px 20px}
.wizard>.actions>ul{float:right;list-style:none;padding:0;margin:0}
.daterangepicker .calendar,.daterangepicker .ranges,.daterangepicker.opensleft .calendars,.wizard>.actions>ul>li{float:left}
.wizard>.actions>ul:after{content:'';display:table;clear:both}
.wizard>.actions>ul>li+li{margin-left:10px}
.wizard>.actions>ul>li>a{background:#2196F3;color:#fff;display:block;padding:7px 12px;border-radius:2px;border:1px solid transparent}
.wizard>.actions>ul>li>a:focus,.wizard>.actions>ul>li>a:hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.05) inset;box-shadow:0 0 0 100px rgba(0,0,0,.05) inset}
.wizard>.actions>ul>li>a:active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.1) inset;box-shadow:0 0 0 100px rgba(0,0,0,.1) inset}
.wizard>.actions>ul>li>a[href="#previous"]{background-color:#fcfcfc;color:#333;border:1px solid #ddd}
.wizard>.actions>ul>li>a[href="#previous"]:focus,.wizard>.actions>ul>li>a[href="#previous"]:hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.02) inset;box-shadow:0 0 0 100px rgba(0,0,0,.02) inset}
.wizard>.actions>ul>li>a[href="#previous"]:active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.04) inset;box-shadow:0 0 0 100px rgba(0,0,0,.04) inset}
.wizard>.actions>ul>li.disabled>a,.wizard>.actions>ul>li.disabled>a:focus,.wizard>.actions>ul>li.disabled>a:hover{color:#999}
.wizard>.actions>ul>li.disabled>a[href="#previous"],.wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,.wizard>.actions>ul>li.disabled>a[href="#previous"]:hover{-webkit-box-shadow:none;box-shadow:none}
.form-wizard-title{margin:0 0 20px;padding-bottom:20px;border-bottom:1px solid #ddd}
.form-wizard-count{float:left;display:block;width:38px;height:38px;border-radius:50%;border:2px solid #4CAF50;color:#4CAF50;text-align:center;line-height:34px;margin-right:10px;font-size: 20px;}
.ui-formwizard .step{padding:20px 20px 0}
.form-wizard-actions{text-align:right;padding:0 20px 20px}
.panel-body .form-wizard-actions{padding:0}
.form-wizard-actions .btn+.btn{margin-left:5px}


/******************************
Form validations
******************************/
.validation-error,.validation-success{margin:7px 0 7px 2px;display:block;color:#F44336;position:relative;padding-left:20px;}
.validation-success{color:#4CAF50}
.validation-error:before,.validation-success:before{position:absolute;top:3px;left:0;display:inline-block;line-height:1;font-size:14px}
.validation-error:empty,.validation-success:empty{display:none}
.validation-error:before{content:'\ed63';font-family:icomoon;}
.validation-success:before{content:'\ee73';font-family:icomoon;}


/******************************
Datepicker
******************************/
.datepicker>div{display:none}
.datepicker.datepicker-dropdown{top:0;left:0;margin:0;padding:14px}
.datepicker table{margin:0}
.datepicker table tr td.day:hover{background-color:#f5f5f5;cursor:pointer}
.datepicker table tr td.new,.datepicker table tr td.old{color:#999}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background-color:transparent;color:#999;cursor:default}
.datepicker table tr td.range.today,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover,.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#f5f5f5}
.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background-color:#f5f5f5;border-radius:0}
.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover,.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#4DD0E1;color:#fff}
.datepicker table tr td span{display:block;width:31%;padding:7px 12px;float:left;margin:1%;cursor:pointer;border-radius:3px}
.datepicker table tr td span:hover{background-color:#f5f5f5}
.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background-color:transparent;color:#999;cursor:default}
.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}
.datepicker table th.datepicker-switch{font-size:15px;font-weight:400}
.datepicker table tfoot tr th,.datepicker table thead tr:first-child th{cursor:pointer;padding-top:15px;padding-bottom:15px;line-height:1}
.datepicker table .cw{width:16px;padding:0 2px 0 5px}
.datepicker table thead tr:first-child th.cw{cursor:default;background-color:transparent}
.datepicker .table-condensed td,.datepicker .table-condensed th{text-align:center;padding:10px;border-radius:3px;border:0;line-height:1}
.datepicker .table-condensed th.dow{padding-top:14px;color:#999}
.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}


/******************************
Datepaginator
******************************/
.datepaginator .pagination>li .dp-no-select:hover,.datepaginator .pagination>li .dp-off{background-color:#fafafa}
.datepaginator{height:72px;text-align:center}
.datepaginator-sm{height:68px}
.datepaginator-lg{height:76px}
.datepaginator .pagination{white-space:nowrap}
.datepaginator .pagination>li{display:inline-block}
.datepaginator .pagination>li>a{min-width:auto;text-align:center;border-radius:3px;margin-left:0;border:0}
.datepaginator .pagination>li .dp-nav-square-edges{border-radius:0}
.datepaginator .pagination>li .dp-no-select{color:#ccc;background-color:#fafafa}
.datepaginator .pagination>li #dp-calendar{position:absolute;right:6px;top:6px}
.datepaginator .pagination>li>.dp-nav{height:72px;padding:29px 0;width:38px;line-height:1;border-radius:3px}
.datepaginator .pagination>li>a.dp-nav-sm{height:68px;padding:27px 0}
.datepaginator .pagination>li>a.dp-nav-lg{height:76px;padding:31px 0}
.datepaginator .pagination>li>a.dp-item{height:72px;padding:15px 0;width:35px}
.datepaginator .pagination>li>a.dp-item-sm{height:68px;padding:13px 0}
.datepaginator .pagination>li>a.dp-item-lg{height:76px;padding:17px 0}
.datepaginator .pagination>li>.dp-today,.datepaginator .pagination>li>.dp-today:focus,.datepaginator .pagination>li>.dp-today:hover{background-color:#2196F3;color:#fff}
.datepaginator .pagination>li>.dp-selected,.datepaginator .pagination>li>.dp-selected:focus,.datepaginator .pagination>li>.dp-selected:hover{background-color:#4DD0E1;color:#fff;width:140px}


/******************************
Daterange picker
******************************/
.daterangepicker{position:absolute;left:0;margin-top:5px;width:auto;padding:0;}
.daterangepicker.dropdown-menu{max-width:none;background-color:transparent;border:0;z-index:1000;-webkit-box-shadow:none;box-shadow:none;}
.daterangepicker .calendar,.ranges{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1)}
.daterangepicker.dropup{margin-top:-7px}
.daterangepicker.opensright .calendars{float:right}
.daterangepicker.single .calendar{float:none;margin-left:0;margin-right:0}
.daterangepicker.single .ranges{display:none}
.daterangepicker.show-calendar .calendar{display:block}
.daterangepicker .calendar{display:none;background-color:#fff;border:1px solid #ddd;border-radius:3px;margin:7px;padding:14px;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.daterangepicker td.available:focus,.daterangepicker td.available:hover,.daterangepicker td.in-range{background-color:#f5f5f5}
.daterangepicker table{width:100%;margin:0}
.daterangepicker td,.daterangepicker th{white-space:nowrap;text-align:center}
.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}
.daterangepicker th{color:#999;font-weight:400;font-size:12px}
.daterangepicker th>i{top:0}
.daterangepicker th.available:focus,.daterangepicker th.available:hover{color:#333}
.daterangepicker td.disabled,.daterangepicker td.off{color:#ccc}
.daterangepicker td.disabled{cursor:not-allowed}
.daterangepicker td.active,.daterangepicker td.active:focus,.daterangepicker td.active:hover{background-color:#4DD0E1;color:#fff;border-radius:3px}
.daterangepicker .table-condensed tr>td,.daterangepicker .table-condensed tr>th{padding:10px;line-height:1}
.daterangepicker .table-condensed thead tr:last-child th{padding-top:14px}
.daterangepicker .table-condensed .month{font-size:15px;line-height:1;color:#333;padding-top:15px;padding-bottom:15px;font-weight:400}
.daterangepicker select{display:inline-block}
.daterangepicker select.monthselect{margin-right:2%;width:56%}
.daterangepicker select.yearselect{width:40%}
.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect{width:60px;padding-left:0;padding-right:0;margin-bottom:0}
.daterangepicker .daterangepicker_input{position:relative}
.daterangepicker .daterangepicker_input i{position:absolute;right:11px;top:auto;bottom:10px;color:#999}
.daterangepicker .daterangepicker_input input{padding-left:11px;padding-right:34px}
.daterangepicker .calendar-time{text-align:center;margin:12px 0}
.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}
.daterange-custom,.ranges ul li{cursor:pointer}
.daterangepicker .calendar, .daterangepicker .ranges, .daterangepicker.opensleft .calendars, .wizard>.actions>ul>li {float: left;}
.ranges{background-color:#fff;position:relative;border:1px solid #ddd;border-radius:3px;width:200px;margin-top:7px;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.ranges .daterangepicker-inputs+.range_inputs,.ranges ul+.daterangepicker-inputs{border-top:1px solid #e5e5e5}
.picker,.picker__holder{width:100%;position:absolute}
.AnyTime-win,.picker__holder{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1)}
.opensright .ranges{margin-left:0}
.opensleft .ranges{margin-right:0}
.ranges ul{list-style:none;margin:0;padding:7px 0}
.ranges ul li{color:#333;padding:8px 12px;margin-top:1px}
.ranges ul li:first-child{margin-top:0}
.ranges ul li:focus,.ranges ul li:hover{background-color:#f5f5f5}
.ranges ul li.active{color:#fff;background-color:#4DD0E1}
.ranges .daterangepicker-inputs{padding:19px 12px 12px}
.ranges .daterangepicker-inputs .daterangepicker_input+.daterangepicker_input{margin-top:19px}
.ranges .daterangepicker-inputs .daterangepicker_input>span{display:block;font-size:12px;margin-bottom:7px;color:#999}
.ranges .range_inputs{padding:12px}
.ranges .range_inputs .btn{display:block;width:100%}
.ranges .range_inputs .btn+.btn{margin-top:12px}
@media (min-width:769px){
	.ranges{margin:7px}
}
.daterange-custom:after{content:'';display:table;clear:both}
.daterange-custom .badge,.daterange-custom .label{margin:4px 0 0 7px;vertical-align:top}
.daterange-custom .label-icon{margin-top:0;margin-right:5px}
.daterange-custom-display{display:inline-block;position:relative;padding-left:21px;line-height:1}
.daterange-custom-display:after{content:'\e9c9';display:inline-block;position:absolute;top:50%;left:0;margin-top:-8px;-webkit-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}
.daterange-custom.is-opened .daterange-custom-display:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.daterange-custom-display>i{display:inline-block;font-size:28px;font-weight:400;font-style:normal;letter-spacing:-.015em}
.daterange-custom-display b{display:inline-block;margin-left:4px;font-weight:400}
.daterange-custom-display b>i{font-size:11px;display:block;line-height:12px;text-transform:uppercase;font-style:normal;font-weight:400}
.daterange-custom-display em{line-height:30px;vertical-align:top;margin:0 4px}
@media (max-width:769px){
	.opensleft,.opensright{left:0!important;right:0}
	.daterangepicker.opensleft .calendar,.daterangepicker.opensleft .calendars,.daterangepicker.opensleft .ranges,.daterangepicker.opensright .calendar,.daterangepicker.opensright .calendars,.daterangepicker.opensright .ranges,.opensleft .calendars,.opensright .calendars{float:none}
	.daterangepicker{width:100%;padding-left:20px;padding-right:20px}
	.daterangepicker .calendar{margin-left:0;margin-right:0}
	.daterangepicker .ranges{width:100%}
}
.picker{text-align:left;top:100%;margin-top:-1px;z-index:990;-webkit-user-select:none;user-select:none}


/******************************
Date picker
******************************/
.AnyTime-pkr,.picker--time .picker__button--clear,.picker__footer,.picker__header,.picker__table,.picker__weekday{text-align:center}
.picker__input{cursor:default}
.picker__holder{overflow-y:auto;display:none;background-color:#fff;border:1px solid #ddd;border-top-width:0;border-bottom-width:0;width:280px;max-height:0;-webkit-overflow-scrolling:touch;border-bottom-right-radius:3px;border-bottom-left-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.picker--time .picker__holder{width:180px;}
.picker--opened .picker__holder{max-height:480px;border-top-width:1px;border-bottom-width:1px;display:block}
.picker__box{padding:14px}
.picker__header{position:relative;font-size:15px;line-height:1;padding-top:15px;padding-bottom:15px}
.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:5px;margin-right:5px}
.picker__year{color:#999;font-size:12px;font-weight:400}
.picker__select--month,.picker__select--year{border-color:#ddd;height:32px;font-size:13px;line-height:1.6666667;margin-left:5px;margin-right:5px;outline:0}
.picker__select--month{width:35%}
.picker__select--year{width:22.5%}
.picker__nav--next,.picker__nav--prev{position:absolute;padding:8px;top:50%;margin-top:-16px;border-radius:2px;line-height:1}
.picker__nav--next:before,.picker__nav--prev:before{display:block;font-size:16px;width:16px;text-align:center;font-family:icomoon;}
.picker__button--clear:before,.picker__button--close:before,.picker__button--today:before{display:inline-block;margin-right:5px;position:relative}
.picker__nav--next:hover,.picker__nav--prev:hover{cursor:pointer;background-color:#f5f5f5}
.picker__nav--prev{left:0}
.picker__nav--prev:before{content:'\e9c8'}
.picker__nav--next{right:0}
.picker__nav--next:before{content:'\e9cb'}
.picker__nav--disabled,.picker__nav--disabled:before,.picker__nav--disabled:before:hover,.picker__nav--disabled:hover{cursor:default;background:0 0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}
.picker__table{table-layout:fixed;font-size:inherit;width:100%;margin-bottom:14px}
.picker__table td{margin:0;padding:0}
.picker__weekday{width:14.285714286%;font-size:12px;padding-bottom:10px;padding-top:14px;color:#999;font-weight:400}
.picker__day{padding:7px}
.picker__day--today{position:relative;background-color:#f5f5f5}
.picker__day--today:before{content:"";position:absolute;top:2px;right:2px;width:0;height:0;border-top:6px solid #4DD0E1;border-left:6px solid transparent}
.picker__day--outfocus{color:#ccc}
.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#333;background-color:#f5f5f5}
.picker__day--highlighted:before{border-top-color:#fff}
.picker__day--highlighted,.picker__day--selected{border-radius:3px}
.picker--focused .picker__day--highlighted,.picker__day--highlighted,.picker__day--highlighted:hover{cursor:pointer;color:#fff;background-color:#4DD0E1}
.picker--focused .picker__day--selected,.picker__day--selected,.picker__day--selected:hover{background-color:#4DD0E1;color:#fff}
.picker__day--disabled,.picker__day--disabled:hover{background:#fafafa;color:#999;cursor:default}
.picker__day--disabled:before{border-top-color:#999}
.picker__day--highlighted .picker__day--disabled,.picker__day--highlighted .picker__day--disabled:hover{background-color:#bbb}
.picker__footer button{border:0;background:#fff;padding:6px 11px;border-radius:3px;font-weight:500;cursor:pointer;display:inline-block}
.picker__footer button:focus,.picker__footer button:hover{outline:0;background-color:#f5f5f5}
.picker__footer button:before{height:0}
.picker__button--today:before{content:'';top:-1px;width:0;border-top:6px solid #2196F3;border-left:6px solid transparent}
.picker__button--close:before{content:'\D7';top:1px;line-height:1;font-size:16px}
.picker__button--clear:before{content:'';top:-3px;width:8px;border-top:2px solid #F44336}
.picker--time{min-width:256px;max-width:320px}
.picker--time .picker__box{padding:0}
.picker__list{list-style:none;padding:7px 0;margin:0;max-height:250px;overflow-y:auto}
.picker__list-item{position:relative;padding:7px 12px}
.picker__list-item:focus,.picker__list-item:hover{cursor:pointer;background-color:#f5f5f5;z-index:10}
.picker--time .picker__button--clear{display:block;width:100%;margin:7px 0 -7px;padding:6px 11px;background-color:#fcfcfc;outline:0;border:0;border-top:1px solid #eee}
.picker--time .picker__button--clear:focus,.picker--time .picker__button--clear:hover{background-color:#f5f5f5}
.picker__list-item--highlighted{z-index:10}
.picker--focused .picker__list-item--highlighted,.picker__list-item--highlighted,.picker__list-item--highlighted:hover{cursor:pointer;color:#fff;background-color:#4DD0E1}
.picker--focused .picker__list-item--selected,.picker__list-item--selected,.picker__list-item--selected:hover{background-color:#4DD0E1;color:#fff;z-index:10}
.picker--focused .picker__list-item--disabled,.picker__list-item--disabled,.picker__list-item--disabled:hover{background-color:#fafafa;color:#999;cursor:not-allowed;z-index:auto}


/******************************
Anytime picker
******************************/
.AnyTime-pkr *{margin:0;padding:0;list-style:none}
.AnyTime-pkr .AnyTime-date{float:left}
.AnyTime-pkr .AnyTime-date+.AnyTime-time{margin-left:50px;float:left}
.AnyTime-win{padding:14px;background-color:#fff;border:1px solid #ddd;display:inline-block;border-radius:3px;z-index:10;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.AnyTime-btn,.AnyTime-x-btn{border-radius:2px;cursor:pointer}
.AnyTime-cloak{position:absolute;opacity:.7;filter:alpha(opacity=70)}
.AnyTime-hdr{font-size:15px;margin:15px 10px;line-height:1}
.AnyTime-x-btn{display:none;font-size:0;float:right;opacity:.6;filter:alpha(opacity=60)}
.AnyTime-x-btn:hover{opacity:1;filter:alpha(opacity=100)}
.AnyTime-x-btn:after{content:'\ed6b';font-size:16px;line-height:1}
.AnyTime-lbl{font-size:13px;margin-bottom:10px;font-weight:500;margin-top:25px}
.AnyTime-lbl:first-child{margin-top:7px}
.AnyTime-yrs .ui-state-highlight,.AnyTime-yrs .ui-state-highlight:hover{background-color:#F44336;color:#fff}
.AnyTime-mons .ui-state-highlight,.AnyTime-mons .ui-state-highlight:hover{background-color:#4DD0E1;color:#fff}
.AnyTime-time .ui-state-highlight,.AnyTime-time .ui-state-highlight:hover{background-color:#607D8B;color:#fff}
.AnyTime-body-yr-selector .ui-state-highlight,.AnyTime-body-yr-selector .ui-state-highlight:hover,.AnyTime-dom-table .ui-state-highlight,.AnyTime-dom-table .ui-state-highlight:hover{background-color:#2196F3;color:#fff}
.AnyTime-btn:hover,.AnyTime-dom-btn:hover{background-color:#f5f5f5}
.AnyTime-yrs-ahead-btn,.AnyTime-yrs-past-btn{display:inline-block}
.AnyTime-yr-cur-btn,.AnyTime-yr-next-btn,.AnyTime-yr-prior-btn{display:inline-block;min-width:50px}
.AnyTime-mons:after{content:"";display:table;clear:both}
.AnyTime-dom-table{width:100%}
.AnyTime-pkr th.AnyTime-dow{color:#999;font-size:12px;padding:7px;font-weight:400}
.AnyTime-mon-btn{float:left}
.AnyTime-mon7-btn{clear:left}
.AnyTime-dom-btn-empty{display:none}
.AnyTime-hrs,.AnyTime-hrs-am,.AnyTime-hrs-pm,.AnyTime-mins,.AnyTime-mins-ones,.AnyTime-mins-tens,.AnyTime-offs,.AnyTime-secs,.AnyTime-secs-ones,.AnyTime-secs-tens,.AnyTime-time{display:inline-block}
.AnyTime-btn{padding:7px 12px}
.sp-alpha-handle,.sp-container,.sp-input{background-color:#fff}
.AnyTime-hr-btn,.AnyTime-min-one-btn,.AnyTime-min-ten-btn,.AnyTime-sec-one-btn,.AnyTime-sec-ten-btn{min-width:40px}
.AnyTime-hrs-pm,.AnyTime-mins-ones,.AnyTime-secs-ones{margin-left:2px}
.AnyTime-mins-tens,.AnyTime-secs-tens{margin-left:20px}
.AnyTime-off-cur-btn{display:inline-block;overflow:hidden}
.AnyTime-off-select-btn{display:inline-block;vertical-align:top}
.AnyTime-off-selector{margin:10px;position:absolute}
.AnyTime-body-off-selector{margin:0;overflow-x:hidden;overflow-y:auto;white-space:nowrap}
.AnyTime-off-off-btn{text-align:left}
.AnyTime-yr-selector{position:absolute;width:90%}
.AnyTime-body-yr-selector{margin:0}
.AnyTime-yr-cent,.AnyTime-yr-dec,.AnyTime-yr-era,.AnyTime-yr-mil,.AnyTime-yr-yr{display:inline-block;vertical-align:top;width:20%}
.AnyTime-era-btn{margin-left:10px}
@media (max-width:769px){
	.AnyTime-pkr .AnyTime-date{float:none}
	.AnyTime-mon-btn{float:none;display:inline-block}
	.AnyTime-date+.AnyTime-time{margin-left:0;margin-top:25px;float:none}
}


/******************************
Spectrum color picker
******************************/
.sp-initial,.sp-input-container{margin-top:10px}
.sp-alpha-inner,.sp-clear-enabled .sp-clear,.sp-color,.sp-hue,.sp-preview-inner,.sp-sat,.sp-thumb-inner,.sp-top-inner,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}
.sp-container.sp-buttons-disabled .sp-button-container,.sp-container.sp-input-disabled .sp-input-container,.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,.sp-initial-disabled .sp-initial,.sp-palette-disabled .sp-palette-container,.sp-palette-only .sp-picker-container{display:none}
.sp-hidden{display:none!important}
.sp-cf:after,.sp-cf:before{content:"";display:table}
.sp-cf:after{clear:both}
.sp-alpha,.sp-preview,.sp-thumb-el{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}
.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner{display:block}
.sp-container{position:absolute;top:0;left:0;display:inline-block;z-index:1000;border:1px solid #ddd;border-radius:3px;overflow:hidden;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}
.sp-container.sp-flat{position:relative;overflow-x:auto;max-width:100%;white-space:nowrap}
.sp-palette-container,.sp-picker-container{display:block;white-space:nowrap;vertical-align:top;position:relative;padding:10px 10px 300px;margin-bottom:-290px}
.datepicker table .cw,.sp-replacer,.ui-button,.ui-buttonset{vertical-align:middle}
@media (min-width:769px){
	.sp-palette-container,.sp-picker-container{display:inline-block}
}
.sp-alpha-enabled .sp-alpha,.sp-top{display:block}
.sp-picker-container{width:220px}
.sp-alpha,.sp-alpha-handle,.sp-clear,.sp-container,.sp-container button,.sp-container.sp-dragging .sp-input,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.sp-top{position:relative;width:100%}
.sp-alpha,.sp-alpha-handle,.sp-dragger,.sp-slider{position:absolute}
.sp-color{right:20%}
.sp-hue{left:85%;height:100%}
.sp-clear-enabled .sp-hue{top:40px;height:75%}
.sp-fill{padding-top:80%}
.sp-alpha-enabled .sp-top{margin-bottom:26px}
.sp-alpha,.sp-clear{display:none}
.sp-alpha-handle{top:-4px;bottom:-4px;width:5px;left:50%;cursor:pointer;border:1px solid #999;border-radius:5px}
.sp-initial-disabled .sp-input-container,.sp-input{width:100%}
.sp-alpha{bottom:-16px;right:0;left:0;height:6px}
.sp-clear-display{cursor:pointer}
.sp-clear-display:after{content:'\ee6e';display:block;font-size:16px;line-height:30px}
.sp-initial .sp-clear-display:after,.sp-preview .sp-clear-display:after{content:none}
.sp-clear-enabled .sp-clear{display:block;left:85%;height:30px;text-align:center;color:#999;-webkit-box-shadow:0 0 0 1px #ddd inset;box-shadow:0 0 0 1px #ddd inset}
.sp-input,.sp-replacer.sp-active .sp-dd,.sp-replacer:hover .sp-dd{color:#333}
.sp-input{border:1px solid #ddd;padding:7px 12px;border-radius:3px;outline:0}
.sp-initial span{width:50%;height:25px;display:block;float:left}
.sp-initial span .sp-thumb-inner{height:25px;width:100%;display:block}
.sp-dragger{height:5px;width:5px;border:1px solid #fff;background-color:#333;cursor:pointer;top:0;left:0}
.sp-slider{top:0;cursor:pointer;height:4px;left:-2px;right:-2px;border:1px solid #999;background-color:#fff;border-radius:3px}
.sp-dd,.sp-preview,.sp-thumb-el{position:relative}
.sp-replacer{overflow:hidden;cursor:pointer;padding:5px;display:inline-block;border:1px solid #ddd;background-color:#fafafa;border-radius:3px}
.sp-replacer.sp-active,.sp-replacer:hover{border-color:#c4c4c4;color:#333}
.sp-replacer[class*=bg-],.sp-replacer[class*=bg-]:focus,.sp-replacer[class*=bg-]:hover{border-color:transparent}
.sp-replacer[class*=bg-] .sp-dd,.sp-replacer[class*=bg-].sp-active .sp-dd{color:#fff}
.sp-dd,.sp-replacer.sp-disabled .sp-dd,.sp-replacer.sp-disabled[class*=bg-] .sp-dd{color:#999}
.sp-replacer.sp-disabled{cursor:default;opacity:.8;filter:alpha(opacity=80)}
.sp-replacer.sp-disabled:not([class*=bg-]):focus,.sp-replacer.sp-disabled:not([class*=bg-]):hover{border-color:#ddd}
.sp-preview{width:26px;height:24px;margin-right:5px;float:left;z-index:0}
.sp-preview .sp-clear-display,.sp-preview .sp-preview-inner{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.05);box-shadow:0 0 0 1px rgba(0,0,0,.05)}
.sp-replacer[class*=bg-] .sp-preview .sp-preview-inner{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 1px rgba(0,0,0,.5)}
.sp-dd{float:left;font-size:0;margin:-15px 1px}
.sp-dd:after{content:'\e9c5';display:block;font-size:16px;line-height:1;font-family: icomoon;}
.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#FFF),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#FFF,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(to right,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');-webkit-box-shadow:0 0 0 1px #ccc inset;box-shadow:0 0 0 1px #ccc inset}
.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(to top,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')}
.sp-hue{background:-moz-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-ms-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-o-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));background:-webkit-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}
.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')}
.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')}
.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')}
.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')}
.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')}
.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')}
.sp-palette{max-width:220px}
.sp-palette-only .sp-palette-container{border:0}
@media (min-width:769px){
	.sp-palette-container{border-right:1px solid #ddd}
}
.sp-palette .sp-thumb-el{display:inline-block;position:relative;cursor:pointer;width:16px;height:16px}
.sp-thumb-el .sp-thumb-inner{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset}
.sp-thumb-el .sp-thumb-inner:hover{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.25) inset;box-shadow:0 0 0 1px rgba(0,0,0,.25) inset}
.sp-palette .sp-thumb-el+.sp-thumb-el{margin-left:5px}
.sp-palette .sp-thumb-el.sp-thumb-active{-webkit-box-shadow:0 0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 0 2px rgba(0,0,0,.1) inset}
.sp-palette .sp-thumb-el.sp-thumb-active .sp-thumb-inner{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.25) inset;box-shadow:0 0 0 1px rgba(0,0,0,.25) inset}
.sp-palette .sp-thumb-active.sp-thumb-dark .sp-thumb-inner:after,.sp-palette .sp-thumb-active.sp-thumb-light .sp-thumb-inner:after{content:'\e600';display:block;font-family:icomoon;font-size:16px;line-height:1;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.sp-palette .sp-thumb-active.sp-thumb-light .sp-thumb-inner:after{color:#333}
.sp-palette-row{font-size:0;height:22px;}
.sp-palette-row:empty{margin-top:0}
.sp-cancel,.sp-choose,.sp-palette-toggle{border:0;border-radius:2px;padding:6px 11px;float:left;width:48%;text-align:center;outline:0}
.sp-button-container,.sp-palette-button-container{margin-top:10px;text-align:center}
.sp-container[class*=bg-] .sp-button-container a,.sp-container[class*=bg-] .sp-button-container button,.sp-container[class*=bg-] .sp-palette-button-container a,.sp-container[class*=bg-] .sp-palette-button-container button{background-color:rgba(0,0,0,.25);color:#fff;border-color:transparent}
.sp-cancel:focus,.sp-cancel:hover,.sp-palette-toggle:focus,.sp-palette-toggle:hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.01) inset;box-shadow:0 0 0 100px rgba(0,0,0,.01) inset;color:#333}
.sp-cancel:active,.sp-palette-toggle:active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.03) inset;box-shadow:0 0 0 100px rgba(0,0,0,.03) inset}
.sp-choose{border:1px solid transparent}
.sp-choose:focus,.sp-choose:hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.05) inset;box-shadow:0 0 0 100px rgba(0,0,0,.05) inset}
.sp-choose:active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.1) inset;box-shadow:0 0 0 100px rgba(0,0,0,.1) inset}
.sp-cancel,.sp-palette-toggle{border:1px solid #ddd;color:#333;background-color:#fcfcfc;margin-right:4%}
.sp-palette-toggle{margin-right:0;width:auto;float:none}
.sp-choose{color:#fff;background-color:#607D8B}


/******************************
C3 charts
******************************/
.c3-tooltip,.fc table,.picker__table,.pika-table{border-spacing:0}
.bullet-marker,.bullet-tick line,.c3 path.domain,.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid,.d3-axis line,.d3-axis path,.d3-grid .tick line,.d3-grid-dashed .tick{shape-rendering:crispEdges}
.c3-tooltip,.dataTable.table-bordered{border-collapse:collapse}
.bullet-title,.c3-text,.c3-tooltip th{font-weight:500}
.c3 svg{font-size:12px}
.c3 line,.c3 path{fill:none;stroke:#999}
.c3 text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.c3-chart-arc path{stroke:#fff}
.c3-chart-arc text{fill:#fff;font-size:13px}
.c3-grid line{stroke:#aaa}
.c3-grid text{fill:#aaa}
.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}
.c3-text.c3-empty{fill:grey;font-size:2em}
.c3-line{stroke-width:2px}
.c3-area{stroke-width:0;opacity:.4;filter:alpha(opacity=40)}
.c3-circle._expanded_{stroke-width:1.5px;stroke:#fff}
.c3-selected-circle{fill:#fff;stroke-width:2px}
.c3-bar{stroke-width:0}
.c3-bar._expanded_{fill-opacity:.75}
.c3-chart-arcs-title{font-size:1.3em}
.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:none}
.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#333;font-size:15px}
.c3-chart-arcs .c3-chart-arcs-gauge-max,.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#999}
.c3-chart-arc .c3-gauge-value{fill:#333;font-size:28px}
.bullet-tick text,.c3-legend-item,.c3-tooltip td,.d3-tip{font-size:12px}
.c3-target.c3-focused{opacity:1;filter:alpha(opacity=100)}
.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}
.c3-target.c3-defocused{opacity:.3!important;filter:alpha(opacity=30)!important}
.c3-region{fill:#546E7A;fill-opacity:.1}
.c3-brush .extent{fill-opacity:.1}
.c3-legend-background{fill:#fff;stroke:#d3d3d3;stroke-width:1;opacity:.75;filter:alpha(opacity=75)}
.c3-tooltip{background-color:#fff;empty-cells:show;opacity:.95;filter:alpha(opacity=95)}
.c3-tooltip th{background-color:#333;padding:4px 10px;text-align:center;color:#fff;border:1px solid #333}
.c3-tooltip td{padding:6px 10px;background-color:#fff;border:1px solid #ddd}
.d3-tip,.venntooltip{background-color:#333;color:#fff;position:absolute}
.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}
.c3-tooltip td.value{text-align:right}
.d3-axis path{fill:none;stroke:#999}
.d3-axis line{stroke:#eee}
.d3-axis-solid line,.d3-axis-solid path,.d3-axis-strong line,.d3-axis-strong path{stroke:#ccc}
.d3-axis .tick,.d3-axis .tick text{font-size:12px;fill:#333}
.d3-axis-solid .tick,.d3-axis-solid .tick text{fill:#999}
.d3-axis-strong .tick,.d3-axis-strong .tick text{fill:#333}
.d3-axis-transparent path{stroke:none}
.d3-axis-transparent line{stroke:#e5e5e5}
.d3-axis-transparent .tick,.d3-axis-transparent .tick text{fill:#999}
.d3-tip{padding:8px 15px;border-radius:3px;margin-bottom:-3px;z-index:1070}
.d3-tip .d3-tip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.d3-tip.n .d3-tip-arrow{bottom:-4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#333}
.d3-tip.e .d3-tip-arrow{top:50%;left:-4px;margin-top:-4px;border-width:4px 4px 4px 0;border-right-color:#333}
.d3-tip.w .d3-tip-arrow{top:50%;right:-4px;margin-top:-4px;border-width:4px 0 4px 4px;border-left-color:#333}
.d3-tip.s .d3-tip-arrow{top:0;left:50%;margin-left:-4px;border-width:0 4px 4px;border-bottom-color:#333}
.venntooltip{text-align:center;white-space:nowrap;padding:7px 12px;border-radius:3px;display:none}
.d3-line{fill:none}
.d3-line-thin{stroke-width:1px}
.d3-line-medium{stroke-width:1.5px}
.d3-line-strong{stroke-width:2px}
.d3-line-circle{fill:none;cursor:pointer}
.d3-line-circle-thin{stroke-width:1px}
.d3-line-circle-medium{stroke-width:1.5px}
.d3-line-circle-strong{stroke-width:2px}
.d3-grid .tick line{stroke-width:1px;stroke:#e5e5e5}
.d3-grid .tick text{fill:#333;stroke:none}
.d3-grid-dashed .tick{stroke-dasharray:4,2;stroke-width:1px;stroke:#e5e5e5}
.d3-grid-dashed path{stroke-width:0}
.d3-crosshair-overlay{fill:none;pointer-events:all}
.bullet-tick line{stroke:#999;stroke-width:1px}
.bullet-tick text{fill:#999}
.bullet-marker{stroke-width:2px}
.bullet-title{font-size:13px}
.bullet-subtitle{fill:#999}
.bullet-1 .bullet-range-1{fill:rgba(96,125,139,.8)}
.bullet-1 .bullet-range-2{fill:rgba(96,125,139,.4)}
.bullet-1 .bullet-range-3{fill:#607D8B}
.bullet-1 .bullet-measure-1{fill:rgba(84,110,122,.9)}
.bullet-1 .bullet-measure-2{fill:#fff}
.bullet-1 .bullet-marker{stroke:#37474F}
.bullet-2 .bullet-range-1{fill:rgba(255,112,67,.6)}
.bullet-2 .bullet-range-2{fill:rgba(255,112,67,.3)}
.bullet-2 .bullet-range-3{fill:#FF7043}
.bullet-2 .bullet-measure-1{fill:rgba(244,81,30,.9)}
.bullet-2 .bullet-measure-2{fill:#fff}
.bullet-2 .bullet-marker{stroke:#D84315}
.bullet-3 .bullet-range-1{fill:rgba(102,187,106,.7)}
.bullet-3 .bullet-range-2{fill:rgba(102,187,106,.35)}
.bullet-3 .bullet-range-3{fill:#66BB6A}
.bullet-3 .bullet-measure-1{fill:rgba(67,160,71,.9)}
.bullet-3 .bullet-measure-2{fill:#fff}
.bullet-3 .bullet-marker{stroke:#2E7D32}
.counter-icon{font-size:32px;position:absolute;left:50%;margin-left:-16px}
.jqsfield,.jqstooltip{font-size:12px!important;font-family:Roboto,sans-serif!important}
.jqstooltip{padding:7px!important;line-height:1.6666667!important;border:0!important;border-radius:3px!important;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}


/******************************
jVector Maps
******************************/
.map-container,.vector-map-container{height:500px}
.jvectormap-label{position:absolute;display:none;border-radius:2px;background-color:#333;color:#fff;padding:7px 12px}
.jvectormap-zoomin,.jvectormap-zoomout{position:absolute;left:10px;border-radius:2px;padding:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:300;line-height:10px;background-color:#37474F;text-align:center}
.chart,.chart-container{position:relative;width:100%}
.bullet-title,.c3-text,.c3-tooltip th{font-weight:500}
.jvectormap-zoomin:hover,.jvectormap-zoomout:hover{background-color:#455A64}
.jvectormap-zoomin{top:10px}
.jvectormap-zoomout{top:40px}


/******************************
Datatables
******************************/
.dataTable{margin:0;max-width:none;border-collapse:separate}
.c3-tooltip,.dataTable.table-bordered{border-collapse:collapse}
.dataTable thead td,.dataTable thead th{outline:0;position:relative}
.dataTable thead .sorting,.dataTable thead .sorting_asc,.dataTable thead .sorting_desc{cursor:pointer}
.dataTable thead .sorting,.dataTable thead .sorting_asc,.dataTable thead .sorting_asc_disabled,.dataTable thead .sorting_desc,.dataTable thead .sorting_desc_disabled{padding-right:40px}
.dataTable thead .sorting:after,.dataTable thead .sorting:before,.dataTable thead .sorting_asc:after,.dataTable thead .sorting_asc_disabled:after,.dataTable thead .sorting_desc:after,.dataTable thead .sorting_desc_disabled:after{content:'';font-family:icomoon;position:absolute;top:50%;right:20px;font-size:12px;margin-top:-6px;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.dataTable thead .sorting:before{content:'\e9c1';margin-top:-2px;color:#999}
.dataTable thead .sorting:after,.dataTable thead .sorting_asc:after{content:'\e9c2'}
.dataTable thead .sorting:after{margin-top:-10px;color:#999}
.dataTable thead .sorting_desc:after{content:'\e9c1'}
.dataTable thead .sorting_asc_disabled:after{content:'\e9c2';color:#ccc}
.dataTable thead .sorting_desc_disabled:after{content:'\e9c1';color:#ccc}
.dataTable .dataTables_empty{text-align:center}
.dataTables_wrapper{position:relative}
.dataTables_wrapper:after{visibility:hidden;display:block;content:"";height:0}
.dataTables_wrapper+.panel-body{border-top:1px solid #ddd}
.dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;background-color:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%)}
.datatable-footer,.datatable-header{padding:10px 10px 0 20px}
.datatable-footer:after,.datatable-header:after{content:"";display:table;clear:both}
.datatable-footer>div:first-child,.datatable-header>div:first-child{margin-left:0}
.panel-body .datatable-footer,.panel-body .datatable-header{padding-left:0;padding-right:0}
.datatable-footer{border-top:1px solid #bbb}
.dataTables_length{float:right;display:inline-block;margin:0 10px 10px 20px}
.dataTables_length>label{margin-bottom:0}
.dataTables_length>label>span:first-child{float:left;margin:8px 15px 8px 0}
.length-left .dataTables_length{float:left}
.dataTables_length .select2-container{width:auto}
.dataTables_filter{position:relative;display:block;float:left;margin:0 0 10px 20px}
.dataTables_filter>label{margin-bottom:0;position:relative}
.dataTables_filter>label:after{content:"\e98e";font-family:icomoon;font-size:12px;display:inline-block;position:absolute;top:50%;right:12px;margin-top:-6px;color:#999;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:after,.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:before,.DTFC_RightBodyWrapper .DTFC_Cloned thead th:after,.DTFC_RightBodyWrapper .DTFC_Cloned thead th:before,.dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:after,.dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:before{content:none}
.dataTables_filter>label>span{float:left;margin:8px 15px 8px 0}
.dataTables_filter input{outline:0;width:200px;height:36px;padding:7px 36px 7px 12px;font-size:13px;line-height:1.5384616;color:#333;background-color:#fff;border:1px solid #ddd;border-radius:3px}
.filter-right .dataTables_filter{float:right}
.dataTables_info{float:left;padding:8px 0;margin-bottom:10px}
.info-right .dataTables_info{float:right}
.dataTables_paginate{float:right;text-align:right;margin:0 0 10px 20px}
.dataTables_paginate .paginate_button{display:inline-block;padding:7px;min-width:36px;margin-left:2px;text-align:center;text-decoration:none;cursor:pointer;color:#333;border:1px solid transparent;border-radius:3px}
.dataTables_scroll .dataTables_scrollBody table,.dataTables_scroll .dataTables_scrollHead table,.panel>.dataTables_wrapper .table-bordered>tbody>tr:last-child>td,.panel>.dataTables_wrapper .table-bordered>tbody>tr:last-child>th{border-bottom:0}
.dataTables_paginate .paginate_button:first-child{margin-left:0}
.dataTables_paginate .paginate_button:focus,.dataTables_paginate .paginate_button:hover{background-color:#f5f5f5}
.dataTables_paginate .paginate_button.current,.dataTables_paginate .paginate_button.current:focus,.dataTables_paginate .paginate_button.current:hover{color:#fff;background-color:#4DD0E1}
.dataTables_paginate .paginate_button.disabled,.dataTables_paginate .paginate_button.disabled:focus,.dataTables_paginate .paginate_button.disabled:hover{cursor:default;background-color:transparent;color:#bbb}
.dataTables_paginate.paging_simple .paginate_button{padding-left:12px;padding-right:12px}
.paginate-left .dataTables_paginate{float:left}
.paging_simple .paginate_button:focus,.paging_simple .paginate_button:hover{color:#fff;background-color:#455A64}
.dataTables_scroll .dataTables_scrollBody{-webkit-overflow-scrolling:touch}
.dataTables_scroll .dataTables_scrollBody table tbody tr:first-child>td{border-top:0}
.dataTables_scroll .dataTables_scrollBody td>.dataTables_sizing,.dataTables_scroll .dataTables_scrollBody th>.dataTables_sizing{height:0;overflow:hidden;margin:0;padding:0}
.panel-body+*>.dataTables_wrapper,.panel-body+.dataTables_wrapper{border-top:1px solid #ddd}
.panel-body>.dataTables_wrapper .datatable-footer{border-top:0}
.panel-body>.dataTables_wrapper .datatable-footer .dataTables_filter,.panel-body>.dataTables_wrapper .datatable-footer .dataTables_info,.panel-body>.dataTables_wrapper .datatable-footer .dataTables_length,.panel-body>.dataTables_wrapper .datatable-footer .dataTables_paginate{margin-bottom:0}
.panel-flat>.panel-heading+.dataTables_wrapper>.datatable-header{padding-top:0}
.panel>.dataTables_wrapper .table-bordered{border:0}
.panel>.dataTables_wrapper .table-bordered>tbody>tr>td:first-child,.panel>.dataTables_wrapper .table-bordered>tbody>tr>th:first-child,.panel>.dataTables_wrapper .table-bordered>tfoot>tr>td:first-child,.panel>.dataTables_wrapper .table-bordered>tfoot>tr>th:first-child,.panel>.dataTables_wrapper .table-bordered>thead>tr>td:first-child,.panel>.dataTables_wrapper .table-bordered>thead>tr>th:first-child{border-left:0}
.panel>.dataTables_wrapper .table-bordered>tbody>tr>td:last-child,.panel>.dataTables_wrapper .table-bordered>tbody>tr>th:last-child,.panel>.dataTables_wrapper .table-bordered>tfoot>tr>td:last-child,.panel>.dataTables_wrapper .table-bordered>tfoot>tr>th:last-child,.panel>.dataTables_wrapper .table-bordered>thead>tr>td:last-child,.panel>.dataTables_wrapper .table-bordered>thead>tr>th:last-child{border-right:0}
.datatable-scroll,.datatable-scroll-lg,.datatable-scroll-sm{min-height:.01%}
.datatable-scroll-wrap{width:100%;min-height:.01%;overflow-x:auto}
@media (max-width:1024px){
	.datatable-scroll{width:100%;overflow-x:scroll}
	.datatable-scroll td,.datatable-scroll th{white-space:nowrap}
}
@media (max-width:1199px){
	.datatable-scroll-lg{width:100%;overflow-x:scroll}
	.datatable-scroll-lg td,.datatable-scroll-lg th{white-space:nowrap}
}
@media (max-width:768px){
	.datatable-scroll-sm{width:100%;overflow-x:scroll}
	.datatable-scroll-sm td,.datatable-scroll-sm th{white-space:nowrap}
	.ColVis,.DTTT_container,.dataTables_filter,.dataTables_info,.dataTables_length,.dataTables_paginate{float:none!important;text-align:center;margin-left:0}
	.dataTables_info,.dataTables_paginate{margin-top:0}
	.datatable-header{text-align:center}
	.DTFC_LeftWrapper,.DTFC_RightWrapper{display:none}
}
.DTCR_clonedTable{background-color:rgba(255,255,255,.8);z-index:202;cursor:move}
.DTCR_clonedTable td,.DTCR_clonedTable th{border:1px solid #ddd!important}
.DTCR_pointer{width:1px;background-color:#2196F3;z-index:201}
.DTFC_Blocker,.DTFC_Cloned,.dt-rowReorder-float{background-color:#fff}
.dt-rowReorder-float{position:absolute!important;table-layout:static;outline:#777 dashed 1px;outline-offset:-1px;z-index:1030;cursor:move;opacity:.9;filter:alpha(opacity=90)}
.dt-rowReorder-moving{outline:#777 solid 1px;outline-offset:-1px}
.dt-rowReorder-noOverflow{overflow-x:hidden}
.dataTable td.reorder{text-align:center;cursor:move}
.DTFC_Cloned{border-bottom:0}
.DTFC_LeftWrapper .DTFC_Cloned.table{border-right:1px solid #ddd}
.DTFC_RightWrapper .DTFC_Cloned.table{border-left:1px solid #ddd}
.DTFC_LeftBodyWrapper .DTFC_Cloned tbody>tr:first-child>td,.DTFC_LeftBodyWrapper .DTFC_Cloned tbody>tr:first-child>th,.DTFC_RightBodyWrapper .DTFC_Cloned tbody>tr:first-child>td,.DTFC_RightBodyWrapper .DTFC_Cloned tbody>tr:first-child>th{border-top:0}
.fixedHeader-floating,.fixedHeader-locked{background-color:#fff;margin-top:0;margin-bottom:0}
.fixedHeader-floating{position:fixed}
.fixedHeader-floating+.fixedHeader-floating,.fixedHeader-locked+.fixedHeader-floating{border-top:0!important}
.fixedHeader-locked{position:absolute}
@media (max-width:768px){
	.fixedHeader-floating,.fixedHeader-locked{display:none}
}
@media print{
	table.fixedHeader-floating{display:none}
}
.dt-autofill-handle{position:absolute;height:8px;width:8px;z-index:102;border:1px solid #2196F3;background:#2196F3}
.dt-autofill-select{position:absolute;z-index:1001;background-color:#2196F3;background-image:repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(255,255,255,.75) 5px,rgba(255,255,255,.75) 10px)}
.dt-autofill-select.bottom,.dt-autofill-select.top{height:1px}
.dt-autofill-select.left,.dt-autofill-select.right{width:1px}
.dt-autofill-list{position:fixed;top:50%;left:50%;width:500px;margin-left:-250px;background-color:#fff;border-radius:3px;border:1px solid transparent;z-index:1050;padding:0}
.dt-autofill-list ul{display:table;margin:0;padding:0;list-style:none;width:100%}
.dt-autofill-list ul li{display:table-row}
.dt-autofill-list ul li:hover{background-color:#f5f5f5}
.dt-autofill-list .dt-autofill-question{display:table-cell;padding:7px 15px}
.dt-autofill-list .dt-autofill-question input[type=number]{padding:6px;width:30px;margin:-2px 0}
.dt-autofill-list .dt-autofill-button{display:table-cell;padding:7px 15px;text-align:right}
.dt-autofill-list .dt-autofill-button .btn{padding:3px;background-color:#2196F3;color:#fff;font-size:0}
.dt-autofill-list .dt-autofill-button .btn:after{content:'\e9c3';font-family:Icomoon;display:block;font-size:16px;width:16px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.dt-autofill-list .dt-autofill-button .btn:hover{opacity:.85;filter:alpha(opacity=85)}
.dt-autofill-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1040;opacity:.5;filter:alpha(opacity=50)}
.dataTable tbody>tr.selected,.dataTable tbody>tr>.selected{background-color:#E8F5E9}
.dataTables_wrapper .select-info,.dataTables_wrapper .select-item{margin-left:10px}
@media (max-width:768px){
	.dataTables_wrapper .select-info,.dataTables_wrapper .select-item{margin-left:0;display:block}
}
.dataTable tbody .select-checkbox{position:relative}
.dataTable tbody .select-checkbox:after,.dataTable tbody .select-checkbox:before{display:inline-block;color:#455A64;position:absolute;top:50%;left:50%;cursor:pointer}
.dataTable tbody .select-checkbox:before{content:'';background-color:#fff;width:18px;height:18px;margin-top:-9px;margin-left:-9px;border:2px solid #607D8B;border-radius:2px}
.dataTable tbody .selected .select-checkbox:after{content:"\e600";font-family:icomoon;font-size:16px;line-height:1;margin-top:-8px;margin-left:-8px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.dt-buttons-full .dt-buttons{text-align:center;float:none;display:block;margin:0;border-bottom:1px solid #ddd;padding-top:20px;padding-bottom:10px;background-color:#fcfcfc}
.dt-buttons,.dt-buttons>.dt-button{display:inline-block}
.dt-buttons-full .dt-buttons>.btn{margin-bottom:10px;float:none}
.dt-buttons{float:right;margin:0 0 20px 20px}
.dt-buttons-left .dt-buttons{float:left}
.dt-buttons>.btn{border-radius:0}
.dt-buttons>.btn:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}
.dt-buttons>.btn:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}
.dt-buttons>.btn+.btn{margin-left:-1px}
@media screen and (max-width:767px){
	.dt-buttons{float:none;text-align:center;display:block}
	.dt-buttons .btn{float:none}
}
.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:3px;text-align:center;z-index:1050;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}
.dt-button-info h2{margin-top:0;line-height:1.5384616;font-size:17px}
.dt-button-background{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#333;z-index:999;opacity:.25;filter:alpha(opacity=25)}
.dt-button-collection{position:absolute;top:0;left:0;background-color:#fff;display:block;z-index:1000;padding:7px 0;overflow:hidden;min-width:180px;border-radius:3px;-webkit-column-gap:2px;-moz-column-gap:2px;-ms-column-gap:2px;-o-column-gap:2px;column-gap:2px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}
.dt-button-collection>.dt-button{padding:0px;color:#333;display:block;outline:0}
.dt-button-collection>.dt-button+.dt-button{margin-top:1px}
.dt-button-collection>.dt-button:focus,.dt-button-collection>.dt-button:hover{color:#333;background-color:#f5f5f5}
.dt-button-collection>.dt-button.active{color:#fff;background-color:#2196F3}
.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;padding-left:5px;padding-right:5px}
.dt-button-collection.fixed.two-column{margin-left:-150px}
.dt-button-collection.fixed.three-column{margin-left:-225px}
.dt-button-collection.fixed.four-column{margin-left:-300px}
.dt-button-collection>*{-webkit-column-break-inside:avoid;break-inside:avoid}
.dt-button-collection.two-column{width:300px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}
.dt-button-collection.three-column{width:450px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}
.dt-button-collection.four-column{width:600px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}
.dataTable td.focus,.dataTable th.focus{outline:#2196F3 solid 2px;outline-offset:-1px}
.dataTable td.focus-success,.dataTable th.focus-success{background-color:#E8F5E9;outline-color:#4CAF50}
.dataTable td.focus-info,.dataTable th.focus-info{background-color:#E3F2FD;outline-color:#2196F3}
.dataTable td.focus-warning,.dataTable th.focus-warning{background-color:#FBE9E7;outline-color:#FF5722}
.dataTable td.focus-danger,.dataTable th.focus-danger{background-color:#FFEBEE;outline-color:#F44336}
.DTS .DTS_Loading{position:absolute;top:50%;left:50%;width:200px;height:20px;margin-top:-20px;margin-left:-100px;z-index:1;border:1px solid #999;padding:20px 0;text-align:center;background-color:rgba(255,255,255,.5)}
.DTS .dataTables_scrollFoot,.DTS .dataTables_scrollHead{background-color:#fff}
.DTS .dataTables_scrollBody{z-index:2}
.dtr-inline.collapsed tbody tr td:before,.dtr-inline.collapsed tbody tr th:before{margin-right:10px}
.dtr-inline.collapsed tbody tr td:first-child,.dtr-inline.collapsed tbody tr th:first-child{position:relative;cursor:pointer;white-space:nowrap}
.dtr-inline.collapsed tbody tr td:first-child.dataTables_empty:before,.dtr-inline.collapsed tbody tr th:first-child.dataTables_empty:before{display:none}
.dtr-column tbody td.control,.dtr-column tbody th.control{position:relative;cursor:pointer}
.dtr-column tbody tr td.control:before,.dtr-column tbody tr th.control:before,.dtr-inline.collapsed tbody tr td:first-child:before,.dtr-inline.collapsed tbody tr th:first-child:before{content:'\e9e4';font-family:icomoon;display:inline-block;font-size:16px;width:16px;line-height:1;position:relative;top:-1px;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.timer>li.dots,.valign-top{vertical-align:top}
.dataTable.dtr-column tbody tr.parent td.control:before,.dataTable.dtr-column tbody tr.parent th.control:before,.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before{content:'\e9e7'}
.dtr-inline.collapsed tbody tr.child td:before{display:none}
.dataTable tr.child:hover{background-color:transparent}
.dataTable tr.child .dtr-title{display:table-cell;font-weight:500;padding-right:40px}
.dataTable tr.child .dtr-data{display:table-cell;padding:8px 0}
.dataTable tr td.child{white-space:normal;position:relative}
.dataTable tr td.child>ul{display:table;table-layout:fixed;width:100%;list-style:none;margin:0;padding:0}
.dataTable tr td.child>ul>li{display:table-row}
@media (max-width:480px){
	.dataTable tr td.child>ul>li .btn-group,.dataTable tr td.child>ul>li .dropdown,.dataTable tr td.child>ul>li .dropup{position:static}
	.dataTable tr td.child>ul>li .dropdown-menu{left:0;right:0;border-radius:0;border-width:1px 0}
}
.fixedHeader-floating{top:50px !important;border-bottom:2px solid #ddd;}


/******************************
File uploader
******************************/
.file-loading {top: 0;right: 0;width: 25px;height: 25px;font-size: 999px;text-align: right;color: #fff;background: transparent url('../img/loading.gif') top left no-repeat;border: none;}
.file-object {margin: 0 0 -5px 0;padding: 0;}
.btn-file {position: relative;overflow: hidden;}
.btn-file input[type=file] {position: absolute;top: 0;right: 0;min-width: 100%;min-height: 100%;text-align: right;opacity: 0;background: none repeat scroll 0 0 transparent;cursor: inherit;display: block;}
.file-caption-name {display: inline-block;overflow: hidden;height: 20px;word-break: break-all;}
.input-group-lg .file-caption-name {height: 25px;}
.file-zoom-dialog {text-align: left;}
.file-error-message {color: #a94442;background-color: #f2dede;margin: 5px;border: 1px solid #ebccd1;border-radius: 4px;padding: 15px;}
.file-error-message pre, .file-error-message ul {margin: 0;text-align: left;}
.file-error-message pre {margin: 5px 0;}
.file-caption-disabled {background-color: #EEEEEE;cursor: not-allowed;opacity: 1;}
.file-preview {border-radius: 2px;border: 1px solid #ddd;background: #fcfcfc;padding: 5px;width: 100%;margin-bottom: 5px;}
.file-preview-frame {position: relative;display: table;margin: 8px;height: 160px;border: 1px solid #ddd;background: #fff;border-radius:2px;padding: 6px;float: left;text-align: center;vertical-align: middle;}
.file-preview-image {vertical-align: middle;}
.file-preview-text {display: block;color: #428bca;border: 1px solid #ddd;font-family: Menlo, Monaco, Consolas, "Courier New", monospace;outline: none;padding: 8px;resize: none;}
.file-preview-html {border: 1px solid #ddd;padding: 8px;overflow: auto;}
.file-zoom-dialog .file-preview-text {font-size: 1.2em;}
.file-preview-other {left: 0;top: 0;right: 0;bottom: 0;margin: auto;text-align: center;vertical-align: middle;padding: 10px;}
.file-preview-other:hover {opacity: 0.8;}
.file-actions, .file-other-error {text-align: left;}
.file-other-icon {font-size: 4.8em;}
.file-zoom-dialog .file-other-icon {font-size: 8em;font-size: 55vmin;}
.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {display: none;}
.file-caption-main {width: 100%;}
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .no-browse .input-group-btn {display: none;}
.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.file-thumb-loading {background: transparent url('../img/loading.gif') no-repeat scroll center center content-box !important;}
.file-actions {margin-top: 15px;}
.file-footer-buttons {float: right;}
.file-upload-indicator {display: inline;cursor: default;opacity: 0.8;width: 60%}
.file-upload-indicator:hover {font-weight: bold;opacity: 1;}
.file-footer-caption {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 160px;text-align: center;padding-top: 4px;font-size: 11px;color: #777;margin: 5px auto;}
.file-preview-error {opacity: 0.65;box-shadow: none;}
.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {color: #000;}
.file-drop-zone {border-radius: 4px;height: 100%;text-align: center;vertical-align: middle;margin: 12px 15px 12px 12px;padding: 5px;}
.file-drop-zone-title {color: #aaa;font-size: 1.6em;padding: 85px 10px;cursor: default;}
.file-preview .clickable,.clickable .file-drop-zone-title {cursor: pointer;}
.file-drop-zone.clickable:hover {border: 2px dashed #999;}
.file-drop-zone.clickable:focus {border: 2px solid #5acde2;}
.file-drop-zone .file-preview-thumbnails {cursor: default;}
.file-highlighted {border: 2px dashed #999 !important;background-color: #f0f0f0;}
.file-uploading {background: url('../img/loading-sm.gif') no-repeat center bottom 10px;opacity: 0.65;}
.file-thumb-progress {height: 10px;}
.file-thumb-progress .progress, .file-thumb-progress .progress-bar {height: 10px;font-size: 9px;line-height: 10px;}
.file-thumbnail-footer {position: relative;}
.file-thumb-progress {position: absolute;top: 35px;left: 0;right: 0;}
.file-zoom-fullscreen.modal {position: fixed;top: 0;right: 0;bottom: 0;left: 0;}
.file-zoom-fullscreen .modal-dialog {position: fixed;margin: 0;width: 100%;height: 100%;padding: 0;}
.file-zoom-fullscreen .modal-content {border-radius: 0;box-shadow: none;}
.file-zoom-fullscreen .modal-body {overflow-y: auto;}
.file-zoom-dialog .modal-body {position: relative !important;}
.file-zoom-dialog .btn-navigate {position: absolute;padding: 0;margin: 0;background: transparent;text-decoration: none;outline: none;top: 40%;font-size: 48px;}
.file-zoom-dialog .floating-buttons {position: absolute;top: 5px;right: 10px;}
.floating-buttons, .floating-buttons .btn {z-index: 3000;}
.file-zoom-dialog .kv-zoom-actions .btn,.floating-buttons .btn {margin-left: 3px;}
.file-zoom-dialog .btn-navigate:not([disabled]):hover,.file-zoom-dialog .btn-navigate:not([disabled]):focus {outline: none;box-shadow: none;opacity: 0.5;}
.file-zoom-dialog .btn-navigate[disabled] {opacity: 0.3;}
.file-zoom-dialog .btn-prev {left: 1px;}
.file-zoom-dialog .btn-next {right: 1px;}
.file-drag-handle {display: inline;margin-right: 2px;font-size: 16px;cursor: move;cursor: -webkit-grabbing;}
.file-drag-handle:hover {opacity: 0.7;}
.file-zoom-content {height: 480px;text-align: center;}
.file-preview-initial.sortable-chosen {background-color: #d9edf7;}
.file-preview-frame.sortable-ghost {background-color: #eee;}
/* IE 10 fix */.btn-file ::-ms-browse {width: 100%;height: 100%;}
.kv-zoom-body img{width:auto !important;height:90% !important;}


/******************************
Full calendar
******************************/
.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}
.fc{text-align:left}
.fc th,.fc-basic-view .fc-week-number,.fc-time-grid-event .fc-resizer,.fc-toolbar,a.fc-more{text-align:center}
.fc-view>table{min-width:769px}
.fc-events-container{background-color:#fcfcfc;border:1px solid #ddd;padding:10px;border-radius:3px}
.fc-events-container .fc-event{margin:0;padding:4px 11px}
.fc-events-container .fc-event+.fc-event{margin-top:10px}
.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed hr,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}
.fc-unthemed thead,.fc-unthemed thead td,.fc-unthemed thead th{border-bottom-color:#bbb}
.fc-unthemed hr{background-color:#f5f5f5}
.fc-unthemed .fc-popover{background-color:#fff;border-radius:3px}
.fc-unthemed .fc-popover .fc-header{background-color:#f5f5f5}
.fc-unthemed .fc-today{background-color:#E8F5E9}
.fc-highlight{background-color:#e5e5e5}
.fc-bgevent{background-color:#81C784}
.fc-nonbusiness{background-color:#ccc}
.fc-icon{display:block}
.fc-icon:after{display:inline-block;font-family:FontAwesome;line-height:1;font-size:16px;vertical-align:middle;position:relative;top:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fc-icon-left-single-arrow:after{content:"\e9c0"; font-family:icomoon;}
.fc-icon-right-single-arrow:after{content:"\e9c3"; font-family:icomoon;}
.fc-icon-left-double-arrow:after{content:"\000AB"; font-family:icomoon;}
.fc-icon-right-double-arrow:after{content:"\000BB"; font-family:icomoon;}
.fc-icon-x:after{content:"\f00d";font-family:FontAwesome;font-size:12px;display:block}
.fc-button{margin:0;border:1px solid #ddd;padding:7px 12px;cursor:pointer;outline:0}
.fc-button::-moz-focus-inner{margin:0;padding:0}
.fc-state-default{border:1px solid #ddd;background-color:#fcfcfc}
.fc-state-default.fc-corner-left{border-bottom-left-radius:3px;border-top-left-radius:3px}
.fc-state-default.fc-corner-right{border-bottom-right-radius:3px;border-top-right-radius:3px}
.fc-state-hover{background-color:#f8f8f8}
.fc-state-active,.fc-state-down{background-color:#f5f5f5}
.fc-button.fc-state-active,.fc-button.fc-state-down{border-color:#ddd;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.05) inset;box-shadow:0 1px 3px rgba(0,0,0,.05) inset}
.fc-state-disabled{color:#999;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close{cursor:pointer}
.fc-button-group{display:inline-block}
.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}
.fc .fc-button-group>:first-child{margin-left:0}
.fc-popover{position:absolute;border:1px solid #ddd;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.05);box-shadow:0 1px 5px rgba(0,0,0,.05)}
.fc-popover .fc-header{padding:10px}
.fc-ltr .fc-popover .fc-header .fc-title{float:left}
.fc-ltr .fc-popover .fc-header .fc-close{float:right}
.fc-unthemed .fc-popover .fc-header .fc-close{margin-top:2px;opacity:.6;filter:alpha(opacity=60)}
.fc-unthemed .fc-popover .fc-header .fc-close:hover{opacity:1;filter:alpha(opacity=100)}
.fc hr{height:0;margin:0;padding:0 0 2px;border-style:solid;border-width:1px 0}
.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}
.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}
.fc-event,.fc-row,.fc-scroller>*{position:relative}
.fc-bg{bottom:0}
.fc table{table-layout:fixed}
.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}
.fc th{padding:12px 20px;font-weight:500}
.fc td.fc-today{border-style:double}
.fc-row{border-style:solid;border-width:0}
.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}
.fc-row:first-child table{border-top:0 hidden transparent}
.fc-row .fc-bg{z-index:1}
.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}
.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border:0}
.fc-row .fc-bgevent-skeleton{z-index:2}
.fc-row .fc-highlight-skeleton{z-index:3}
.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}
.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}
.fc-row .fc-content-skeleton{position:relative;z-index:4}
.fc-row .fc-helper-skeleton{z-index:5}
.fc-scroller{overflow-y:scroll;overflow-x:hidden;min-height:500px}
.fc-day-grid-event>.fc-content,.fc-row.fc-rigid,.fc-scroller>*,.fc-time-grid-event{overflow:hidden}
.fc-event{display:block;border:1px solid #4DD0E1;background-color:#4DD0E1;font-weight:400;border-radius:2px}
.fc-day-grid-event .fc-time,.fc-time-grid-event .fc-time{font-weight:500}
.fc-event,.fc-event:hover{color:#fff;text-decoration:none}
.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}
.fc-day-grid-event{margin:0 5px 5px;padding:4px 8px}
.fc-day-grid-event>.fc-content{text-overflow:ellipsis}
.fc-day-grid-event .fc-resizer{position:absolute;top:0;bottom:0;width:7px}
.fc-ltr .fc-day-grid-event .fc-resizer{right:-3px;cursor:e-resize}
@media (min-width:1200px){
	.fc-day-grid-event>.fc-content{background-color:inherit}
	.fc-day-grid-event .fc-time{float:right;padding-left:5px;display:inline-block;z-index:2;position:relative;background-color:inherit}
	.fc-day-grid-event .fc-title{z-index:1;position:relative}
}
a.fc-more{margin:1px 5px;background-color:#fafafa;display:block;padding:5px;border-radius:3px;color:#999;font-size:12px}
a.fc-more:hover{background-color:#f5f5f5;color:#333}
.fc-limited{display:none}
.fc-day-grid .fc-row{z-index:1}
.fc-more-popover{z-index:2;width:220px}
.fc-more-popover .fc-event-container{padding:10px 5px}
.fc-toolbar{margin-bottom:20px}
.fc-toolbar h2{margin:5px 0;font-size:17px}
.fc-toolbar .fc-left{float:left;width:33%}
.fc-toolbar .fc-right{float:right;width:33%}
.fc-toolbar .fc-right .fc-button-group{float:right}
.fc-toolbar .fc-left>.fc-button,.fc-toolbar .fc-right>.fc-button{margin-left:10px}
.fc-toolbar .fc-center{display:inline-block;vertical-align:middle}
.fc-toolbar>*>*{float:left}
.fc-toolbar>*>:first-child{margin-left:0}
.fc-toolbar button{position:relative}
.fc-toolbar button:focus{z-index:5}
.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-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.fc-view,.fc-view>table{position:relative;z-index:1}
.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-top:5px;padding-bottom:10px}
.fc-basic-view tbody .fc-row{min-height:100px;min-width:100px}
.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}
.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:10px}
.fc-axis,.fc-basic-view .fc-day-number{text-align:right}
.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}
.fc-basic-view .fc-day-number.fc-other-month{opacity:.3;filter:alpha(opacity=30)}
.fc-agenda-view .fc-day-grid{position:relative;z-index:2}
.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:5px;padding-bottom:0}
.fc .fc-axis{vertical-align:middle;padding:10px}
.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}
.fc-time-grid{min-height:100%}
.fc-time-grid table{border:0 hidden transparent}
.fc-time-grid>.fc-bg{z-index:1}
.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}
.fc-time-grid .fc-bgevent-skeleton,.fc-time-grid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}
.fc-time-grid .fc-bgevent-skeleton{z-index:3}
.fc-time-grid .fc-highlight-skeleton{z-index:4}
.fc-time-grid .fc-content-skeleton{z-index:5}
.fc-time-grid .fc-helper-skeleton{z-index:6}
.fc-slats td{border-bottom:0}
.fc-slats .fc-minor td{border-top-style:dotted}
.fc-time-grid .fc-highlight-container{position:relative}
.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}
.fc-time-grid .fc-bgevent-container,.fc-time-grid .fc-event-container{position:relative}
.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1;margin:5px;padding:10px;min-height:45px;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}
.fc-time-grid .fc-bgevent{left:0;right:0}
.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-right-radius:0;border-top-left-radius:0}
.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.fc-time-grid-event>.fc-content{position:relative;z-index:2}
.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}
.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}
.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}
.fc-time-grid-event.fc-short .fc-time span{display:none}
.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}
.fc-time-grid-event .fc-resizer{position:absolute;z-index:3;left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:10px;font-size:12px;font-family:monospace;cursor:s-resize;background-color:rgba(0,0,0,.05);padding:1px}
.fc-time-grid-event .fc-resizer:hover{background-color:rgba(0,0,0,.1)}
.fc-time-grid-event .fc-resizer:after{content:"="}
@media (max-width:768px){
	.fc-toolbar .fc-left,.fc-toolbar .fc-left .fc-button-group,.fc-toolbar .fc-left>.fc-button,.fc-toolbar .fc-right,.fc-toolbar .fc-right .fc-button-group,.fc-toolbar .fc-right>.fc-button{float:none;width:auto;vertical-align:top}
	.fc-toolbar .fc-left,.fc-toolbar .fc-right{display:block;margin-bottom:10px}
	.fc-view-container{border-left:1px solid #ddd;border-right:1px solid #ddd}
	.fc-view-container>.fc-view>table{margin-left:-1px}
	.fc td,.fc th{border-right-width:0}
}


/******************************
Media gallery
******************************/
.og-grid {list-style: none;padding: 20px 0;margin: 0 auto;text-align: center;width: 100%;}
.og-grid li {display: inline-block;margin: 10px 5px 0 5px;vertical-align: top;}
.og-grid li.hidden {display: none;}
.og-grid li > a,.og-grid li > a img {border: none;outline: none;display: block;position: relative;}
.og-pointer{top: auto;border: solid transparent;content: " ";height: 0;width: 0;position: relative;pointer-events: none;border-bottom-color: #222;border-width: 15px;left: 50%;margin: -20px 0 0 -15px;}
.og-expander {position: absolute;background: #222;color: #d6d6d6;top: auto;left: 0;width: 100%;margin-top: 0px;text-align: left;height: 0;overflow: hidden;}
.og-expander-inner {padding: 30px 30px;height: 100%;}
.og-close {position: absolute;width: 40px;height: 40px;top: 10px;right: 10px;cursor: pointer;}
.og-close::before,.og-close::after {content: '';position: absolute;width: 100%;top: 50%;height: 1px;background: #888;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}
.og-close::after {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);}
.og-close:hover::before,.og-close:hover::after {background: #333;}
.og-fullimg,.og-details {width: 50%;float: left;height: 100%;overflow: hidden;position: relative;}
.og-details .infosep {border-bottom: 1px solid #121212;box-shadow: 0 1px #2A2A2A;margin: 15px 0;}
.og-details {padding: 0 20px;}
.og-fullimg {text-align: center;}
.og-fullimg img {display: inline-block;max-height: 100%;max-width: 100%;}
.og-details h3 {font-weight: 300;font-size: 36px;margin-top: 0px;margin-bottom: 10px;}
.og-details p {font-weight: 400;font-size: 15px;line-height: 22px;color: #999;padding-bottom: 20px;}
.og-details iframe {max-width: 400px;max-height: 250px;margin-bottom: 0px;}
.og-details a.link-button {font-size: 11px;padding: 8px 10px;background-color: #454545;background: -moz-linear-gradient(top,#303030 0%,#262626);background: -webkit-gradient(linear, left top, left bottom,from(#303030),to(#262626));-moz-border-radius: 1px;-webkit-border-radius: 1px;border-radius: 1px;border: 1px solid #141414;text-shadow:0px -1px 0px rgba(41,41,41,0.7),0px 1px 0px rgba(3,3,3,0.3);white-space: normal;word-wrap: normal;color: #9f9f9f !important;cursor: pointer !important;font-size: 11px;font-weight: bold;text-align: center;text-shadow: 0 -1px 0 rgba(0,0,0,.5);white-space: normal;margin-left: 10px;}
.og-details a.first{margin:0 10px 0 0;}
.og-loading {width: 20px;height: 20px;border-radius: 50%;background: #ddd;box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;position: absolute;top: 50%;left: 50%;margin: -25px 0 0 -25px;-webkit-animation: loader 0.5s infinite ease-in-out both;-moz-animation: loader 0.5s infinite ease-in-out both;animation: loader 0.5s infinite ease-in-out both;}
@-webkit-keyframes loader {0% {background: #ddd;}
	33% {background: #ccc;box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;}
	66% {background: #ccc;box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;}}
@-moz-keyframes loader {0% {background: #ddd;}
	33% {background: #ccc;box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;}
	66% {background: #ccc;box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;}}
@keyframes loader {0% {background: #ddd;}
	33% {background: #ccc;box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;}
	66% {background: #ccc;box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;}}
.wagwep-container{overflow: hidden;}
.wagwep-container ul#portfolio-filter {float: left;font-size: 16px;list-style: none;width: 100%;border-bottom: 1px solid #ddd;}
.wagwep-container ul#portfolio-filter li {float: left;line-height: 16px;margin: 0px;}
.wagwep-container ul#portfolio-filter li:last-child {border-right: none;margin-right: 0;padding-right: 0;}
.wagwep-container ul#portfolio-filter a {color: #444444;text-decoration: none;border:0;background:0;margin:0 10px 10px 0;padding:6px 12px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.wagwep-container ul#portfolio-filter li.current a, ul#portfolio-filter a:hover {text-decoration: none;background:#eee;color:#222;}
.wagwep-container ul#portfolio-filter li.current a {background:#4DD0E1;color:#fff;}
.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
.elastislide-list {list-style-type: none;display: none;}
.no-js .elastislide-list {display: block;}
.elastislide-carousel ul li {min-width: 20px;}
.elastislide-wrapper {position: relative;background-color: #313131;margin: 0 auto;min-height: 60px;box-shadow: inset 0 0 10px #000000;-moz-box-shadow:    inset 0 0 10px #000000;-webkit-box-shadow: inset 0 0 10px #000000;}
.elastislide-wrapper.elastislide-loading {background-image: url(../images/loading.gif);background-repeat: no-repeat;background-position: center center;}
.elastislide-horizontal {padding: 10px 40px;}
.elastislide-vertical {padding: 40px 10px;}
.elastislide-carousel {overflow: hidden;position: relative;}
.elastislide-carousel ul {position: relative;display: block;list-style-type: none;padding: 0;margin: 0;-webkit-backface-visibility: hidden;-webkit-transform: translateX(0px);-moz-transform: translateX(0px);-ms-transform: translateX(0px);-o-transform: translateX(0px);transform: translateX(0px);}
.elastislide-horizontal ul {white-space: nowrap;}
.elastislide-carousel ul li {margin: 0;-webkit-backface-visibility: hidden;}
.elastislide-horizontal ul li {height: 100%;display: inline-block;}
.elastislide-vertical ul li {display: block;}
.elastislide-carousel ul li a {display: inline-block;width: 100%;padding: 0px;}
.elastislide-carousel ul li a img {display: block;border: 2px solid #313131;max-width: 100%;}
.elastislide-carousel ul li a img.selected {border: 2px solid #999999;}
.elastislide-wrapper nav span {position: absolute;background: #1b1b1b url(../assets/images/gallery/nav.png) no-repeat 4px 3px;width: 23px;height: 23px;border-radius: 50%;text-indent: -9000px;cursor: pointer;opacity: 0.8;}
.elastislide-wrapper nav span:hover {opacity: 1.0}
.elastislide-horizontal nav span {top: 50%;left: 10px;margin-top: -11px;}
.elastislide-vertical nav span {top: 10px;left: 50%;margin-left: -11px;background-position: -17px 5px;}
.elastislide-horizontal nav span.elastislide-next {right: 10px;left: auto;background-position: 4px -17px;}
.elastislide-vertical nav span.elastislide-next {bottom: 10px;top: auto;background-position: -17px -18px;}
.og-grid li a {overflow: hidden;}
.og-grid li a.unhoverdir {overflow: visible;}
.og-grid li a figure {position: absolute;background: #333;background: rgba(48,48,48,0.7);width: 100%;height: 100%;}
.og-grid li a figure span {display: block;padding: 10px 0;margin: 40px 20px 20px 20px;text-transform: uppercase;font-weight: normal;color: rgba(255,255,255,0.9);text-shadow: 1px 1px 1px rgba(0,0,0,0.2);border-bottom: 1px solid rgba(255,255,255,0.5)}
.og-grid.effect-opacity li.animate {-webkit-animation: fadeIn 0.65s ease forwards;-moz-animation: fadeIn 0.65s ease forwards;animation: fadeIn 0.65s ease forwards;}
@-webkit-keyframes fadeIn {to {opacity: 1;}}
@-moz-keyframes fadeIn {to {opacity: 1;}}
@keyframes fadeIn {to {opacity: 1;}}
.og-grid.effect-moveup li.animate {-webkit-transform: translateY(200px);-moz-transform: translateY(200px);transform: translateY(200px);-webkit-animation: moveUp 0.65s ease forwards;-moz-animation: moveUp 0.65s ease forwards;animation: moveUp 0.65s ease forwards;}
@-webkit-keyframes moveUp {to {-webkit-transform: translateY(0);opacity: 1;}}
@-moz-keyframes moveUp {to {-moz-transform: translateY(0);opacity: 1;}}
@keyframes moveUp {to {transform: translateY(0);opacity: 1;}}
.og-grid.effect-scaleup li.animate {-webkit-transform: scale(0.6);-moz-transform: scale(0.6);transform: scale(0.6);-webkit-animation: scaleUp 0.65s ease-in-out forwards;-moz-animation: scaleUp 0.65s ease-in-out forwards;animation: scaleUp 0.65s ease-in-out forwards;}
@-webkit-keyframes scaleUp {to {-webkit-transform: scale(1);opacity: 1;}}
@-moz-keyframes scaleUp {to {-moz-transform: scale(1);opacity: 1;}}
@keyframes scaleUp {to {transform: scale(1);opacity: 1;}}
.og-grid.effect-fallperspective {-webkit-perspective: 1300px;-moz-perspective: 1300px;perspective: 1300px;}
.og-grid.effect-fallperspective li.animate {-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);-moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);transform: translateZ(400px) translateY(300px) rotateX(-90deg);-webkit-animation: fallPerspective .8s ease-in-out forwards;-moz-animation: fallPerspective .8s ease-in-out forwards;animation: fallPerspective .8s ease-in-out forwards;}
@-webkit-keyframes fallPerspective {100% {-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);opacity: 1;}}
@-moz-keyframes fallPerspective {100% {-moz-transform: translateZ(0px) translateY(0px) rotateX(0deg);opacity: 1;}}
@keyframes fallPerspective {100% {transform: translateZ(0px) translateY(0px) rotateX(0deg);opacity: 1;}}
.og-grid.effect-fly {-webkit-perspective: 1300px;-moz-perspective: 1300px;perspective: 1300px;}
.og-grid.effect-fly li.animate {-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform-origin: 50% 50% -300px;-moz-transform-origin: 50% 50% -300px;transform-origin: 50% 50% -300px;-webkit-transform: rotateX(-180deg);-moz-transform: rotateX(-180deg);transform: rotateX(-180deg);-webkit-animation: fly .8s ease-in-out forwards;-moz-animation: fly .8s ease-in-out forwards;animation: fly .8s ease-in-out forwards;}
@-webkit-keyframes fly {100% {-webkit-transform: rotateX(0deg);opacity: 1;}}
@-moz-keyframes fly {100% {-moz-transform: rotateX(0deg);opacity: 1;}}
@keyframes fly {100% {transform: rotateX(0deg);opacity: 1;}}
.og-grid.effect-flip {-webkit-perspective: 1300px;-moz-perspective: 1300px;perspective: 1300px;}
.og-grid.effect-flip li.animate {-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform-origin: 0% 0%;-moz-transform-origin: 0% 0%;transform-origin: 0% 0%;-webkit-transform: rotateX(-80deg);-moz-transform: rotateX(-80deg);transform: rotateX(-80deg);-webkit-animation: flip .8s ease-in-out forwards;-moz-animation: flip .8s ease-in-out forwards;animation: flip .8s ease-in-out forwards;}
@-webkit-keyframes flip {100% {-webkit-transform: rotateX(0deg);opacity: 1;}}
@-moz-keyframes flip {100% {-moz-transform: rotateX(0deg);opacity: 1;}}
@keyframes flip {100% {transform: rotateX(0deg);opacity: 1;}}
.og-grid.effect-helix {-webkit-perspective: 1300px;-moz-perspective: 1300px;perspective: 1300px;}
.og-grid.effect-helix li.animate {-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: rotateY(-180deg);-moz-transform: rotateY(-180deg);transform: rotateY(-180deg);-webkit-animation: helix .8s ease-in-out forwards;-moz-animation: helix .8s ease-in-out forwards;animation: helix .8s ease-in-out forwards;}
@-webkit-keyframes helix {100% {-webkit-transform: rotateY(0deg);opacity: 1;}}
@-moz-keyframes helix {100% {-moz-transform: rotateY(0deg);opacity: 1;}}
@keyframes helix {100% {transform: rotateY(0deg);opacity: 1;}}
.og-grid.effect-popup {-webkit-perspective: 1300px;-moz-perspective: 1300px;perspective: 1300px;}
.og-grid.effect-popup li.animate {-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: scale(0.4);-moz-transform: scale(0.4);transform: scale(0.4);-webkit-animation: popUp .8s ease-in forwards;-moz-animation: popUp .8s ease-in forwards;animation: popUp .8s ease-in forwards;}
@-webkit-keyframes popUp {70% {-webkit-transform: scale(1.1);opacity: .8;-webkit-animation-timing-function: ease-out;}
	100% {-webkit-transform: scale(1);opacity: 1;}}
@-moz-keyframes popUp {70% {-moz-transform: scale(1.1);opacity: .8;-moz-animation-timing-function: ease-out;}
	100% {-moz-transform: scale(1);opacity: 1;}}
@keyframes popUp {70% {transform: scale(1.1);opacity: .8;animation-timing-function: ease-out;}
	100% {transform: scale(1);opacity: 1;}}
nav#porfolio-nav {width: 100%;position: relative;}
nav#porfolio-nav ul {padding: 0;margin: 0 auto;}
nav#porfolio-nav li {display: inline;float: left;}
nav#porfolio-nav li a {border-right: 1px solid #576979;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
nav#porfolio-nav li:last-child a {border-right: 0;}
@media screen and (max-width: 600px) {nav#porfolio-nav {height: auto;}
  	nav#porfolio-nav ul {width: 100%;display: block;height: auto;}
  	nav#porfolio-nav li {width: 50%;float: left;position: relative;}
  	nav#porfolio-nav li a {border-bottom: 1px solid #576979;border-right: 1px solid #576979;}
  	nav#porfolio-nav a {text-align: left;width: 100%;text-indent: 25px;}}
@media only screen and (max-width : 480px) {nav#porfolio-nav {border-bottom: 0;}
	nav#porfolio-nav ul {height: auto;}
	.og-expander h3 {font-size: 18px;}
	.og-expander p {font-size: 12px;}
	.og-expander a {font-size: 11px;}
	.og-expander-inner {padding: 10px;}
	.og-grid .sep {display: none;}
	.og-fullimg{height: 30%;width: 100%;}
	.og-details{width: 100%;margin-top: 5px;}
	.og-details h3 {font-size: 18px;margin-bottom: 0px;}
	.og-details p {padding-bottom: 10px;}
	.og-details .infosep {margin: 10px 0px;}
	.elastislide-wrapper{max-width: 300px;}
}
@media only screen and (max-width : 320px) {nav#porfolio-nav li {display: block;float: none;width: 100%;}
	nav#porfolio-nav li a {border-bottom: 1px solid #576979;}
	.og-details h3 {font-size: 18px;margin-bottom: 0px;}
	.og-details p {padding-bottom: 10px;}
	.og-details .infosep {margin: 10px 0px;}}
@media (min-width: 1200px) {.og-expander h3 {font-size: 35px;}
	.og-expander p {font-size: 13px;}
	.og-expander a {font-size: 12px;}}
@media (min-width: 768px) and (max-width: 979px) {.og-expander h3 {font-size: 32px;}
	.og-expander p {font-size: 12px;}
	.og-expander a {font-size: 11px;}
	.og-grid .sep {margin: 20px 10px;height: 80%}}
@media (max-width: 767px) {.og-expander h3 {font-size: 20px;}
	.og-expander p {font-size: 12px;}
	.og-expander a {font-size: 11px;}
	.og-grid .sep {display: none;}
	.og-fullimg{height: 40%;width: 100%;}
	.og-details{width: 100%;margin-top: 5px;}
	.og-details p {padding-bottom: 10px;}
	.og-details .infosep {margin: 12px 0px;}
	.elastislide-wrapper{max-width: 300px;padding-bottom: 5px;}}
	
	
/******************************
Owl carousel
******************************/
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing {cursor:url(grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{margin-top: 10px;text-align: center;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;margin: 5px;padding:0px;font-size: 48px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;filter: Alpha(Opacity=50);opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #4DD0E1;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);opacity: 1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}
.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%;-moz-perspective : 1200px;-moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%;perspective : 1200px;}
.owl-fade-out {z-index: 10;-webkit-animation: fadeOut .7s both ease;-moz-animation: fadeOut .7s both ease;animation: fadeOut .7s both ease;}
.owl-fade-in {-webkit-animation: fadeIn .7s both ease;-moz-animation: fadeIn .7s both ease;animation: fadeIn .7s both ease;}
.owl-backSlide-out {-webkit-animation: backSlideOut 1s both ease;-moz-animation: backSlideOut 1s both ease;animation: backSlideOut 1s both ease;}
.owl-backSlide-in {-webkit-animation: backSlideIn 1s both ease;-moz-animation: backSlideIn 1s both ease;animation: backSlideIn 1s both ease;}
.owl-goDown-out {-webkit-animation: scaleToFade .7s ease both;-moz-animation: scaleToFade .7s ease both;animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
.owl-fadeUp-in {-webkit-animation: scaleUpFrom .5s ease both;-moz-animation: scaleUpFrom .5s ease both;animation: scaleUpFrom .5s ease both;}
.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both;-moz-animation: scaleUpTo .5s ease both;animation: scaleUpTo .5s ease both;}
@-webkit-keyframes empty {0% {opacity: 1}}
@-moz-keyframes empty {0% {opacity: 1}}
@keyframes empty {0% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@-moz-keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@-webkit-keyframes fadeOut {0% {opacity:1;}100% {opacity:0;}}
@-moz-keyframes fadeOut {0% {opacity:1;}100% {opacity:0;}}
@keyframes fadeOut {0% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes backSlideOut {
	25% {opacity: .5;-webkit-transform: translateZ(-500px);}
	75% {opacity: .5;-webkit-transform: translateZ(-500px) translateX(-200%);}
	100% {opacity: .5;-webkit-transform: translateZ(-500px) translateX(-200%);}
}
@-moz-keyframes backSlideOut {
	25% {opacity: .5;-moz-transform: translateZ(-500px);}
	75% {opacity: .5;-moz-transform: translateZ(-500px) translateX(-200%);}
	100% {opacity: .5;-moz-transform: translateZ(-500px) translateX(-200%);}
}
@keyframes backSlideOut {
	25% {opacity: .5;transform: translateZ(-500px);}
	75% {opacity: .5;transform: translateZ(-500px) translateX(-200%);}
	100% {opacity: .5;transform: translateZ(-500px) translateX(-200%);}
}
@-webkit-keyframes backSlideIn {
	0%, 25% {opacity: .5;-webkit-transform: translateZ(-500px) translateX(200%);}
	75% {opacity: .5;-webkit-transform: translateZ(-500px);}
	100% {opacity: 1;-webkit-transform: translateZ(0) translateX(0);}
}
@-moz-keyframes backSlideIn {
	0%, 25% {opacity: .5;-moz-transform: translateZ(-500px) translateX(200%);}
	75% {opacity: .5;-moz-transform: translateZ(-500px);}
	100% {opacity: 1;-moz-transform: translateZ(0) translateX(0);}
}
@keyframes backSlideIn {
	0%, 25% {opacity: .5;transform: translateZ(-500px) translateX(200%);}
	75% {opacity: .5;transform: translateZ(-500px);}
	100% {opacity: 1;transform: translateZ(0) translateX(0);}
}
@-webkit-keyframes scaleToFade {to {opacity: 0;-webkit-transform: scale(.8);}}
@-moz-keyframes scaleToFade {to {opacity: 0;-moz-transform: scale(.8);}}
@keyframes scaleToFade {to {opacity: 0;transform: scale(.8);}}
@-webkit-keyframes goDown {from {-webkit-transform: translateY(-100%);}}
@-moz-keyframes goDown {from {-moz-transform: translateY(-100%);}}
@keyframes goDown {from {transform: translateY(-100%);}}
@-webkit-keyframes scaleUpFrom {from {opacity: 0;-webkit-transform: scale(1.5);}}
@-moz-keyframes scaleUpFrom {from {opacity: 0;-moz-transform: scale(1.5);}}
@keyframes scaleUpFrom {from {opacity: 0;transform: scale(1.5);}}
@-webkit-keyframes scaleUpTo {to {opacity: 0;-webkit-transform: scale(1.5);}}
@-moz-keyframes scaleUpTo {to {opacity: 0;-moz-transform: scale(1.5);}}
@keyframes scaleUpTo {to {opacity: 0;transform: scale(1.5);}}
#single-image-slider {position: relative;}
#single-image-slider .owl-prev,#single-image-slider .owl-next {position: absolute;top: 50%;margin-top: -10px;}
#single-image-slider .owl-prev {left: 0;top:165px}
#single-image-slider .owl-next {right: 0;top:165px}
#single-image-slider .item img{display: block;width: 100%;height: auto;}
#multiple-images .item{margin: 3px;}
#multiple-images .item img{display: block;width: 100%;height: auto;}
#custom-options .item{background: #ddd;padding: 30px 0px;margin: 10px;color: #FFF;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-align: center;}
.customNavigation{text-align: center;}
.customNavigation a{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
#lazy-load .item{margin: 3px;}
#lazy-load .item img{display: block;width: 100%;height: auto;}
#single-item-auto-height .owl-item div{padding:5px;}
#single-item-auto-height .owl-item img{display: block;width: 100%;height: auto;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}


/******************************
jCrop
******************************/
.jcrop-holder {direction: ltr;text-align: left;}
.jcrop-vline,.jcrop-hline {background: #ffffff url("Jcrop.gif");font-size: 0;position: absolute;}
.jcrop-vline {height: 100%;width: 1px !important;}
.jcrop-vline.right {right: 0;}
.jcrop-hline {height: 1px !important;width: 100%;}
.jcrop-hline.bottom {bottom: 0;}
.jcrop-tracker {height: 100%;width: 100%;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;}
.jcrop-handle {background-color: #333333;border: 1px #eeeeee solid;width: 7px;height: 7px;font-size: 1px;}
.jcrop-handle.ord-n {left: 50%;margin-left: -4px;margin-top: -4px;top: 0;}
.jcrop-handle.ord-s {bottom: 0;left: 50%;margin-bottom: -4px;margin-left: -4px;}
.jcrop-handle.ord-e {margin-right: -4px;margin-top: -4px;right: 0;top: 50%;}
.jcrop-handle.ord-w {left: 0;margin-left: -4px;margin-top: -4px;top: 50%;}
.jcrop-handle.ord-nw {left: 0;margin-left: -4px;margin-top: -4px;top: 0;}
.jcrop-handle.ord-ne {margin-right: -4px;margin-top: -4px;right: 0;top: 0;}
.jcrop-handle.ord-se {bottom: 0;margin-bottom: -4px;margin-right: -4px;right: 0;}
.jcrop-handle.ord-sw {bottom: 0;left: 0;margin-bottom: -4px;margin-left: -4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s {height: 7px;width: 100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w {height: 100%;width: 7px;}
.jcrop-dragbar.ord-n {margin-top: -4px;}
.jcrop-dragbar.ord-s {bottom: 0;margin-bottom: -4px;}
.jcrop-dragbar.ord-e {margin-right: -4px;right: 0;}
.jcrop-dragbar.ord-w {margin-left: -4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline {background: #ffffff;filter: alpha(opacity=70) !important;opacity: .70!important;}
.jcrop-light .jcrop-handle {-moz-border-radius: 3px;-webkit-border-radius: 3px;background-color: #000000;border-color: #ffffff;border-radius: 3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline {background: #000000;filter: alpha(opacity=70) !important;opacity: 0.7 !important;}
.jcrop-dark .jcrop-handle {-moz-border-radius: 3px;-webkit-border-radius: 3px;background-color: #ffffff;border-color: #000000;border-radius: 3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline {background: #ffffff;}
.jcrop-holder img,img.jcrop-preview {max-width: none;}
.jcrop-holder #preview-pane {display: block;position: absolute;z-index: 9;top: 40px;right: -365px;padding: 5px;border: 1px #ddd solid;border-radius: 2px;}
#preview-pane .preview-container {width: 250px;height: 170px;overflow: hidden;}
#bgo_buttons{margin-top:10px; margin-bottom:10px;}
#anim_buttons legend, #bgo_buttons legend, #bgc_buttons legend{font-size:14px; text-transform:none;padding-bottom:0;margin-bottom:10px; border-bottom:none;}
.optdual { position: relative; }
.optdual .offset { position: absolute; left: 18em; }
.optlist label {display: block; }


/******************************
Sweet alert
******************************/
@keyframes showSweetAlert {
	0% {transform: scale(0.7);}
	45% {transform: scale(1.05);}
	80% {transform: scale(0.95);}
	100% {transform: scale(1);}
}
@keyframes hideSweetAlert {
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@keyframes slideFromTop {
	0% {top: 0%;}
	100% {top: 50%;}
}
@keyframes slideToTop {
	0% {top: 50%;}
	100% {top: 0%;}
}
@keyframes slideFromBottom {
	0% {top: 70%;}
	100% {top: 50%;}
}
@keyframes slideToBottom {
	0% {top: 50%;}
	100% {top: 70%;}
}
.showSweetAlert {animation: showSweetAlert 0.3s;}
.showSweetAlert[data-animation=none] {animation: none;}
.showSweetAlert[data-animation=slide-from-top] {animation: slideFromTop 0.3s;}
.showSweetAlert[data-animation=slide-from-bottom] {animation: slideFromBottom 0.3s;}
.hideSweetAlert {animation: hideSweetAlert 0.3s;}
.hideSweetAlert[data-animation=none] {animation: none;}
.hideSweetAlert[data-animation=slide-from-top] {animation: slideToTop 0.3s;}
.hideSweetAlert[data-animation=slide-from-bottom] {animation: slideToBottom 0.3s;}
@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 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 rotatePlaceholder {
	0% {transform: rotate(-45deg);}
	5% {transform: rotate(-45deg);}
	12% {transform: rotate(-405deg);}
	100% {transform: rotate(-405deg);}
}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
@keyframes animateErrorIcon {
	0% {transform: rotateX(100deg);opacity: 0;}
	100% {transform: rotateX(0deg);opacity: 1;}
}
.animateErrorIcon {animation: animateErrorIcon 0.5s;}
@keyframes animateXMark {
	0% {transform: scale(0.4);margin-top: 26px;opacity: 0;}
	50% {transform: scale(0.4);margin-top: 26px;opacity: 0;}
	80% {transform: scale(1.15);margin-top: -6px;}
	100% {transform: scale(1);margin-top: 0;opacity: 1;}
}
.animateXMark {animation: animateXMark 0.5s;}
@keyframes pulseWarning {
	0% {border-color: #F8D486;}
	100% {border-color: #F8BB86;}
}
.pulseWarning {animation: pulseWarning 0.75s infinite alternate;}
@keyframes pulseWarningIns {
	0% {background-color: #F8D486;}
	100% {background-color: #F8BB86;}
}
.pulseWarningIns {animation: pulseWarningIns 0.75s infinite alternate;}
@keyframes rotate-loading {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
body.stop-scrolling {height: 100%;overflow: hidden;}
.sweet-overlay {background-color: rgba(0, 0, 0, 0.4);position: fixed;left: 0;right: 0;top: 0;bottom: 0;display: none;z-index: 1040;}
.sweet-alert {background-color: #ffffff;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: 2000;}
@media all and (max-width: 767px) {
	.sweet-alert {width: auto;margin-left: 0;margin-right: 0;left: 15px;right: 15px;}
}
.sweet-alert .form-group {display: none;}
.sweet-alert .form-group .sa-input-error {display: none;}
.sweet-alert.show-input .form-group {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: -9px;opacity: 0;visibility: hidden;}
.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 .sa-icon {width: 80px;height: 80px;border: 4px solid gray;border-radius: 50%;margin: 20px auto;position: relative;box-sizing: content-box;}
.sweet-alert .sa-icon.sa-error {border-color: #d43f3a;}
.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: #d9534f;display: block;top: 37px;border-radius: 2px;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {transform: rotate(45deg);left: 17px;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {transform: rotate(-45deg);right: 16px;}
.sweet-alert .sa-icon.sa-warning {border-color: #eea236;}
.sweet-alert .sa-icon.sa-warning .sa-body {position: absolute;width: 5px;height: 47px;left: 50%;top: 10px;border-radius: 2px;margin-left: -2px;background-color: #f0ad4e;}
.sweet-alert .sa-icon.sa-warning .sa-dot {position: absolute;width: 7px;height: 7px;border-radius: 50%;margin-left: -3px;left: 50%;bottom: 10px;background-color: #f0ad4e;}
.sweet-alert .sa-icon.sa-info {border-color: #46b8da;}
.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: #5bc0de;}
.sweet-alert .sa-icon.sa-info::after {content: "";position: absolute;width: 7px;height: 7px;border-radius: 50%;margin-left: -3px;top: 19px;background-color: #5bc0de;}
.sweet-alert .sa-icon.sa-success {border-color: #4cae4c;}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {content: '';border-radius: 50%;position: absolute;width: 60px;height: 120px;background: #ffffff;transform: rotate(45deg);}
.sweet-alert .sa-icon.sa-success::before {border-radius: 120px 0 0 120px;top: -7px;left: -33px;transform: rotate(-45deg);transform-origin: 60px 60px;}
.sweet-alert .sa-icon.sa-success::after {border-radius: 0 120px 120px 0;top: -11px;left: 30px;transform: rotate(-45deg);transform-origin: 0px 60px;}
.sweet-alert .sa-icon.sa-success .sa-placeholder {width: 80px;height: 80px;border: 4px solid rgba(92, 184, 92, 0.2);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: #ffffff;position: absolute;left: 28px;top: 8px;z-index: 1;transform: rotate(-45deg);}
.sweet-alert .sa-icon.sa-success .sa-line {height: 5px;background-color: #5cb85c;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;transform: rotate(45deg);}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {width: 47px;right: 8px;top: 38px;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;}
.sweet-alert .btn-default:focus {border-color: #cccccc;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);}
.sweet-alert .btn-success:focus {border-color: #4cae4c;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);}
.sweet-alert .btn-info:focus {border-color: #46b8da;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);}
.sweet-alert .btn-danger:focus {border-color: #d43f3a;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);}
.sweet-alert .btn-warning:focus {border-color: #eea236;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);}
.sweet-alert button::-moz-focus-inner {border: 0;}
.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;}
@-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%);}
}
.sweet-overlay{background-color:rgba(0,0,0,.4);left:0;right:0;top:0;bottom:0;display:none;z-index:1050}
.sweet-alert{background-color:#fff;width:470px;padding:20px;border-radius:3px;text-align:center;left:50%;top:50%;margin-left:-235px;margin-top:-200px;overflow:hidden;display:none;z-index:1060}
.sweet-alert h2{margin-top:10px;font-size:19px;text-align:center;display:block;position:relative}
.sweet-alert p{text-align:center;position:relative}
.sweet-alert fieldset{border:none;position:relative}
.sweet-alert button.cancel{background-color:transparent;color:#333}
.sweet-alert button[disabled]{cursor:default;opacity:.6;filter:alpha(opacity=60)}
.sweet-alert button.confirm[disabled]{color:transparent}
.sweet-alert button.confirm[disabled]~.la-ball-fall{visibility:visible;-webkit-transition-delay:0s;transition-delay:0s;opacity:1;filter:alpha(opacity=100)}
.sweet-alert button::-moz-focus-inner{border:0}
.sweet-alert[data-has-cancel-button=false] button{-webkit-box-shadow:none!important;box-shadow:none!important}
.sweet-alert[data-has-cancel-button=false][data-has-confirm-button=false]{padding-bottom:40px}
.sweet-alert .sa-error-container{background-color:#f5f5f5;overflow:hidden;padding:0 10px;max-height:0;border-radius:3px;-webkit-transition:padding .15s,max-height .15s;-o-transition:padding .15s,max-height .15s;transition:padding .15s,max-height .15s}
.sweet-alert .sa-error-container p{display:inline-block;margin-bottom:0}
.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;-webkit-transition:padding .2s,max-height .2s;-o-transition:padding .2s,max-height .2s;transition:padding .2s,max-height .2s}
.sweet-alert .sa-error-container .icon{display:inline-block;width:16px;height:16px;line-height:16px;border-radius:50%;background-color:#FF7043;color:#fff;text-align:center;margin-right:7px}
.sweet-alert .sa-input-error{position:absolute;top:20px;right:12px;width:16px;height:16px;-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;opacity:0;filter:alpha(opacity=0)}
.sweet-alert .sa-input-error:after,.sweet-alert .sa-input-error:before{content:"";width:16px;height:2px;background-color:#EF5350;border-radius:3px;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-8px}
.sweet-alert .sa-input-error:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-input-error:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-input-error.show{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100)}
.sweet-alert input{width:100%;border-radius:3px;border:1px solid #ddd;margin-top:10px;margin-bottom:10px;font-size:13px;padding:7px 12px;display:none;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05) inset;box-shadow:0 1px 1px rgba(0,0,0,.05) inset;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.sweet-alert input::-moz-placeholder{color:#bdbdbd;opacity:1}
.sweet-alert input:-ms-input-placeholder{color:#bdbdbd}
.sweet-alert input::-webkit-input-placeholder{color:#bdbdbd}
.sweet-alert input:focus{outline:0}
.sweet-alert input:focus:-ms-input-placeholder,.sweet-alert input:focus::-moz-placeholder,.sweet-alert input:focus::-webkit-input-placeholder{-webkit-transition:opacity ease .3s 30ms;-o-transition:opacity ease .3s 30ms;transition:opacity ease .3s 30ms;opacity:.5;filter:alpha(opacity=50)}
.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:0;visibility:hidden;opacity:0;filter:alpha(opacity=0)}
.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid #ddd;border-radius:50%;margin:10px auto 20px;padding:0;position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.sweet-alert .sa-icon.sa-error{border-color:#F44336}
.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:#F44336;display:block;top:37px;border-radius:2px}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{left:17px;-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{right:16px;-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success:after,.sweet-alert .sa-icon.sa-success:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-warning{border-color:#FF5722}
.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;border-radius:2px;margin-left:-2px;background-color:#FF5722}
.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#FF5722}
.sweet-alert .sa-icon.sa-info:after,.sweet-alert .sa-icon.sa-info:before{content:"";background-color:#2196F3;position:absolute}
.sweet-alert .sa-icon.sa-info{border-color:#2196F3}
.sweet-alert .sa-icon.sa-info:before{width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px}
.sweet-alert .sa-icon.sa-info:after{width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px}
.sweet-alert .sa-icon.sa-success:after,.sweet-alert .sa-icon.sa-success:before{content:'';position:absolute;width:60px;height:120px;background-color:#fff}
.sweet-alert .sa-icon.sa-success:before{border-radius:120px 0 0 120px;top:-7px;left:-33px;transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-ms-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success:after{border-radius:0 120px 120px 0;top:-11px;left:30px;transform:rotate(-45deg);-webkit-transform-origin:0 60px;-moz-transform-origin:0 60px;-ms-transform-origin:0 60px;transform-origin:0 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(76,175,80,.2);border-radius:50%;position:absolute;left:-4px;top:-4px;z-index:2;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#4CAF50;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);-o-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);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:0;background-position:center center;background-repeat:no-repeat}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-ms-transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-ms-transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success{border-color:transparent}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{-ms-transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{-ms-transform:rotate(-45deg)}


/******************************
PNotify notifications
******************************/
body>.ui-pnotify{position:fixed;z-index:100040}
body>.ui-pnotify-modal-overlay{position:fixed;z-index:100039}
.ui-pnotify{top:20px;right:20px;position:absolute;height:auto;z-index:2;border-radius:3px}
.ui-pnotify.alert-rounded>.ui-pnotify-container{border-radius:100px}
.ui-pnotify[class*=bg-]>.ui-pnotify-container{background-color:inherit;border-color:transparent;color:#fff}
.ui-pnotify[class*=alpha-]>.ui-pnotify-container,.ui-pnotify[class*=text-]>.ui-pnotify-container{background-color:inherit;border-color:inherit;color:inherit}
.ui-pnotify.stack-bottom-left,.ui-pnotify.stack-top-left{left:20px;right:auto}
.ui-pnotify.stack-bottom-left,.ui-pnotify.stack-bottom-right{bottom:20px;top:auto}
.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}
.ui-pnotify.stack-custom-right{top:auto;left:auto;bottom:200px;right:200px}
.ui-pnotify.stack-custom-left{top:200px;left:200px;right:auto;bottom:auto}
.ui-pnotify.stack-custom-top{right:0;left:0;top:0}
.ui-pnotify.stack-custom-bottom{right:0;left:0;bottom:0;top:auto}
.ui-pnotify.ui-pnotify-in{display:block!important}
.ui-pnotify.ui-pnotify-move{-webkit-transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;-o-transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}
.ui-pnotify.ui-pnotify-fade-slow{-webkit-transition:opacity linear .6s;-o-transition:opacity linear .6s;transition:opacity linear .6s;opacity:0;filter:alpha(opacity=0)}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{-webkit-transition:opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;-o-transition:opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;transition:opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}
.ui-pnotify.ui-pnotify-fade-normal{-webkit-transition:opacity linear .4s;-o-transition:opacity linear .4s;transition:opacity linear .4s;opacity:0;filter:alpha(opacity=0)}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{-webkit-transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;-o-transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}
.ui-pnotify.ui-pnotify-fade-fast{-webkit-transition:opacity linear .2s;-o-transition:opacity linear .2s;transition:opacity linear .2s;opacity:0;filter:alpha(opacity=0)}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{-webkit-transition:opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;-o-transition:opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;transition:opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}
.ui-pnotify.ui-pnotify-fade-in{opacity:1;filter:alpha(opacity=100)}
.ui-pnotify-container{padding:12px 18px;height:100%;position:relative;left:0;margin:0;border-radius:3px}
.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}
.ui-pnotify-container.ui-pnotify-sharp{border-radius:0}
.ui-pnotify-title{display:block;margin-top:0;margin-bottom:7px;font-size:15px}
.ui-pnotify-text{display:block}
.ui-pnotify-icon{display:block;float:left;line-height:1}
.ui-pnotify-icon>[class^=icon-]{margin-top: 4px;margin-right: 8px;font-size: 16px;}
.ui-pnotify-closer,.ui-pnotify-sticker{float:right;margin-left:8px;margin-top:4px;line-height:1;outline:0}
.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,.5);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}
.ui-pnotify[class*=bg-]>.brighttheme{background-color:inherit;border-color:inherit;color:inherit}
.brighttheme-notice{background-color:#FFF3E0;border-color:#FF9800}
.brighttheme-info{background-color:#E3F2FD;border-color:#1E88E5}
.brighttheme-success{background-color:#E8F5E9;border-color:#4CAF50}
.brighttheme-error{background-color:#FBE9E7;border-color:#FF5722}
.brighttheme-icon-closer,.brighttheme-icon-sticker{position:relative;display:inline-block;width:10px;height:10px;outline:0}
.brighttheme-icon-closer:after,.brighttheme-icon-sticker:after{font-family:Icomoon;font-size:10px;display:block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.brighttheme-icon-closer:after{content:"\ed6a"}
.brighttheme-icon-sticker:after{content:"\ee70"}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after{content:"\ee75"}
.ui-pnotify[class*=alert-styled-]{border-width:0;padding:0}
.ui-pnotify.alert-styled-left .brighttheme{border-left-width:44px}
.ui-pnotify.alert-styled-left:after{left:0}
.ui-pnotify.alert-styled-right .brighttheme{border-right-width:44px}
.ui-pnotify.alert-styled-right:after{right:0}
.brighttheme .ui-pnotify-action-bar{padding-top:15px}
.brighttheme .ui-pnotify-action-bar input,.brighttheme .ui-pnotify-action-bar textarea{display:block;width:100%;border:1px solid #ddd;background-color:#fff;margin-bottom:15px!important;color:#333;padding:7px 12px}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-moz-placeholder,.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-moz-placeholder{color:#fff;opacity:1}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input:-ms-input-placeholder,.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea:-ms-input-placeholder{color:#fff}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-webkit-input-placeholder,.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-webkit-input-placeholder{color:#fff}
.ui-pnotify-history-container{position:absolute;top:0;right:20px;width:70px;border-top:none;padding:0;z-index:10000;border-top-right-radius:0;border-top-left-radius:0}
.ui-pnotify-history-container.ui-pnotify-history-fixed{position:fixed}
.ui-pnotify-history-container .ui-pnotify-history-header{padding:2px;text-align:center}
.ui-pnotify-history-container button{cursor:pointer;display:block;width:100%}
.ui-pnotify-history-container .ui-pnotify-history-pulldown{display:block;margin:0 auto}
@media (max-width:480px){
	.ui-pnotify-mobile-able.ui-pnotify{position:fixed;top:0;right:0;left:0;width:auto!important;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;font-smoothing:antialiased}
	.ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow{border-bottom-width:5px;-webkit-box-shadow:none;box-shadow:none}
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left,.ui-pnotify-mobile-able.ui-pnotify.stack-top-left{left:0;right:0}
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left,.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right{left:0;right:0;bottom:0;top:auto}
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow,.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow{border-top-width:5px;border-bottom-width:1px}
	.ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade{opacity:.2;filter:alpha(opacity=20)}
	.ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide{display:none!important}
	.ui-pnotify-mobile-able .ui-pnotify-container{border-radius:0}
}


/******************************
Venobox
******************************/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{-webkit-backface-visibility: hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.vbox-overlay{background: #fdfdfd;background: rgba(0,0,0,0.85);width: 100%;height: auto;position: fixed;top: 0;left: 0;bottom: 0;z-index: 9999;opacity: 0;overflow-x: hidden;overflow-y: auto;}
.figlio{box-shadow: 0 0 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
.vbox-preloader{position:fixed;width:32px;height:32px;left:50%;top:50%;margin-left:-16px;margin-top:-16px;background-image: url(preload-circle.png);text-indent: -100px;overflow: hidden;-webkit-animation: playload 1.4s steps(18) infinite;-moz-animation: playload 1.4s steps(18) infinite;-ms-animation: playload 1.4s steps(18) infinite;-o-animation: playload 1.4s steps(18) infinite;animation: playload 1.4s steps(18) infinite;}
@-webkit-keyframes playload {
	from {background-position:    0px;}
	to {background-position: -576px;}
}
@-moz-keyframes playload {
	from {background-position:    0px;}
	to {background-position: -576px;}
}
@-ms-keyframes playload {
	from {background-position:    0px;}
	to {background-position: -576px;}
}
@-o-keyframes playload {
	from {background-position:    0px;}
	to {background-position: -576px;}
}
@keyframes playload {
	from {background-position:    0px;}
	to {background-position: -576px;}
}
.vbox-close{cursor: pointer;position: fixed;top: -1px;right: 0;width: 46px;height: 40px;padding: 10px 20px 10px 0;display: block;background: url('../assets/images/venobox/close.gif') no-repeat;background-position:10px center;color: #fff;text-indent: -100px;overflow: hidden;}
.vbox-next, .vbox-prev{box-sizing: content-box;cursor: pointer;position: fixed;top: 50%;color: #fff;width: 30px;height: 170px;margin-top: -85px;text-indent: -100px;border: solid transparent;overflow: hidden;}
.vbox-prev{left: 0;border-width: 0 30px 0 10px;background: url('../assets/images/venobox/prev.gif') center center no-repeat;}
.vbox-next{right: 0;border-width: 0 10px 0 30px;background: url('../assets/images/venobox/next.gif') center center no-repeat;}
.vbox-title{width: 100%;height: 40px;float: left;text-align: center;line-height: 28px;font-size: 12px;color: #fff;padding: 6px 40px;overflow: hidden;background: #161617;position: fixed;display: none;top: -1px;left: 0;}
.vbox-num{cursor: pointer;position: fixed;top: -1px;left: 0;height: 40px;display: block;color: #fff;overflow: hidden;line-height: 28px;font-size: 12px;padding: 6px 10px;background: #161617;display: none;}
.vbox-inline{width: 420px;height: 315px;padding: 10px;background: #fff;text-align: left;margin: 0 auto;overflow: auto;}
.venoframe{border: none;width: 960px;height: 720px;}
@media (max-width: 992px) {
	.venoframe{width: 640px;height: 480px;}
}
@media (max-width: 767px) {
	.venoframe{width: 420px;height: 420px;}
}
@media (max-width: 460px) {
	.vbox-inline{width: 100%;}
	.venoframe{width: 100%;}
}
.vbox-open{overflow: hidden;}
.vbox-container{position: relative;background: #000;width: 100%;margin: 0 auto;padding: 0 15px;}
.vbox-content{text-align: center;float: left;width: 100%;position: relative;overflow: hidden;padding: 10px 0;}
.vbox-container img{max-width: 100%;height: auto;}


/******************************
Clock
******************************/
.clock {border-radius: 0%;background: url(/Content/assets/images/clock/clockface.png) no-repeat;background-size: 100%;height: 15em;padding-bottom: 31%;position: relative;width: 15em;}
@media (min-width:1025px){.clock{background-size: 100%;height: 20em;padding-bottom: 31%;position: relative;width: 20em;}}
@media (min-width:1400px){.clock{background-size: 100%;height: 29em;padding-bottom: 31%;position: relative;width: 29em;}}
.clock.simple:after {background: #000;border-radius: 50%;content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 5%;height: 5%;z-index: 10;}
.clock .minutes-container,.clock .hours-container,.clock .seconds-container {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.clock .hours {background: #fff;height: 20%;left: 48.75%;position: absolute;top: 30%;transform-origin: 50% 100%;width: 2.5%;}
.clock .minutes {background: #fff;height: 40%;left: 49%;position: absolute;top: 10%;transform-origin: 50% 100%;width: 2%;}
.clock .seconds {background: #fff;height: 45%;left: 49.5%;position: absolute;top: 14%;transform-origin: 50% 80%;width: 1%;z-index: 8;}
@keyframes rotate {100% {transform: rotateZ(360deg);}}
.clock .hours-container {animation: rotate 43200s infinite linear;}
.clock .minutes-container {animation: rotate 3600s infinite linear;}
.clock .seconds-container {animation: rotate 60s infinite linear;}
.clock .activity{margin-bottom:7px;}
.clock .timestamp{color:#999;}