.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#22df80;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #22df80,0 0 5px #22df80;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-moz-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);-o-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:15px;width:14px;height:14px;border:2px solid transparent;border-top-color:#22df80;border-left-color:#22df80;border-radius:10px;-webkit-animation:pace-spinner .4s linear infinite;-moz-animation:pace-spinner .4s linear infinite;-ms-animation:pace-spinner .4s linear infinite;-o-animation:pace-spinner .4s linear infinite;animation:pace-spinner .4s linear infinite}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default:disabled,.btn-default[disabled]{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary:disabled,.btn-primary[disabled]{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success:disabled,.btn-success[disabled]{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info:disabled,.btn-info[disabled]{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning:disabled,.btn-warning[disabled]{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger:disabled,.btn-danger[disabled]{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */.btn,.btn-group,.btn-group-vertical,.caret,.checkbox-inline,.radio-inline,img{vertical-align:middle}hr,img{border:0}body,figure{margin:0}.btn-group>.btn-group,.btn-toolbar .btn-group,.btn-toolbar .input-group,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.dropdown-menu{float:left}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable{max-height:340px}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{color:#000;background:#ff0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}*,:after,:before,input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}pre,textarea{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}.glyphicon,address{font-style:normal}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.dropdown-menu,.modal-content{-webkit-background-clip:padding-box}.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-warning{background-image:none}.img-thumbnail,body{background-color:#fff}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}dt,kbd kbd,label{font-weight:700}address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre{line-height:1.42857143}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}pre code,table{background-color:transparent}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}dl,ol,ul{margin-top:0}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}address,dl{margin-bottom:20px}ol,ul{margin-bottom:10px}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.container{width:750px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;color:#777}legend,pre{display:block;color:#333}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}code,kbd{padding:2px 4px;font-size:90%}caption,th{text-align:left}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{padding:9.5px;margin:0 0 10px;font-size:13px;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.container,.container-fluid{margin-right:auto;margin-left:auto}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}.container,.container-fluid{padding-right:15px;padding-left:15px}.pre-scrollable{overflow-y:scroll}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}caption{padding-top:8px;padding-bottom:8px;color:#777}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset,legend{padding:0;border:0}fieldset{min-width:0;margin:0}legend{width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.form-control,output{font-size:14px;line-height:1.42857143;color:#555;display:block}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}output{padding-top:7px}.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-group-sm .form-control,.input-sm{font-size:12px;border-radius:3px;padding:5px 10px}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=datetime-local],input[type=month],input[type=time]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;line-height:1.5}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;line-height:1.5}.form-group-lg .form-control,.input-lg{border-radius:6px;padding:10px 16px;font-size:18px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;line-height:1.3333333}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;line-height:1.3333333}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.collapsing,.dropdown,.dropup{position:relative}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-control-static,.form-inline .form-group{display:inline-block}.form-inline .control-label,.form-inline .form-group{margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu-right,.dropdown-menu.pull-right{right:0;left:auto}.dropdown-header,.dropdown-menu>li>a{display:block;padding:3px 20px;line-height:1.42857143;white-space:nowrap}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{clear:both;font-weight:400;color:#333}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-left{right:auto;left:0}.dropdown-header{font-size:12px;color:#777}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn .caret,.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:5px 5px 0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group,.input-group-btn>.btn+.btn{margin-left:-1px}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.nav>li,.nav>li>a{display:block;position:relative}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li>a{padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center;margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0;border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-justified>li,.nav-stacked>li{float:none}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar{border-radius:4px}.navbar-header{float:left}.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.embed-responsive,.modal,.modal-open,.progress{overflow:hidden}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}.navbar-static-top{z-index:1000;border-width:0 0 1px}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}@media (min-width:768px){.navbar-toggle{display:none}.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:8px -15px}@media (min-width:768px){.navbar-form .form-control-static,.navbar-form .form-group{display:inline-block}.navbar-form .control-label,.navbar-form .form-group{margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.breadcrumb>li,.pagination{display:inline-block}.btn .badge,.btn .label{top:-1px;position:relative}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{padding-left:0;margin:20px 0;border-radius:4px}.pager li,.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.badge,.label{font-weight:700;line-height:1;white-space:nowrap;vertical-align:baseline;text-align:center}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}a.badge:focus,a.badge:hover,a.label:focus,a.label:hover{color:#fff;cursor:pointer;text-decoration:none}.label{display:inline;padding:.2em .6em .3em;font-size:75%;color:#fff;border-radius:.25em}.label:empty{display:none}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;color:#fff;background-color:#777;border-radius:10px}.badge:empty{display:none}.media-object,.thumbnail{display:block}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;background-color:#eee}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.alert,.thumbnail{margin-bottom:20px}.alert .alert-link,.close{font-weight:700}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-striped .progress-bar-info,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.close{line-height:1}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-title{margin-top:0;font-size:16px}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.popover,.tooltip{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal{position:fixed;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;top:0}.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px}.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.carousel,.carousel-inner{position:relative}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.left>.arrow:after,.popover.right>.arrow:after{bottom:-10px;content:" "}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}.carousel-inner{width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn,.text-hide{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.3.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before,.fa-genderless:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.scroll-textarea>.scroll-content>textarea,.scroll-wrapper>.scroll-content{max-height:none!important;max-width:none!important;position:relative!important;top:0;margin:0}.scroll-wrapper>.scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;overflow:scroll!important;padding:0;width:auto!important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-arrow,.scroll-element .scroll-bar{cursor:default}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden!important}.scroll-textarea>.scroll-content>textarea{border:none!important;box-sizing:border-box;height:100%!important;overflow:scroll!important;outline:0;padding:2px;width:100%!important}.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_outer{overflow:hidden}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.scrollbar-inner>.scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_track{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4}.scrollbar-inner>.scroll-element .scroll-element_track{background-color:#e0e0e0}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#c2c2c2}.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,.scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-element,.scrollbar-outer>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-outer>.scroll-element{background-color:#fff}.scrollbar-outer>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-outer>.scroll-element.scroll-x{bottom:0;height:12px;left:0;width:100%}.scrollbar-outer>.scroll-element.scroll-y{height:100%;right:0;top:0;width:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer{height:8px;top:2px}.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer{left:2px;width:8px}.scrollbar-outer>.scroll-element .scroll-element_track{background-color:#eee}.scrollbar-outer>.scroll-element .scroll-bar,.scrollbar-outer>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_track{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.scrollbar-outer>.scroll-element .scroll-bar{background-color:#d9d9d9}.scrollbar-outer>.scroll-element .scroll-bar:hover{background-color:#c2c2c2}.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-content.scroll-scrolly_visible{left:-12px;margin-left:12px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-14px}.scrollbar-outer>.scroll-content.scroll-scrollx_visible{top:-12px;margin-top:12px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-14px}.scrollbar-outer>.scroll-element.scroll-x .scroll-bar{min-width:10px}.scrollbar-outer>.scroll-element.scroll-y .scroll-bar{min-height:10px}.scrollbar-macosx>.scroll-element,.scrollbar-macosx>.scroll-element div{background:0 0;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-macosx>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-macosx>.scroll-element .scroll-element_track{display:none}.scrollbar-macosx>.scroll-element .scroll-bar{background-color:#6C6E71;display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-ms-transition:opacity .2s linear;transition:opacity .2s linear}.scrollbar-macosx:hover>.scroll-element .scroll-bar,.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:.7}.scrollbar-macosx>.scroll-element.scroll-x{bottom:0;height:0;left:0;min-width:100%;overflow:visible;width:100%}.scrollbar-macosx>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:0}.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar{height:7px;min-width:10px;top:-9px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar{left:-9px;min-height:10px;width:7px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer{left:2px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer{top:2px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-light>.scroll-element,.scrollbar-light>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-light>.scroll-element{background-color:#fff}.scrollbar-light>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-light>.scroll-element .scroll-element_outer{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light>.scroll-element .scroll-element_size{background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi 8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2 VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2 Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC UiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD 0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm c+');background:-moz-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#dbdbdb),color-stop(100%,#e8e8e8));background:-webkit-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-o-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-ms-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:linear-gradient(to right,#dbdbdb 0,#e8e8e8 100%);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light>.scroll-element.scroll-x{bottom:0;height:17px;left:0;min-width:100%;width:100%}.scrollbar-light>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:17px}.scrollbar-light>.scroll-element .scroll-bar{background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi 8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2 VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2 Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC UiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD 0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm c+');background:-moz-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fefefe),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-o-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-ms-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:linear-gradient(to right,#fefefe 0,#f5f5f5 100%);border:1px solid #dbdbdb;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-light>.scroll-content.scroll-scrollx_visible{top:-17px;margin-top:17px}.scrollbar-light>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:0}.scrollbar-light>.scroll-element.scroll-y .scroll-bar{left:0;min-height:10px;width:10px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer{height:12px;left:2px;top:2px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer{left:2px;top:2px;width:12px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}.scrollbar-rail>.scroll-element,.scrollbar-rail>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-rail>.scroll-element{background-color:#fff}.scrollbar-rail>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-rail>.scroll-element .scroll-element_size{background-color:#999;background-color:rgba(0,0,0,.3)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size{background-color:#666;background-color:rgba(0,0,0,.5)}.scrollbar-rail>.scroll-element.scroll-x{bottom:0;height:12px;left:0;min-width:100%;padding:3px 0 2px;width:100%}.scrollbar-rail>.scroll-element.scroll-y{height:100%;min-height:100%;padding:0 2px 0 3px;right:0;top:0;width:12px}.scrollbar-rail>.scroll-element .scroll-bar{background-color:#d0b9a0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,.5)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar{box-shadow:1px 1px 3px rgba(0,0,0,.6)}.scrollbar-rail>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-rail>.scroll-content.scroll-scrollx_visible{margin-top:17px;top:-17px}.scrollbar-rail>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:1px}.scrollbar-rail>.scroll-element.scroll-y .scroll-bar{left:1px;min-height:10px;width:10px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer{height:15px;left:5px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size{height:2px;left:-10px;top:5px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer{top:5px;width:15px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size{left:5px;top:-10px;width:2px}.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-25px}.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-25px}.scrollbar-dynamic>.scroll-element,.scrollbar-dynamic>.scroll-element div{background:0 0;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-dynamic>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-dynamic>.scroll-element.scroll-x{bottom:2px;height:7px;left:0;min-width:100%;width:100%}.scrollbar-dynamic>.scroll-element.scroll-y{height:100%;min-height:100%;right:2px;top:0;width:7px}.scrollbar-dynamic>.scroll-element .scroll-element_outer{opacity:.3;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.scrollbar-dynamic>.scroll-element .scroll-element_size{background-color:#ccc;opacity:0;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;transition:opacity .2s}.scrollbar-dynamic>.scroll-element .scroll-bar{background-color:#6c6e71;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar{bottom:0;height:7px;min-width:24px;top:auto}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar{left:auto;min-height:24px;right:0;width:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer{bottom:0;top:auto;left:2px;-webkit-transition:height .2s;-moz-transition:height .2s;-o-transition:height .2s;-ms-transition:height .2s;transition:height .2s}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer{left:auto;right:0;top:2px;-webkit-transition:width .2s;-moz-transition:width .2s;-o-transition:width .2s;-ms-transition:width .2s;transition:width .2s}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer{overflow:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:.7}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size{opacity:1}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar{height:100%;width:100%;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer{height:20px;min-height:7px}.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer{min-width:7px;width:20px}.scrollbar-chrome>.scroll-element,.scrollbar-chrome>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-chrome>.scroll-element{background-color:#fff}.scrollbar-chrome>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-chrome>.scroll-element .scroll-element_track{background:#f1f1f1;border:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x{bottom:0;height:16px;left:0;min-width:100%;width:100%}.scrollbar-chrome>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:16px}.scrollbar-chrome>.scroll-element .scroll-bar{background-color:#d9d9d9;border:1px solid #bdbdbd;cursor:default;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.scrollbar-chrome>.scroll-element .scroll-bar:hover{background-color:#c2c2c2;border-color:#a9a9a9}.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191;border-color:#7e7e7e}.scrollbar-chrome>.scroll-content.scroll-scrolly_visible{left:-16px;margin-left:16px}.scrollbar-chrome>.scroll-content.scroll-scrollx_visible{top:-16px;margin-top:16px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar{height:8px;min-width:10px;top:3px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar{left:3px;min-height:10px;width:8px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer{border-left:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track{height:14px;left:-3px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size{height:14px;left:-4px}.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer{border-top:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track{top:-3px;width:14px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size{top:-4px;width:14px}.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}
/*! bootstrap3-wysihtml5-bower 2014-05-19 */ul.wysihtml5-toolbar{margin:0;padding:0;display:block}ul.wysihtml5-toolbar::after{clear:both;display:table;content:""}ul.wysihtml5-toolbar>li{float:left;display:list-item;list-style:none;margin:0 5px 10px 0}ul.wysihtml5-toolbar a[data-wysihtml5-command=bold]{font-weight:700}ul.wysihtml5-toolbar a[data-wysihtml5-command=italic]{font-style:italic}ul.wysihtml5-toolbar a[data-wysihtml5-command=underline]{text-decoration:underline}ul.wysihtml5-toolbar a.btn.wysihtml5-command-active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);background-color:#D9D9D9;outline:0}ul.wysihtml5-commands-disabled .dropdown-menu{display:none!important}ul.wysihtml5-toolbar div.wysihtml5-colors{display:block;width:50px;height:20px;margin-top:2px;margin-left:5px;position:absolute;pointer-events:none}ul.wysihtml5-toolbar a.wysihtml5-colors-title{padding-left:70px}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black]{background:#000!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver]{background:silver!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray]{background:gray!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon]{background:maroon!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red]{background:red!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple]{background:purple!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green]{background:green!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive]{background:olive!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy]{background:navy!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue]{background:#00f!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange]{background:orange!important}.glyphicon-quote:before{content:"\201C";font-family:Georgia,serif;font-size:50px;position:absolute;top:-4px;left:-3px;max-height:100%}.glyphicon-quote:after{content:"\0000a0"}
.dialog,.dialog__overlay{width:100%;height:100%;top:0;left:0}.dialog{position:fixed;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;pointer-events:none}.dialog__overlay{position:absolute;z-index:1;background:rgba(55,58,71,.9);opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-backface-visibility:hidden}.dialog--open .dialog__overlay{opacity:1;pointer-events:auto}.dialog__content{width:50%;max-width:560px;min-width:290px;background:#fff;padding:4em;text-align:center;position:relative;z-index:5;opacity:0}.dialog--open .dialog__content{pointer-events:auto}
.dialog.dialog--close .dialog__content,.dialog.dialog--open .dialog__content{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.dialog.dialog--open .dialog__content{-webkit-animation-name:anim-open;animation-name:anim-open}.dialog.dialog--close .dialog__content{-webkit-animation-name:anim-close;animation-name:anim-close}@-webkit-keyframes anim-open{0%{opacity:0;-webkit-transform:scale3d(1.1,1.1,1)}100%{opacity:1;-webkit-transform:scale3d(1,1,1)}}@keyframes anim-open{0%{opacity:0;-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes anim-close{0%{opacity:1}100%{opacity:0;-webkit-transform:scale3d(.9,.9,1)}}@keyframes anim-close{0%{opacity:1}100%{opacity:0;-webkit-transform:scale3d(.9,.9,1);transform:scale3d(.9,.9,1)}}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.11.2 - 2015-03-17T04:08:46.478Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control>.selectize-dropdown,.selectize-control>.selectize-input>input{width:100%}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>a:focus,.ui-select-bootstrap .ui-select-choices-row>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>a{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>a,.ui-select-bootstrap .ui-select-choices-row.disabled>a{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}
.select2-container .select2-choice,.select2-results .select2-result-label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none}.select2-container{margin:0;position:relative;display:inline-block;zoom:1;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(to top,#eee 0,#fff 50%)}html[dir=rtl] .select2-container .select2-choice{padding:0 8px 0 0}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(.9,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 90%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(to bottom,#eee 0,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-left:26px;margin-right:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(select2.png) right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(.6,#eee));background-image:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%);background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);background-image:linear-gradient(to top,#ccc 0,#eee 60%)}.select2-dropdown-open .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)}html[dir=rtl] .select2-container .select2-choice .select2-arrow{left:0;right:auto;border-left:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url(select2.png) 0 1px no-repeat}html[dir=rtl] .select2-container .select2-choice .select2-arrow b{background-position:2px 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:url(select2.png) 100% -22px no-repeat #fff;background:url(select2.png) 100% -22px no-repeat,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));background:url(select2.png) 100% -22px no-repeat,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(select2.png) 100% -22px no-repeat,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(select2.png) 100% -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}html[dir=rtl] .select2-search input{padding:4px 5px 4px 20px;background:url(select2.png) -37px -22px no-repeat #fff;background:url(select2.png) -37px -22px no-repeat,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));background:url(select2.png) -37px -22px no-repeat,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(select2.png) -37px -22px no-repeat,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(select2.png) -37px -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:url(select2-spinner.gif) 100% no-repeat #fff;background:url(select2-spinner.gif) 100% no-repeat,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));background:url(select2-spinner.gif) 100% no-repeat,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(select2-spinner.gif) 100% no-repeat,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(select2-spinner.gif) 100% no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(.5,#eee));background-image:-webkit-linear-gradient(center bottom,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center bottom,#fff 0,#eee 50%);background-image:linear-gradient(to top,#fff 0,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(.5,#eee));background-image:-webkit-linear-gradient(center top,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:0 0;border-left:none;filter:none}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-right:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent}html[dir=rtl] .select2-results{padding:0 4px 0 0;margin:4px 0 4px 4px}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:0 0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:url(select2-spinner.gif) 100% no-repeat #f4f4f4}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0 5px 0 0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(to bottom,#eee 1%,#fff 15%);min-height:26px}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 0 0 5px}.select2-locked{padding:3px 5px!important}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:0 0!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:url(select2-spinner.gif) 100% no-repeat #fff!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(to top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 5px 3px 0;padding:3px 18px 3px 5px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url(select2.png) right top no-repeat}html[dir=rtl] .select2-search-choice-close{right:auto;left:3px}.select2-container-multi .select2-search-choice-close{left:3px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{left:auto;right:2px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0 0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-container .select2-choice .select2-arrow b,.select2-container .select2-choice abbr,.select2-search input,.select2-search-choice-close{background-image:url(select2x2.png)!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}
.simform{position:relative;margin:0 auto;padding:2em 0;max-width:860px;width:100%;text-align:left;font-size:2.5em}.simform .submit{display:none}.simform ol{margin:0;padding:0;list-style:none;position:relative;-webkit-transition:height .4s;transition:height .4s}.simform ol:before{content:'';background-color:rgba(0,0,0,.1);position:absolute;left:0;bottom:0;width:100%;height:2.35em}.questions li{z-index:100;position:relative;visibility:hidden;height:0;-webkit-transition:visibility 0s .4s,height 0s .4s;transition:visibility 0s .4s,height 0s .4s}.no-js .questions li,.questions li.current{visibility:visible;height:auto;-webkit-transition:none;transition:none}.questions li>span{display:block;overflow:hidden}.questions li>span label{display:block;-webkit-transition:-webkit-transform .4s;transition:transform .4s;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.no-js .questions li>span label,.questions li.current>span label{-webkit-transition:none;transition:none;-webkit-transform:translateY(0);transform:translateY(0)}.show-next .questions li.current>span label{-webkit-animation:moveUpFromDown .4s both;animation:moveUpFromDown .4s both}@-webkit-keyframes moveUpFromDown{from{-webkit-transform:translateY(100%)}to{-webkit-transform:translateY(0)}}@keyframes moveUpFromDown{from{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.questions input{display:block;margin:.3em 0 0;padding:.5em 1em .5em .7em;width:calc(100% - 2em);border:none;background:0 0;color:rgba(0,0,0,.8);font-size:1em;line-height:1;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.no-js .questions input,.questions .current input{opacity:1}.questions input:focus,.simform button:focus{outline:0}.simform .progress{width:0;height:2px;background:rgba(0,0,0,.3);-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;border-radius:0}.simform .progress::before{position:absolute;top:auto;width:100%;height:inherit;background:rgba(0,0,0,.05);content:''}.simform .number{position:absolute;right:0;overflow:hidden;margin:.4em 0;width:3em;font-weight:700;font-size:.4em}.simform .number:after{position:absolute;left:50%;content:'/';opacity:.4;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.simform .number span{float:right;width:40%;text-align:center}.simform .number .number-current{float:left}.simform .number-next{position:absolute;left:0}.simform.show-next .number-current{-webkit-transition:-webkit-transform .4s;transition:transform .4s;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.simform.show-next .number-next{-webkit-animation:moveUpFromDown .4s both;animation:moveUpFromDown .4s both}.simform .error-message,.simform .final-message{position:absolute;visibility:hidden;opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.simform .error-message{padding:.4em 3.5em 0 0;width:100%;color:rgba(0,0,0,.7);font-style:italic;font-size:.4em}.final-message{top:50%;left:0;padding:.5em;width:100%;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.error-message.show,.final-message.show{visibility:visible;opacity:1}.final-message.show{-webkit-transition-delay:.5s;transition-delay:.5s}.simform-inner.hide{visibility:hidden;opacity:0;-webkit-transition:opacity .3s,visibility 0s .3s;transition:opacity .3s,visibility 0s .3s}.no-js .simform{font-size:1.75em}.no-js .questions li{padding:0 0 2em}.no-js .simform .submit{display:block;float:right;padding:10px 20px;border:none;background:rgba(0,0,0,.3);color:rgba(0,0,0,.4)}.no-js .simform .controls{display:none}input[type=text]::-ms-clear{display:none}@media screen and (max-width:44.75em){.simform{font-size:1.8em}}@media screen and (max-width:33.5625em){.simform{font-size:1.2em}}
.steps-indicator li a:before,.steps-indicator:before{background-color:#e6e6e6;content:''}.steps-indicator li.current,.steps-indicator li.default,.steps-indicator li.editing{pointer-events:none}.steps-indicator{right:0;bottom:0;left:0;margin:0;padding:20px 0 0;height:30px;list-style:none}.steps-indicator:before{position:absolute;height:1px}.steps-indicator.steps-2:before{left:calc(100% / 2 / 2);right:calc(100% / 2 / 2)}.steps-indicator.steps-3:before{left:calc(100% / 3 / 2);right:calc(100% / 3 / 2)}.steps-indicator.steps-4:before{left:calc(100% / 4 / 2);right:calc(100% / 4 / 2)}.steps-indicator.steps-5:before{left:calc(100% / 5 / 2);right:calc(100% / 5 / 2)}.steps-indicator.steps-6:before{left:calc(100% / 6 / 2);right:calc(100% / 6 / 2)}.steps-indicator.steps-7:before{left:calc(100% / 7 / 2);right:calc(100% / 7 / 2)}.steps-indicator.steps-8:before{left:calc(100% / 8 / 2);right:calc(100% / 8 / 2)}.steps-indicator.steps-9:before{left:calc(100% / 9 / 2);right:calc(100% / 9 / 2)}.steps-indicator.steps-10:before{left:calc(100% / 10 / 2);right:calc(100% / 10 / 2)}.steps-indicator *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.steps-indicator li{position:relative;float:left;margin:0;padding:10px 0 0;text-align:center;line-height:15px}.steps-indicator li a{color:grey;text-decoration:none;text-transform:uppercase;font-weight:700;transition:.25s;cursor:pointer}.steps-indicator li a:before{position:absolute;top:-7px;left:calc(50% - 7px);width:14px;height:14px;border-radius:100%;transition:.25s}.steps-indicator li a:hover{color:#4d4d4d}.steps-indicator.steps-2 li{width:calc(100% / 2)}.steps-indicator.steps-3 li{width:calc(100% / 3)}.steps-indicator.steps-4 li{width:calc(100% / 4)}.steps-indicator.steps-5 li{width:calc(100% / 5)}.steps-indicator.steps-6 li{width:calc(100% / 6)}.steps-indicator.steps-7 li{width:calc(100% / 7)}.steps-indicator.steps-8 li{width:calc(100% / 8)}.steps-indicator.steps-9 li{width:calc(100% / 9)}.steps-indicator.steps-10 li{width:calc(100% / 10)}.steps-indicator.steps-11 li{width:calc(100% / 11)}.steps-indicator li.default a:hover{color:grey}.steps-indicator li.current a:before{background-color:grey}.steps-indicator li.done a:before{background-color:#393}.steps-indicator li.editing a:before{background-color:red}
.,.bootstrap-checkbox,.check-danger,.check-info,.check-primary,.check-success,.check-warning{display:inline-block}.checkbox input[type=checkbox][disabled]+label,.radio input[type=radio][disabled]+label{opacity:.65}.bootstrap-checkbox{position:relative;width:15px;height:15px;border:1px solid #c2c6cb;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;transition:border .2s linear 0s}.check-circle .bootstrap-checkbox{-webkit-border-radius:99px;-moz-border-radius:99px;border-radius:99px}.bootstrap-checkbox.checked{border:1px solid #999}. label,.check-danger label,.check-info label,.check-primary label,.check-success label,.check-warning label{display:inline-block;position:relative;top:-4px;margin-left:5px;font-size:12px}.check-success .bootstrap-checkbox.checked{background-color:#0090D9;border:1px solid #0090D9}.check-primary .bootstrap-checkbox.checked{background-color:#0AA699;border:1px solid #0AA699}.check-info .bootstrap-checkbox.checked{background-color:#1F3853;border:1px solid #1F3853}.check-warning .bootstrap-checkbox.checked{background-color:#FDD01C;border:1px solid #FDD01C}.check-danger .bootstrap-checkbox.checked{background-color:#F35958;border:1px solid #F35958}.check-danger .bootstrap-checkbox i,.check-info .bootstrap-checkbox i,.check-primary .bootstrap-checkbox i,.check-success .bootstrap-checkbox i,.check-warning .bootstrap-checkbox i{color:#fff}.bootstrap-checkbox i{position:absolute;left:2px;top:2px;font-size:11px}.checkbox label,.radio label:after{font-size:13px;display:inline-block}.radio label{display:inline-block;cursor:pointer;position:relative;padding-left:25px;margin-right:15px;font-size:13px;margin-bottom:6px;color:#777a80}.radio label:after,.radio label:before{content:"";width:16px;height:16px;position:absolute;left:0}.radio input[type=radio]{display:none}.radio label:before{display:inline-block;margin-right:10px;bottom:1px;background-color:#fff;border:1px solid #c2c6cb;border-radius:99px}.radio label:after{text-align:center;-o-transform:scale(0);-ms-transform:scale(0);-moz-transform:scale(0);-webkit-transform:scale(0);transform:scale(0);border-radius:99px;top:1px;background-color:#6f7b8a;border:1px solid #6f7b8a}.checkbox label,.star label{cursor:pointer;position:relative;margin-bottom:10px}.checkbox input[type=radio][disabled]+label:after{background-color:#eceff3}.radio.radio-success label:after{background-color:#0090D9;border:1px solid #0090D9}.radio.radio-primary label:after{background-color:#0AA699;border:1px solid #0AA699}.radio.radio-info label:after{background-color:#1F3853;border:1px solid #1F3853}.radio.radio-warning label:after{background-color:#FDD01C;border:1px solid #FDD01C}.radio.radio-danger label:after{background-color:#F35958;border:1px solid #F35958}.radio input[type=radio]:checked+label{color:#4d5056}.radio input[type=radio]:checked+label:after{-o-transform:scale(.63);-ms-transform:scale(.63);-moz-transform:scale(.63);-webkit-transform:scale(.63);transform:scale(.63);line-height:18px;-o-transition:transform .1s 0s cubic-bezier(.455,.030,.215,1.33);-ms-transition:transform .1s 0s cubic-bezier(.455,.030,.215,1.33);-moz-transition:transform .1s 0s cubic-bezier(.455,.030,.215,1.33);-webkit-transition:transform .1s 0s cubic-bezier(.455,.030,.215,1.33);transition:transform .1s 0s cubic-bezier(.455,.030,.215,1.33)}.radio input[type=radio]:checked+label:before{border:1px solid #8e9095}.radio.radio-success input[type=radio]:checked+label:before{border:1px solid #0090D9}.radio.radio-primary input[type=radio]:checked+label:before{border:1px solid #0AA699}.radio.radio-info label input[type=radio]:checked+:before{border:1px solid #1F3853}.radio.radio-warning input[type=radio]:checked+label:before{border:1px solid #FDD01C}.radio.radio-danger input[type=radio]:checked+label:before{border:1px solid #F35958}.checkbox label{padding-left:25px;margin-right:15px;color:#777a80;transition:border .2s linear 0s,color .2s linear 0s}.star label,.star label:before{display:inline-block;font-size:18px;transition:border .2s linear 0s,color .2s linear 0s}table td .checkbox label,table th .checkbox label{padding-left:0}.star label:before{font-family:FontAwesome;content:"\F005";margin-right:10px;position:absolute;left:0;top:-4px;color:#97a3b3}.star input[type=checkbox]{display:none}.checkbox label::after,.checkbox label:before{display:inline-block;width:16px;height:16px;position:absolute;transition:border .2s linear 0s,color .2s linear 0s}.star input[type=checkbox]:checked+label:before{color:#ffd200}.checkbox label:before{content:"";margin-right:10px;left:0;top:1.5px;background-color:#fff;border:1px solid #c2c6cb;border-radius:3px}.checkbox label::after{left:3.8px;top:0;font-size:11px}.checkbox input[type=checkbox]{display:none}.checkbox label:after{border-radius:3px}.checkbox.checkbox-circle label:after,.checkbox.checkbox-circle label:before{border-radius:99px}.checkbox input[type=checkbox]:checked+label::after{font-family:FontAwesome;content:"\F00C"}.checkbox input[type=checkbox]:checked+label{color:#4d5056}.checkbox.check-danger input[type=checkbox]:checked+label::after,.checkbox.check-info input[type=checkbox]:checked+label::after,.checkbox.check-primary input[type=checkbox]:checked+label::after,.checkbox.check-success input[type=checkbox]:checked+label::after,.checkbox.check-warning input[type=checkbox]:checked+label::after{color:#fff}.checkbox input[type=checkbox][disabled]+label:before{background-color:#eceff3}.checkbox.check-success input[type=checkbox]:checked+label:before{background-color:#0090D9;border:1px solid #0090D9}.checkbox.check-primary input[type=checkbox]:checked+label:before{background-color:#0AA699;border:1px solid #0AA699}.checkbox.check-info input[type=checkbox]:checked+label:before{background-color:#1F3853;border:1px solid #1F3853}.checkbox.check-warning input[type=checkbox]:checked+label:before{background-color:#FDD01C;border:1px solid #FDD01C}.checkbox.check-danger input[type=checkbox]:checked+label:before{background-color:#F35958;border:1px solid #F35958}
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013-2015 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
 *
 * Built for http://www.improvely.com
 */.daterangepicker.dropdown-menu{max-width:none;z-index:3000}.daterangepicker.opensleft .calendar,.daterangepicker.opensleft .ranges{float:left;margin:4px}.daterangepicker.openscenter .calendar,.daterangepicker.openscenter .ranges,.daterangepicker.opensright .calendar,.daterangepicker.opensright .ranges{float:right;margin:4px}.daterangepicker.single .calendar,.daterangepicker.single .ranges{float:none}.daterangepicker .ranges .range_inputs>div,.daterangepicker_start_input{float:left}.daterangepicker .ranges{width:160px;text-align:left}.daterangepicker .ranges .range_inputs>div:nth-child(2){padding-left:11px}.daterangepicker .calendar{display:none;max-width:270px}.daterangepicker.show-calendar .calendar{display:block}.daterangepicker .calendar.single .calendar-date{border:none}.daterangepicker .calendar td,.daterangepicker .calendar th{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;white-space:nowrap;text-align:center;min-width:32px}.daterangepicker .daterangepicker_end_input label,.daterangepicker .daterangepicker_start_input label{color:#333;display:block;font-size:11px;font-weight:400;height:20px;line-height:20px;margin-bottom:2px;text-shadow:#fff 1px 1px 0;text-transform:uppercase;width:74px}.daterangepicker .ranges input{font-size:11px}.daterangepicker .ranges .input-mini{border:1px solid #ccc;border-radius:4px;color:#555;display:block;font-size:11px;height:30px;line-height:30px;vertical-align:middle;margin:0 0 10px;padding:0 6px;width:74px}.daterangepicker .ranges ul{list-style:none;margin:0;padding:0}.daterangepicker .ranges li{font-size:13px;background:#f5f5f5;border:1px solid #f5f5f5;color:#08c;padding:3px 12px;margin-bottom:8px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer}.daterangepicker .ranges li.active,.daterangepicker .ranges li:hover{background:#08c;border:1px solid #08c;color:#fff}.daterangepicker .calendar-date{border:1px solid #ddd;padding:4px;border-radius:4px;background:#fff}.daterangepicker .calendar-time{text-align:center;margin:8px auto 0;line-height:30px}.daterangepicker{position:absolute;background:#fff;top:100px;left:20px;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.daterangepicker.opensleft:before{position:absolute;top:-7px;right:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,.2);content:''}.daterangepicker.opensleft:after{position:absolute;top:-6px;right:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.daterangepicker.openscenter:after,.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto;position:absolute;display:inline-block;content:''}.daterangepicker.openscenter:before{top:-7px;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,.2)}.daterangepicker.openscenter:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensright:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,.2);content:''}.daterangepicker.opensright:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.daterangepicker table{width:100%;margin:0}.daterangepicker td,.daterangepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer;white-space:nowrap}.daterangepicker option.disabled,.daterangepicker td.disabled,.daterangepicker td.off{color:#999}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background:#eee}.daterangepicker td.in-range{background:#ebf4f8;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.daterangepicker td.start-date{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.daterangepicker td.end-date{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:#3071a9;color:#fff}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect{width:50px;margin-bottom:0}.daterangepicker_end_input{float:left;padding-left:11px}.daterangepicker th.month{width:auto}
.bootstrap-tagsinput{background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);display:inline-block;padding:4px 6px;margin-bottom:10px;color:#555;vertical-align:middle;border-radius:4px;max-width:100%;line-height:22px}.bootstrap-tagsinput input,.bootstrap-tagsinput input:focus{border:none;box-shadow:none}.bootstrap-tagsinput input{outline:0;background-color:transparent;padding:0;margin:0;width:auto!important;max-width:inherit}.bootstrap-tagsinput .tag{margin-right:2px;color:#fff}.bootstrap-tagsinput .tag [data-role=remove]{margin-left:8px;cursor:pointer}.bootstrap-tagsinput .tag [data-role=remove]:after{content:"x";padding:0 2px}.bootstrap-tagsinput .tag [data-role=remove]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.bootstrap-tagsinput .tag [data-role=remove]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .input-group-addon{cursor:pointer}.bootstrap-timepicker .input-group-addon i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:4px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #FFF;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px solid transparent;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px;font-size:18px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media (min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media (max-width:767px){.bootstrap-timepicker,.bootstrap-timepicker .dropdown-menu{width:100%}}
.dropzone,.dropzone *,.dropzone-previews,.dropzone-previews *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dropzone{position:relative}.dropzone.dz-clickable,.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone .dz-message{opacity:1;-ms-filter:none;filter:none}.dropzone.dz-drag-hover{border-color:rgba(0,0,0,.15);background:rgba(0,0,0,.04)}.dropzone .dz-preview,.dropzone-previews .dz-preview{background:rgba(255,255,255,.8);position:relative;display:inline-block;margin:17px;vertical-align:top;border:1px solid #acacac;padding:6px}.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail]{display:none}.dropzone .dz-preview .dz-details,.dropzone-previews .dz-preview .dz-details{width:100px;height:100px;position:relative;background:#ebebeb;padding:5px;margin-bottom:22px}.dropzone .dz-preview .dz-details .dz-filename,.dropzone-previews .dz-preview .dz-details .dz-filename{overflow:hidden;height:100%}.dropzone .dz-preview .dz-details img,.dropzone-previews .dz-preview .dz-details img{position:absolute;top:0;left:0;width:100px;height:100px}.dropzone .dz-preview .dz-details .dz-size,.dropzone-previews .dz-preview .dz-details .dz-size{position:absolute;bottom:-28px;left:3px;height:28px;line-height:28px}.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark{display:block}.dropzone .dz-preview:hover .dz-details img,.dropzone-previews .dz-preview:hover .dz-details img{display:none}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-success-mark{position:absolute;width:40px;height:40px;font-size:30px;text-align:center;right:-10px;top:-10px}.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{color:#8cc657}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark{color:#ee162d}.dropzone .dz-preview .dz-progress,.dropzone-previews .dz-preview .dz-progress{position:absolute;top:100px;left:6px;right:6px;height:6px;background:#d7d7d7;display:none}.dropzone .dz-preview.dz-processing .dz-progress,.dropzone .dz-preview:hover.dz-error .dz-error-message,.dropzone-previews .dz-preview.dz-processing .dz-progress,.dropzone-previews .dz-preview:hover.dz-error .dz-error-message{display:block}.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{bottom:0;background-color:#8cc657}.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message{position:absolute;top:-5px;left:-20px;background:rgba(245,245,245,.8);padding:8px 10px;color:#800;min-width:140px;max-width:500px;z-index:500}.dropzone{border:1px solid rgba(0,0,0,.03);min-height:360px;-webkit-border-radius:3px;border-radius:3px;background:rgba(0,0,0,.03);padding:23px}.dropzone .dz-default.dz-message{opacity:1;-ms-filter:none;filter:none;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;background-image:url(../images/spritemap.png);background-repeat:no-repeat;background-position:0 0;position:absolute;width:428px;height:123px;margin-left:-214px;margin-top:-61.5px;top:50%;left:50%}@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx){.dropzone .dz-default.dz-message{background-image:url(../images/spritemap@2x.png);-webkit-background-size:428px 406px;-moz-background-size:428px 406px;background-size:428px 406px}}.dropzone .dz-default.dz-message span{display:none}.dropzone.dz-square .dz-default.dz-message{background-position:0 -123px;width:268px;margin-left:-134px;height:174px;margin-top:-87px}.dropzone.dz-drag-hover .dz-message{opacity:.15;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";filter:alpha(opacity=15)}.dropzone.dz-started .dz-message{display:block;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.dropzone .dz-preview,.dropzone-previews .dz-preview{-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.16);box-shadow:1px 1px 4px rgba(0,0,0,.16);font-size:14px}.dropzone .dz-preview.dz-image-preview:hover .dz-details img,.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img{display:block;opacity:.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark{opacity:1;-ms-filter:none;filter:none}.dropzone .dz-preview.dz-error .dz-progress .dz-upload,.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload{background:#ee1e2d}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-success-mark{display:block;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;background-image:url(../images/spritemap.png);background-repeat:no-repeat}@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx){.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-success-mark{background-image:url(../images/spritemap@2x.png);-webkit-background-size:428px 406px;-moz-background-size:428px 406px;background-size:428px 406px}}.dropzone .dz-preview .dz-error-mark span,.dropzone .dz-preview .dz-success-mark span,.dropzone-previews .dz-preview .dz-error-mark span,.dropzone-previews .dz-preview .dz-success-mark span{display:none}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark{background-position:-268px -123px}.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{background-position:-268px -163px}.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{-webkit-animation:loading .4s linear infinite;-moz-animation:loading .4s linear infinite;-o-animation:loading .4s linear infinite;-ms-animation:loading .4s linear infinite;animation:loading .4s linear infinite;-webkit-transition:width .3s ease-in-out;-moz-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;-ms-transition:width .3s ease-in-out;transition:width .3s ease-in-out;-webkit-border-radius:2px;border-radius:2px;position:absolute;top:0;left:0;width:0;height:100%;background-image:url(../images/spritemap.png);background-repeat:repeat-x;background-position:0 -400px}@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx){.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{background-image:url(../images/spritemap@2x.png);-webkit-background-size:428px 406px;-moz-background-size:428px 406px;background-size:428px 406px}}.dropzone .dz-preview.dz-success .dz-progress,.dropzone-previews .dz-preview.dz-success .dz-progress{display:block;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message{display:block;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.dropzone .dz-preview:hover.dz-error .dz-error-message,.dropzone-previews .dz-preview:hover.dz-error .dz-error-message{opacity:1;-ms-filter:none;filter:none}.dropzone a.dz-remove,.dropzone-previews a.dz-remove{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#eee));background-image:-webkit-linear-gradient(top,#fafafa 0,#eee 100%);background-image:-moz-linear-gradient(top,#fafafa 0,#eee 100%);background-image:-o-linear-gradient(top,#fafafa 0,#eee 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#eee 100%);background-image:linear-gradient(top,#fafafa 0,#eee 100%);-webkit-border-radius:2px;border-radius:2px;border:1px solid #eee;text-decoration:none;display:block;padding:4px 5px;text-align:center;color:#aaa;margin-top:26px}.dropzone a.dz-remove:hover,.dropzone-previews a.dz-remove:hover{color:#666}@-moz-keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@-webkit-keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@-o-keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@-ms-keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}
.irs,.irs-line{position:relative;display:block}.irs,.irs-bar,.irs-bar-edge,.irs-line{display:block}.irs{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.irs-line{overflow:hidden}.irs-line-left,.irs-line-mid,.irs-line-right{position:absolute;display:block;top:0}.irs-line-left{left:0;width:11%}.irs-line-mid{left:9%;width:82%}.irs-line-right{right:0;width:11%}.irs-bar,.irs-shadow{left:0;width:0;position:absolute}.irs-bar-edge{position:absolute;top:0;left:0}.irs-shadow{display:none}.irs-max,.irs-min,.irs-slider{display:block;cursor:default}.irs-slider{position:absolute;z-index:1}.irs-slider.single{left:10px}.irs-slider.from{left:100px}.irs-slider.to{left:300px}.irs-grid,.irs-grid-pol,.irs-grid-text,.irs-min{left:0;position:absolute}.irs-slider.type_last{z-index:2}.irs-max{position:absolute;right:0}.irs-from,.irs-single,.irs-to{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{display:none;bottom:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{top:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{bottom:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.irs-disabled{opacity:.4}.lt-ie9 .irs-disabled{filter:alpha(opacity=40)}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;outline:0!important;z-index:-9999!important;background:0 0!important;border-style:solid!important;border-color:transparent!important}
.menuclipper{width:100%}.menuclipper .menuclipper-menu{display:table}.menuclipper-menu>li{display:table-cell;padding:0 29px;white-space:nowrap}
.copy-tile,.list-tile,.live-tile,.tile-strip .flip-list>li{outline:transparent solid 1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;width:100%}.copy-tile.half-tile,.list-tile.half-tile,.live-tile.half-tile,.tile-strip .flip-list>li.half-tile{height:70px;width:70px}.copy-tile.half-wide,.list-tile.half-wide,.live-tile.half-wide,.tile-strip .flip-list>li.half-wide{width:70px}.copy-tile.two-wide,.list-tile.two-wide,.live-tile.two-wide,.tile-strip .flip-list>li.two-wide{width:310px}.copy-tile.three-wide,.list-tile.three-wide,.live-tile.three-wide,.tile-strip .flip-list>li.three-wide{width:470px}.copy-tile.four-wide,.list-tile.four-wide,.live-tile.four-wide,.tile-strip .flip-list>li.four-wide{width:630px}.copy-tile.five-wide,.list-tile.five-wide,.live-tile.five-wide,.tile-strip .flip-list>li.five-wide{width:790px}.copy-tile.six-wide,.list-tile.six-wide,.live-tile.six-wide,.tile-strip .flip-list>li.six-wide{width:950px}.copy-tile.seven-wide,.list-tile.seven-wide,.live-tile.seven-wide,.tile-strip .flip-list>li.seven-wide{width:1110px}.copy-tile.eight-wide,.list-tile.eight-wide,.live-tile.eight-wide,.tile-strip .flip-list>li.eight-wide{width:1270px}.copy-tile.nine-wide,.list-tile.nine-wide,.live-tile.nine-wide,.tile-strip .flip-list>li.nine-wide{width:1430px}.copy-tile.ten-wide,.list-tile.ten-wide,.live-tile.ten-wide,.tile-strip .flip-list>li.ten-wide{width:1590px}.copy-tile.half-tall,.list-tile.half-tall,.live-tile.half-tall,.tile-strip .flip-list>li.half-tall{height:70px}.copy-tile.two-tall,.list-tile.two-tall,.live-tile.two-tall,.tile-strip .flip-list>li.two-tall{height:310px}.copy-tile.three-tall,.list-tile.three-tall,.live-tile.three-tall,.tile-strip .flip-list>li.three-tall{height:470px}.copy-tile.four-tall,.list-tile.four-tall,.live-tile.four-tall,.tile-strip .flip-list>li.four-tall{height:630px}.copy-tile.five-tall,.list-tile.five-tall,.live-tile.five-tall,.tile-strip .flip-list>li.five-tall{height:790px}.copy-tile.six-tall,.list-tile.six-tall,.live-tile.six-tall,.tile-strip .flip-list>li.six-tall{height:950px}.copy-tile.seven-tall,.list-tile.seven-tall,.live-tile.seven-tall,.tile-strip .flip-list>li.seven-tall{height:1110px}.copy-tile.eight-tall,.list-tile.eight-tall,.live-tile.eight-tall,.tile-strip .flip-list>li.eight-tall{height:1270px}.copy-tile.nine-tall,.list-tile.nine-tall,.live-tile.nine-tall,.tile-strip .flip-list>li.nine-tall{height:1430px}.copy-tile.ten-tall,.list-tile.ten-tall,.live-tile.ten-tall,.tile-strip .flip-list>li.ten-tall{height:1590px}.list-tile>.flip-list,.live-tile>.flip-list{height:100%;width:100%}.flip-list>li{height:50px;margin:0;padding:0;width:50px}.flip-list.fourTiles>li{border:none;padding:0;margin:0;height:50%;width:50%}.flip-list.nineTiles>li{height:33%;width:33%;border:none;padding:0;margin:0}.flip-list.fourTiles>li>div,.flip-list.fourTiles>li>div>a,.flip-list.fourTiles>li>div>img,.flip-list.nineTiles>li>div,.flip-list.nineTiles>li>div>a,.flip-list.nineTiles>li>div>img{border:none;height:100%;width:100%;padding:0;margin:0}.fourTiles .fourTiles1 a,.fourTiles .fourTiles1 img,.fourTiles .tile-1 a,.fourTiles .tile-1 img,.fourTiles img.fourTiles1{background-position:0 0}.fourTiles .fourTiles2 a,.fourTiles .fourTiles2 img,.fourTiles .tile-2 a,.fourTiles .tile-2 img,.fourTiles img.fourTiles2{background-position:-75px 0}.fourTiles .fourTiles3 a,.fourTiles .fourTiles3 img,.fourTiles .tile-3 a,.fourTiles .tile-3 img,.fourTiles img.fourTiles3{background-position:0 -75px}.fourTiles .fourTiles4 a,.fourTiles .fourTiles4 img,.fourTiles .tile-4 a,.fourTiles .tile-4 img,.fourTiles img.fourTiles4{background-position:-75px -75px}.nineTiles .nineTiles1 a,.nineTiles .nineTiles1 img,.nineTiles .tile-1 a,.nineTiles .tile-1 img,.nineTiles img.nineTiles1{background-position:0 0}.nineTiles .nineTiles2 a,.nineTiles .nineTiles2 img,.nineTiles .tile-2 a,.nineTiles .tile-2 img,.nineTiles img.nineTiles2{background-position:-50px 0}.nineTiles .nineTiles3 a,.nineTiles .nineTiles3 img,.nineTiles .tile-3 a,.nineTiles .tile-3 img,.nineTiles img.nineTiles3{background-position:-100px 0}.nineTiles .nineTiles4 a,.nineTiles .nineTiles4 img,.nineTiles .tile-4 a,.nineTiles .tile-4 img,.nineTiles img.nineTiles4{background-position:0 -50px}.nineTiles .nineTiles5 a,.nineTiles .nineTiles5 img,.nineTiles .tile-5 a,.nineTiles .tile-5 img,.nineTiles img.nineTiles5{background-position:-50px -50px}.nineTiles .nineTiles6 a,.nineTiles .nineTiles6 img,.nineTiles .tile-6 a,.nineTiles .tile-6 img,.nineTiles img.nineTiles6{background-position:-100px -50px}.nineTiles .nineTiles7 a,.nineTiles .nineTiles7 img,.nineTiles .tile-7 a,.nineTiles .tile-7 img,.nineTiles img.nineTiles7{background-position:0 -100px}.nineTiles .nineTiles8 a,.nineTiles .nineTiles8 img,.nineTiles .tile-8 a,.nineTiles .tile-8 img,.nineTiles img.nineTiles8{background-position:-50px -100px}.nineTiles .nineTiles9 a,.nineTiles .nineTiles9 img,.nineTiles .tile-9 a,.nineTiles .tile-9 img,.nineTiles img.nineTiles9{background-position:-100px -100px}.tile-group,.tile-strip{display:block;overflow:hidden;position:relative;z-index:20;-webkit-perspective:800px;-moz-perspective:800px;-ms-perspective:800px;perspective:800px}.tile-group.one-tile,.tile-strip.one-tile{height:160px;width:160px}.tile-group.half-wide,.tile-strip.half-wide{width:80px}.tile-group.one-wide,.tile-strip.one-wide{width:160px}.tile-group.two-wide,.tile-strip.two-wide{width:320px}.tile-group.three-wide,.tile-strip.three-wide{width:480px}.tile-group.four-wide,.tile-strip.four-wide{width:640px}.tile-group.five-wide,.tile-strip.five-wide{width:800px}.tile-group.six-wide,.tile-strip.six-wide{width:960px}.tile-group.seven-wide,.tile-strip.seven-wide{width:1120px}.tile-group.eight-wide,.tile-strip.eight-wide{width:1280px}.tile-group.nine-wide,.tile-strip.nine-wide{width:1440px}.tile-group.ten-wide,.tile-strip.ten-wide{width:1600px}.tile-group.half-tall,.tile-strip.half-tall{height:80px}.tile-group.one-tall,.tile-strip.one-tall{height:160px}.tile-group.two-tall,.tile-strip.two-tall{height:320px}.tile-group.three-tall,.tile-strip.three-tall{height:480px}.tile-group.four-tall,.tile-strip.four-tall{height:640px}.tile-group.five-tall,.tile-strip.five-tall{height:800px}.tile-group.six-tall,.tile-strip.six-tall{height:960px}.tile-group.seven-tall,.tile-strip.seven-tall{height:1120px}.tile-group.eight-tall,.tile-strip.eight-tall{height:1280px}.tile-group.nine-tall,.tile-strip.nine-tall{height:1440px}.tile-group.ten-tall,.tile-strip.ten-tall{height:1600px}.copy-tile,.list-tile,.live-tile,.slide,.tile-strip{float:left}.bounce{cursor:pointer;outline:transparent solid 1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.bounce.bounce-c{filter:progid:DXImageTransform.Microsoft.Matrix(M11=.95, M12=0, M21=0, M22=.95);-webkit-transform:scale(.95);-ms-transform:scale(.95);-moz-transform:scale(.95);-o-transform:scale(.95);transform:scale(.95)}.bounce.bounce-t{-webkit-transform:rotateX(20deg);-ms-transform:rotateX(20deg);-moz-transform:rotateX(20deg);-o-transform:rotateX(20deg);transform:rotateX(20deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.bounce.bounce-b{-webkit-transform:rotateX(-20deg);-ms-transform:rotateX(-20deg);-moz-transform:rotateX(-20deg);-o-transform:rotateX(-20deg);transform:rotateX(-20deg);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.bounce.bounce-r{-webkit-transform:rotateY(20deg);-ms-transform:rotateY(20deg);-moz-transform:rotateY(20deg);-o-transform:rotateY(20deg);transform:rotateY(20deg);-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;-ms-transform-origin:0 50%;-o-transform-origin:0 50%;transform-origin:0 50%}.bounce.bounce-l{-webkit-transform:rotateY(-20deg);-ms-transform:rotateY(-20deg);-moz-transform:rotateY(-20deg);-o-transform:rotateY(-20deg);transform:rotateY(-20deg);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.bounce.bounce-tl{-webkit-transform:rotateX(10deg) rotateY(-10deg);-ms-transform:rotateX(10deg) rotateY(-10deg);-moz-transform:rotateX(10deg) rotateY(-10deg);-o-transform:rotateX(10deg) rotateY(-10deg);transform:rotateX(10deg) rotateY(-10deg)}.bounce.bounce-tr{-webkit-transform:rotateX(10deg) rotateY(10deg);-ms-transform:rotateX(10deg) rotateY(10deg);-moz-transform:rotateX(10deg) rotateY(10deg);-o-transform:rotateX(10deg) rotateY(10deg);transform:rotateX(10deg) rotateY(10deg)}.bounce.bounce-bl{-webkit-transform:rotateX(-10deg) rotateY(-10deg);-ms-transform:rotateX(-10deg) rotateY(-10deg);-moz-transform:rotateX(-10deg) rotateY(-10deg);-o-transform:rotateX(-10deg) rotateY(-10deg);transform:rotateX(-10deg) rotateY(-10deg)}.bounce.bounce-br{-webkit-transform:rotateX(-10deg) rotateY(10deg);-ms-transform:rotateX(-10deg) rotateY(10deg);-moz-transform:rotateX(-10deg) rotateY(10deg);-o-transform:rotateX(-10deg) rotateY(10deg);transform:rotateX(-10deg) rotateY(10deg)}.copy-tile,.list-tile,.live-tile{color:#fff;overflow:hidden;position:relative;height:100%;z-index:20}.copy-tile .face,.copy-tile p,.list-tile .face,.list-tile p,.live-tile .face,.live-tile p{display:block;font-size:1em;line-height:1.2em;margin:0}.copy-tile .face,.list-tile .face,.live-tile .face{padding:0}.copy-tile.half-tile p,.list-tile.half-tile p,.live-tile.half-tile p{padding:5px}.copy-tile .face.full,.list-tile .face.full,.live-tile .face.full{height:100%;width:100%}.copy-tile img,.list-tile img,.live-tile img{border:none}.copy-tile .tile-title,.list-tile .tile-title,.live-tile .tile-title{position:absolute;bottom:0;font-size:12px;left:0;padding:0 0 6px 2%;text-decoration:none;width:98%;z-index:30}.copy-tile a,.list-tile a,.live-tile a{color:#fff}.copy-tile a.tile-title,.copy-tile a.tile-title:hover,.copy-tile a.tile-title:link,.copy-tile a.tile-title:visited,.list-tile a.tile-title,.list-tile a.tile-title:hover,.list-tile a.tile-title:link,.list-tile a.tile-title:visited,.live-tile a.tile-title,.live-tile a.tile-title:hover,.live-tile a.tile-title:link,.live-tile a.tile-title:visited{text-decoration:none}.copy-tile a:link,.copy-tile a:visited,.list-tile a:link,.list-tile a:visited,.live-tile a:link,.live-tile a:visited{color:#fff;text-decoration:underline}.copy-tile a:hover,.list-tile a:hover,.live-tile a:hover{color:#fff;text-decoration:none}.light .copy-tile{color:#000}.light .copy-tile.accent,.light .copy-tile.accent a,.light .copy-tile.accent a:hover,.light .copy-tile.accent a:link,.light .copy-tile.accent a:visited{color:#fff}.light .copy-tile a,.light .copy-tile a:hover,.light .copy-tile a:link,.light .copy-tile a:visited{color:#000}.dark,.light .copy-tile .accent,.light .copy-tile .accent a,.light .copy-tile .accent a:hover,.light .copy-tile .accent a:link,.light .copy-tile .accent a:visited,.light .copy-tile .face,.light .copy-tile .face a,.light .copy-tile .face a:hover,.light .copy-tile .face a:link,.light .copy-tile .face a:visited{color:#fff}.copy-tile p{padding:5px 5px 0;font-size:.95em}.noselect>.fade-back,.noselect>.fade-front,.noselect>.flip-back,.noselect>.flip-front,.noselect>.slide,.noselect>.slide-back,.noselect>.slide-front,.noselect>div{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel>.slide,.list-tile>div,.live-tile>.fade-back,.live-tile>.fade-front,.live-tile>.flip-back,.live-tile>.flip-front,.live-tile>.slide,.live-tile>.slide-back,.live-tile>.slide-front,.live-tile>div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;top:0;left:0;margin:0;height:100%;width:100%;overflow:hidden;position:relative;z-index:20}.list-tile>div{position:relative;background-color:transparent}.list-tile .full,.live-tile .full,a.full,img.full{display:block;margin:0;height:100%;text-decoration:none;width:100%}.list-tile .full-w,.live-tile .full-w,a.full-w,img.full-w{display:block;margin:0;text-decoration:none;width:100%}.list-tile .full-h,.live-tile .full-h,a.full-h,img.full-h{display:block;margin:0;height:100%}.flip-list .flip-back,.live-tile>.back,.live-tile>.fade-back,.live-tile>.flip-back,.live-tile>.slide-back{position:absolute;z-index:10}.flip-list{padding:0;margin:0}.list-tile .flip-list{height:100%;width:100%}.flip-list>li>a{border:none;outline:0;text-decoration:none;margin:0;padding:0;height:100%;width:100%}.flip-list>li img{border:none;outline:0;height:100%;margin:0;padding:0;width:100%}.flip-list>li{float:left;list-style-type:none;outline:0;position:relative}.flip-list>li>div{border:none;background:#fff;height:100%;left:0;margin:0;overflow:hidden;position:absolute;padding:0;top:0;width:100%;z-index:20}.flip-list>li>div.flip-back{height:0}.flip-list.ha,.live-tile.flip.ha{position:relative;overflow:hidden}.flip-list .ha.flip-back,.flip-list .ha.flip-front,.live-tile.flip .ha.flip-back,.live-tile.flip .ha.flip-front{position:absolute;z-index:20;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.flip-list>li>.ha.flip-back,.flip-list>li>.ha.flip-back img{margin:0!important;height:100%}.face.metroBig,.face.metroExtraLarge,.live-tile .metroExtraLarge,.metroBig,.metroExtraLarge{font-size:2em;line-height:1.1em}a.face.metroBig:link,a.face.metroExtraLarge:link,a.live-tile .metroExtraLarge:link,a.metroBig:link,a.metroExtraLarge:link{text-decoration:none}.face.metroLarger,.live-tile .metroLarger,.metroLarger{font-size:1.5em;line-height:1.1em}a.face.metroLarger:link,a.live-tile .metroLarger:link,a.metroLarger:link{text-decoration:none}.face.metroLarge,.live-tile .metroLarge,.metroLarge{font-size:1.2em;line-height:1.1em}a.face.metroLarge:link,a.live-tile .metroLarge:link,a.metroLarge:link{text-decoration:none}.face.metroSmall,.live-tile .metroSmall,.metroSmall{font-size:.9em;line-height:1em}a.face.metroSmall:link,a.live-tile .metroSmall:link,a.metroSmall:link{text-decoration:none}.face.metroSmaller,.live-tile .metroSmaller,.metroSmaller{font-size:.8em;line-height:1em}a.face.metroSmaller:link,a.live-tile .metroSmaller:link,a.metroSmaller:link{text-decoration:none}.face.metroExtraSmall,.live-tile .metroExtraSmall,.metroExtraSmall{font-size:.7em;line-height:1em}a.face.metroExtraSmall:link,a.live-tile .metroExtraSmall:link,a.metroExtraSmall:link{text-decoration:none}.live-tile .bottom,.live-tile.me .metroBig{display:block;position:absolute;left:10px;bottom:10px;padding:0;text-decoration:none}.live-tile.half-tile .bottom{left:5px}.dark{background-color:#000}.light.accent{background-color:#fff}.dark.accent{background-color:#000}.light .appbar{background-color:#dfdfdf}.amber .accent,.amber .accentBg,.amber .accentBgHover a:hover,.amber .accentBgHover:hover,.amber .copy-tile>.face,.amber .copy-tile>div,.amber .flip-list>li>div,.amber .list-tile>div,.amber .live-tile>.face,.amber .live-tile>.flip-back,.amber .live-tile>.flip-front,.amber .live-tile>.slide,.amber .live-tile>.slide-back,.amber .live-tile>.slide-front,.amber .live-tile>div{background-color:#f1a30b}.amber .accentColor,.amber .accentHover a:hover,.amber .accentHover:hover,.amber .accentLink a,.amber .accentLink a:hover,.amber .accentLink a:visited,.amber a.accentLink,.amber a.accentLink:hover,.amber a.accentLink:visited{color:#f1a30b}.amber .accentBorder{border-color:#f1a30b}.amber .accentBorderBottom{border-bottom-color:#f1a30b}.amber .accentBorderLeft{border-left-color:#f1a30b}.amber .accentBorderRight{border-right-color:#f1a30b}.amber .accentBorderTop{border-top-color:#f1a30b}.blue .accent,.blue .accentBg,.blue .accentBgHover a:hover,.blue .accentBgHover:hover,.blue .copy-tile>.face,.blue .copy-tile>div,.blue .flip-list>li>div,.blue .list-tile>div,.blue .live-tile>.face,.blue .live-tile>.flip-back,.blue .live-tile>.flip-front,.blue .live-tile>.slide,.blue .live-tile>.slide-back,.blue .live-tile>.slide-front,.blue .live-tile>div{background-color:#1ba1e2}.blue .accentColor,.blue .accentHover a:hover,.blue .accentHover:hover,.blue .accentLink a,.blue .accentLink a:hover,.blue .accentLink a:visited,.blue a.accentLink,.blue a.accentLink:hover,.blue a.accentLink:visited{color:#1ba1e2}.blue .accentBorder{border-color:#1ba1e2}.blue .accentBorderBottom{border-bottom-color:#1ba1e2}.blue .accentBorderLeft{border-left-color:#1ba1e2}.blue .accentBorderRight{border-right-color:#1ba1e2}.blue .accentBorderTop{border-top-color:#1ba1e2}.brown .accent,.brown .accentBg,.brown .accentBgHover a:hover,.brown .accentBgHover:hover,.brown .copy-tile>.face,.brown .copy-tile>div,.brown .flip-list>li>div,.brown .list-tile>div,.brown .live-tile>.face,.brown .live-tile>.flip-back,.brown .live-tile>.flip-front,.brown .live-tile>.slide,.brown .live-tile>.slide-back,.brown .live-tile>.slide-front,.brown .live-tile>div{background-color:#a05000}.brown .accentColor,.brown .accentHover a:hover,.brown .accentHover:hover,.brown .accentLink a,.brown .accentLink a:hover,.brown .accentLink a:visited,.brown a.accentLink,.brown a.accentLink:hover,.brown a.accentLink:visited{color:#a05000}.brown .accentBorder{border-color:#a05000}.brown .accentBorderBottom{border-bottom-color:#a05000}.brown .accentBorderLeft{border-left-color:#a05000}.brown .accentBorderRight{border-right-color:#a05000}.brown .accentBorderTop{border-top-color:#a05000}.cobalt .accent,.cobalt .accentBg,.cobalt .accentBgHover a:hover,.cobalt .accentBgHover:hover,.cobalt .copy-tile>.face,.cobalt .copy-tile>div,.cobalt .flip-list>li>div,.cobalt .list-tile>div,.cobalt .live-tile>.face,.cobalt .live-tile>.flip-back,.cobalt .live-tile>.flip-front,.cobalt .live-tile>.slide,.cobalt .live-tile>.slide-back,.cobalt .live-tile>.slide-front,.cobalt .live-tile>div{background-color:#0050ef}.cobalt .accentColor,.cobalt .accentHover a:hover,.cobalt .accentHover:hover,.cobalt .accentLink a,.cobalt .accentLink a:hover,.cobalt .accentLink a:visited,.cobalt a.accentLink,.cobalt a.accentLink:hover,.cobalt a.accentLink:visited{color:#0050ef}.cobalt .accentBorder{border-color:#0050ef}.cobalt .accentBorderBottom{border-bottom-color:#0050ef}.cobalt .accentBorderLeft{border-left-color:#0050ef}.cobalt .accentBorderRight{border-right-color:#0050ef}.cobalt .accentBorderTop{border-top-color:#0050ef}.crimson .accent,.crimson .accentBg,.crimson .accentBgHover a:hover,.crimson .accentBgHover:hover,.crimson .copy-tile>.face,.crimson .copy-tile>div,.crimson .flip-list>li>div,.crimson .list-tile>div,.crimson .live-tile>.face,.crimson .live-tile>.flip-back,.crimson .live-tile>.flip-front,.crimson .live-tile>.slide,.crimson .live-tile>.slide-back,.crimson .live-tile>.slide-front,.crimson .live-tile>div{background-color:#a20025}.crimson .accentColor,.crimson .accentHover a:hover,.crimson .accentHover:hover,.crimson .accentLink a,.crimson .accentLink a:hover,.crimson .accentLink a:visited,.crimson a.accentLink,.crimson a.accentLink:hover,.crimson a.accentLink:visited{color:#a20025}.crimson .accentBorder{border-color:#a20025}.crimson .accentBorderBottom{border-bottom-color:#a20025}.crimson .accentBorderLeft{border-left-color:#a20025}.crimson .accentBorderRight{border-right-color:#a20025}.crimson .accentBorderTop{border-top-color:#a20025}.cyan .accent,.cyan .accentBg,.cyan .accentBgHover a:hover,.cyan .accentBgHover:hover,.cyan .copy-tile>.face,.cyan .copy-tile>div,.cyan .flip-list>li>div,.cyan .list-tile>div,.cyan .live-tile>.face,.cyan .live-tile>.flip-back,.cyan .live-tile>.flip-front,.cyan .live-tile>.slide,.cyan .live-tile>.slide-back,.cyan .live-tile>.slide-front,.cyan .live-tile>div{background-color:#1ba0e1}.cyan .accentColor,.cyan .accentHover a:hover,.cyan .accentHover:hover,.cyan .accentLink a,.cyan .accentLink a:hover,.cyan .accentLink a:visited,.cyan a.accentLink,.cyan a.accentLink:hover,.cyan a.accentLink:visited{color:#1ba0e1}.cyan .accentBorder{border-color:#1ba0e1}.cyan .accentBorderBottom{border-bottom-color:#1ba0e1}.cyan .accentBorderLeft{border-left-color:#1ba0e1}.cyan .accentBorderRight{border-right-color:#1ba0e1}.cyan .accentBorderTop{border-top-color:#1ba0e1}.emerald .accent,.emerald .accentBg,.emerald .accentBgHover a:hover,.emerald .accentBgHover:hover,.emerald .copy-tile>.face,.emerald .copy-tile>div,.emerald .flip-list>li>div,.emerald .list-tile>div,.emerald .live-tile>.face,.emerald .live-tile>.flip-back,.emerald .live-tile>.flip-front,.emerald .live-tile>.slide,.emerald .live-tile>.slide-back,.emerald .live-tile>.slide-front,.emerald .live-tile>div{background-color:#008a00}.emerald .accentColor,.emerald .accentHover a:hover,.emerald .accentHover:hover,.emerald .accentLink a,.emerald .accentLink a:hover,.emerald .accentLink a:visited,.emerald a.accentLink,.emerald a.accentLink:hover,.emerald a.accentLink:visited{color:#008a00}.emerald .accentBorder{border-color:#008a00}.emerald .accentBorderBottom{border-bottom-color:#008a00}.emerald .accentBorderLeft{border-left-color:#008a00}.emerald .accentBorderRight{border-right-color:#008a00}.emerald .accentBorderTop{border-top-color:#008a00}.green .accent,.green .accentBg,.green .accentBgHover a:hover,.green .accentBgHover:hover,.green .copy-tile>.face,.green .copy-tile>div,.green .flip-list>li>div,.green .list-tile>div,.green .live-tile>.face,.green .live-tile>.flip-back,.green .live-tile>.flip-front,.green .live-tile>.slide,.green .live-tile>.slide-back,.green .live-tile>.slide-front,.green .live-tile>div{background-color:#393}.green .accentColor,.green .accentHover a:hover,.green .accentHover:hover,.green .accentLink a,.green .accentLink a:hover,.green .accentLink a:visited,.green a.accentLink,.green a.accentLink:hover,.green a.accentLink:visited{color:#393}.green .accentBorder{border-color:#393}.green .accentBorderBottom{border-bottom-color:#393}.green .accentBorderLeft{border-left-color:#393}.green .accentBorderRight{border-right-color:#393}.green .accentBorderTop{border-top-color:#393}.indigo .accent,.indigo .accentBg,.indigo .accentBgHover a:hover,.indigo .accentBgHover:hover,.indigo .copy-tile>.face,.indigo .copy-tile>div,.indigo .flip-list>li>div,.indigo .list-tile>div,.indigo .live-tile>.face,.indigo .live-tile>.flip-back,.indigo .live-tile>.flip-front,.indigo .live-tile>.slide,.indigo .live-tile>.slide-back,.indigo .live-tile>.slide-front,.indigo .live-tile>div{background-color:#6a00ff}.indigo .accentColor,.indigo .accentHover a:hover,.indigo .accentHover:hover,.indigo .accentLink a,.indigo .accentLink a:hover,.indigo .accentLink a:visited,.indigo a.accentLink,.indigo a.accentLink:hover,.indigo a.accentLink:visited{color:#6a00ff}.indigo .accentBorder{border-color:#6a00ff}.indigo .accentBorderBottom{border-bottom-color:#6a00ff}.indigo .accentBorderLeft{border-left-color:#6a00ff}.indigo .accentBorderRight{border-right-color:#6a00ff}.indigo .accentBorderTop{border-top-color:#6a00ff}.lime .accent,.lime .accentBg,.lime .accentBgHover a:hover,.lime .accentBgHover:hover,.lime .copy-tile>.face,.lime .copy-tile>div,.lime .flip-list>li>div,.lime .list-tile>div,.lime .live-tile>.face,.lime .live-tile>.flip-back,.lime .live-tile>.flip-front,.lime .live-tile>.slide,.lime .live-tile>.slide-back,.lime .live-tile>.slide-front,.lime .live-tile>div{background-color:#a2c139}.lime .accentColor,.lime .accentHover a:hover,.lime .accentHover:hover,.lime .accentLink a,.lime .accentLink a:hover,.lime .accentLink a:visited,.lime a.accentLink,.lime a.accentLink:hover,.lime a.accentLink:visited{color:#a2c139}.lime .accentBorder{border-color:#a2c139}.lime .accentBorderBottom{border-bottom-color:#a2c139}.lime .accentBorderLeft{border-left-color:#a2c139}.lime .accentBorderRight{border-right-color:#a2c139}.lime .accentBorderTop{border-top-color:#a2c139}.magenta .accent,.magenta .accentBg,.magenta .accentBgHover a:hover,.magenta .accentBgHover:hover,.magenta .copy-tile>.face,.magenta .copy-tile>div,.magenta .flip-list>li>div,.magenta .list-tile>div,.magenta .live-tile>.face,.magenta .live-tile>.flip-back,.magenta .live-tile>.flip-front,.magenta .live-tile>.slide,.magenta .live-tile>.slide-back,.magenta .live-tile>.slide-front,.magenta .live-tile>div{background-color:#d80073}.magenta .accentColor,.magenta .accentHover a:hover,.magenta .accentHover:hover,.magenta .accentLink a,.magenta .accentLink a:hover,.magenta .accentLink a:visited,.magenta a.accentLink,.magenta a.accentLink:hover,.magenta a.accentLink:visited{color:#d80073}.magenta .accentBorder{border-color:#d80073}.magenta .accentBorderBottom{border-bottom-color:#d80073}.magenta .accentBorderLeft{border-left-color:#d80073}.magenta .accentBorderRight{border-right-color:#d80073}.magenta .accentBorderTop{border-top-color:#d80073}.mango .accent,.mango .accentBg,.mango .accentBgHover a:hover,.mango .accentBgHover:hover,.mango .copy-tile>.face,.mango .copy-tile>div,.mango .flip-list>li>div,.mango .list-tile>div,.mango .live-tile>.face,.mango .live-tile>.flip-back,.mango .live-tile>.flip-front,.mango .live-tile>.slide,.mango .live-tile>.slide-back,.mango .live-tile>.slide-front,.mango .live-tile>div{background-color:#f09609}.mango .accentColor,.mango .accentHover a:hover,.mango .accentHover:hover,.mango .accentLink a,.mango .accentLink a:hover,.mango .accentLink a:visited,.mango a.accentLink,.mango a.accentLink:hover,.mango a.accentLink:visited{color:#f09609}.mango .accentBorder{border-color:#f09609}.mango .accentBorderBottom{border-bottom-color:#f09609}.mango .accentBorderLeft{border-left-color:#f09609}.mango .accentBorderRight{border-right-color:#f09609}.mango .accentBorderTop{border-top-color:#f09609}.mauve .accent,.mauve .accentBg,.mauve .accentBgHover a:hover,.mauve .accentBgHover:hover,.mauve .copy-tile>.face,.mauve .copy-tile>div,.mauve .flip-list>li>div,.mauve .list-tile>div,.mauve .live-tile>.face,.mauve .live-tile>.flip-back,.mauve .live-tile>.flip-front,.mauve .live-tile>.slide,.mauve .live-tile>.slide-back,.mauve .live-tile>.slide-front,.mauve .live-tile>div{background-color:#765f89}.mauve .accentColor,.mauve .accentHover a:hover,.mauve .accentHover:hover,.mauve .accentLink a,.mauve .accentLink a:hover,.mauve .accentLink a:visited,.mauve a.accentLink,.mauve a.accentLink:hover,.mauve a.accentLink:visited{color:#765f89}.mauve .accentBorder{border-color:#765f89}.mauve .accentBorderBottom{border-bottom-color:#765f89}.mauve .accentBorderLeft{border-left-color:#765f89}.mauve .accentBorderRight{border-right-color:#765f89}.mauve .accentBorderTop{border-top-color:#765f89}.olive .accent,.olive .accentBg,.olive .accentBgHover a:hover,.olive .accentBgHover:hover,.olive .copy-tile>.face,.olive .copy-tile>div,.olive .flip-list>li>div,.olive .list-tile>div,.olive .live-tile>.face,.olive .live-tile>.flip-back,.olive .live-tile>.flip-front,.olive .live-tile>.slide,.olive .live-tile>.slide-back,.olive .live-tile>.slide-front,.olive .live-tile>div{background-color:#6d8764}.olive .accentColor,.olive .accentHover a:hover,.olive .accentHover:hover,.olive .accentLink a,.olive .accentLink a:hover,.olive .accentLink a:visited,.olive a.accentLink,.olive a.accentLink:hover,.olive a.accentLink:visited{color:#6d8764}.olive .accentBorder{border-color:#6d8764}.olive .accentBorderBottom{border-bottom-color:#6d8764}.olive .accentBorderLeft{border-left-color:#6d8764}.olive .accentBorderRight{border-right-color:#6d8764}.olive .accentBorderTop{border-top-color:#6d8764}.orange .accent,.orange .accentBg,.orange .accentBgHover a:hover,.orange .accentBgHover:hover,.orange .copy-tile>.face,.orange .copy-tile>div,.orange .flip-list>li>div,.orange .list-tile>div,.orange .live-tile>.face,.orange .live-tile>.flip-back,.orange .live-tile>.flip-front,.orange .live-tile>.slide,.orange .live-tile>.slide-back,.orange .live-tile>.slide-front,.orange .live-tile>div{background-color:#fa6801}.orange .accentColor,.orange .accentHover a:hover,.orange .accentHover:hover,.orange .accentLink a,.orange .accentLink a:hover,.orange .accentLink a:visited,.orange a.accentLink,.orange a.accentLink:hover,.orange a.accentLink:visited{color:#fa6801}.orange .accentBorder{border-color:#fa6801}.orange .accentBorderBottom{border-bottom-color:#fa6801}.orange .accentBorderLeft{border-left-color:#fa6801}.orange .accentBorderRight{border-right-color:#fa6801}.orange .accentBorderTop{border-top-color:#fa6801}.pink .accent,.pink .accentBg,.pink .accentBgHover a:hover,.pink .accentBgHover:hover,.pink .copy-tile>.face,.pink .copy-tile>div,.pink .flip-list>li>div,.pink .list-tile>div,.pink .live-tile>.face,.pink .live-tile>.flip-back,.pink .live-tile>.flip-front,.pink .live-tile>.slide,.pink .live-tile>.slide-back,.pink .live-tile>.slide-front,.pink .live-tile>div{background-color:#e671b8}.purple .accent,.purple .accentBg,.purple .accentBgHover a:hover,.purple .accentBgHover:hover,.purple .copy-tile>.face,.purple .copy-tile>div,.purple .flip-list>li>div,.purple .list-tile>div,.purple .live-tile>.face,.purple .live-tile>.flip-back,.purple .live-tile>.flip-front,.purple .live-tile>.slide,.purple .live-tile>.slide-back,.purple .live-tile>.slide-front,.purple .live-tile>div,.violet .accent,.violet .accentBg,.violet .accentBgHover a:hover,.violet .accentBgHover:hover,.violet .copy-tile>.face,.violet .copy-tile>div,.violet .flip-list>li>div,.violet .list-tile>div,.violet .live-tile>.face,.violet .live-tile>.flip-back,.violet .live-tile>.flip-front,.violet .live-tile>.slide,.violet .live-tile>.slide-back,.violet .live-tile>.slide-front,.violet .live-tile>div{background-color:#a200ff}.pink .accentColor,.pink .accentHover a:hover,.pink .accentHover:hover,.pink .accentLink a,.pink .accentLink a:hover,.pink .accentLink a:visited,.pink a.accentLink,.pink a.accentLink:hover,.pink a.accentLink:visited{color:#e671b8}.purple .accentColor,.purple .accentHover a:hover,.purple .accentHover:hover,.purple .accentLink a,.purple .accentLink a:hover,.purple .accentLink a:visited,.purple a.accentLink,.purple a.accentLink:hover,.purple a.accentLink:visited,.violet .accentColor,.violet .accentHover a:hover,.violet .accentHover:hover,.violet .accentLink a,.violet .accentLink a:hover,.violet .accentLink a:visited,.violet a.accentLink,.violet a.accentLink:hover,.violet a.accentLink:visited{color:#a200ff}.pink .accentBorder{border-color:#e671b8}.purple .accentBorder,.violet .accentBorder{border-color:#a200ff}.pink .accentBorderBottom{border-bottom-color:#e671b8}.purple .accentBorderBottom,.violet .accentBorderBottom{border-bottom-color:#a200ff}.pink .accentBorderLeft{border-left-color:#e671b8}.purple .accentBorderLeft,.violet .accentBorderLeft{border-left-color:#a200ff}.pink .accentBorderRight{border-right-color:#e671b8}.purple .accentBorderRight,.violet .accentBorderRight{border-right-color:#a200ff}.pink .accentBorderTop{border-top-color:#e671b8}.purple .accentBorderTop,.violet .accentBorderTop{border-top-color:#a200ff}.red .accent,.red .accentBg,.red .accentBgHover a:hover,.red .accentBgHover:hover,.red .copy-tile>.face,.red .copy-tile>div,.red .flip-list>li>div,.red .list-tile>div,.red .live-tile>.face,.red .live-tile>.flip-back,.red .live-tile>.flip-front,.red .live-tile>.slide,.red .live-tile>.slide-back,.red .live-tile>.slide-front,.red .live-tile>div{background-color:#e51400}.red .accentColor,.red .accentHover a:hover,.red .accentHover:hover,.red .accentLink a,.red .accentLink a:hover,.red .accentLink a:visited,.red a.accentLink,.red a.accentLink:hover,.red a.accentLink:visited{color:#e51400}.red .accentBorder{border-color:#e51400}.red .accentBorderBottom{border-bottom-color:#e51400}.red .accentBorderLeft{border-left-color:#e51400}.red .accentBorderRight{border-right-color:#e51400}.red .accentBorderTop{border-top-color:#e51400}.sienna .accent,.sienna .accentBg,.sienna .accentBgHover a:hover,.sienna .accentBgHover:hover,.sienna .copy-tile>.face,.sienna .copy-tile>div,.sienna .flip-list>li>div,.sienna .list-tile>div,.sienna .live-tile>.face,.sienna .live-tile>.flip-back,.sienna .live-tile>.flip-front,.sienna .live-tile>.slide,.sienna .live-tile>.slide-back,.sienna .live-tile>.slide-front,.sienna .live-tile>div{background-color:#7b3a3e}.sienna .accentColor,.sienna .accentHover a:hover,.sienna .accentHover:hover,.sienna .accentLink a,.sienna .accentLink a:hover,.sienna .accentLink a:visited,.sienna a.accentLink,.sienna a.accentLink:hover,.sienna a.accentLink:visited{color:#7b3a3e}.sienna .accentBorder{border-color:#7b3a3e}.sienna .accentBorderBottom{border-bottom-color:#7b3a3e}.sienna .accentBorderLeft{border-left-color:#7b3a3e}.sienna .accentBorderRight{border-right-color:#7b3a3e}.sienna .accentBorderTop{border-top-color:#7b3a3e}.steel .accent,.steel .accentBg,.steel .accentBgHover a:hover,.steel .accentBgHover:hover,.steel .copy-tile>.face,.steel .copy-tile>div,.steel .flip-list>li>div,.steel .list-tile>div,.steel .live-tile>.face,.steel .live-tile>.flip-back,.steel .live-tile>.flip-front,.steel .live-tile>.slide,.steel .live-tile>.slide-back,.steel .live-tile>.slide-front,.steel .live-tile>div{background-color:#657688}.steel .accentColor,.steel .accentHover a:hover,.steel .accentHover:hover,.steel .accentLink a,.steel .accentLink a:hover,.steel .accentLink a:visited,.steel a.accentLink,.steel a.accentLink:hover,.steel a.accentLink:visited{color:#657688}.steel .accentBorder{border-color:#657688}.steel .accentBorderBottom{border-bottom-color:#657688}.steel .accentBorderLeft{border-left-color:#657688}.steel .accentBorderRight{border-right-color:#657688}.steel .accentBorderTop{border-top-color:#657688}.teal .accent,.teal .accentBg,.teal .accentBgHover a:hover,.teal .accentBgHover:hover,.teal .copy-tile>.face,.teal .copy-tile>div,.teal .flip-list>li>div,.teal .list-tile>div,.teal .live-tile>.face,.teal .live-tile>.flip-back,.teal .live-tile>.flip-front,.teal .live-tile>.slide,.teal .live-tile>.slide-back,.teal .live-tile>.slide-front,.teal .live-tile>div{background-color:#00aba9}.teal .accentColor,.teal .accentHover a:hover,.teal .accentHover:hover,.teal .accentLink a,.teal .accentLink a:hover,.teal .accentLink a:visited,.teal a.accentLink,.teal a.accentLink:hover,.teal a.accentLink:visited{color:#00aba9}.teal .accentBorder{border-color:#00aba9}.teal .accentBorderBottom{border-bottom-color:#00aba9}.teal .accentBorderLeft{border-left-color:#00aba9}.teal .accentBorderRight{border-right-color:#00aba9}.teal .accentBorderTop{border-top-color:#00aba9}.yellow .accent,.yellow .accentBg,.yellow .accentBgHover a:hover,.yellow .accentBgHover:hover,.yellow .copy-tile>.face,.yellow .copy-tile>div,.yellow .flip-list>li>div,.yellow .list-tile>div,.yellow .live-tile>.face,.yellow .live-tile>.flip-back,.yellow .live-tile>.flip-front,.yellow .live-tile>.slide,.yellow .live-tile>.slide-back,.yellow .live-tile>.slide-front,.yellow .live-tile>div{background-color:#d8c101}.yellow .accentColor,.yellow .accentHover a:hover,.yellow .accentHover:hover,.yellow .accentLink a,.yellow .accentLink a:hover,.yellow .accentLink a:visited,.yellow a.accentLink,.yellow a.accentLink:hover,.yellow a.accentLink:visited{color:#d8c101}.yellow .accentBorder{border-color:#d8c101}.yellow .accentBorderBottom{border-bottom-color:#d8c101}.yellow .accentBorderLeft{border-left-color:#d8c101}.yellow .accentBorderRight{border-right-color:#d8c101}.yellow .accentBorderTop{border-top-color:#d8c101}.trans .accent,.trans .accentBg,.trans .accentBgHover a:hover,.trans .accentBgHover:hover,.trans .copy-tile>.face,.trans .copy-tile>div,.trans .flip-list>li>div,.trans .list-tile>div,.trans .live-tile>.face,.trans .live-tile>.flip-back,.trans .live-tile>.flip-front,.trans .live-tile>.slide,.trans .live-tile>.slide-back,.trans .live-tile>.slide-front,.trans .live-tile>div{background-color:transparent}.trans .accentColor,.trans .accentHover a:hover,.trans .accentHover:hover,.trans .accentLink a,.trans .accentLink a:hover,.trans .accentLink a:visited,.trans a.accentLink,.trans a.accentLink:hover,.trans a.accentLink:visited{color:transparent}.trans .accentBorder{border-color:transparent}.trans .accentBorderBottom{border-bottom-color:transparent}.trans .accentBorderLeft{border-left-color:transparent}.trans .accentBorderRight{border-right-color:transparent}.trans .accentBorderTop{border-top-color:transparent}.white .accent,.white .accentBg,.white .accentBgHover a:hover,.white .accentBgHover:hover,.white .copy-tile>.face,.white .copy-tile>div,.white .flip-list>li>div,.white .list-tile>div,.white .live-tile>.face,.white .live-tile>.flip-back,.white .live-tile>.flip-front,.white .live-tile>.slide,.white .live-tile>.slide-back,.white .live-tile>.slide-front,.white .live-tile>div{background-color:#fff}.white .accentColor,.white .accentHover a:hover,.white .accentHover:hover,.white .accentLink a,.white .accentLink a:hover,.white .accentLink a:visited,.white a.accentLink,.white a.accentLink:hover,.white a.accentLink:visited{color:#fff}.white .accentBorder{border-color:#fff}.white .accentBorderBottom{border-bottom-color:#fff}.white .accentBorderLeft{border-left-color:#fff}.white .accentBorderRight{border-right-color:#fff}.white .accentBorderTop{border-top-color:#fff}.black .accent,.black .accentBg,.black .accentBgHover a:hover,.black .accentBgHover:hover,.black .copy-tile>.face,.black .copy-tile>div,.black .flip-list>li>div,.black .list-tile>div,.black .live-tile>.face,.black .live-tile>.flip-back,.black .live-tile>.flip-front,.black .live-tile>.slide,.black .live-tile>.slide-back,.black .live-tile>.slide-front,.black .live-tile>div{background-color:#000}.black .accentColor,.black .accentHover a:hover,.black .accentHover:hover,.black .accentLink a,.black .accentLink a:hover,.black .accentLink a:visited,.black a.accentLink,.black a.accentLink:hover,.black a.accentLink:visited{color:#000}.black .accentBorder{border-color:#000}.black .accentBorderBottom{border-bottom-color:#000}.black .accentBorderLeft{border-left-color:#000}.black .accentBorderRight{border-right-color:#000}.black .accentBorderTop{border-top-color:#000}html body .amber.accent,html body .amber.copy-tile>.accent,html body .amber.copy-tile>.face,html body .amber.copy-tile>div,html body .amber.flip-back.accent,html body .amber.flip-front.accent,html body .amber.flip-list>li>.accent,html body .amber.flip-list>li>.flip-back,html body .amber.flip-list>li>.flip-front,html body .amber.list-tile>.accent,html body .amber.list-tile>.face,html body .amber.list-tile>div,html body .amber.live-tile>.accent,html body .amber.live-tile>.face,html body .amber.live-tile>.flip-back,html body .amber.live-tile>.flip-front,html body .amber.live-tile>.slide,html body .amber.live-tile>.slide-back,html body .amber.live-tile>.slide-front,html body .amber.live-tile>div,html body .amber.slide-back.accent,html body .amber.slide-front.accent,html body .amber.slide.accent{background-color:#f1a30b}a.accentLinkhtml body .amber,a.accentLinkhtml body .amber:hover,a.accentLinkhtml body .amber:visited,html body .amber.accentColor,html body .amber.accentHover a:hover,html body .amber.accentHover:hover,html body .amber.accentLink a,html body .amber.accentLink a:hover,html body .amber.accentLink a:visited{color:#f1a30b}html body .amber.accentBorder{border-color:#f1a30b}html body .amber.accentBorderBottom{border-bottom-color:#f1a30b}html body .amber.accentBorderLeft{border-left-color:#f1a30b}html body .amber.accentBorderRight{border-right-color:#f1a30b}html body .amber.accentBorderTop{border-top-color:#f1a30b}html body .blue.accent,html body .blue.copy-tile>.accent,html body .blue.copy-tile>.face,html body .blue.copy-tile>div,html body .blue.flip-back.accent,html body .blue.flip-front.accent,html body .blue.flip-list>li>.accent,html body .blue.flip-list>li>.flip-back,html body .blue.flip-list>li>.flip-front,html body .blue.list-tile>.accent,html body .blue.list-tile>.face,html body .blue.list-tile>div,html body .blue.live-tile>.accent,html body .blue.live-tile>.face,html body .blue.live-tile>.flip-back,html body .blue.live-tile>.flip-front,html body .blue.live-tile>.slide,html body .blue.live-tile>.slide-back,html body .blue.live-tile>.slide-front,html body .blue.live-tile>div,html body .blue.slide-back.accent,html body .blue.slide-front.accent,html body .blue.slide.accent{background-color:#1ba1e2}a.accentLinkhtml body .blue,a.accentLinkhtml body .blue:hover,a.accentLinkhtml body .blue:visited,html body .blue.accentColor,html body .blue.accentHover a:hover,html body .blue.accentHover:hover,html body .blue.accentLink a,html body .blue.accentLink a:hover,html body .blue.accentLink a:visited{color:#1ba1e2}html body .blue.accentBorder{border-color:#1ba1e2}html body .blue.accentBorderBottom{border-bottom-color:#1ba1e2}html body .blue.accentBorderLeft{border-left-color:#1ba1e2}html body .blue.accentBorderRight{border-right-color:#1ba1e2}html body .blue.accentBorderTop{border-top-color:#1ba1e2}html body .brown.accent,html body .brown.copy-tile>.accent,html body .brown.copy-tile>.face,html body .brown.copy-tile>div,html body .brown.flip-back.accent,html body .brown.flip-front.accent,html body .brown.flip-list>li>.accent,html body .brown.flip-list>li>.flip-back,html body .brown.flip-list>li>.flip-front,html body .brown.list-tile>.accent,html body .brown.list-tile>.face,html body .brown.list-tile>div,html body .brown.live-tile>.accent,html body .brown.live-tile>.face,html body .brown.live-tile>.flip-back,html body .brown.live-tile>.flip-front,html body .brown.live-tile>.slide,html body .brown.live-tile>.slide-back,html body .brown.live-tile>.slide-front,html body .brown.live-tile>div,html body .brown.slide-back.accent,html body .brown.slide-front.accent,html body .brown.slide.accent{background-color:#a05000}a.accentLinkhtml body .brown,a.accentLinkhtml body .brown:hover,a.accentLinkhtml body .brown:visited,html body .brown.accentColor,html body .brown.accentHover a:hover,html body .brown.accentHover:hover,html body .brown.accentLink a,html body .brown.accentLink a:hover,html body .brown.accentLink a:visited{color:#a05000}html body .brown.accentBorder{border-color:#a05000}html body .brown.accentBorderBottom{border-bottom-color:#a05000}html body .brown.accentBorderLeft{border-left-color:#a05000}html body .brown.accentBorderRight{border-right-color:#a05000}html body .brown.accentBorderTop{border-top-color:#a05000}html body .cobalt.accent,html body .cobalt.copy-tile>.accent,html body .cobalt.copy-tile>.face,html body .cobalt.copy-tile>div,html body .cobalt.flip-back.accent,html body .cobalt.flip-front.accent,html body .cobalt.flip-list>li>.accent,html body .cobalt.flip-list>li>.flip-back,html body .cobalt.flip-list>li>.flip-front,html body .cobalt.list-tile>.accent,html body .cobalt.list-tile>.face,html body .cobalt.list-tile>div,html body .cobalt.live-tile>.accent,html body .cobalt.live-tile>.face,html body .cobalt.live-tile>.flip-back,html body .cobalt.live-tile>.flip-front,html body .cobalt.live-tile>.slide,html body .cobalt.live-tile>.slide-back,html body .cobalt.live-tile>.slide-front,html body .cobalt.live-tile>div,html body .cobalt.slide-back.accent,html body .cobalt.slide-front.accent,html body .cobalt.slide.accent{background-color:#0050ef}a.accentLinkhtml body .cobalt,a.accentLinkhtml body .cobalt:hover,a.accentLinkhtml body .cobalt:visited,html body .cobalt.accentColor,html body .cobalt.accentHover a:hover,html body .cobalt.accentHover:hover,html body .cobalt.accentLink a,html body .cobalt.accentLink a:hover,html body .cobalt.accentLink a:visited{color:#0050ef}html body .cobalt.accentBorder{border-color:#0050ef}html body .cobalt.accentBorderBottom{border-bottom-color:#0050ef}html body .cobalt.accentBorderLeft{border-left-color:#0050ef}html body .cobalt.accentBorderRight{border-right-color:#0050ef}html body .cobalt.accentBorderTop{border-top-color:#0050ef}html body .crimson.accent,html body .crimson.copy-tile>.accent,html body .crimson.copy-tile>.face,html body .crimson.copy-tile>div,html body .crimson.flip-back.accent,html body .crimson.flip-front.accent,html body .crimson.flip-list>li>.accent,html body .crimson.flip-list>li>.flip-back,html body .crimson.flip-list>li>.flip-front,html body .crimson.list-tile>.accent,html body .crimson.list-tile>.face,html body .crimson.list-tile>div,html body .crimson.live-tile>.accent,html body .crimson.live-tile>.face,html body .crimson.live-tile>.flip-back,html body .crimson.live-tile>.flip-front,html body .crimson.live-tile>.slide,html body .crimson.live-tile>.slide-back,html body .crimson.live-tile>.slide-front,html body .crimson.live-tile>div,html body .crimson.slide-back.accent,html body .crimson.slide-front.accent,html body .crimson.slide.accent{background-color:#a20025}a.accentLinkhtml body .crimson,a.accentLinkhtml body .crimson:hover,a.accentLinkhtml body .crimson:visited,html body .crimson.accentColor,html body .crimson.accentHover a:hover,html body .crimson.accentHover:hover,html body .crimson.accentLink a,html body .crimson.accentLink a:hover,html body .crimson.accentLink a:visited{color:#a20025}html body .crimson.accentBorder{border-color:#a20025}html body .crimson.accentBorderBottom{border-bottom-color:#a20025}html body .crimson.accentBorderLeft{border-left-color:#a20025}html body .crimson.accentBorderRight{border-right-color:#a20025}html body .crimson.accentBorderTop{border-top-color:#a20025}html body .cyan.accent,html body .cyan.copy-tile>.accent,html body .cyan.copy-tile>.face,html body .cyan.copy-tile>div,html body .cyan.flip-back.accent,html body .cyan.flip-front.accent,html body .cyan.flip-list>li>.accent,html body .cyan.flip-list>li>.flip-back,html body .cyan.flip-list>li>.flip-front,html body .cyan.list-tile>.accent,html body .cyan.list-tile>.face,html body .cyan.list-tile>div,html body .cyan.live-tile>.accent,html body .cyan.live-tile>.face,html body .cyan.live-tile>.flip-back,html body .cyan.live-tile>.flip-front,html body .cyan.live-tile>.slide,html body .cyan.live-tile>.slide-back,html body .cyan.live-tile>.slide-front,html body .cyan.live-tile>div,html body .cyan.slide-back.accent,html body .cyan.slide-front.accent,html body .cyan.slide.accent{background-color:#1ba0e1}a.accentLinkhtml body .cyan,a.accentLinkhtml body .cyan:hover,a.accentLinkhtml body .cyan:visited,html body .cyan.accentColor,html body .cyan.accentHover a:hover,html body .cyan.accentHover:hover,html body .cyan.accentLink a,html body .cyan.accentLink a:hover,html body .cyan.accentLink a:visited{color:#1ba0e1}html body .cyan.accentBorder{border-color:#1ba0e1}html body .cyan.accentBorderBottom{border-bottom-color:#1ba0e1}html body .cyan.accentBorderLeft{border-left-color:#1ba0e1}html body .cyan.accentBorderRight{border-right-color:#1ba0e1}html body .cyan.accentBorderTop{border-top-color:#1ba0e1}html body .emerald.accent,html body .emerald.copy-tile>.accent,html body .emerald.copy-tile>.face,html body .emerald.copy-tile>div,html body .emerald.flip-back.accent,html body .emerald.flip-front.accent,html body .emerald.flip-list>li>.accent,html body .emerald.flip-list>li>.flip-back,html body .emerald.flip-list>li>.flip-front,html body .emerald.list-tile>.accent,html body .emerald.list-tile>.face,html body .emerald.list-tile>div,html body .emerald.live-tile>.accent,html body .emerald.live-tile>.face,html body .emerald.live-tile>.flip-back,html body .emerald.live-tile>.flip-front,html body .emerald.live-tile>.slide,html body .emerald.live-tile>.slide-back,html body .emerald.live-tile>.slide-front,html body .emerald.live-tile>div,html body .emerald.slide-back.accent,html body .emerald.slide-front.accent,html body .emerald.slide.accent{background-color:#008a00}a.accentLinkhtml body .emerald,a.accentLinkhtml body .emerald:hover,a.accentLinkhtml body .emerald:visited,html body .emerald.accentColor,html body .emerald.accentHover a:hover,html body .emerald.accentHover:hover,html body .emerald.accentLink a,html body .emerald.accentLink a:hover,html body .emerald.accentLink a:visited{color:#008a00}html body .emerald.accentBorder{border-color:#008a00}html body .emerald.accentBorderBottom{border-bottom-color:#008a00}html body .emerald.accentBorderLeft{border-left-color:#008a00}html body .emerald.accentBorderRight{border-right-color:#008a00}html body .emerald.accentBorderTop{border-top-color:#008a00}html body .green.accent,html body .green.copy-tile>.accent,html body .green.copy-tile>.face,html body .green.copy-tile>div,html body .green.flip-back.accent,html body .green.flip-front.accent,html body .green.flip-list>li>.accent,html body .green.flip-list>li>.flip-back,html body .green.flip-list>li>.flip-front,html body .green.list-tile>.accent,html body .green.list-tile>.face,html body .green.list-tile>div,html body .green.live-tile>.accent,html body .green.live-tile>.face,html body .green.live-tile>.flip-back,html body .green.live-tile>.flip-front,html body .green.live-tile>.slide,html body .green.live-tile>.slide-back,html body .green.live-tile>.slide-front,html body .green.live-tile>div,html body .green.slide-back.accent,html body .green.slide-front.accent,html body .green.slide.accent{background-color:#393}a.accentLinkhtml body .green,a.accentLinkhtml body .green:hover,a.accentLinkhtml body .green:visited,html body .green.accentColor,html body .green.accentHover a:hover,html body .green.accentHover:hover,html body .green.accentLink a,html body .green.accentLink a:hover,html body .green.accentLink a:visited{color:#393}html body .green.accentBorder{border-color:#393}html body .green.accentBorderBottom{border-bottom-color:#393}html body .green.accentBorderLeft{border-left-color:#393}html body .green.accentBorderRight{border-right-color:#393}html body .green.accentBorderTop{border-top-color:#393}html body .indigo.accent,html body .indigo.copy-tile>.accent,html body .indigo.copy-tile>.face,html body .indigo.copy-tile>div,html body .indigo.flip-back.accent,html body .indigo.flip-front.accent,html body .indigo.flip-list>li>.accent,html body .indigo.flip-list>li>.flip-back,html body .indigo.flip-list>li>.flip-front,html body .indigo.list-tile>.accent,html body .indigo.list-tile>.face,html body .indigo.list-tile>div,html body .indigo.live-tile>.accent,html body .indigo.live-tile>.face,html body .indigo.live-tile>.flip-back,html body .indigo.live-tile>.flip-front,html body .indigo.live-tile>.slide,html body .indigo.live-tile>.slide-back,html body .indigo.live-tile>.slide-front,html body .indigo.live-tile>div,html body .indigo.slide-back.accent,html body .indigo.slide-front.accent,html body .indigo.slide.accent{background-color:#6a00ff}a.accentLinkhtml body .indigo,a.accentLinkhtml body .indigo:hover,a.accentLinkhtml body .indigo:visited,html body .indigo.accentColor,html body .indigo.accentHover a:hover,html body .indigo.accentHover:hover,html body .indigo.accentLink a,html body .indigo.accentLink a:hover,html body .indigo.accentLink a:visited{color:#6a00ff}html body .indigo.accentBorder{border-color:#6a00ff}html body .indigo.accentBorderBottom{border-bottom-color:#6a00ff}html body .indigo.accentBorderLeft{border-left-color:#6a00ff}html body .indigo.accentBorderRight{border-right-color:#6a00ff}html body .indigo.accentBorderTop{border-top-color:#6a00ff}html body .lime.accent,html body .lime.copy-tile>.accent,html body .lime.copy-tile>.face,html body .lime.copy-tile>div,html body .lime.flip-back.accent,html body .lime.flip-front.accent,html body .lime.flip-list>li>.accent,html body .lime.flip-list>li>.flip-back,html body .lime.flip-list>li>.flip-front,html body .lime.list-tile>.accent,html body .lime.list-tile>.face,html body .lime.list-tile>div,html body .lime.live-tile>.accent,html body .lime.live-tile>.face,html body .lime.live-tile>.flip-back,html body .lime.live-tile>.flip-front,html body .lime.live-tile>.slide,html body .lime.live-tile>.slide-back,html body .lime.live-tile>.slide-front,html body .lime.live-tile>div,html body .lime.slide-back.accent,html body .lime.slide-front.accent,html body .lime.slide.accent{background-color:#a2c139}a.accentLinkhtml body .lime,a.accentLinkhtml body .lime:hover,a.accentLinkhtml body .lime:visited,html body .lime.accentColor,html body .lime.accentHover a:hover,html body .lime.accentHover:hover,html body .lime.accentLink a,html body .lime.accentLink a:hover,html body .lime.accentLink a:visited{color:#a2c139}html body .lime.accentBorder{border-color:#a2c139}html body .lime.accentBorderBottom{border-bottom-color:#a2c139}html body .lime.accentBorderLeft{border-left-color:#a2c139}html body .lime.accentBorderRight{border-right-color:#a2c139}html body .lime.accentBorderTop{border-top-color:#a2c139}html body .magenta.accent,html body .magenta.copy-tile>.accent,html body .magenta.copy-tile>.face,html body .magenta.copy-tile>div,html body .magenta.flip-back.accent,html body .magenta.flip-front.accent,html body .magenta.flip-list>li>.accent,html body .magenta.flip-list>li>.flip-back,html body .magenta.flip-list>li>.flip-front,html body .magenta.list-tile>.accent,html body .magenta.list-tile>.face,html body .magenta.list-tile>div,html body .magenta.live-tile>.accent,html body .magenta.live-tile>.face,html body .magenta.live-tile>.flip-back,html body .magenta.live-tile>.flip-front,html body .magenta.live-tile>.slide,html body .magenta.live-tile>.slide-back,html body .magenta.live-tile>.slide-front,html body .magenta.live-tile>div,html body .magenta.slide-back.accent,html body .magenta.slide-front.accent,html body .magenta.slide.accent{background-color:#d80073}a.accentLinkhtml body .magenta,a.accentLinkhtml body .magenta:hover,a.accentLinkhtml body .magenta:visited,html body .magenta.accentColor,html body .magenta.accentHover a:hover,html body .magenta.accentHover:hover,html body .magenta.accentLink a,html body .magenta.accentLink a:hover,html body .magenta.accentLink a:visited{color:#d80073}html body .magenta.accentBorder{border-color:#d80073}html body .magenta.accentBorderBottom{border-bottom-color:#d80073}html body .magenta.accentBorderLeft{border-left-color:#d80073}html body .magenta.accentBorderRight{border-right-color:#d80073}html body .magenta.accentBorderTop{border-top-color:#d80073}html body .mango.accent,html body .mango.copy-tile>.accent,html body .mango.copy-tile>.face,html body .mango.copy-tile>div,html body .mango.flip-back.accent,html body .mango.flip-front.accent,html body .mango.flip-list>li>.accent,html body .mango.flip-list>li>.flip-back,html body .mango.flip-list>li>.flip-front,html body .mango.list-tile>.accent,html body .mango.list-tile>.face,html body .mango.list-tile>div,html body .mango.live-tile>.accent,html body .mango.live-tile>.face,html body .mango.live-tile>.flip-back,html body .mango.live-tile>.flip-front,html body .mango.live-tile>.slide,html body .mango.live-tile>.slide-back,html body .mango.live-tile>.slide-front,html body .mango.live-tile>div,html body .mango.slide-back.accent,html body .mango.slide-front.accent,html body .mango.slide.accent{background-color:#f09609}a.accentLinkhtml body .mango,a.accentLinkhtml body .mango:hover,a.accentLinkhtml body .mango:visited,html body .mango.accentColor,html body .mango.accentHover a:hover,html body .mango.accentHover:hover,html body .mango.accentLink a,html body .mango.accentLink a:hover,html body .mango.accentLink a:visited{color:#f09609}html body .mango.accentBorder{border-color:#f09609}html body .mango.accentBorderBottom{border-bottom-color:#f09609}html body .mango.accentBorderLeft{border-left-color:#f09609}html body .mango.accentBorderRight{border-right-color:#f09609}html body .mango.accentBorderTop{border-top-color:#f09609}html body .mauve.accent,html body .mauve.copy-tile>.accent,html body .mauve.copy-tile>.face,html body .mauve.copy-tile>div,html body .mauve.flip-back.accent,html body .mauve.flip-front.accent,html body .mauve.flip-list>li>.accent,html body .mauve.flip-list>li>.flip-back,html body .mauve.flip-list>li>.flip-front,html body .mauve.list-tile>.accent,html body .mauve.list-tile>.face,html body .mauve.list-tile>div,html body .mauve.live-tile>.accent,html body .mauve.live-tile>.face,html body .mauve.live-tile>.flip-back,html body .mauve.live-tile>.flip-front,html body .mauve.live-tile>.slide,html body .mauve.live-tile>.slide-back,html body .mauve.live-tile>.slide-front,html body .mauve.live-tile>div,html body .mauve.slide-back.accent,html body .mauve.slide-front.accent,html body .mauve.slide.accent{background-color:#765f89}a.accentLinkhtml body .mauve,a.accentLinkhtml body .mauve:hover,a.accentLinkhtml body .mauve:visited,html body .mauve.accentColor,html body .mauve.accentHover a:hover,html body .mauve.accentHover:hover,html body .mauve.accentLink a,html body .mauve.accentLink a:hover,html body .mauve.accentLink a:visited{color:#765f89}html body .mauve.accentBorder{border-color:#765f89}html body .mauve.accentBorderBottom{border-bottom-color:#765f89}html body .mauve.accentBorderLeft{border-left-color:#765f89}html body .mauve.accentBorderRight{border-right-color:#765f89}html body .mauve.accentBorderTop{border-top-color:#765f89}html body .olive.accent,html body .olive.copy-tile>.accent,html body .olive.copy-tile>.face,html body .olive.copy-tile>div,html body .olive.flip-back.accent,html body .olive.flip-front.accent,html body .olive.flip-list>li>.accent,html body .olive.flip-list>li>.flip-back,html body .olive.flip-list>li>.flip-front,html body .olive.list-tile>.accent,html body .olive.list-tile>.face,html body .olive.list-tile>div,html body .olive.live-tile>.accent,html body .olive.live-tile>.face,html body .olive.live-tile>.flip-back,html body .olive.live-tile>.flip-front,html body .olive.live-tile>.slide,html body .olive.live-tile>.slide-back,html body .olive.live-tile>.slide-front,html body .olive.live-tile>div,html body .olive.slide-back.accent,html body .olive.slide-front.accent,html body .olive.slide.accent{background-color:#6d8764}a.accentLinkhtml body .olive,a.accentLinkhtml body .olive:hover,a.accentLinkhtml body .olive:visited,html body .olive.accentColor,html body .olive.accentHover a:hover,html body .olive.accentHover:hover,html body .olive.accentLink a,html body .olive.accentLink a:hover,html body .olive.accentLink a:visited{color:#6d8764}html body .olive.accentBorder{border-color:#6d8764}html body .olive.accentBorderBottom{border-bottom-color:#6d8764}html body .olive.accentBorderLeft{border-left-color:#6d8764}html body .olive.accentBorderRight{border-right-color:#6d8764}html body .olive.accentBorderTop{border-top-color:#6d8764}html body .orange.accent,html body .orange.copy-tile>.accent,html body .orange.copy-tile>.face,html body .orange.copy-tile>div,html body .orange.flip-back.accent,html body .orange.flip-front.accent,html body .orange.flip-list>li>.accent,html body .orange.flip-list>li>.flip-back,html body .orange.flip-list>li>.flip-front,html body .orange.list-tile>.accent,html body .orange.list-tile>.face,html body .orange.list-tile>div,html body .orange.live-tile>.accent,html body .orange.live-tile>.face,html body .orange.live-tile>.flip-back,html body .orange.live-tile>.flip-front,html body .orange.live-tile>.slide,html body .orange.live-tile>.slide-back,html body .orange.live-tile>.slide-front,html body .orange.live-tile>div,html body .orange.slide-back.accent,html body .orange.slide-front.accent,html body .orange.slide.accent{background-color:#fa6801}a.accentLinkhtml body .orange,a.accentLinkhtml body .orange:hover,a.accentLinkhtml body .orange:visited,html body .orange.accentColor,html body .orange.accentHover a:hover,html body .orange.accentHover:hover,html body .orange.accentLink a,html body .orange.accentLink a:hover,html body .orange.accentLink a:visited{color:#fa6801}html body .orange.accentBorder{border-color:#fa6801}html body .orange.accentBorderBottom{border-bottom-color:#fa6801}html body .orange.accentBorderLeft{border-left-color:#fa6801}html body .orange.accentBorderRight{border-right-color:#fa6801}html body .orange.accentBorderTop{border-top-color:#fa6801}html body .pink.accent,html body .pink.copy-tile>.accent,html body .pink.copy-tile>.face,html body .pink.copy-tile>div,html body .pink.flip-back.accent,html body .pink.flip-front.accent,html body .pink.flip-list>li>.accent,html body .pink.flip-list>li>.flip-back,html body .pink.flip-list>li>.flip-front,html body .pink.list-tile>.accent,html body .pink.list-tile>.face,html body .pink.list-tile>div,html body .pink.live-tile>.accent,html body .pink.live-tile>.face,html body .pink.live-tile>.flip-back,html body .pink.live-tile>.flip-front,html body .pink.live-tile>.slide,html body .pink.live-tile>.slide-back,html body .pink.live-tile>.slide-front,html body .pink.live-tile>div,html body .pink.slide-back.accent,html body .pink.slide-front.accent,html body .pink.slide.accent{background-color:#e671b8}html body .purple.accent,html body .purple.copy-tile>.accent,html body .purple.copy-tile>.face,html body .purple.copy-tile>div,html body .purple.flip-back.accent,html body .purple.flip-front.accent,html body .purple.flip-list>li>.accent,html body .purple.flip-list>li>.flip-back,html body .purple.flip-list>li>.flip-front,html body .purple.list-tile>.accent,html body .purple.list-tile>.face,html body .purple.list-tile>div,html body .purple.live-tile>.accent,html body .purple.live-tile>.face,html body .purple.live-tile>.flip-back,html body .purple.live-tile>.flip-front,html body .purple.live-tile>.slide,html body .purple.live-tile>.slide-back,html body .purple.live-tile>.slide-front,html body .purple.live-tile>div,html body .purple.slide-back.accent,html body .purple.slide-front.accent,html body .purple.slide.accent,html body .violet.accent,html body .violet.copy-tile>.accent,html body .violet.copy-tile>.face,html body .violet.copy-tile>div,html body .violet.flip-back.accent,html body .violet.flip-front.accent,html body .violet.flip-list>li>.accent,html body .violet.flip-list>li>.flip-back,html body .violet.flip-list>li>.flip-front,html body .violet.list-tile>.accent,html body .violet.list-tile>.face,html body .violet.list-tile>div,html body .violet.live-tile>.accent,html body .violet.live-tile>.face,html body .violet.live-tile>.flip-back,html body .violet.live-tile>.flip-front,html body .violet.live-tile>.slide,html body .violet.live-tile>.slide-back,html body .violet.live-tile>.slide-front,html body .violet.live-tile>div,html body .violet.slide-back.accent,html body .violet.slide-front.accent,html body .violet.slide.accent{background-color:#a200ff}a.accentLinkhtml body .pink,a.accentLinkhtml body .pink:hover,a.accentLinkhtml body .pink:visited,html body .pink.accentColor,html body .pink.accentHover a:hover,html body .pink.accentHover:hover,html body .pink.accentLink a,html body .pink.accentLink a:hover,html body .pink.accentLink a:visited{color:#e671b8}a.accentLinkhtml body .purple,a.accentLinkhtml body .purple:hover,a.accentLinkhtml body .purple:visited,a.accentLinkhtml body .violet,a.accentLinkhtml body .violet:hover,a.accentLinkhtml body .violet:visited,html body .purple.accentColor,html body .purple.accentHover a:hover,html body .purple.accentHover:hover,html body .purple.accentLink a,html body .purple.accentLink a:hover,html body .purple.accentLink a:visited,html body .violet.accentColor,html body .violet.accentHover a:hover,html body .violet.accentHover:hover,html body .violet.accentLink a,html body .violet.accentLink a:hover,html body .violet.accentLink a:visited{color:#a200ff}html body .pink.accentBorder{border-color:#e671b8}html body .purple.accentBorder,html body .violet.accentBorder{border-color:#a200ff}html body .pink.accentBorderBottom{border-bottom-color:#e671b8}html body .purple.accentBorderBottom,html body .violet.accentBorderBottom{border-bottom-color:#a200ff}html body .pink.accentBorderLeft{border-left-color:#e671b8}html body .purple.accentBorderLeft,html body .violet.accentBorderLeft{border-left-color:#a200ff}html body .pink.accentBorderRight{border-right-color:#e671b8}html body .purple.accentBorderRight,html body .violet.accentBorderRight{border-right-color:#a200ff}html body .pink.accentBorderTop{border-top-color:#e671b8}html body .purple.accentBorderTop,html body .violet.accentBorderTop{border-top-color:#a200ff}html body .red.accent,html body .red.copy-tile>.accent,html body .red.copy-tile>.face,html body .red.copy-tile>div,html body .red.flip-back.accent,html body .red.flip-front.accent,html body .red.flip-list>li>.accent,html body .red.flip-list>li>.flip-back,html body .red.flip-list>li>.flip-front,html body .red.list-tile>.accent,html body .red.list-tile>.face,html body .red.list-tile>div,html body .red.live-tile>.accent,html body .red.live-tile>.face,html body .red.live-tile>.flip-back,html body .red.live-tile>.flip-front,html body .red.live-tile>.slide,html body .red.live-tile>.slide-back,html body .red.live-tile>.slide-front,html body .red.live-tile>div,html body .red.slide-back.accent,html body .red.slide-front.accent,html body .red.slide.accent{background-color:#e51400}a.accentLinkhtml body .red,a.accentLinkhtml body .red:hover,a.accentLinkhtml body .red:visited,html body .red.accentColor,html body .red.accentHover a:hover,html body .red.accentHover:hover,html body .red.accentLink a,html body .red.accentLink a:hover,html body .red.accentLink a:visited{color:#e51400}html body .red.accentBorder{border-color:#e51400}html body .red.accentBorderBottom{border-bottom-color:#e51400}html body .red.accentBorderLeft{border-left-color:#e51400}html body .red.accentBorderRight{border-right-color:#e51400}html body .red.accentBorderTop{border-top-color:#e51400}html body .sienna.accent,html body .sienna.copy-tile>.accent,html body .sienna.copy-tile>.face,html body .sienna.copy-tile>div,html body .sienna.flip-back.accent,html body .sienna.flip-front.accent,html body .sienna.flip-list>li>.accent,html body .sienna.flip-list>li>.flip-back,html body .sienna.flip-list>li>.flip-front,html body .sienna.list-tile>.accent,html body .sienna.list-tile>.face,html body .sienna.list-tile>div,html body .sienna.live-tile>.accent,html body .sienna.live-tile>.face,html body .sienna.live-tile>.flip-back,html body .sienna.live-tile>.flip-front,html body .sienna.live-tile>.slide,html body .sienna.live-tile>.slide-back,html body .sienna.live-tile>.slide-front,html body .sienna.live-tile>div,html body .sienna.slide-back.accent,html body .sienna.slide-front.accent,html body .sienna.slide.accent{background-color:#7b3a3e}a.accentLinkhtml body .sienna,a.accentLinkhtml body .sienna:hover,a.accentLinkhtml body .sienna:visited,html body .sienna.accentColor,html body .sienna.accentHover a:hover,html body .sienna.accentHover:hover,html body .sienna.accentLink a,html body .sienna.accentLink a:hover,html body .sienna.accentLink a:visited{color:#7b3a3e}html body .sienna.accentBorder{border-color:#7b3a3e}html body .sienna.accentBorderBottom{border-bottom-color:#7b3a3e}html body .sienna.accentBorderLeft{border-left-color:#7b3a3e}html body .sienna.accentBorderRight{border-right-color:#7b3a3e}html body .sienna.accentBorderTop{border-top-color:#7b3a3e}html body .steel.accent,html body .steel.copy-tile>.accent,html body .steel.copy-tile>.face,html body .steel.copy-tile>div,html body .steel.flip-back.accent,html body .steel.flip-front.accent,html body .steel.flip-list>li>.accent,html body .steel.flip-list>li>.flip-back,html body .steel.flip-list>li>.flip-front,html body .steel.list-tile>.accent,html body .steel.list-tile>.face,html body .steel.list-tile>div,html body .steel.live-tile>.accent,html body .steel.live-tile>.face,html body .steel.live-tile>.flip-back,html body .steel.live-tile>.flip-front,html body .steel.live-tile>.slide,html body .steel.live-tile>.slide-back,html body .steel.live-tile>.slide-front,html body .steel.live-tile>div,html body .steel.slide-back.accent,html body .steel.slide-front.accent,html body .steel.slide.accent{background-color:#657688}a.accentLinkhtml body .steel,a.accentLinkhtml body .steel:hover,a.accentLinkhtml body .steel:visited,html body .steel.accentColor,html body .steel.accentHover a:hover,html body .steel.accentHover:hover,html body .steel.accentLink a,html body .steel.accentLink a:hover,html body .steel.accentLink a:visited{color:#657688}html body .steel.accentBorder{border-color:#657688}html body .steel.accentBorderBottom{border-bottom-color:#657688}html body .steel.accentBorderLeft{border-left-color:#657688}html body .steel.accentBorderRight{border-right-color:#657688}html body .steel.accentBorderTop{border-top-color:#657688}html body .teal.accent,html body .teal.copy-tile>.accent,html body .teal.copy-tile>.face,html body .teal.copy-tile>div,html body .teal.flip-back.accent,html body .teal.flip-front.accent,html body .teal.flip-list>li>.accent,html body .teal.flip-list>li>.flip-back,html body .teal.flip-list>li>.flip-front,html body .teal.list-tile>.accent,html body .teal.list-tile>.face,html body .teal.list-tile>div,html body .teal.live-tile>.accent,html body .teal.live-tile>.face,html body .teal.live-tile>.flip-back,html body .teal.live-tile>.flip-front,html body .teal.live-tile>.slide,html body .teal.live-tile>.slide-back,html body .teal.live-tile>.slide-front,html body .teal.live-tile>div,html body .teal.slide-back.accent,html body .teal.slide-front.accent,html body .teal.slide.accent{background-color:#00aba9}a.accentLinkhtml body .teal,a.accentLinkhtml body .teal:hover,a.accentLinkhtml body .teal:visited,html body .teal.accentColor,html body .teal.accentHover a:hover,html body .teal.accentHover:hover,html body .teal.accentLink a,html body .teal.accentLink a:hover,html body .teal.accentLink a:visited{color:#00aba9}html body .teal.accentBorder{border-color:#00aba9}html body .teal.accentBorderBottom{border-bottom-color:#00aba9}html body .teal.accentBorderLeft{border-left-color:#00aba9}html body .teal.accentBorderRight{border-right-color:#00aba9}html body .teal.accentBorderTop{border-top-color:#00aba9}html body .yellow.accent,html body .yellow.copy-tile>.accent,html body .yellow.copy-tile>.face,html body .yellow.copy-tile>div,html body .yellow.flip-back.accent,html body .yellow.flip-front.accent,html body .yellow.flip-list>li>.accent,html body .yellow.flip-list>li>.flip-back,html body .yellow.flip-list>li>.flip-front,html body .yellow.list-tile>.accent,html body .yellow.list-tile>.face,html body .yellow.list-tile>div,html body .yellow.live-tile>.accent,html body .yellow.live-tile>.face,html body .yellow.live-tile>.flip-back,html body .yellow.live-tile>.flip-front,html body .yellow.live-tile>.slide,html body .yellow.live-tile>.slide-back,html body .yellow.live-tile>.slide-front,html body .yellow.live-tile>div,html body .yellow.slide-back.accent,html body .yellow.slide-front.accent,html body .yellow.slide.accent{background-color:#d8c101}a.accentLinkhtml body .yellow,a.accentLinkhtml body .yellow:hover,a.accentLinkhtml body .yellow:visited,html body .yellow.accentColor,html body .yellow.accentHover a:hover,html body .yellow.accentHover:hover,html body .yellow.accentLink a,html body .yellow.accentLink a:hover,html body .yellow.accentLink a:visited{color:#d8c101}html body .yellow.accentBorder{border-color:#d8c101}html body .yellow.accentBorderBottom{border-bottom-color:#d8c101}html body .yellow.accentBorderLeft{border-left-color:#d8c101}html body .yellow.accentBorderRight{border-right-color:#d8c101}html body .yellow.accentBorderTop{border-top-color:#d8c101}html body .trans.accent,html body .trans.copy-tile>.accent,html body .trans.copy-tile>.face,html body .trans.copy-tile>div,html body .trans.flip-back.accent,html body .trans.flip-front.accent,html body .trans.flip-list>li>.accent,html body .trans.flip-list>li>.flip-back,html body .trans.flip-list>li>.flip-front,html body .trans.list-tile>.accent,html body .trans.list-tile>.face,html body .trans.list-tile>div,html body .trans.live-tile>.accent,html body .trans.live-tile>.face,html body .trans.live-tile>.flip-back,html body .trans.live-tile>.flip-front,html body .trans.live-tile>.slide,html body .trans.live-tile>.slide-back,html body .trans.live-tile>.slide-front,html body .trans.live-tile>div,html body .trans.slide-back.accent,html body .trans.slide-front.accent,html body .trans.slide.accent{background-color:transparent}a.accentLinkhtml body .trans,a.accentLinkhtml body .trans:hover,a.accentLinkhtml body .trans:visited,html body .trans.accentColor,html body .trans.accentHover a:hover,html body .trans.accentHover:hover,html body .trans.accentLink a,html body .trans.accentLink a:hover,html body .trans.accentLink a:visited{color:transparent}html body .trans.accentBorder{border-color:transparent}html body .trans.accentBorderBottom{border-bottom-color:transparent}html body .trans.accentBorderLeft{border-left-color:transparent}html body .trans.accentBorderRight{border-right-color:transparent}html body .trans.accentBorderTop{border-top-color:transparent}html body .white.accent,html body .white.copy-tile>.accent,html body .white.copy-tile>.face,html body .white.copy-tile>div,html body .white.flip-back.accent,html body .white.flip-front.accent,html body .white.flip-list>li>.accent,html body .white.flip-list>li>.flip-back,html body .white.flip-list>li>.flip-front,html body .white.list-tile>.accent,html body .white.list-tile>.face,html body .white.list-tile>div,html body .white.live-tile>.accent,html body .white.live-tile>.face,html body .white.live-tile>.flip-back,html body .white.live-tile>.flip-front,html body .white.live-tile>.slide,html body .white.live-tile>.slide-back,html body .white.live-tile>.slide-front,html body .white.live-tile>div,html body .white.slide-back.accent,html body .white.slide-front.accent,html body .white.slide.accent{background-color:#fff}a.accentLinkhtml body .white,a.accentLinkhtml body .white:hover,a.accentLinkhtml body .white:visited,html body .white.accentColor,html body .white.accentHover a:hover,html body .white.accentHover:hover,html body .white.accentLink a,html body .white.accentLink a:hover,html body .white.accentLink a:visited{color:#fff}html body .white.accentBorder{border-color:#fff}html body .white.accentBorderBottom{border-bottom-color:#fff}html body .white.accentBorderLeft{border-left-color:#fff}html body .white.accentBorderRight{border-right-color:#fff}html body .white.accentBorderTop{border-top-color:#fff}html body .black.accent,html body .black.copy-tile>.accent,html body .black.copy-tile>.face,html body .black.copy-tile>div,html body .black.flip-back.accent,html body .black.flip-front.accent,html body .black.flip-list>li>.accent,html body .black.flip-list>li>.flip-back,html body .black.flip-list>li>.flip-front,html body .black.list-tile>.accent,html body .black.list-tile>.face,html body .black.list-tile>div,html body .black.live-tile>.accent,html body .black.live-tile>.face,html body .black.live-tile>.flip-back,html body .black.live-tile>.flip-front,html body .black.live-tile>.slide,html body .black.live-tile>.slide-back,html body .black.live-tile>.slide-front,html body .black.live-tile>div,html body .black.slide-back.accent,html body .black.slide-front.accent,html body .black.slide.accent{background-color:#000}a.accentLinkhtml body .black,a.accentLinkhtml body .black:hover,a.accentLinkhtml body .black:visited,html body .black.accentColor,html body .black.accentHover a:hover,html body .black.accentHover:hover,html body .black.accentLink a,html body .black.accentLink a:hover,html body .black.accentLink a:visited{color:#000}html body .black.accentBorder{border-color:#000}html body .black.accentBorderBottom{border-bottom-color:#000}html body .black.accentBorderLeft{border-left-color:#000}html body .black.accentBorderRight{border-right-color:#000}html body .black.accentBorderTop{border-top-color:#000}.appbar{background-color:#212021;bottom:0;color:#fff;font-size:.9em;height:60px;left:0;line-height:normal;margin:0;max-height:100%;overflow:hidden;padding:10px 0;position:fixed;right:0;text-align:right;width:100%;z-index:100;-ms-touch-action:manipulation}.appbar.top{bottom:auto!important;top:0}.appbar a.etc,.appbar a.etc:hover,.appbar a.etc:visited{color:#fff;cursor:pointer;display:block;font-size:32px;height:60px;position:absolute;right:8px;text-decoration:none;top:0;width:90px;z-index:100}.light .appbar,.light .appbar a.etc,.light .appbar a.etc:hover,.light .appbar a.etc:visited,.light .appbar-buttons li a{color:#000}.appbar .clear{clear:both}.appbar .theme-options{display:block;float:left;margin:0;position:relative;width:80%}.appbar .theme-options>ul{padding-right:8px}.appbar .theme-options li{display:block;margin:8px;float:left;line-height:32px;height:32px;width:32px}.appbar .theme-options li>a,.appbar .theme-options li>a:hover,.appbar .theme-options li>a:visited{display:block;padding:0;text-decoration:none;height:32px;width:32px}.appbar .base-theme-options{display:block;float:left;margin:0;position:relative;width:20%}.appbar .base-theme-options>ul{padding-left:2px}.appbar .base-theme-options li{display:block;margin:8px;float:left;line-height:32px;height:32px;width:32px}.appbar .base-theme-options li>a,.appbar .base-theme-options li>a:hover,.appbar .base-theme-options li>a:visited{display:block;padding:0;text-decoration:none;height:32px;width:32px}.appbar .base-theme-options li>a.dark.accent{background-color:#000}.appbar .base-theme-options h2,.appbar .theme-options h2{font-size:2em;font-weight:400;padding:8px 8px 12px;text-align:left}.appbar .charm-title{font-size:10px;display:block;text-align:center}.appbar .links{font-size:2em;padding:24px 0 0 8px;text-align:left}.appbar .links a,.appbar .links a:link{text-decoration:none}.appbar.small{height:28px}.appbar.small a.etc,.appbar.small a.etc:hover,.appbar.small a.etc:visited{font-size:16px;height:60px;width:90px}.dark .appbar{background-color:#212021}.light .appbar-buttons a>img{background-image:url(images/metroIcons_light.jpg)}.small .appbar-buttons{width:156px}.small .appbar-buttons a>img{height:32px;width:32px}.small .appbar-buttons.one{width:52px}.small .appbar-buttons.two{width:104px}.small .appbar-buttons.three{width:156px}.small .appbar-buttons.four{width:208px}.small .appbar-buttons.five{width:260px}.small .appbar-buttons.six{width:312px}.small .appbar-buttons.seven{width:364px}.small .appbar-buttons.eight{width:416px}.small .appbar-buttons.nine{width:468px}.small .appbar-buttons.ten{width:520px}.appbar-buttons{margin:0 auto;overflow:hidden;position:relative;padding:0 0 2px;text-align:right;width:252px}.appbar-buttons.one{width:84px}.appbar-buttons.two{width:168px}.appbar-buttons.three{width:252px}.appbar-buttons.four{width:336px}.appbar-buttons.five{width:420px}.appbar-buttons.six{width:504px}.appbar-buttons.seven{width:588px}.appbar-buttons.eight{width:672px}.appbar-buttons.nine{width:756px}.appbar-buttons.ten{width:840px}.appbar-buttons a>img{background-image:url(images/metroIcons.jpg);background-repeat:no-repeat;border:none;height:64px;width:64px}.appbar-buttons a.small>img{height:32px;width:32px}.appbar-buttons a.search>img{background-position:-12px -12px}.appbar-buttons a.home>img{background-position:-104px -12px}.appbar-buttons a.twitter>img{background-position:-196px -12px}.appbar-buttons a.calendar>img{background-position:-288px -12px}.appbar-buttons a.storm>img{background-position:-380px -12px}.appbar-buttons a.down>img{background-position:-472px -12px}.appbar-buttons a.camera>img{background-position:-12px -99px}.appbar-buttons a.camcorder>img{background-position:-104px -99px}.appbar-buttons a.about>img,.appbar-buttons a.qmark>img{background-position:-196px -99px}.appbar-buttons a.share>img{background-position:-288px -99px}.appbar-buttons a.rain>img{background-position:-380px -99px}.appbar-buttons a.cancel>img,.appbar-buttons a.close>img{background-position:-472px -99px}.appbar-buttons a.delete>img,.appbar-buttons a.trash>img{background-position:-12px -188px}.appbar-buttons a.tag>img{background-position:-104px -188px}.appbar-buttons a.addcontact>img{background-position:-196px -188px}.appbar-buttons a.save>img{background-position:-288px -188px}.appbar-buttons a.snow>img{background-position:-380px -188px}.appbar-buttons a.msg>img{background-position:-472px -188px}.appbar-buttons a.email>img{background-position:-12px -274px}.appbar-buttons a.clock>img{background-position:-104px -274px}.appbar-buttons a.edit>img{background-position:-196px -274px}.appbar-buttons a.circle>img{background-position:-288px -274px}.appbar-buttons a.moon>img{background-position:-380px -274px}.appbar-buttons a.calc>img{background-position:-12px -362px}.appbar-buttons a.gear>img{background-position:-104px -362px}.appbar-buttons a.plus>img{background-position:-196px -362px}.appbar-buttons a.dot>img{background-position:-288px -362px}.appbar-buttons a.restart>img,.appbar-buttons a.return>img{background-position:-380px -362px}.appbar-buttons a.add>img{background-position:-472px -362px}.appbar-buttons a.phone>img{background-position:-12px -453px}.appbar-buttons a.film>img{background-position:-104px -453px}.appbar-buttons a.back>img{background-position:-196px -453px}.appbar-buttons a.car>img{background-position:-288px -453px}.appbar-buttons a.forward>img{background-position:-380px -453px}.appbar-buttons a.selectmany>img{background-position:-472px -453px}.appbar-buttons a.stop>img{background-position:-12px -538px}.appbar-buttons a.contacts>img{background-position:-104px -538px}.appbar-buttons a.select>img{background-position:-196px -538px}.appbar-buttons a.sun>img{background-position:-288px -538px}.appbar-buttons a.dpad>img{background-position:-380px -538px}.appbar-buttons a.play>img{background-position:-472px -538px}.appbar-buttons li{display:inline;padding:0 10px;float:left;list-style:none}.appbar-buttons li a{font-weight:700;background-color:transparent;color:#fff}.appbar-buttons .appbar-buttons li a:hover,.appbar-buttons li a:active,.appbar-buttons ul#menu li.selected a{text-decoration:none}.appbar-buttons .small.search>img,.small .appbar-buttons .search>img{background-position:-562px -6px}.appbar-buttons .small.home>img,.small .appbar-buttons .home>img{background-position:-608px -6px}.appbar-buttons .small.twitter>img,.small .appbar-buttons .twitter>img{background-position:-654px -6px}.appbar-buttons .small.calendar>img,.small .appbar-buttons .calendar>img{background-position:-700px -6px}.appbar-buttons .small.storm>img,.small .appbar-buttons .storm>img{background-position:-746px -6px}.appbar-buttons .small.down>img,.small .appbar-buttons .down>img{background-position:-792px -6px}.appbar-buttons .small.camera>img,.small .appbar-buttons .camera>img{background-position:-562px -50px}.appbar-buttons .small.camcorder>img,.small .appbar-buttons .camcorder>img{background-position:-608px -50px}.appbar-buttons .small.about>img,.appbar-buttons .small.qmark>img,.small .appbar-buttons .about>img,.small .appbar-buttons .qmark>img{background-position:-654px -50px}.appbar-buttons .small.share>img,.small .appbar-buttons .share>img{background-position:-700px -50px}.appbar-buttons .small.rain>img,.small .appbar-buttons .rain>img{background-position:-746px -50px}.appbar-buttons .small.cancel>img,.appbar-buttons .small.close>img,.small .appbar-buttons .cancel>img,.small .appbar-buttons .close>img{background-position:-792px -50px}.appbar-buttons .small.delete>img,.appbar-buttons .small.trash>img,.small .appbar-buttons .delete>img,.small .appbar-buttons .trash>img{background-position:-562px -94px}.appbar-buttons .small.tag>img,.small .appbar-buttons .tag>img{background-position:-608px -94px}.appbar-buttons .small.addcontact>img,.small .appbar-buttons .addcontact>img{background-position:-654px -94px}.appbar-buttons .small.save>img,.small .appbar-buttons .save>img{background-position:-700px -94px}.appbar-buttons .small.snow>img,.small .appbar-buttons .snow>img{background-position:-746px -94px}.appbar-buttons .small.msg>img,.small .appbar-buttons .msg>img{background-position:-792px -94px}.appbar-buttons .small.email>img,.small .appbar-buttons .email>img{background-position:-562px -137px}.appbar-buttons .small.clock>img,.small .appbar-buttons .clock>img{background-position:-608px -137px}.appbar-buttons .small.edit>img,.small .appbar-buttons .edit>img{background-position:-654px -137px}.appbar-buttons .small.circle>img,.small .appbar-buttons .circle>img{background-position:-700px -137px}.appbar-buttons .small.moon>img,.small .appbar-buttons .moon>img{background-position:-746px -137px}.appbar-buttons .small.calc>img,.small .appbar-buttons .calc>img{background-position:-562px -181px}.appbar-buttons .small.gear>img,.small .appbar-buttons .gear>img{background-position:-608px -181px}.appbar-buttons .small.plus>img,.small .appbar-buttons .plus>img{background-position:-654px -181px}.appbar-buttons .small.dot>img,.small .appbar-buttons .dot>img{background-position:-700px -181px}.appbar-buttons .small.restart>img,.appbar-buttons .small.return>img,.small .appbar-buttons .restart>img,.small .appbar-buttons .return>img{background-position:-746px -181px}.appbar-buttons .small.add>img,.small .appbar-buttons .add>img{background-position:-792px -181px}.appbar-buttons .small.phone>img,.small .appbar-buttons .phone>img{background-position:-562px -226px}.appbar-buttons .small.film>img,.small .appbar-buttons .film>img{background-position:-608px -226px}.appbar-buttons .small.back>img,.small .appbar-buttons .back>img{background-position:-654px -226px}.appbar-buttons .small.car>img,.small .appbar-buttons .car>img{background-position:-700px -226px}.appbar-buttons .small.forward>img,.small .appbar-buttons .forward>img{background-position:-746px -226px}.appbar-buttons .small.selectmany>img,.small .appbar-buttons .selectmany>img{background-position:-792px -226px}.appbar-buttons .small.stop>img,.small .appbar-buttons .stop>img{background-position:-562px -269px}.appbar-buttons .small.contacts>img,.small .appbar-buttons .contacts>img{background-position:-608px -269px}.appbar-buttons .small.select>img,.small .appbar-buttons .select>img{background-position:-654px -269px}.appbar-buttons .small.sun>img,.small .appbar-buttons .sun>img{background-position:-700px -269px}.appbar-buttons .small.dpad>img,.small .appbar-buttons .dpad>img{background-position:-746px -269px}.appbar-buttons .small.play>img,.small .appbar-buttons .play>img{background-position:-792px -269px}@media screen and (max-width:1025px){.appbar .base-theme-options h2,.appbar .links,.appbar .theme-options h2{font-size:1.7em;padding:8px 8px 2px;text-align:left}.appbar .base-theme-options li,.appbar .base-theme-options li a,.appbar .theme-options li,.appbar .theme-options li a{display:block;height:32px;margin:4px;width:32px}}@media screen and (max-width:801px){.appbar .base-theme-options h2,.appbar .links,.appbar .theme-options h2{font-size:1.3em}.appbar .theme-options>ul{padding-right:6px}}@media screen and (max-width:641px){.appbar .theme-options{width:70%}.appbar .base-theme-options{width:30%}}
.mapplic-layer,.mapplic-locations,.mapplic-map-image{left:0;height:100%;width:100%}svg{width:100%;height:100%}svg a{cursor:pointer}.mapplic-element a{color:#333;text-decoration:none!important}.mapplic-element button,.mapplic-element input{outline:0}.mapplic-element *{-webkit-tap-highlight-color:transparent}.mapplic-element{background-color:#f8f8f8;font-size:0;overflow:hidden}:-webkit-full-screen{width:100%;height:100%!important}:-webkit-full-screen .mapplic-fullscreen-button{background-image:url(images/fullscreen-exit.png)}.mapplic-element.mapplic-loading{background:url(images/loader.gif) center no-repeat #f8f8f8}.mapplic-element>*{opacity:1;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s}.mapplic-element.mapplic-loading>*{opacity:0}.mapplic-container{background-color:#f8f8f8;display:inline-block;overflow:hidden;position:relative;width:70%;height:100%}:-webkit-full-screen .mapplic-container{width:80%}.mapplic-map{position:absolute;left:0;top:0}.mapplic-layer{top:0;position:absolute}.mapplic-layer img{width:100%}.mapplic-map-image{cursor:url(images/openhand.cur),default;position:absolute;top:0}.mapplic-map.mapplic-dragging .mapplic-map-image{cursor:url(images/closedhand.cur),move}.mapplic-locations{position:absolute;top:0}.mapplic-pin{background-image:url(images/pin-red.png);background-repeat:no-repeat;background-position:center;width:30px;height:30px;margin-top:-25px;margin-left:-10px;position:absolute}.mapplic-pin.mapplic-animate{-webkit-animation:bounce-in .4s forwards;animation:bounce-in .4s forwards}@-webkit-keyframes bounce-in{0%{margin-top:-120px;opacity:0}100%,33%{margin-top:-25px;opacity:1}66%{margin-top:-30px}}.mapplic-pin.orange{background-image:url(images/pin-orange.png)}.mapplic-pin.green{background-image:url(images/pin-green.png)}.mapplic-pin.blue{background-image:url(images/pin-blue.png)}.mapplic-pin.purple{background-image:url(images/pin-purple.png)}.mapplic-minimap{border:1px solid rgba(0,0,0,.4);position:absolute;width:140px;margin:10px;bottom:0;right:0;overflow:hidden}.mapplic-minimap img{width:100%}.mapplic-minimap-overlay{background-color:rgba(0,0,0,.5);position:absolute;width:100%;height:100%;top:0;left:0}.mapplic-clear-button,.mapplic-fullscreen-button{width:28px;height:28px;left:0;position:absolute;margin:10px;background-color:#fff;background-position:center;background-repeat:no-repeat}.mapplic-minimap .mapplic-minimap-active{position:absolute;opacity:1;top:0;left:0;-webkit-transition:clip .1s;-moz-transition:clip .1s;transition:clip .1s}.mapplic-minimap-background{-webkit-filter:blur(2px)}.mapplic-clear-button{background-image:url(images/target.png);bottom:0}.mapplic-fullscreen-button{background-image:url(images/fullscreen.png);top:0}.mapplic-levels{background-color:#fff;position:absolute;top:0;right:0;margin:10px;overflow:hidden}.mapplic-levels>*{display:block;width:100%}.mapplic-levels-select{border:none;margin:0;padding:6px 2px;font-size:12px;outline:0}.mapplic-levels a{background-color:#fff;background-repeat:no-repeat;background-position:center;border:none;cursor:pointer;height:20px;width:100%}.mapplic-levels .mapplic-levels-up{background-image:url(images/arrow-up.png);border-bottom:1px solid #eee}.mapplic-levels .mapplic-levels-down{background-image:url(images/arrow-down.png);border-top:1px solid #eee}.mapplic-levels a.disabled{background-color:#eee;cursor:default}.mapplic-sidebar{background-color:#f8f8f8;width:30%;height:100%;float:left;position:relative}:-webkit-full-screen .mapplic-sidebar{width:20%}.mapplic-search-form,.mapplic-search-input{margin:0;width:100%;-webkit-box-sizing:border-box}.mapplic-search-form{background-color:#f8f8f8;border-bottom:1px solid #ddd;padding:14px 12px;position:absolute;-moz-box-sizing:border-box;box-sizing:border-box}.mapplic-search-input{background-image:url(images/viewer.png);background-repeat:no-repeat;background-position:8px;border:2px solid #eee;border-radius:2px;font-size:14px;font-family:inherit;line-height:20px;height:38px;padding:8px 32px;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .1s;-moz-transition:border-color .1s;transition:border-color .1s}.mapplic-search-clear,.mapplic-tooltip-close{background-position:center;background-repeat:no-repeat;cursor:pointer}.mapplic-search-input:focus{border-color:#6ed8dd}.mapplic-search-clear{background-image:url(images/cross.png);background-color:transparent;border:none;display:none;position:absolute;right:22px;margin:10px 0;width:16px;height:16px}.mapplic-list,.mapplic-list-container{overflow-y:auto;height:100%}.mapplic-not-found{color:#bbb;display:none;font-size:13px;padding:0 30px;position:absolute;text-align:center;top:100px}.mapplic-list-container{padding-top:66px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mapplic-list,.mapplic-list-container ol{list-style:none;padding:0;margin:0}.mapplic-list-container li{border-color:inherit}.mapplic-list-category>a{background-color:#aaa;color:#fff;display:block;font-size:16px;line-height:26px;padding:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.mapplic-list-category ol{border-bottom:3px solid #eee!important}.mapplic-list-thumbnail{border-radius:2px;float:left;margin-right:10px}.mapplic-list-category>a .mapplic-list-count{background-color:rgba(0,0,0,.1);border-radius:2px;float:right;font-size:12px;line-height:20px;padding:0 6px;margin-left:10px;text-align:center;margin-top:4px}.mapplic-list-location>a{background-color:#fff;border-left:2px solid transparent;border-bottom:1px solid #eee;display:block;font-size:14px;padding:10px;min-height:50px;-webkit-transition:border-color .2s;-moz-transition:border-color .2s;transition:border-color .2s}.mapplic-list-location>a:hover{background-color:#f4fcfc;border-left:2px solid;border-color:inherit;border-bottom:1px solid #eee}.mapplic-list-location h4{color:#444;font-size:14px;font-weight:400;margin:4px 0 8px}.mapplic-list-location span{color:#bbb;font-size:13px;font-weight:400}.mapplic-tooltip{background-color:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);display:none;max-width:280px;min-width:120px;margin-top:-76px;padding:10px 14px;position:absolute}.mapplic-tooltip-title{color:#444;font-size:16px;font-weight:400;margin:0 0 16px}.mapplic-hovertip{min-width:50px;pointer-events:none}.mapplic-hovertip .mapplic-tooltip-title{margin:0}.mapplic-tooltip-content{max-height:160px;overflow-y:auto}.mapplic-tooltip p,.mapplic-tooltip-description{color:#bbb;font-size:13px;line-height:16px}.mapplic-tooltip-link{background-color:#ccc;color:#fff!important;float:right;font-size:14px;line-height:26px;padding:0 8px;margin-top:10px}.mapplic-tooltip-link:hover{background-color:#aaa}.mapplic-tooltip img{max-width:100%}.mapplic-tooltip-triangle{background-image:url(images/tooltip-triangle.png);width:14px;height:6px;position:absolute;bottom:0;left:50%;margin-bottom:-6px;margin-left:-7px}.mapplic-tooltip-close{background-image:url(images/cross.png);background-color:transparent;border:none;float:right;margin:0 -4px 0 0;width:10px;height:10px}.mapplic-coordinates{background-color:rgba(255,255,255,.9);color:#333;position:absolute;margin:10px 10px 10px -80px;padding:4px 6px;font-size:14px;top:0;left:50%;pointer-events:none}@media all and (max-width:479px){.mapplic-container,.mapplic-sidebar{width:100%}.mapplic-container{height:400px}.mapplic-tooltip{max-width:160px}.mapplic-minimap{width:80px}.mapplic-element{height:auto!important}.mapplic-fullscreen-button{display:none}}
.dd,.dd-list{display:block;padding:0;list-style:none}.dd,.dd-empty,.dd-item,.dd-placeholder{margin:0;font-size:13px;line-height:20px;position:relative}.dd,.dd-item>button,.dd-list{position:relative}.dd-handle,.dd-item>button{font-weight:700;margin:5px 0}.dd-item>button,.dd3-handle{cursor:pointer;white-space:nowrap;overflow:hidden}.dd{max-width:600px}.dd-list{margin:0}.dd-list .dd-list{padding-left:30px}.dd-collapsed .dd-list{display:none}.dd-empty,.dd-item,.dd-placeholder{display:block;padding:0;min-height:20px}.dd-handle{display:block;height:30px;padding:5px 10px;color:#6F7B8A;text-decoration:none;border:1px solid #e5e9ec;background:#fff;-webkit-border-radius:3px;border-radius:3px;box-sizing:border-box;-moz-box-sizing:border-box}.dd-handle:hover{background-color:#fbfcfd}.dd-item>button{display:block;float:left;width:25px;height:20px;padding:0;text-indent:100%;border:0;background:0 0;font-size:12px;line-height:1;text-align:center}.dd-item>button:before{content:'+';display:block;position:absolute;width:100%;text-align:center;text-indent:0}.dd-item>button[data-action=collapse]:before{content:'-'}.dd-empty,.dd-placeholder{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;box-sizing:border-box;-moz-box-sizing:border-box}.dd-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-image:-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-size:60px 60px;background-position:0 0,30px 30px}.dd-dragel{position:absolute;pointer-events:none;z-index:9999}.dd-dragel>.dd-item .dd-handle{margin-top:0}.dd-dragel .dd-handle{-webkit-box-shadow:2px 4px 6px 0 rgba(0,0,0,.1);box-shadow:2px 4px 6px 0 rgba(0,0,0,.1)}.nestable-lists{display:block;clear:both;padding:0;width:100%;border:0}#nestable-menu{padding:0;margin:20px 0}#nestable-output,#nestable2-output{width:100%;height:7em;font-size:.75em;line-height:1.333333em;font-family:Consolas,monospace;padding:5px;box-sizing:border-box;-moz-box-sizing:border-box}.dark .dd-handle{color:#6F7B8A;border:none;background:#d9e0e4}.dark .dd-handle:hover{background:#d1dade;color:#505458}.dark .dd-item>button:before{color:#8E9AA2}@media only screen and (min-width:700px){.dd{float:left;width:48%}.dd+.dd{margin-left:2%}}.dd-hover>.dd-handle{background:#2ea8e5!important}.dd3-content{display:block;height:30px;margin:5px 0;padding:5px 10px 5px 40px;color:#333;text-decoration:none;font-weight:700;border:1px solid #ccc;background:#fafafa;background:-webkit-linear-gradient(top,#fafafa 0,#eee 100%);background:-moz-linear-gradient(top,#fafafa 0,#eee 100%);background:linear-gradient(top,#fafafa 0,#eee 100%);-webkit-border-radius:3px;border-radius:3px;box-sizing:border-box;-moz-box-sizing:border-box}.dd3-content:hover{color:#2ea8e5;background:#fff}.dd-dragel>.dd3-item>.dd3-content{margin:0}.dd3-item>button{margin-left:30px}.dd3-handle{position:absolute;margin:0;left:0;top:0;width:30px;text-indent:100%;border:1px solid #aaa;background:#ddd;background:-webkit-linear-gradient(top,#ddd 0,#bbb 100%);background:-moz-linear-gradient(top,#ddd 0,#bbb 100%);background:linear-gradient(top,#ddd 0,#bbb 100%);border-top-right-radius:0;border-bottom-right-radius:0}.dd3-handle:before{content:'≡';display:block;position:absolute;left:0;top:3px;width:100%;text-align:center;text-indent:0;color:#fff;font-size:20px;font-weight:400}.dd3-handle:hover{background:#ddd}
.noUi-base,.noUi-target{position:relative}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-base{width:100%;height:100%}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0;border-radius:2px}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-handle,.noUi-origin{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0;border-radius:2px}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-horizontal.noUi-extended{padding:0 15px}.noUi-horizontal.noUi-extended .noUi-origin{right:-15px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-vertical.noUi-extended{padding:15px 0}.noUi-vertical.noUi-extended .noUi-origin{bottom:-15px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}
/*!
angular-xeditable - 0.1.8
Edit-in-place for angular.js
Build date: 2014-01-10 
*/.editable-buttons,.editable-range output{display:inline-block;vertical-align:top}.editable-wrap{display:inline-block;white-space:nowrap;margin:0}.editable-wrap .editable-controls,.editable-wrap .editable-controls>input,.editable-wrap .editable-controls>select,.editable-wrap .editable-controls>textarea,.editable-wrap .editable-error{margin-bottom:0}.editable-wrap .editable-input{display:inline-block}.editable-buttons button{margin-left:5px}.editable-input.editable-has-buttons{width:auto}.editable-bstime .editable-input input[type=text]{width:46px}.editable-bstime .well-small{margin-bottom:0;padding:10px}.editable-range output{min-width:30px;text-align:center}.editable-color input[type=color]{width:50px}.editable-checkbox label span,.editable-checklist label span,.editable-radiolist label span{margin-left:7px;margin-right:10px}.editable-hide{display:none!important}.editable-click,a.editable-click{text-decoration:none;color:#428bca;border-bottom:dashed 1px #428bca}.editable-click:hover,a.editable-click:hover{text-decoration:none;color:#2a6496;border-bottom-color:#2a6496}.editable-empty,.editable-empty:focus,.editable-empty:hover,a.editable-empty,a.editable-empty:focus,a.editable-empty:hover{font-style:italic;color:#D14;text-decoration:none}
.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}
.ai-indicator,.ai-indicator *,.ai-indicator :after,.ai-indicator :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ai-white-spin{border-color:rgba(255,255,255,.5) rgba(255,255,255,.5) #fff #fff}.ai-white-parent>*{background:#fff}.ai-grey-spin{border-color:rgba(189,195,199,.5) rgba(189,195,199,.5) #bdc3c7 #bdc3c7}.ai-grey-parent>*{background:#bdc3c7}.ai-dark-spin{border-color:rgba(44,62,80,.5) rgba(44,62,80,.5) #2c3e50 #2c3e50}.ai-dark-parent>*{background:#2c3e50}.ai-circled{height:32px;width:32px;position:relative;border-width:5px;border-style:solid;border-radius:100%;-webkit-animation:ai-clockwise .6s linear infinite;animation:ai-clockwise .6s linear infinite}@-webkit-keyframes ai-clockwise{to{-webkit-transform:rotate(360deg) translateZ(0);transform:rotate(360deg) translateZ(0)}}@keyframes ai-clockwise{to{-webkit-transform:rotate(360deg) translateZ(0);-ms-transform:rotate(360deg) translateZ(0);transform:rotate(360deg) translateZ(0)}}.ai-dotted{width:36px}.ai-dotted .ai-inner1,.ai-dotted .ai-inner2,.ai-dotted .ai-inner3{display:inline-block;margin:.125em;width:.5em;height:.5em;border-radius:100%;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:ai-rotate .75s linear infinite;animation:ai-rotate .75s linear infinite}.ai-dotted .ai-inner2{-webkit-animation-delay:.1875s;animation-delay:.1875s}.ai-dotted .ai-inner3{-webkit-animation-delay:375ms;animation-delay:375ms}@-webkit-keyframes ai-rotate{0%,50%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-.25em);transform:translateY(-.25em)}70%{-webkit-transform:translateY(.25em);transform:translateY(.25em)}}@keyframes ai-rotate{0%,50%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-.25em);-ms-transform:translateY(-.25em);transform:translateY(-.25em)}70%{-webkit-transform:translateY(.25em);-ms-transform:translateY(.25em);transform:translateY(.25em)}}.ai-spinner{position:absolute;width:100px;height:100px;-webkit-animation:ai-rotateThis 1s infinite linear;animation:ai-rotateThis 1s infinite linear;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}.ai-spinner>*{width:10px;height:30px;position:absolute;top:35px;left:45px;border-radius:50px}@-webkit-keyframes ai-rotateThis{from{-webkit-transform:scale(.3) rotate(0);transform:scale(.3) rotate(0)}to{-webkit-transform:scale(.3) rotate(360deg);transform:scale(.3) rotate(360deg)}}@keyframes ai-rotateThis{from{-webkit-transform:scale(.3) rotate(0);-ms-transform:scale(.3) rotate(0);transform:scale(.3) rotate(0)}to{-webkit-transform:scale(.3) rotate(360deg);-ms-transform:scale(.3) rotate(360deg);transform:scale(.3) rotate(360deg)}}.ai-bar1{-webkit-transform:rotate(0) translate(0,-40px);-ms-transform:rotate(0) translate(0,-40px);transform:rotate(0) translate(0,-40px);opacity:.1}.ai-bar2{-webkit-transform:rotate(36deg) translate(0,-40px);-ms-transform:rotate(36deg) translate(0,-40px);transform:rotate(36deg) translate(0,-40px);opacity:.2}.ai-bar3{-webkit-transform:rotate(72deg) translate(0,-40px);-ms-transform:rotate(72deg) translate(0,-40px);transform:rotate(72deg) translate(0,-40px);opacity:.3}.ai-bar4{-webkit-transform:rotate(108deg) translate(0,-40px);-ms-transform:rotate(108deg) translate(0,-40px);transform:rotate(108deg) translate(0,-40px);opacity:.4}.ai-bar5{-webkit-transform:rotate(144deg) translate(0,-40px);-ms-transform:rotate(144deg) translate(0,-40px);transform:rotate(144deg) translate(0,-40px);opacity:.5}.ai-bar6{-webkit-transform:rotate(180deg) translate(0,-40px);-ms-transform:rotate(180deg) translate(0,-40px);transform:rotate(180deg) translate(0,-40px);opacity:.6}.ai-bar7{-webkit-transform:rotate(216deg) translate(0,-40px);-ms-transform:rotate(216deg) translate(0,-40px);transform:rotate(216deg) translate(0,-40px);opacity:.7}.ai-bar8{-webkit-transform:rotate(252deg) translate(0,-40px);-ms-transform:rotate(252deg) translate(0,-40px);transform:rotate(252deg) translate(0,-40px);opacity:.8}.ai-bar9{-webkit-transform:rotate(288deg) translate(0,-40px);-ms-transform:rotate(288deg) translate(0,-40px);transform:rotate(288deg) translate(0,-40px);opacity:.9}.ai-bar10{-webkit-transform:rotate(324deg) translate(0,-40px);-ms-transform:rotate(324deg) translate(0,-40px);transform:rotate(324deg) translate(0,-40px);opacity:1}
.chasing-dots-spinner{margin:100px auto;width:40px;height:40px;position:relative;text-align:center;-webkit-animation:rotate 2s infinite linear;animation:rotate 2s infinite linear}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#333;border-radius:100%;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}.spinning-dots-spinner{margin:100px auto;width:20px;height:20px;position:relative}.container1>div,.container2>div,.container3>div{width:6px;height:6px;background-color:#333;border-radius:100%;position:absolute;-webkit-animation:bouncedelay 1.2s infinite ease-in-out;animation:bouncedelay 1.2s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.spinning-dots-spinner .spinner-container{position:absolute;width:100%;height:100%}.container2{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.container3{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.circle1{top:0;left:0}.circle2{top:0;right:0}.circle3{right:0;bottom:0}.circle4{left:0;bottom:0}.container2 .circle1{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.container3 .circle1{-webkit-animation-delay:-1s;animation-delay:-1s}.container1 .circle2{-webkit-animation-delay:-.9s;animation-delay:-.9s}.container2 .circle2{-webkit-animation-delay:-.8s;animation-delay:-.8s}.container3 .circle2{-webkit-animation-delay:-.7s;animation-delay:-.7s}.container1 .circle3{-webkit-animation-delay:-.6s;animation-delay:-.6s}.container2 .circle3{-webkit-animation-delay:-.5s;animation-delay:-.5s}.container3 .circle3{-webkit-animation-delay:-.4s;animation-delay:-.4s}.container1 .circle4{-webkit-animation-delay:-.3s;animation-delay:-.3s}.container2 .circle4{-webkit-animation-delay:-.2s;animation-delay:-.2s}.container3 .circle4{-webkit-animation-delay:-.1s;animation-delay:-.1s}.double-bounce-spinner{width:40px;height:40px;position:relative;margin:100px auto}.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.pulse-spinner,.three-bounce-spinner>div{background-color:#333;border-radius:100%}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.pulse-spinner{width:40px;height:40px;margin:100px auto;-webkit-animation:scaleout 1s infinite ease-in-out;animation:scaleout 1s infinite ease-in-out}@-webkit-keyframes scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes scaleout{0%{transform:scale(0);-webkit-transform:scale(0)}100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}}.three-dots-row-spinner{width:30px;height:30px;background-color:#333;margin:100px auto;-webkit-animation:rotateplane 1.2s infinite ease-in-out;animation:rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.wandering-cubes-spinner{margin:100px auto;width:32px;height:32px;position:relative}.wandering-cubes-spinner:after,.wandering-cubes-spinner:before{content:'';background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:cubemove 1.8s infinite ease-in-out;animation:cubemove 1.8s infinite ease-in-out}.wandering-cubes-spinner:after{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes cubemove{25%{-webkit-transform:translateX(22px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(22px) translateY(22px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(22px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes cubemove{25%{transform:translateX(42px) rotate(-90deg) scale(.5);-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{transform:translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.wave-spinner{margin:100px auto;width:50px;height:30px;text-align:center;font-size:10px}.wave-spinner>div{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:stretchdelay 1.2s infinite ease-in-out;animation:stretchdelay 1.2s infinite ease-in-out}.wave-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.wave-spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.wave-spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.wave-spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes stretchdelay{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.three-bounce-spinner{margin:100px auto 0;width:70px;text-align:center}.three-bounce-spinner>div{width:18px;height:18px;display:inline-block;-webkit-animation:bouncedelay 1.4s infinite ease-in-out both;animation:bouncedelay 1.4s infinite ease-in-out both}.three-bounce-spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.three-bounce-spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.cube-grid-spinner{width:30px;height:30px;margin:100px auto}.cube{width:33%;height:33%;background:#333;float:left;-webkit-animation:scaleDelay 1.3s infinite ease-in-out;animation:scaleDelay 1.3s infinite ease-in-out}.cube-grid-spinner .cube:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.cube-grid-spinner .cube:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.cube-grid-spinner .cube:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.cube-grid-spinner .cube:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}.cube-grid-spinner .cube:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}.cube-grid-spinner .cube:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.cube-grid-spinner .cube:nth-child(7){-webkit-animation-delay:0ms;animation-delay:0ms}.cube-grid-spinner .cube:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}.cube-grid-spinner .cube:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes scaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1)}}@keyframes scaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(1,1,1);transform:scale3D(0,0,1)}}.word-press-spinner{background:#333;width:30px;height:30px;display:inline-block;border-radius:30px;position:relative;-webkit-animation:inner-circle 1s linear infinite;animation:inner-circle 1s linear infinite}.inner-circle{display:block;background:#fff;width:8px;height:8px;position:absolute;border-radius:8px;top:5px;left:5px}@-webkit-keyframes inner-circle{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes inner-circle{0%{transform:rotate(0);-webkit-transform:rotate(0)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}.fading-circle-spinner{margin:100px auto;width:22px;height:22px;position:relative}.fading-circle{width:100%;height:100%;position:absolute;left:0;top:0}.fading-circle:before{content:'';display:block;margin:0 auto;width:18%;height:18%;background-color:#333;border-radius:100%;-webkit-animation:fadedelay 1.2s infinite ease-in-out both;animation:fadedelay 1.2s infinite ease-in-out both}.fading-circle2{transform:rotate(30deg);-webkit-transform:rotate(30deg)}.fading-circle3{transform:rotate(60deg);-webkit-transform:rotate(60deg)}.fading-circle4{transform:rotate(90deg);-webkit-transform:rotate(90deg)}.fading-circle5{transform:rotate(120deg);-webkit-transform:rotate(120deg)}.fading-circle6{transform:rotate(150deg);-webkit-transform:rotate(150deg)}.fading-circle7{transform:rotate(180deg);-webkit-transform:rotate(180deg)}.fading-circle8{transform:rotate(210deg);-webkit-transform:rotate(210deg)}.fading-circle9{transform:rotate(240deg);-webkit-transform:rotate(240deg)}.fading-circle10{transform:rotate(270deg);-webkit-transform:rotate(270deg)}.fading-circle11{transform:rotate(300deg);-webkit-transform:rotate(300deg)}.fading-circle12{transform:rotate(330deg);-webkit-transform:rotate(330deg)}.fading-circle2:before{animation-delay:-1.1s;-webkit-animation-delay:-1.1s}.fading-circle3:before{animation-delay:-1s;-webkit-animation-delay:-1s}.fading-circle4:before{animation-delay:-.9s;-webkit-animation-delay:-.9s}.fading-circle5:before{animation-delay:-.8s;-webkit-animation-delay:-.8s}.fading-circle6:before{animation-delay:-.7s;-webkit-animation-delay:-.7s}.fading-circle7:before{animation-delay:-.6s;-webkit-animation-delay:-.6s}.fading-circle8:before{animation-delay:-.5s;-webkit-animation-delay:-.5s}.fading-circle9:before{animation-delay:-.4s;-webkit-animation-delay:-.4s}.fading-circle10:before{animation-delay:-.3s;-webkit-animation-delay:-.3s}.fading-circle11:before{animation-delay:-.2s;-webkit-animation-delay:-.2s}.fading-circle12:before{animation-delay:-.1s;-webkit-animation-delay:-.1s}@-webkit-keyframes fadedelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes fadedelay{0%,100%,39%{opacity:0}40%{opacity:1}}
/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select.btn-group .dropdown-menu li.disabled a,.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle,.bootstrap-select.form-control:not([class*=col-]),.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select .dropdown-toggle:focus{outline:#333 dotted thin!important;outline:-webkit-focus-ring-color auto 5px!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control.input-group-btn{z-index:auto}.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,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;-webkit-transition:350ms linear all;-moz-transition:350ms linear all;-o-transition:350ms linear all;transition:350ms linear all}#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active,#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active{opacity:0}#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave,#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave{opacity:1}#loading-bar .bar{-webkit-transition:width 350ms;-moz-transition:width 350ms;-o-transition:width 350ms;transition:width 350ms;background:#29d;position:fixed;z-index:10002;top:0;left:0;width:100%;height:2px;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:70px;right:0;top:0;height:2px;opacity:.45;-moz-box-shadow:#29d 1px 0 6px 1px;-ms-box-shadow:#29d 1px 0 6px 1px;-webkit-box-shadow:#29d 1px 0 6px 1px;box-shadow:#29d 1px 0 6px 1px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:10002;top:10px;left:10px}#loading-bar-spinner .spinner-icon{width:14px;height:14px;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:loading-bar-spinner .4s linear infinite;-moz-animation:loading-bar-spinner .4s linear infinite;-ms-animation:loading-bar-spinner .4s linear infinite;-o-animation:loading-bar-spinner .4s linear infinite;animation:loading-bar-spinner .4s linear infinite}@-webkit-keyframes loading-bar-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes loading-bar-spinner{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes loading-bar-spinner{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes loading-bar-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-bar-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-center{top:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-center{bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-center{top:45%}#toast-container{position:fixed;z-index:999999}#toast-container.toast-bottom-center,#toast-container.toast-center,#toast-container.toast-top-center{width:100%;pointer-events:none}#toast-container.toast-bottom-center>div,#toast-container.toast-center>div,#toast-container.toast-top-center>div{margin:auto;pointer-events:auto}#toast-container.toast-bottom-center>button,#toast-container.toast-center>button,#toast-container.toast-top-center>button{pointer-events:auto}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-wait{background-image:url(data:image/gif;base64,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)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info,.toast-wait{background-color:#2f96b4}.toast-warning{background-color:#f89406}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}:not(.no-enter)#toast-container>div.ng-enter,:not(.no-leave)#toast-container>div.ng-leave{-webkit-transition:1s cubic-bezier(.25,.25,.75,.75) all;-moz-transition:1s cubic-bezier(.25,.25,.75,.75) all;-ms-transition:1s cubic-bezier(.25,.25,.75,.75) all;-o-transition:1s cubic-bezier(.25,.25,.75,.75) all;transition:1s cubic-bezier(.25,.25,.75,.75) all}:not(.no-enter)#toast-container>div.ng-enter.ng-enter-active,:not(.no-leave)#toast-container>div.ng-leave{opacity:.8}:not(.no-enter)#toast-container>div.ng-enter,:not(.no-leave)#toast-container>div.ng-leave.ng-leave-active{opacity:0}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-list{background:url(ajax-loader.gif) center center no-repeat #fff}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;margin-top:-10px;cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-slider{margin-bottom:30px}.slick-dots{bottom:-45px;width:100%;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.ps-container.ps-in-scrolling,.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x,.ps-container>.ps-scrollbar-y-rail{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;position:absolute}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#aaa;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
[videogular] vg-overlay-play .play:before,[videogular] vg-play-pause-button .play:before,videogular vg-overlay-play .play:before,videogular vg-play-pause-button .play:before{content:"\e000"}@font-face{font-family:videogular;src:url(fonts/videogular.eot);src:url(fonts/videogular.eot?#iefix) format("embedded-opentype"),url(fonts/videogular.woff) format("woff"),url(fonts/videogular.ttf) format("truetype"),url(fonts/videogular.svg#videogular) format("svg");font-weight:400;font-style:normal}[videogular],videogular{width:100%;height:100%;position:relative;background-color:#000;display:block;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:moz-none;-ms-user-select:none;user-select:none}[videogular] button,videogular button{cursor:pointer}[videogular].fullscreen,videogular.fullscreen{position:fixed;left:0;top:0}[videogular] vg-media,videogular vg-media{width:100%;height:100%;max-width:100%;max-height:100%;display:block}[videogular] vg-media video,videogular vg-media video{width:100%;height:100%;max-width:100%;max-height:100%}[videogular] vg-media video::-webkit-media-text-track-container,videogular vg-media video::-webkit-media-text-track-container{bottom:50px}[videogular] .iconButton,videogular .iconButton{color:#FFF;font-family:videogular;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;background:0 0;padding:6px;border:none}[videogular] .iconButton:focus,videogular .iconButton:focus{border:1px solid #fff}[videogular] vg-poster,videogular vg-poster{width:100%;height:100%;max-width:100%;max-height:100%;position:absolute;display:block;z-index:1;top:0;pointer-events:none}[videogular] vg-poster img,videogular vg-poster img{width:auto;height:auto;max-width:100%;max-height:100%;top:0;bottom:0;right:0;left:0;margin:auto;position:absolute}[videogular] vg-poster img.pause,[videogular] vg-poster img.play,videogular vg-poster img.pause,videogular vg-poster img.play{display:none}[videogular] vg-poster img.stop,videogular vg-poster img.stop{display:block}[videogular] vg-overlay-play,videogular vg-overlay-play{width:100%;height:100%;max-width:100%;max-height:100%;position:absolute;z-index:2;top:0}[videogular] vg-overlay-play .overlayPlayContainer,videogular vg-overlay-play .overlayPlayContainer{font-size:100px;width:100%;height:100%;max-width:100%;max-height:100%;position:absolute;display:table;cursor:pointer;zoom:1;filter:alpha(opacity=60);opacity:.6}[videogular] vg-overlay-play .overlayPlayContainer div,videogular vg-overlay-play .overlayPlayContainer div{vertical-align:middle;text-align:center;display:table-cell}[videogular] vg-controls,videogular vg-controls{width:100%;height:50px;display:block;position:absolute;z-index:3;top:calc(100% - 50px)}[videogular] vg-controls .controls-container,videogular vg-controls .controls-container{width:100%;height:50px;background-color:rgba(0,0,0,.5);position:absolute;display:table;zoom:1}[videogular] vg-play-pause-button,videogular vg-play-pause-button{display:table-cell;width:50px;vertical-align:middle;text-align:center;cursor:pointer}[videogular] vg-time-display,videogular vg-time-display{color:#FFF;display:table-cell;font-family:Arial;font-size:18px;width:75px;vertical-align:middle;text-align:center;cursor:default}[videogular] .vgTimeDisplay,videogular .vgTimeDisplay{display:table-cell;font-family:Arial;font-size:18px;width:auto}[videogular] vg-scrub-bar,videogular vg-scrub-bar{width:auto;display:table-cell;cursor:pointer;vertical-align:middle}[videogular] vg-scrub-bar [role=slider],videogular vg-scrub-bar [role=slider]{margin-top:24px;margin-bottom:24px;height:2px;background-color:#000}[videogular] vg-scrub-bar :focus vg-scrub-bar-current-time,videogular vg-scrub-bar :focus vg-scrub-bar-current-time{border-right:6px #000 groove}[videogular] vg-scrub-bar-current-time,videogular vg-scrub-bar-current-time{background-color:#FFF;width:100%;height:100%;display:block;cursor:pointer}[videogular] vg-scrub-bar-cue-points,videogular vg-scrub-bar-cue-points{width:100%;height:100%;display:block;position:relative}[videogular] vg-scrub-bar-cue-points .cue-point-timeline,videogular vg-scrub-bar-cue-points .cue-point-timeline{color:#FFF;padding-top:3px}[videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point,videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point{position:absolute;height:3px;background-color:#FFF}[videogular] vg-fullscreen-button,[videogular] vg-playback-button,[videogular] vg-volume,videogular vg-fullscreen-button,videogular vg-playback-button,videogular vg-volume{display:table-cell;width:50px;vertical-align:middle;text-align:center;cursor:pointer}[videogular] vg-volume-bar,videogular vg-volume-bar{width:50px;height:100px;top:-100px;margin-left:-25px;vertical-align:middle;text-align:center;position:absolute;cursor:pointer}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){[videogular] vg-volume-bar,videogular vg-volume-bar{zoom:1;filter:alpha(opacity=50);opacity:.5}}[videogular] vg-volume-bar .verticalVolumeBar,videogular vg-volume-bar .verticalVolumeBar{width:50px;height:100px;background-color:#000;position:absolute}[videogular] vg-volume-bar .volumeBackground,videogular vg-volume-bar .volumeBackground{width:20px;height:70px;left:15px;top:15px;background-color:#222;position:absolute}[videogular] vg-volume-bar .volumeValue,videogular vg-volume-bar .volumeValue{width:20px;height:100%;background-color:#FFF;position:absolute}[videogular] vg-volume-bar .volumeClickArea,videogular vg-volume-bar .volumeClickArea{width:20px;height:100%;position:absolute}[videogular] vg-controls .hide-animation,videogular vg-controls .hide-animation{animation:hideControlsAnimationFrames ease-out .5s;animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation:hideControlsAnimationFrames ease-out .5s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-moz-animation:hideControlsAnimationFrames ease-out .5s;-moz-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-o-animation:hideControlsAnimationFrames ease-out .5s;-o-animation-iteration-count:1;-o-animation-fill-mode:forwards;-ms-animation:hideControlsAnimationFrames ease-out .5s;-ms-animation-iteration-count:1;-ms-animation-fill-mode:forwards}@keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}@-moz-keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}@-webkit-keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}@-o-keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}@-ms-keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}[videogular] vg-controls .show-animation,videogular vg-controls .show-animation{animation:showControlsAnimationFrames ease-out .5s;animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation:showControlsAnimationFrames ease-out .5s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-moz-animation:showControlsAnimationFrames ease-out .5s;-moz-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-o-animation:showControlsAnimationFrames ease-out .5s;-o-animation-iteration-count:1;-o-animation-fill-mode:forwards;-ms-animation:showControlsAnimationFrames ease-out .5s;-ms-animation-iteration-count:1;-ms-animation-fill-mode:forwards}@keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}@-moz-keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}@-webkit-keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}@-o-keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}@-ms-keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}[videogular] vg-play-pause-button .pause:before,videogular vg-play-pause-button .pause:before{content:"\e001"}[videogular] vg-mute-button,videogular vg-mute-button{width:50px;display:block}[videogular] vg-mute-button .level3:before,videogular vg-mute-button .level3:before{content:"\e002"}[videogular] vg-mute-button .level2:before,videogular vg-mute-button .level2:before{content:"\e003"}[videogular] vg-mute-button .level1:before,videogular vg-mute-button .level1:before{content:"\e004"}[videogular] vg-mute-button .level0:before,videogular vg-mute-button .level0:before{content:"\e005"}[videogular] vg-mute-button .mute:before,videogular vg-mute-button .mute:before{content:"\e006"}[videogular] vg-fullscreen-button .enter:before,videogular vg-fullscreen-button .enter:before{content:"\e007"}[videogular] vg-fullscreen-button .exit:before,videogular vg-fullscreen-button .exit:before{content:"\e008"}[videogular] vg-buffering,videogular vg-buffering{width:100%;height:100%;position:absolute;z-index:4;top:0}[videogular] vg-buffering .bufferingContainer,videogular vg-buffering .bufferingContainer{width:100%;position:absolute;cursor:pointer;top:50%;margin-top:-50px;zoom:1;filter:alpha(opacity=60);opacity:.6}[videogular] vg-buffering .loadingSpinner,videogular vg-buffering .loadingSpinner{background-color:transparent;border:5px solid #fff;opacity:.9;border-top:5px solid transparent;border-left:5px solid transparent;border-radius:50px;box-shadow:0 0 35px #FFF;width:50px;height:50px;margin:0 auto;-moz-animation:spin .5s infinite linear;-webkit-animation:spin .5s infinite linear}[videogular] vg-buffering .loadingSpinner .stop,videogular vg-buffering .loadingSpinner .stop{-webkit-animation-play-state:paused;-moz-animation-play-state:paused}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}@-moz-keyframes spinoff{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spinoff{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(-360deg)}}[videogular] vg-ima-ads,videogular vg-ima-ads{width:100%;height:100%;position:absolute;z-index:5;top:0;display:none}
tags-input{display:block}tags-input *,tags-input :after,tags-input :before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}tags-input .host{position:relative;margin-top:5px;margin-bottom:5px;height:100%}tags-input .host:active{outline:0}tags-input .tags{-moz-appearance:textfield;-webkit-appearance:textfield;padding:1px;overflow:hidden;word-wrap:break-word;cursor:text;background-color:#fff;border:1px solid #a9a9a9;box-shadow:1px 1px 1px 0 #d3d3d3 inset;height:100%}tags-input .tags.focused{outline:0;-webkit-box-shadow:0 0 3px 1px rgba(5,139,242,.6);-moz-box-shadow:0 0 3px 1px rgba(5,139,242,.6);box-shadow:0 0 3px 1px rgba(5,139,242,.6)}tags-input .tags .tag-list{margin:0;padding:0;list-style-type:none}tags-input .tags .tag-item{margin:2px;padding:0 5px;display:inline-block;float:left;font:14px "Helvetica Neue",Helvetica,Arial,sans-serif;height:26px;line-height:25px;border:1px solid #acacac;border-radius:3px;background:-webkit-linear-gradient(top,#f0f9ff 0,#cbebff 47%,#a1dbff 100%);background:linear-gradient(to bottom,#f0f9ff 0,#cbebff 47%,#a1dbff 100%)}tags-input .tags .tag-item.selected{background:-webkit-linear-gradient(top,#febbbb 0,#fe9090 45%,#ff5c5c 100%);background:linear-gradient(to bottom,#febbbb 0,#fe9090 45%,#ff5c5c 100%)}tags-input .tags .tag-item .remove-button{margin:0 0 0 5px;padding:0;border:none;background:0 0;cursor:pointer;vertical-align:middle;font:700 16px Arial,sans-serif;color:#585858}tags-input .tags .input.invalid-tag,tags-input .tags .tag-item .remove-button:active{color:red}tags-input .tags .input{border:0;outline:0;margin:2px;padding:0 0 0 5px;float:left;height:26px;font:14px "Helvetica Neue",Helvetica,Arial,sans-serif}tags-input .tags .input::-ms-clear{display:none}tags-input.ng-invalid .tags{-webkit-box-shadow:0 0 3px 1px rgba(255,0,0,.6);-moz-box-shadow:0 0 3px 1px rgba(255,0,0,.6);box-shadow:0 0 3px 1px rgba(255,0,0,.6)}tags-input[disabled] .host:focus{outline:0}tags-input[disabled] .tags{background-color:#eee;cursor:default}tags-input[disabled] .tags .tag-item{opacity:.65;background:-webkit-linear-gradient(top,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%);background:linear-gradient(to bottom,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%)}tags-input[disabled] .tags .tag-item .remove-button{cursor:default}tags-input[disabled] .tags .tag-item .remove-button:active{color:#585858}tags-input[disabled] .tags .input{background-color:#eee;cursor:default}tags-input .autocomplete{margin-top:5px;position:absolute;padding:5px 0;z-index:999;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}tags-input .autocomplete .suggestion-list{margin:0;padding:0;list-style-type:none;max-height:280px;overflow-y:auto;position:relative}tags-input .autocomplete .suggestion-item{padding:5px 10px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:16px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000;background-color:#fff}tags-input .autocomplete .suggestion-item.selected,tags-input .autocomplete .suggestion-item.selected em{color:#fff;background-color:#0097cf}tags-input .autocomplete .suggestion-item em{font:normal 700 16px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000;background-color:#fff}
.redactor_box{position:relative;overflow:visible;border:1px solid #ddd;background-color:#fff}body .redactor_air{position:absolute;z-index:2}body .redactor_box_fullscreen{position:fixed;top:0;left:0;z-index:2000;overflow:hidden;width:100%}.redactor_box iframe{display:block;margin:0;padding:0}.redactor_box textarea,.redactor_box textarea:focus{position:relative;z-index:1004;display:block;overflow:auto;margin:0;padding:0;width:100%;outline:0;border:none;background-color:#222;box-shadow:none;color:#ccc;font-size:13px;font-family:Menlo,Monaco,monospace,sans-serif;resize:none}.redactor_editor,.redactor_editor blockquote,.redactor_editor div,.redactor_editor dl,.redactor_editor h1,.redactor_editor h2,.redactor_editor h3,.redactor_editor h4,.redactor_editor h5,.redactor_editor ol,.redactor_editor p,.redactor_editor pre,.redactor_editor table,.redactor_editor ul,.redactor_editor:focus{font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif!important}.redactor_editor code,.redactor_editor pre{font-family:Menlo,Monaco,monospace,sans-serif!important}.redactor_editor,.redactor_editor blockquote,.redactor_editor div,.redactor_editor dl,.redactor_editor ol,.redactor_editor p,.redactor_editor pre,.redactor_editor table,.redactor_editor ul,.redactor_editor:focus{font-size:15px!important;line-height:1.45em}.redactor_editor,.redactor_editor:focus{position:relative;overflow:auto;margin:0!important;padding:10px 10px 5px;outline:0;background:#fff!important;box-shadow:none!important;white-space:normal}.redactor_editor a{color:#15c!important;text-decoration:underline!important}.redactor_editor .redactor_placeholder{color:#999!important;display:block!important;margin-bottom:10px!important}.redactor_editor embed,.redactor_editor img,.redactor_editor object,.redactor_editor video{max-width:100%;width:auto}.redactor_editor img,.redactor_editor video{height:auto}.redactor_editor blockquote,.redactor_editor div,.redactor_editor dl,.redactor_editor ol,.redactor_editor p,.redactor_editor pre,.redactor_editor table,.redactor_editor ul{margin:0;margin-bottom:10px!important;border:none;background:0 0!important;box-shadow:none!important}.redactor_editor hr,.redactor_editor iframe,.redactor_editor object{margin-bottom:15px!important}.redactor_editor blockquote{margin-left:3em!important;color:#777;font-style:italic!important}.redactor_editor ol,.redactor_editor ul{padding-left:2em!important}.redactor_editor ol ol,.redactor_editor ol ul,.redactor_editor ul ol,.redactor_editor ul ul{margin:2px!important;padding:0 0 0 2em!important;border:none}.redactor_editor dl dt{font-weight:700}.redactor_editor dd{margin-left:1em}.redactor_editor table{border-collapse:collapse;font-size:1em!important}.redactor_editor table td{padding:5px!important;border:1px solid #ddd;vertical-align:top}.redactor_editor table thead td{border-bottom:2px solid #000!important;font-weight:700!important}.redactor_editor code{background-color:#d8d7d7!important}.redactor_editor pre{overflow:auto;padding:1em!important;border:1px solid #ddd!important;border-radius:3px!important;background:#f8f8f8!important;white-space:pre;font-size:90%!important}.redactor_editor hr{display:block;height:1px;border:0;border-top:1px solid #ccc}.redactor_editor h1,.redactor_editor h2,.redactor_editor h3,.redactor_editor h4,.redactor_editor h5{margin-top:0!important;margin-right:0!important;margin-left:0;padding:0!important;background:0 0;color:#000;font-weight:700}.redactor_editor h1{margin-bottom:10px;font-size:36px!important;line-height:40px!important}.redactor_editor h2{margin-bottom:10px;font-size:30px!important;line-height:38px!important}.redactor_editor h3{margin-bottom:10px;font-size:24px!important;line-height:30px}.redactor_editor h4{margin-bottom:10px;font-size:18px!important;line-height:24px!important}.redactor_editor h5{margin-bottom:10px;font-size:1em!important}.redactor_editor.redactor_editor_wym{padding:10px 7px 0!important;background:#f6f6f6!important}.redactor_editor_wym blockquote,.redactor_editor_wym div,.redactor_editor_wym dl,.redactor_editor_wym h1,.redactor_editor_wym h2,.redactor_editor_wym h3,.redactor_editor_wym h4,.redactor_editor_wym h5,.redactor_editor_wym h6,.redactor_editor_wym ol,.redactor_editor_wym p,.redactor_editor_wym pre,.redactor_editor_wym table,.redactor_editor_wym ul{margin:0 0 5px;padding:10px!important;border:1px solid #e4e4e4!important;background-color:#fff!important}.redactor_toolbar,.redactor_toolbar li{margin:0!important;list-style:none!important}.redactor_editor_wym div{border:1px dotted #aaa!important}.redactor_editor_wym pre{border:2px dashed #e4e4e4!important;background-color:#f8f8f8!important}.redactor_editor_wym ol,.redactor_editor_wym ul{padding-left:2em!important}.redactor_editor_wym ol li ol,.redactor_editor_wym ol li ul,.redactor_editor_wym ul li ol,.redactor_editor_wym ul li ul{border:none!important}.redactor_toolbar{position:relative;top:0;left:0;padding:0 0 0 2px!important;border:1px solid #ddd;border-bottom-color:#b8b8b8;background:#fafafa;background:-moz-linear-gradient(top,#fafafa 0,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(94%,#e5e5e5),color-stop(94%,#d3d3d3),color-stop(100%,#d3d3d3));background:-webkit-linear-gradient(top,#fafafa 0,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);background:-o-linear-gradient(top,#fafafa 0,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);background:-ms-linear-gradient(top,#fafafa 0,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);background:linear-gradient(to bottom,#fafafa 0,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);font-size:0;font-family:Helvetica,Arial,Verdana,Tahoma,sans-serif!important;line-height:0!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d3d3d3', GradientType=0 )}.redactor_toolbar:after{display:block;visibility:hidden;clear:both;height:0;content:"."}.redactor_box .redactor_toolbar{border:none;border-bottom:1px solid #b8b8b8}.redactor_toolbar.toolbar_fixed_box{border:1px solid #ddd;border-bottom-color:#b8b8b8}body .redactor_air .redactor_toolbar{padding-right:2px!important}.redactor_toolbar li{float:left!important;padding:1px 0 3px 1px;outline:0}.redactor_toolbar li.redactor_separator{float:left;margin:0 2px 0 3px!important;padding:0;height:29px;border-right:1px solid #f4f4f4;border-left:1px solid #d8d8d8}.redactor_toolbar li a{width:25px;height:25px;outline:0;border:1px solid transparent;text-decoration:none;font-size:0;line-height:0;cursor:pointer;zoom:1;display:block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAAZCAYAAABpXuA7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4NEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4M0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);background-position:0;background-repeat:no-repeat;text-indent:-9999px}.redactor_toolbar li.redactor_btn_right{float:none;float:right!important}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.redactor_toolbar li a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);background-size:auto 25px}}.redactor_toolbar li a:hover{outline:0;border-color:#98a6ba;border-color:rgba(162,185,208,.8);background-color:#d4dce9;background-color:rgba(176,199,223,.5)}.redactor_toolbar li a.redactor_act,.redactor_toolbar li a:active{outline:0;border-color:#b5b5b5;background-color:#ddd}.redactor_button_disabled{opacity:.3}.redactor_button_disabled:hover{outline:0;border-color:transparent!important;background-color:transparent!important;cursor:default}body .redactor_toolbar li a.redactor_btn_html{background-position:0}body .redactor_toolbar li a.redactor_btn_formatting{background-position:-25px}body .redactor_toolbar li a.redactor_btn_bold{background-position:-50px}body .redactor_toolbar li a.redactor_btn_italic{background-position:-75px}body .redactor_toolbar li a.redactor_btn_deleted{background-position:-500px}body .redactor_toolbar li a.redactor_btn_unorderedlist{background-position:-100px}body .redactor_toolbar li a.redactor_btn_orderedlist{background-position:-125px}body .redactor_toolbar li a.redactor_btn_outdent{background-position:-150px}body .redactor_toolbar li a.redactor_btn_indent{background-position:-175px}body .redactor_toolbar li a.redactor_btn_image{background-position:-200px}body .redactor_toolbar li a.redactor_btn_video{background-position:-225px}body .redactor_toolbar li a.redactor_btn_file{background-position:-250px}body .redactor_toolbar li a.redactor_btn_table{background-position:-275px}body .redactor_toolbar li a.redactor_btn_link{background-position:-300px}body .redactor_toolbar li a.redactor_btn_fontcolor{background-position:-325px}body .redactor_toolbar li a.redactor_btn_backcolor{background-position:-350px}body .redactor_toolbar li a.redactor_btn_alignleft{background-position:-375px}body .redactor_toolbar li a.redactor_btn_aligncenter{background-position:-400px}body .redactor_toolbar li a.redactor_btn_alignright{background-position:-425px}body .redactor_toolbar li a.redactor_btn_justify{background-position:-450px}body .redactor_toolbar li a.redactor_btn_horizontalrule{background-position:-475px}body .redactor_toolbar li a.redactor_btn_underline{background-position:-525px}body .redactor_toolbar li a.redactor_btn_fullscreen{background-position:-550px}body .redactor_toolbar li a.redactor_btn_normalscreen{background-position:-575px}body .redactor_toolbar li a.redactor_btn_clips{background-position:-600px}body .redactor_toolbar li a.redactor_btn_alignment{background-position:-625px}body .redactor_toolbar li a.redactor_btn_fontfamily{background-position:-650px}body .redactor_toolbar li a.redactor_btn_fontsize{background-position:-675px}body .redactor_toolbar li a.redactor_btn_direction{background-position:-700px}body .redactor_toolbar li a.redactor_btn_lists{background-position:-725px}body .redactor_toolbar li a.redactor_btn_font{background-position:-750px}body .redactor_toolbar li a.redactor_btn_h1{background-position:-775px}body .redactor_toolbar li a.redactor_btn_h2{background-position:-800px}body .redactor_toolbar li a.redactor_btn_h3{background-position:-825px}body .redactor_toolbar li a.redactor_btn_quote{background-position:-850px}body .redactor_toolbar li a.redactor_btn_pre{background-position:-875px}.redactor_format_blockquote{padding-left:10px;color:#666!important;font-style:italic}.redactor_format_pre{font-family:monospace,sans-serif}.redactor_format_h1,.redactor_format_h2,.redactor_format_h3,.redactor_format_h4{font-weight:700}.redactor_format_h1{font-size:30px;line-height:36px}.redactor_format_h2{font-size:24px;line-height:36px}.redactor_format_h3{font-size:20px;line-height:30px}.redactor_format_h4{font-size:16px;line-height:26px}.redactor_dropdown{position:absolute;top:28px;left:0;z-index:2004;padding:10px;width:200px;border:1px solid #ccc;background-color:#fff;box-shadow:0 2px 4px #ccc;font-size:13px;font-family:Helvetica,Arial,Verdana,Tahoma,sans-serif;line-height:21px}.redactor_separator_drop{padding:0!important;border-top:1px solid #ddd;font-size:0;line-height:0}.redactor_dropdown a{display:block;padding:3px 5px;color:#000;text-decoration:none}.redactor_dropdown a:hover{background-color:#dde4ef;color:#444!important;text-decoration:none}.redactor_color_link{float:left!important;padding:0!important;width:15px!important;height:15px!important;border:2px solid #fff!important;border-radius:4px!important;box-shadow:0 1px 2px rgba(0,0,0,.2) inset!important;font-size:0}.redactor_color_none{display:block;clear:both;padding:4px 0!important;font-size:11px;line-height:1}#redactor_modal_overlay{position:fixed;top:0;left:0;z-index:50000;margin:auto;width:100%;height:100%;background-color:#333!important;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}#redactor_modal{position:fixed;top:50%;left:50%;z-index:50001;padding:0;border-radius:3px;background:#f7f7f7;background:-moz-linear-gradient(top,#f7f7f7 0,#e2e2e2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(100%,#e2e2e2));background:-webkit-linear-gradient(top,#f7f7f7 0,#e2e2e2 100%);background:-o-linear-gradient(top,#f7f7f7 0,#e2e2e2 100%);background:-ms-linear-gradient(top,#f7f7f7 0,#e2e2e2 100%);background:linear-gradient(to bottom,#f7f7f7 0,#e2e2e2 100%);box-shadow:0 5px 60px #000;color:#000;text-shadow:0 1px 0 #fff;font-size:12px!important;font-family:Helvetica,Arial,Verdana,Tahoma,sans-serif;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2', GradientType=0 )}#redactor_modal header{padding:11px 30px 0 15px;border-radius:3px 3px 0 0;font-weight:700;font-size:12px}#redactor_modal section{padding:20px 30px}#redactor_modal_close{position:absolute;top:5px;right:5px;width:20px;height:20px;color:#777;font-size:20px;cursor:pointer}#redactor_modal_close:hover{color:#000}#redactor_modal label{display:block!important;float:none!important;margin:10px 0 3px!important;padding:0!important;font-size:12px!important}#redactor_modal textarea{display:block;margin-top:4px}.redactor_input{width:99%;font-size:14px}.redactor_modal_box{overflow:auto;margin-bottom:10px;height:350px}#redactor_image_box{overflow:auto;margin-bottom:10px;height:270px}#redactor_image_box_select{display:block;margin-bottom:15px;width:200px}#redactor_image_box img{margin-right:10px;margin-bottom:10px;max-width:100px;cursor:pointer}#redactor_tabs{margin-bottom:18px}#redactor_tabs a{display:inline-block;margin-right:5px;padding:4px 14px;border:1px solid #d2d2d2;border-radius:10px;background-color:#fff;color:#000;text-decoration:none;font-size:12px;line-height:1}#redactor_tabs a.redactor_tabs_act,#redactor_tabs a:hover{padding:5px 15px;border:none;background-color:#ddd;box-shadow:0 1px 2px rgba(0,0,0,.4) inset;color:#777!important;text-decoration:none!important;text-shadow:0 1px 0 #eee}#redactor_modal footer{padding:9px 30px 20px;border-radius:0 0 3px 3px;text-align:right}#redactor_modal input[type=radio],#redactor_modal input[type=checkbox]{position:relative;top:-1px}#redactor_modal input[type=email],#redactor_modal input[type=text],#redactor_modal input[type=password],#redactor_modal textarea{position:relative;z-index:2;margin:0;padding:1px 2px;height:23px;border:1px solid #ccc;border-radius:1px;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2) inset;color:#333;font-size:13px;font-family:Helvetica,Arial,Tahoma,sans-serif;line-height:1;-webkit-transition:border .3s ease-in;-moz-transition:border .3s ease-in;-ms-transition:border .3s ease-in;-o-transition:border .3s ease-in;transition:border .3s ease-in}#redactor_modal textarea{line-height:1.4em}#redactor_modal input:focus,#redactor_modal textarea:focus{outline:0;border-color:#5ca9e4;box-shadow:0 0 0 2px rgba(70,161,231,.3),0 1px 2px rgba(0,0,0,.2) inset}.redactor_modal_btn{position:relative;display:inline-block;margin-left:8px;padding:6px 16px 5px;outline:0;border:1px solid #ccc;border-bottom-color:#aaa;border-radius:4px;background-color:#f3f3f3;background-image:-moz-linear-gradient(top,#fff,#e1e1e1);background-image:-ms-linear-gradient(top,#fff,#e1e1e1);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e1e1e1));background-image:-webkit-linear-gradient(top,#fff,#e1e1e1);background-image:-o-linear-gradient(top,#fff,#e1e1e1);background-image:linear-gradient(top,#fff,#e1e1e1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#000;text-align:center;text-decoration:none;text-shadow:0 1px 0 #fff;font-weight:400;font-size:12px;font-family:Helvetica,Arial,Verdana,Tahoma,sans-serif;line-height:1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);cursor:pointer}.redactor_modal_btn:hover{color:#555;background:#f3f3f3;text-decoration:none;text-shadow:0 1px 0 rgba(255,255,255,.8);filter:none}.redactor_droparea{position:relative;margin:auto auto 5px;width:100%}.redactor_droparea .redactor_dropareabox{position:relative;z-index:1;padding:60px 0;width:99%;border:2px dashed #bbb;background-color:#fff;text-align:center}.redactor_dropalternative,.redactor_droparea .redactor_dropareabox{color:#555;font-size:12px}.redactor_dropalternative{margin:4px 0 2px}.redactor_dropareabox.hover{border-color:#aaa;background:#efe3b8}.redactor_dropareabox.error{border-color:#dcc3c3;background:#f7e5e5}.redactor_dropareabox.drop{border-color:#e0e5d6;background:#f4f4ee}.redactor-progress{height:12px;overflow:hidden;background-color:#f4f4f4;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);margin-bottom:1.5em}.redactor-progress .redactor-progress-bar{top:1px;left:1px;position:relative;background-color:#5af;width:0;height:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.redactor-progress-striped .redactor-progress-bar{background-image:url(data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw==)}.redactor-progress-striped .redactor-progress-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII=)}
/*!
 * jsonformatter
 * 
 * Version: 0.3.0 - 2015-07-09T13:22:11.385Z
 * License: MIT
 */.json-formatter-dark.json-formatter-row,.json-formatter-row{font-family:monospace}.json-formatter-dark.json-formatter-row .toggler.open:after,.json-formatter-row .toggler.open:after{transform:rotate(90deg)}.json-formatter-row,.json-formatter-row a,.json-formatter-row a:hover{color:#000;text-decoration:none}.json-formatter-row .json-formatter-row{margin-left:1em}.json-formatter-row .children.empty{opacity:.5;margin-left:1em}.json-formatter-row .children.empty.object:after{content:"No properties"}.json-formatter-row .children.empty.array:after{content:"[]"}.json-formatter-row .string{color:green;white-space:pre;word-wrap:break-word}.json-formatter-row .number{color:#00f}.json-formatter-row .boolean{color:red}.json-formatter-row .null{color:#855a00}.json-formatter-row .undefined{color:#ca0b69}.json-formatter-row .function{color:#ff20ed}.json-formatter-row .date{background-color:rgba(0,0,0,.05)}.json-formatter-row .url{text-decoration:underline;color:#00f;cursor:pointer}.json-formatter-row .bracket{color:#00f}.json-formatter-row .key{color:#00008b;cursor:pointer}.json-formatter-row .constructor-name{cursor:pointer}.json-formatter-row .toggler{font-size:.8em;line-height:1.2em;vertical-align:middle;opacity:.6;cursor:pointer}.json-formatter-row .toggler:after{display:inline-block;transition:transform .1s ease-in;content:"►"}.json-formatter-dark.json-formatter-row,.json-formatter-dark.json-formatter-row a,.json-formatter-dark.json-formatter-row a:hover{color:#fff;text-decoration:none}.json-formatter-dark.json-formatter-row .json-formatter-row{margin-left:1em}.json-formatter-dark.json-formatter-row .children.empty{opacity:.5;margin-left:1em}.json-formatter-dark.json-formatter-row .children.empty.object:after{content:"No properties"}.json-formatter-dark.json-formatter-row .children.empty.array:after{content:"[]"}.json-formatter-dark.json-formatter-row .string{color:#31f031;white-space:pre;word-wrap:break-word}.json-formatter-dark.json-formatter-row .number{color:#66c2ff}.json-formatter-dark.json-formatter-row .boolean{color:#ec4242}.json-formatter-dark.json-formatter-row .null{color:#eec97d}.json-formatter-dark.json-formatter-row .undefined{color:#ef8fbe}.json-formatter-dark.json-formatter-row .function{color:#fd48cb}.json-formatter-dark.json-formatter-row .date{background-color:rgba(255,255,255,.05)}.json-formatter-dark.json-formatter-row .url{text-decoration:underline;color:#027bff;cursor:pointer}.json-formatter-dark.json-formatter-row .bracket{color:#9494ff}.json-formatter-dark.json-formatter-row .key{color:#23a0db;cursor:pointer}.json-formatter-dark.json-formatter-row .constructor-name{cursor:pointer}.json-formatter-dark.json-formatter-row .toggler{font-size:.8em;line-height:1.2em;vertical-align:middle;opacity:.6;cursor:pointer}.json-formatter-dark.json-formatter-row .toggler:after{display:inline-block;transition:transform .1s ease-in;content:"►"}
@font-face{font-family:pages-icon;src:url(../fonts/pages-icon/Pages-icon.eot?-u69vo5);src:url(../fonts/pages-icon/Pages-icon.eot?#iefix-u69vo5) format('embedded-opentype'),url(../fonts/pages-icon/Pages-icon.woff?-u69vo5) format('woff'),url(../fonts/pages-icon/Pages-icon.ttf?-u69vo5) format('truetype'),url(../fonts/pages-icon/Pages-icon.svg?-u69vo5#Pages-icon) format('svg');font-weight:400;font-style:normal}.pg,[class*=" pg-"],[class^=pg-]{display:inline-block;font:normal normal normal 14px/1 pages-icon;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pg-signals:before{content:"\e61c"}.pg-crop:before{content:"\e657"}.pg-folder_alt:before{content:"\e658"}.pg-folder:before{content:"\e659"}.pg-theme:before{content:"\e65a"}.pg-battery_empty:before{content:"\e65b"}.pg-battery:before{content:"\e65c"}.pg-note:before{content:"\e65d"}.pg-server_hard:before{content:"\e65e"}.pg-servers:before{content:"\e65f"}.pg-menu_justify:before{content:"\e660"}.pg-credit_card:before{content:"\e60f"}.pg-fullscreen_restore:before{content:"\e633"}.pg-fullscreen:before{content:"\e634"}.pg-minus:before{content:"\e635"}.pg-minus_circle:before{content:"\e63a"}.pg-plus_circle:before{content:"\e656"}.pg-refresh_new:before{content:"\e600"}.pg-close_line:before{content:"\e601"}.pg-close:before{content:"\e60a"}.pg-arrow_down:before{content:"\e60b"}.pg-arrow_left_line_alt:before{content:"\e628"}.pg-arrow_left:before{content:"\e629"}.pg-arrow_lright_line_alt:before{content:"\e62a"}.pg-arrow_maximize_line:before{content:"\e62b"}.pg-arrow_maximize:before{content:"\e62c"}.pg-arrow_minimize_line:before{content:"\e62f"}.pg-arrow_minimize:before{content:"\e630"}.pg-arrow_right:before{content:"\e631"}.pg-arrow_up:before{content:"\e632"}.pg-more:before{content:"\e655"}.pg-bag:before{content:"\e602"}.pg-bag1:before{content:"\e603"}.pg-bold:before{content:"\e604"}.pg-calender:before{content:"\e605"}.pg-camera:before{content:"\e606"}.pg-centeralign:before{content:"\e607"}.pg-charts:before{content:"\e608"}.pg-clock:before{content:"\e609"}.pg-comment:before{content:"\e60c"}.pg-contact_book:before{content:"\e60d"}.pg-credit_card_line:before{content:"\e60e"}.pg-cupboard:before{content:"\e610"}.pg-desktop:before{content:"\e611"}.pg-download:before{content:"\e612"}.pg-eraser:before{content:"\e613"}.pg-extra:before{content:"\e614"}.pg-form:before{content:"\e615"}.pg-grid:before{content:"\e616"}.pg-home:before{content:"\e617"}.pg-image:before{content:"\e618"}.pg-inbox:before{content:"\e619"}.pg-indent:before{content:"\e61a"}.pg-italic:before{content:"\e61b"}.pg-laptop:before{content:"\e61d"}.pg-layouts:before{content:"\e61e"}.pg-layouts2:before{content:"\e61f"}.pg-layouts3:before{content:"\e620"}.pg-layouts4:before{content:"\e621"}.pg-leftalign:before{content:"\e622"}.pg-like:before{content:"\e623"}.pg-like1:before{content:"\e624"}.pg-lock:before{content:"\e625"}.pg-mail:before{content:"\e626"}.pg-map:before{content:"\e627"}.pg-menu_lv:before{content:"\e62d"}.pg-menu:before{content:"\e62e"}.pg-movie:before{content:"\e636"}.pg-ordered_list:before{content:"\e637"}.pg-outdent:before{content:"\e638"}.pg-phone:before{content:"\e639"}.pg-plus:before{content:"\e63b"}.pg-power:before{content:"\e63c"}.pg-printer:before{content:"\e63d"}.pg-refresh:before{content:"\e63e"}.pg-resize:before{content:"\e63f"}.pg-right_align:before{content:"\e640"}.pg-save:before{content:"\e641"}.pg-search:before{content:"\e642"}.pg-sent:before{content:"\e643"}.pg-settings_small_1:before{content:"\e644"}.pg-settings_small:before{content:"\e645"}.pg-settings:before{content:"\e646"}.pg-shopping_cart:before{content:"\e647"}.pg-social:before{content:"\e648"}.pg-spam:before{content:"\e649"}.pg-suitcase:before{content:"\e64a"}.pg-tables:before{content:"\e64b"}.pg-tablet:before{content:"\e64c"}.pg-telephone:before{content:"\e64d"}.pg-text_style:before{content:"\e64e"}.pg-trash_line:before{content:"\e64f"}.pg-trash:before{content:"\e650"}.pg-ui:before{content:"\e651"}.pg-underline:before{content:"\e652"}.pg-unordered_list:before{content:"\e653"}.pg-video:before{content:"\e654"}
/*!
* Font Open Sans
*/body,html{height:100%}body.condense-menu .scrollup,body.hide-sidebar .scrollup{left:34px}body.right-side-bar .footer-widget,body.right-side-bar .page-sidebar{right:0}body.condense-menu .footer-widget,body.condense-menu .header-seperation,body.hide-sidebar .header-seperation,body.hide-sidebar .page-sidebar,body.hide-top-content-header .header-quick-nav,body.modal-open .chat-window-wrapper,body.open-menu-right-desktop .fonter-widget{display:none}.header,.page-sidebar,div.cs-skin-slide::before{-webkit-backface-visibility:hidden}.datepicker table,div.cs-select{-webkit-touch-callout:none;-khtml-user-select:none}@font-face{font-family:open_sanslight;src:url(fonts/OpenSans-Light.eot);src:url(fonts/OpenSans-Light.eot?#iefix) format('embedded-opentype'),url(fonts/OpenSans-Light.woff) format('woff'),url(fonts/OpenSans-Light.ttf) format('truetype'),url(fonts/OpenSans-Light.svg#open_sanslight) format('svg');font-weight:400;font-style:normal}@font-face{font-family:open_sansregular;src:url(fonts/OpenSans-Regular.eot);src:url(fonts/OpenSans-Regular.eot?#iefix) format('embedded-opentype'),url(fonts/OpenSans-Regular.woff) format('woff'),url(fonts/OpenSans-Regular.ttf) format('truetype'),url(fonts/OpenSans-Regular.svg#open_sansregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:open_sanssemibold;src:url(fonts/OpenSans-Semibold.eot);src:url(fonts/OpenSans-Semibold.eot?#iefix) format('embedded-opentype'),url(fonts/OpenSans-Semibold.woff) format('woff'),url(fonts/OpenSans-Semibold.ttf) format('truetype'),url(fonts/OpenSans-Semibold.svg#open_sanssemibold) format('svg');font-weight:400;font-style:normal}@font-face{font-family:open_sansbold;src:url(fonts/OpenSans-Bold.eot);src:url(fonts/OpenSans-Bold.eot?#iefix) format('embedded-opentype'),url(fonts/OpenSans-Bold.woff) format('woff'),url(fonts/OpenSans-Bold.ttf) format('truetype'),url(fonts/OpenSans-Bold.svg#open_sansbold) format('svg');font-weight:400;font-style:normal}/*!
* direction.less v0.1.0
*/:-moz-placeholder{color:'#333843'}::-moz-placeholder{color:'#333843';opacity:.5}:-ms-input-placeholder{color:'#333843'}::-webkit-input-placeholder{color:'#333843'}.placeholder{color:'#333843'}html{font-size:100%}body{direction:ltr;background-color:#1b1e24;color:#6f7b8a;font-family:Arial;font-size:13px;padding:0!important;margin:0!important;line-height:1.5;font-style:normal;font-weight:400}body.condense-menu .page-content{margin-left:50px}body.hide-top-content-header .header{width:auto}body.hide-top-content-header .page-content .content{padding-top:25px}body.hide-top-content-header .page-sidebar.mini .page-sidebar-wrapper>ul{padding:0}body.hide-sidebar .page-content{margin-left:0}body.menu-non-fixed .page-sidebar{position:absolute}body.right-side-bar .page-content{margin-right:250px;margin-left:0}body.right-side-bar .page-content.condensed{margin-left:0;margin-right:50px}body.right-side-bar .header .header-seperation{float:right}body.bottom-header .header{bottom:0}body.bottom-header .page-content .content{padding-top:25px;padding-bottom:83px}body.open-menu-right-desktop .page-container{position:relative;left:-260px}body.open-menu-right-desktop .header{left:-260px}body.modal-open .page-container,body.modal-open .page-content{position:inherit}.navbar .nav>li>.dropdown-menu::after,.navbar .nav>li>.dropdown-menu::before{position:absolute;display:inline-block;content:''}.navbar,.navbar-inverse{background-color:transparent;background-image:none;border:none;border-radius:0}.navbar .nav>li>.dropdown-menu::before{top:-7px;right:9px;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,.2)}.navbar .nav>li>.dropdown-menu::after{top:-6px;right:10px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.navbar .notifications{background-color:#1B1E24;display:block;float:left;left:0;margin:0 10px 0 0;padding-top:5px;position:relative}.header-seperation{background-color:#22262e}.header{-webkit-transition:-webkit-transform .3s ease,left .3s ease,right .3s ease;transition:transform .3s ease,left .3s ease,right .3s ease;padding:0!important;margin:0!important;position:fixed;width:100%;z-index:999;min-height:60px;left:0}.footer-widget,.page-sidebar{-webkit-transition:-webkit-transform .3s ease}.header .navbar-inner{background-image:none!important;background-color:#fff!important;width:100%;margin:0;border:0;padding:0;box-shadow:none;border-radius:0}.header .navbar-inner.onlinecourse{background-color:#094ab2!important}.header .navbar-inner [class*=span]{min-height:58px!important}.header .btn-navbar{background-color:#1f1f1f!important;margin-bottom:0;padding-right:0;padding-top:10px;padding-bottom:6px;background-image:none;box-shadow:none;color:#fff;border:0}.header .btn-navbar:hover{text-decoration:none}.header .nav{display:block}.header .nav li.dropdown .dropdown-toggle i{color:#eff4f8!important}.header .nav li.dropdown.user .dropdown-toggle i{display:inline-block;margin:0;font-size:16px;color:grey!important}.header .nav>li{margin:0;padding:0;text-align:center;display:inline-block;float:left}.header .nav>li.dropdown .dropdown-toggle{margin:0}.header .nav>li.dropdown .dropdown-toggle i{font-size:15px;margin-left:auto;margin-right:auto}.header .nav>li.dropdown .dropdown-toggle .badge{position:absolute;font-size:10px!important;font-family:open_sansbold;top:0;right:2px;text-align:center;background-color:#f35958;padding:4px 6px;-webkit-border-radius:12px!important;-moz-border-radius:12px!important;border-radius:12px!important;text-shadow:none!important;color:#fff}.header .nav>li.dropdown .active{background-color:#0d0f12}.header .nav>li.dropdown.user .dropdown-toggle{padding:8px 4px 7px 9px}.header .nav>li.dropdown.user .dropdown-toggle:hover{text-decoration:none}.header .nav>li.quicklinks i{display:inline-block;margin:0;font-size:14px;color:#656565!important}.header .nav>li.quicklinks>a{padding:4px 2px!important}.header .nav .h-seperate{height:6px;width:2px;margin:0 10px;border-left:1px solid #e1e1e1;display:inline;position:relative;top:2px}.header .nav .dropdown-menu{margin-top:3px}.header .header-seperation{width:250px;display:block;float:left;height:60px}.header .header-seperation .notifcation-center{margin-right:15px!important}.header .header-quick-nav{padding-right:10px;height:60px;-webkit-transition-duration:1;-moz-transition-duration:1s;transition-duration:1s;transition-timing-function:ease-in-out;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;transition-property:transform,opacity}.header .header-quick-nav input{height:12px!important}.header .header-quick-nav.onlinecourse .nav>li>a,.header .header-quick-nav.onlinecourse .nav>li>a i{color:#fff!important}.header .header-quick-nav.onlinecourse .nav>li>a i{margin-right:10px}.header .notifcation-center{background-color:#1b1e24;margin-top:12px;margin-right:15px!important;display:inline-flex;display:-ms-flexbox;direction:ltr}.header .notifcation-center li{min-width:30px!important}.header .notifcation-center li a{padding:10px!important;min-height:17.5px}.header .notifcation-center li a i{font-size:13px!important}.header a{text-decoration:none}.header .chat-toggler{position:relative;top:10px;margin-right:5px;display:inline-block;float:left;min-width:163px}.header .chat-toggler.courseonline{color:#fff}.header .chat-toggler .user-details{display:inline-block;float:left;line-height:35px}.header .chat-toggler .user-details .username a{color:#1b1e24;font-size:15px}.header .chat-toggler .user-details .company a{color:#8b8f92;text-align:right;font-size:12px}.header .chat-toggler .iconset{display:inline-block;float:left;margin:15px 10px}.header .chat-toggler .profile-pic{border-radius:100px;display:inline-block;height:35px;overflow:hidden;width:35px;float:left}.header .chat-toggler a{color:#1b1e24;font-size:15px;display:inline-block;float:left}.header .chat-toggler>i{color:grey;text-align:right;font-size:20px;position:relative;padding:8px;top:8px}.header .chat-toggler .message-count{display:inline-block;float:left}.header .chat-toggler .message-count .badge{position:absolute;float:left;right:0;top:0}.header .chat-message-preview{border-left:1px solid #e5e9ec;border-right:1px solid #e5e9ec;padding:4px 15px;margin-right:12px}.header .chat-message-preview .user-details{display:inline-block;float:left}.header .chat-message-preview .user-details .username a{color:#22262e;font-family:open_sanssemibold;text-align:right}.header .chat-message-preview .profile-pic{border-radius:100px;display:inline-block;float:left;height:35px;overflow:hidden;width:35px;margin-left:10px}.header .chat-message-preview a{color:#6F7B8A}.header .chat-message-preview .chat-message{color:#8b8f92;background-color:#e5e9ec;padding:5px;font-size:12px;border-radius:3px}.menu-title,.menu-title a{color:#808285}.header .quick-section{margin-left:20px;margin-top:16px;margin-right:10px;display:inline-block;float:left;direction:ltr}.header .search-form{display:inline-block;float:left;margin-left:25px!important;top:-4.5px;position:relative}.header .popover-title{border-bottom:0;padding-top:14px}.menu-title{font-size:10.5px;padding-left:31px;padding-right:31px;padding-top:25px;text-transform:uppercase;font-family:open_sanssemibold;letter-spacing:.2px}.menu-title a:hover{text-decoration:none}.menu-title i{font-size:10px;font-weight:400}.page-sidebar{background-color:#1b1e24!important;height:100%;font-family:open_sansregular;transition:transform .3s ease}.page-sidebar.full-length{padding-bottom:57px}.page-sidebar .outer-tab-nav-section{display:inline-block;width:45px;position:absolute;height:100%;background-color:#0aa699!important}.page-sidebar .inner-menu{display:inline-block;width:200px}.page-sidebar .inner-menu ul{width:200px}.page-sidebar .page-sidebar-wrapper{position:relative;overflow-y:auto}.page-sidebar .page-sidebar-wrapper>ul{list-style:none;margin:0;padding:0}.page-sidebar .page-sidebar-wrapper>ul>li{display:block;margin:0;padding:0;border:0}.page-sidebar .page-sidebar-wrapper>ul>li>a{color:#8b91a0;display:block;position:relative;margin:0;border:0;padding:11.5px 31px;text-decoration:none;font-size:14px;font-weight:400}.page-sidebar .page-sidebar-wrapper>ul>li>a.open{background:#313131}.page-sidebar .page-sidebar-wrapper>ul>li>a i{font-size:14px;margin-right:5px;text-shadow:none}.page-sidebar .page-sidebar-wrapper>ul>li>a>.arrow.open:before{float:right;margin-top:1px;margin-right:3px;display:inline;font-family:FontAwesome;height:auto;font-size:16px;content:"\f107";font-weight:300;text-shadow:none}.page-sidebar .page-sidebar-wrapper>ul>li:last-child>a{border-bottom:1px solid transparent!important}.page-sidebar .page-sidebar-wrapper>ul>li a i{color:#8b91a0;width:20px;text-align:center;display:inline-block}.page-sidebar .page-sidebar-wrapper>ul>li.active>a{border-top-color:transparent!important;color:#fff;border:none;text-shadow:none}.page-sidebar .page-sidebar-wrapper>ul>li.active i,.page-sidebar .page-sidebar-wrapper>ul>li.active>a i{color:#fff}.page-sidebar .page-sidebar-wrapper>ul>li.active>ul.sub-menu,.page-sidebar .page-sidebar-wrapper>ul>li.active>ul.sub-menu>li ul.sub-menu{display:block}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu{display:none;list-style:none;clear:both;margin:0;background-color:#22262e;padding:8px 0 10px}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li{background:0 0;margin:0;padding:0;margin-top:1px!important}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a{display:block;margin:0;padding:5px 0;padding-left:53px!important;color:#e1eaf1;text-decoration:none;text-shadow:0 1px 1px #000;font-size:13px;font-family:open_sanslight;background:0 0}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a:hover{background:#1b1e24!important}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li:first-child>a{border-top:0!important}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li ul.sub-menu{display:none;list-style:none;clear:both;margin:0;padding-left:0}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li ul.sub-menu li{background:0 0;margin:0;padding:0}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>ul.sub-menu>li>a{margin-left:70px}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a{padding-left:80px}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li>a>.arrow:before{float:right;margin-top:1px;margin-right:20px;display:inline;font-size:16px;font-family:FontAwesome;height:auto;content:"\f104";font-weight:300;text-shadow:none}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li>a>.arrow.open:before{float:right;margin-top:1px;margin-right:18px;display:inline;font-family:FontAwesome;height:auto;font-size:16px;content:"\f107";font-weight:300;text-shadow:none}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li>a{display:block;padding:5px 0;color:#ccc;text-decoration:none;text-shadow:0 1px 1px #000;font-size:13px;font-family:open_sanslight}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li>a>i{font-size:13px}.page-sidebar .page-sidebar-wrapper>ul>li.start>a{border-top-color:transparent!important}.page-sidebar.mini{width:50px;overflow:visible!important;background-color:#0aa699!important;height:100%;margin-top:0;position:fixed;z-index:90}.page-sidebar.mini .page-sidebar-wrapper>ul{width:50px;padding:60px 0 0}.page-sidebar.mini .page-sidebar-wrapper>ul>li>ul.sub-menu{position:absolute;margin-top:-46px;margin-left:50px;width:auto;z-index:110;min-width:250px}.open,.page-container{position:relative}.page-sidebar.mini .page-sidebar-wrapper>ul>li>a{padding:13px;color:#fff}.page-sidebar.mini .page-sidebar-wrapper>ul>li a i{color:#fff}.page-sidebar.mini .notification-alert,.page-sidebar.mini .page-sidebar-wrapper>.side-bar-widgets,.page-sidebar.mini .page-sidebar-wrapper>p,.page-sidebar.mini .status-widget,.page-sidebar.mini .user-info,.page-sidebar.mini ul li span.arrow,.page-sidebar.mini ul li span.badge,.page-sidebar.mini ul li span.title{display:none}.page-sidebar.mini ul li ul li span.arrow,.page-sidebar.mini ul li ul li span.title{display:inline}.page-sidebar.mini ul.big-items span.badge,.page-sidebar.mini ul.small-items span.badge{display:inline-block}.page-sidebar.mini .footer-widget,.page-sidebar.mini .profile-wrapper{display:none}.page-sidebar ul.folders{list-style:none;margin:0;padding:0}.page-sidebar ul.folders>li{border:0;display:block;margin:0;padding:0}.page-sidebar ul.folders>li>a{padding:5px 31px;font-size:13px;color:#fff;display:block;position:relative}.page-sidebar ul.folders>li>a:hover{text-decoration:none}.page-sidebar ul.folders>li>input{margin:5px 31px;font-size:13px;width:150px}.page-sidebar ul>li>a>.arrow:before{float:right;margin-top:1px;margin-right:5px;display:inline;font-size:16px;font-family:FontAwesome;height:auto;content:"\f104";font-weight:300;text-shadow:none}.nav-collapse.collapse{height:100%!important}.page-sidebar .page-sidebar-wrapper>ul>li.open>a,.page-sidebar .page-sidebar-wrapper>ul>li:hover>a,.page-sidebar .page-sidebar-wrapper>ul>li>a:hover{background:#1b1e24;color:#fff}.page-sidebar.mini .page-sidebar-wrapper>ul>li a>.label{display:none}.page-sidebar.mini .page-sidebar-wrapper>ul>li.open>a,.page-sidebar.mini .page-sidebar-wrapper>ul>li:hover>a,.page-sidebar.mini .page-sidebar-wrapper>ul>li>a:hover{background:#0b9c8f}.page-sidebar .page-sidebar-wrapper>ul>li:hover>a i,.page-sidebar.mini .page-sidebar-wrapper>ul>li.active>a i{color:#fff!important}.page-sidebar .page-sidebar-wrapper ul>li>a>.arrow:before,.page-sidebar .page-sidebar-wrapper>ul>li>a>.arrow.open:before{color:#919091!important}.page-sidebar .page-sidebar-wrapper ul>li.active>a .arrow:before,.page-sidebar .page-sidebar-wrapper ul>li.open>a i,.page-sidebar .page-sidebar-wrapper>ul>li.active>a .arrow.open:before,.page-sidebar .page-sidebar-wrapper>ul>li.open>a i,.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li.open>a,.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li.active>a,.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li>a:hover,.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li.active>a,.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a:hover{color:#fff!important}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu a .arrow.open:before,.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu a .arrow:before{color:#919091!important}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li.active>a{font-family:open_sanssemibold}.header .nav>li.dropdown,.header .nav>li.dropdown>a{text-align:center}.header .nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#fff}.header.onlinecourse .nav .open>a{background-color:transparent}.navbar .nav>li.open>.dropdown-menu.pull-right,.navbar .pull-right>li.open>.dropdown-menu{margin-right:-6px;margin-top:7px}.pace .pace-activity{top:72px;border-top-color:#0aa699;border-left-color:#0aa699;right:15px;left:auto}.pace .pace-progress{background:#0aa699;right:auto;left:0}.pace .pace-progress-inner{box-shadow:0 0 10px #0aa699,0 0 5px #0aa699}.no-top .pace .pace-activity{top:10px}.loading-animator{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;-webkit-animation:pace-spinner .4s linear infinite;-moz-animation:pace-spinner .4s linear infinite;-ms-animation:pace-spinner .4s linear infinite;-o-animation:pace-spinner .4s linear infinite;animation:pace-spinner .4s linear infinite;border-color:rgba(0,0,0,.4) transparent transparent rgba(0,0,0,.4);border-image:none;border-radius:10px;border-right:2px solid transparent;border-style:solid;border-width:2px;display:block;height:14px;margin-left:40%;width:14px;z-index:2000}.page-container{-webkit-transition:-webkit-transform .3s ease,left .3s ease,right .3s ease;transition:transform .3s ease,left .3s ease,right .3s ease;margin:0;padding:0;height:100%;left:0;z-index:10}.chat-window-wrapper{font-family:Arial;font-size:13px;position:fixed;top:0;right:0;width:260px;background-color:#1b1e24;height:100%;z-index:5;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.chat-window-wrapper .inner-content{height:100%;overflow:hidden}.chat-window-wrapper .chat-header{height:58px}.chat-window-wrapper .side-widget{margin-top:15px;display:block}.chat-window-wrapper .side-widget-title{color:#808285;font-size:10.5px;font-family:open_sanssemibold;letter-spacing:.2px;padding-left:31px;padding-right:31px;text-transform:uppercase}.chat-window-wrapper .side-widget-content{display:block}.chat-window-wrapper .side-widget-content ul.groups{list-style:none;margin:10px 0 0;padding-left:0}.chat-window-wrapper .side-widget-content ul.groups li{line-height:25px}.chat-window-wrapper .side-widget-content ul.groups>li>a{color:#fff;font-size:13px;padding:5px 31px}.chat-window-wrapper .side-widget-content ul.groups>li>a:hover{text-decoration:none}.chat-window-wrapper .user-details-wrapper{display:block;margin:8px;padding:10px;border-radius:3px}.chat-window-wrapper .user-details-wrapper .status-icon{margin-right:0}.chat-window-wrapper .user-details-wrapper.active{background-color:#372b32}.chat-window-wrapper .user-details-wrapper.active:hover{background-color:#482f36;cursor:pointer}.chat-window-wrapper .user-details-wrapper:hover{background-color:#22262e;cursor:pointer}.chat-window-wrapper .user-details-wrapper>.user-profile{display:inline-block;float:left;border-radius:100px;height:35px;overflow:hidden;width:35px;margin-right:13px}.chat-window-wrapper .user-details-wrapper>.user-details{display:inline-block;float:left}.chat-window-wrapper .user-details-wrapper>.user-details>.user-name{display:block;color:#fff}.chat-window-wrapper .user-details-wrapper>.user-details>.user-more{display:block;color:#747b89;font-size:11px;width:120px}.chat-window-wrapper .chat-messages{position:relative;overflow:auto;height:calc(100% - 155px)}.chat-window-wrapper .chat-messages .user-details-wrapper{padding:6px}.chat-window-wrapper .chat-messages .user-details-wrapper:hover{background-color:#22262e;cursor:auto}.chat-window-wrapper .user-details-status-wrapper{display:inline-block;float:left;min-width:32px;margin-top:8px}.chat-window-wrapper .user-details-count-wrapper{display:inline-block;float:left;margin-top:8px}.sidr{background-color:#1b1e24;box-shadow:none}.sidr ul.chat-window li{border:0}.sidr ul.chat-window li:nth-child(odd){background-color:#fff}.sidr ul.chat-window li:nth-child(even){background-color:#f5f6f8}.sidr ul.chat-window li.active>a,.sidr ul.chat-window li.active>span,.sidr ul.chat-window li.sidr-class-active>a,.sidr ul.chat-window li.sidr-class-active>span,.sidr ul.chat-window li:hover>a,.sidr ul.chat-window li:hover>span{box-shadow:none;background-color:#fed8db;line-height:16px}.scrollup{background:url(images/pullup.png) no-repeat;width:27px;height:27px;position:fixed;bottom:92px;left:235px;display:none;text-indent:-9999px;z-index:101}.scrollup:hover{background-position:-30px 0}.scrollup.to-edge{left:35px}.footer-widget{position:fixed;bottom:0;left:0;padding:11px 21px;background-color:#22262e;width:250px;clear:both;transition:transform .3s ease}.footer-widget .progress{position:relative;top:15px;width:70%}.footer-widget a{color:#8b91a0}.footer-widget i{font-size:14px;color:#5e646d}.footer-widget .details-status{background-color:#2d3139;border-radius:3px;color:#8B91A0;display:inline-block;font-size:11px;padding:6px;left:-22px;position:relative}.footer-widget a:hover,.footer-widget a:hover i{color:#8B91A0;text-decoration:none}.chat-window-wrapper input[type=text],.chat-window-wrapper input[type=password],.chat-window-wrapper input[type=date],.chat-window-wrapper input[type=datetime],.chat-window-wrapper input[type=email],.chat-window-wrapper input[type=number],.chat-window-wrapper input[type=search],.chat-window-wrapper input[type=tel],.chat-window-wrapper input[type=time],.chat-window-wrapper input[type=url],.chat-window-wrapper select,.chat-window-wrapper textarea{background-color:#0d0f12;height:28px}.chat-header input[type=text]{margin:15px 0 15px 14px;width:195px;border:transparent}.chat-header .iconset{margin:20px 15px}.chat-messages-header{background-color:#1b1e24;color:#4c5264;padding:8px 8px 8px 21px}.chat-messages-header .status{height:10px;width:10px;border-radius:8px;background-color:#e5e9ec;display:inline-block;margin-right:12px}.chat-messages-header .status.online{background-color:#0aa699}.chat-messages-header .status.busy{background-color:#f35958}.chat-messages-header .status.away{background-color:#0aa699}.chat-messages-header a>i{color:#4c5264;font-size:10px;float:right;margin-top:5px;margin-right:5px}.chat-footer{position:absolute;bottom:0;background-color:#e5e9ec;padding:10px 10px 0;width:92.6%}.bubble{position:relative;width:165px;min-height:40px;background:#e5e9ec;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#22262e;padding:10px;cursor:pointer}.bubble.old{background:#0d0f12;color:#4c5264}.bubble.old:after{border-color:transparent #0d0f12}.bubble.sender{background:#0ba195;color:#fff}.bubble.sender:after{border-color:transparent #0ba195;border-width:9px 0 9px 7px;right:-7px!important;left:auto}.bubble:after{content:'';position:absolute;border-style:solid;border-width:9px 7px 9px 0;border-color:transparent #e5e9ec;display:block;width:0;z-index:1;left:-7px;top:12px}.chat-messages .sent_time{width:100%;color:#4c5264;text-align:center;margin-top:10px;font-family:open_sanssemibold}.chat-messages .sent_time.off{display:none}.chat-input-wrapper{position:absolute;bottom:0;background-color:#1b1e24;width:256px;padding:7px;z-index:110}.chat-input-wrapper textarea{background-color:#fff;padding:0;margin:0;width:100%}.user-chat-wrapper{display:block;padding:10px 15px}.user-chat-wrapper .profile-wrapper{float:left;border-radius:100px;display:inline-block;height:35px;overflow:hidden;width:35px;margin:0 10px 0 0}.user-chat-wrapper .user-chat{display:inline-block;float:left}.user-chat-wrapper .user-chat .user-name{color:#22262e;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chat-wrapper .user-chat .user-chat-preview{display:block;float:left}.user-chat-wrapper .user-chat .more-details{display:inline-block;float:left;color:#8b8f92;margin-right:10px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ie8 .page-sidebar{position:absolute;width:225px}.ie8 .page-sidebar ul{width:225px}.ie8 .page-content{margin-left:225px;margin-top:0}.page-content{margin-top:0;padding:0;background-color:#e5e9ec;overflow:auto;position:relative;min-height:100%;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;z-index:6}.page-content.onlinecourse{height:100%;background-color:#fff}.page-content.condensed{margin-left:50px}.page-content.condensed .admin-bar-inner{margin-right:50px!important}.page-content.condensed-layout{margin-left:50px!important}.page-content .admin-bar{-moz-box-sizing:border-box;bottom:-115px;right:0;left:0;position:fixed;width:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.page-content .admin-bar .admin-bar-inner{background:padding-box #fff;border-top:1px solid rgba(0,0,0,.15);box-shadow:0 -1px 2px rgba(0,0,0,.08);padding:30px 35px 30px 40px;text-align:right}.page-content .header{padding:20px!important}.page-content .header h3{font-size:20px;display:inline}.page-content .header i{font-size:18px}.page-content .breadcrumb{font-family:open_sansregular;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;background-color:transparent;padding:0!important;border:none!important;margin-bottom:0}.page-content .breadcrumb a{margin-left:10px}.page-content .breadcrumb li p{font-size:12.5px!important;color:#7b7d82}.page-content .breadcrumb li .active{font-family:open_sanssemibold;font-size:14px}.page-content .content{padding:83px 26px 26px}.inner-menu{display:inline-block;position:absolute;width:200px;font-family:open_sansregular;background-color:#1b1e24;height:100%}.inner-menu ul.big-items li.active,.inner-menu ul.big-items li.active a,.inner-menu ul.big-items li:hover,.inner-menu ul.small-items li.active,.inner-menu ul.small-items li:hover{background-color:#22262e}.inner-menu .inner-wrapper{padding:20px 20px 0}.inner-menu .inner-wrapper .menu-title{padding-left:0}.inner-menu .inner-wrapper .menu-title i{padding-right:0}.inner-menu .inner-menu-content{margin-top:50px}.inner-menu .menu-title{padding-right:23px}.inner-menu ul.big-items{list-style:none;margin:0 0 20px;padding:0}.inner-menu ul.big-items li{text-align:right;padding:8px 25px}.inner-menu ul.big-items li a{color:#8b91a0;font-size:18px}.inner-menu ul.big-items li a:hover{text-decoration:none;color:#e5e9ec}.inner-menu ul.big-items li.active a{color:#e5e9ec}.inner-menu ul.big-items li .badge{position:relative;top:-2px}.inner-menu ul.small-items{list-style:none;margin:0 0 20px;padding:0}.inner-menu ul.small-items li{text-align:right;padding:8px 25px}.inner-menu ul.small-items li a{color:#8b91a0;font-size:14px}.inner-menu ul.small-items li a:hover{text-decoration:none;color:#e5e9ec}.inner-menu ul.small-items li.active a{background-color:#22262e;color:#e5e9ec}.inner-menu ul.small-items li .badge{position:relative;top:-1px}.user-info-wrapper{display:block;margin:20px 31px 0}.user-info-wrapper .profile-wrapper{height:65px;width:65px;border-radius:100px;overflow:hidden;display:inline-block;margin-right:11px;margin-top:9px;float:left}.user-info-wrapper .user-info{color:#fff;display:inline-block}.user-info-wrapper .user-info .status{color:#929fa5;font-size:13px;margin-bottom:10px;margin-top:2px;font-weight:400}.user-info-wrapper .user-info .profile{float:right;display:inline}.user-info-wrapper .user-info .btn-set{margin-top:10px}.user-info-wrapper .user-info .username{font-size:19px}.user-info-wrapper .user-info .greeting{font-size:19px;font-family:open_sanssemibold;position:relative;top:1.5px}.user-info-wrapper .user-info a{color:#fff}.user-info-wrapper .user-info a:hover{text-decoration:none}.user-info-wrapper .user-info .status-icon{margin:0 5px}.user-info-wrapper .user-info .collapse{width:18px;height:18px;background-color:#50545c;position:absolute;right:15px;margin-top:10px}.user-info-wrapper .user-info .collapse i{position:relative;margin-top:-8px;top:-2px;left:3px}.user-info-wrapper .user-info .collapse:hover{background-color:#000}.side-panel{display:block;max-height:none;min-height:100%;position:fixed;top:0;width:17em;background:linear-gradient(#f9f9f9,#eee) #f9f9f9;border:1px solid #AAA;color:#333;text-shadow:0 1px 0 #fff;float:right;right:0;z-index:1200}.status-icon,.user-info .details{display:inline-block}.status-widget{margin-bottom:9px;padding:0 31px;animation-duration:.3s!important}.status-widget .title{color:#fff;font-size:13px}.status-widget .title i{float:right;font-size:7px;margin-top:6px;margin-right:6px;color:#8b8f92}.status-widget p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:95%;color:#808285}.status-widget .progress{height:10px;background-color:#2a2e36;background-image:-moz-linear-gradient(top,#2a2e36,#2a2e36);background-image:-webkit-gradient(linear,0 0,0 100%,from(#2a2e36),to(#2a2e36));background-image:-webkit-linear-gradient(top,#2a2e36,#2a2e36);background-image:-o-linear-gradient(top,#2a2e36,#2a2e36);background-image:linear-gradient(to bottom,#2a2e36,#2a2e36);background-repeat:repeat-x;margin-bottom:5px;-webkit-transition:width 30s ease!important;-moz-transition:width 30s ease!important;-o-transition:width 30s ease!important;transition:width 30s ease!important}.status-widget-wrapper{font-size:13px}.status-widget .title a:active,.status-widget .title a:hover{text-decoration:none}.status-icon{background:url(images/icon/status.png) no-repeat;position:relative;margin-right:10px;top:2px}.status-icon.green{background-position:-1px -1px;width:14px;height:14px}.status-icon.red{background-position:-17px -1px;width:14px;height:14px}.status-icon.blue{background-position:-33px -1px;width:14px;height:14px}.status-icon.yellow{background-position:-48px -1px;width:15px;height:14px}.status-icon.grey{background-position:-64px -1px;width:14px;height:14px}.user-info img{float:left;margin-right:5px}.user-info .label{font-family:open_sanslight;font-size:11px}.mini .page-sidebar-wrapper{overflow:visible!important}.mini .scroll-element{visibility:hidden}.container{height:100%}.pull-left{float:left!important}.pull-right{float:right!important}.horizontal-menu .header-seperation{display:none}.horizontal-menu .bar{width:100%;background-color:#f4f5f7;position:fixed;margin-top:56px;display:table;z-index:50}.horizontal-menu .bar-inner{display:table-cell;width:100%}.horizontal-menu .bar-inner>ul{margin:0;padding:0}.horizontal-menu .bar-inner>ul>li{display:inline-block;padding:10px 15px;font-family:open_sansregular;vertical-align:middle}.horizontal-menu .bar-inner>ul>li.classic{position:relative}.horizontal-menu .bar-inner>ul>li.open>a{opacity:1}.horizontal-menu .bar-inner>ul>li.horizontal.open,.horizontal-menu .bar-inner>ul>li.mega.open{position:inherit}.horizontal-menu .bar-inner>ul>li>a{color:#1b1e24}.horizontal-menu .bar-inner>ul>li>a>.arrow{display:inline-block}.horizontal-menu .bar-inner>ul>li>a>.arrow:before{float:right;display:inline;font-size:16px;font-family:FontAwesome;height:auto;content:"\f107";font-weight:300;text-shadow:none;margin-left:8px;opacity:.5;position:relative;top:6px}h1,h2,h3,h3 small,h4,h4 small,h5,h5 small,h6{font-family:open_sanslight}.horizontal-menu .bar-inner>ul>li>.classic,.horizontal-menu .bar-inner>ul>li>.horizontal,.horizontal-menu .bar-inner>ul>li>.mega{top:40px;background-color:#fff;left:0;right:0;position:absolute;list-style:none}.horizontal-menu .bar-inner>ul>li a{opacity:.7}.horizontal-menu .bar-inner>ul>li a .description{opacity:.7;transition:opacity .1s linear 0s}.horizontal-menu .bar-inner>ul>li a:hover,.horizontal-menu .bar-inner>ul>li a:hover .description,.horizontal-menu .bar-inner>ul>li.open>.classic>li{opacity:1}.horizontal-menu .bar-inner>ul>li.open{background:#fff}.horizontal-menu .bar-inner>ul>li.open>.classic{max-height:999px}.horizontal-menu .bar-inner>ul>li.open>.horizontal,.horizontal-menu .bar-inner>ul>li.open>.mega{display:block}.horizontal-menu .bar-inner>ul>li>.classic{margin:0;padding:0;min-width:220px;max-height:0;overflow:hidden;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.horizontal-menu .bar-inner>ul>li>.classic>li{margin:15px;padding-bottom:10px;border-bottom:1px solid #e5e9ec;color:#22262e;opacity:0;-webkit-transition:all .1s linear .1s;transition:all .1s linear .1s}.horizontal-menu .bar-inner>ul>li>.classic>li a{color:#1b1e24}.horizontal-menu .bar-inner>ul>li>.classic>li a .description{display:block;font-size:12px;color:#6f7b8a}.horizontal-menu .bar-inner>ul>li>.classic>li:last-child{border-bottom:0}.horizontal-menu .bar-inner>ul>li>.horizontal{margin:0;padding:0;display:none;width:100%;border-bottom:1px solid #e5e9ec}.horizontal-menu .bar-inner>ul>li>.horizontal li{margin:15px;color:#1b1e24;display:inline-block}.horizontal-menu .bar-inner>ul>li>.horizontal li a{color:#1b1e24}.horizontal-menu .bar-inner>ul>li>.horizontal li a .description{display:block;font-size:12px;color:#6f7b8a}.horizontal-menu .bar-inner>ul>li>.mega{margin:0;padding:0 0 20px;display:none;border-bottom:1px solid #e5e9ec}.horizontal-menu .bar-inner>ul>li>.mega>li{margin:15px;padding-bottom:10px;border-bottom:1px solid #e5e9ec;color:#1b1e24}.horizontal-menu .bar-inner>ul>li>.mega>li a{color:#1b1e24}.horizontal-menu .bar-inner>ul>li>.mega .sub-menu-heading{font-size:14px;color:#1b1e24;margin-bottom:10px;margin-top:20px}.horizontal-menu .bar-inner>ul>li>.mega .sub-menu{list-style:none;margin:0 0 10px;padding:0}.horizontal-menu .bar-inner>ul>li>.mega .sub-menu>li{padding-left:0;padding-bottom:5px}.horizontal-menu .bar-inner>ul>li>.mega .sub-menu>li>a{color:#1b1e24}@media (min-width:980px){.horizontal-menu .page-content{margin-left:0}.horizontal-menu .page-content .content{padding-top:123px}}.h-ribbon{width:100%;height:4px;background-color:#f35958}.h-ribbon .red{background-color:#f35958!important}.notification-alert{width:29px;height:29px;background-image:url(../img/notification-alert.png);position:absolute;float:right;right:-15px;z-index:9999}h1,h2,h3,h4,h5,h6{margin:10px 0;color:#505458}h1{line-height:43px}h2{line-height:35px}h3{line-height:30px}h4{line-height:22px}h3 small,h4 small,h5 small{color:#444}h1.block,h2.block,h3.block,h4.block,h5.block,h6.block{padding-bottom:10px}a{text-shadow:none!important;color:#0d638f;transition:color .1s linear 0s,background-color .1s linear 0s,opacity .1s linear 0s!important}a.icon:hover{text-decoration:none;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;opacity:.4}a,a:active,a:focus,a:hover{outline:0;text-decoration:none}i{font-size:14px}label{display:block;margin-bottom:5px}label.inline{display:inline-block;position:relative;top:0;font-size:13px}label.done{color:#0090d9!important;text-decoration:line-through}ul>li{padding-left:6px;line-height:20px}ul.progress-list{list-style:none;margin:10px 5px 23px 0;padding:0}ul.progress-list li .details-wrapper{display:inline-block;float:left}ul.progress-list li .details-wrapper .name{display:block;color:#000;font-size:13px}ul.progress-list li .details-wrapper .description{display:block;color:#9a9a9a;font-size:12px}ul.progress-list li .details-status{display:inline-block;background-color:#e5e9ec;color:#5c6370;font-size:11px;padding:6px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}ul.progress-list li .progress{margin-top:10px}ul.my-friends{margin:16px 0 0;padding:0}ul.my-friends li{float:left;display:inline;margin-right:5px;margin-bottom:8px}ul.my-friends li .profile-pic{border-radius:100px;display:inline-block;float:left;height:35px;overflow:hidden;width:35px}address{margin-bottom:0}blockquote{padding:0 0 0 18px;border-left:5px solid #EEE}blockquote p{font-size:16px}blockquote small{line-height:29px;color:#8b91a0}blockquote small:before,blockquote.pull-right small:after{content:""}.logo{margin:18px 14px}.normal{font-weight:400}.semi-bold{font-family:open_sanssemibold}.page-title,.page-title small{font-family:open_sanslight}.bold{font-weight:700}.all-caps{text-transform:uppercase}.light{font-weight:300!important}.text-extra-small{font-size:10.5px!important}.small-text{font-size:12px!important}.normal-text{font-size:13px!important}.large-text{font-size:15px!important}.center-text{text-align:center!important}.muted{color:#b6bfc5}.bg-blue{background-color:#0090d9!important}.bg-red{background-color:#f35958!important}.bg-yellow{background-color:#fbb05e!important}.bg-green{background-color:#0aa699!important}.bg-purple{color:#735f87!important}.bg-grey{color:#8b91a0!important}.text-black{color:#1b1e24!important}.text-purple{color:#735f87!important}.text-white{color:#fff!important}.text-grey{color:#8b91a0!important}.text-success{color:#0aa699!important}.text-info{color:#0090d9!important}.text-warning{color:#fbb05e!important}.text-error{color:#f35958!important}.text-white-opacity{color:#fff;opacity:.6;filter:alpha(opacity=60)}.text-right{text-align:right!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.color-bands{display:inline-block;width:80px;height:4px;margin-right:2px;margin-bottom:8px}.color-bands.green{background-color:#0aa699}.color-bands.purple{background-color:#735f87}.color-bands.red{background-color:#f35958}.color-bands.blue{background-color:#0090d9}hr{margin:20px 0;border:0;border-top:1px solid #E0DFDF;border-bottom:1px solid #FEFEFE}.icon-custom-2x{font-size:.9em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}[class*=" icon-"],[class*=" icon-"]:hover,[class^=icon-],[class^=icon-]:hover{background:0 0!important}.page-title{padding:0;letter-spacing:-1px;display:block;color:#666;margin:0 0 10px}.page-title h3,.page-title i{display:inline-block;position:relative}.page-title h3{top:-5px;width:83%}.page-title p{color:#63696d;letter-spacing:.5px}.page-title i{color:#73777c;font-size:30px;margin-right:12px;top:7px;float:left}.page-title small{font-size:14px;letter-spacing:0;color:#888}.page-title .actions{font-family:Arial}.page-content .breadcrumb a,.page-content .breadcrumb i,.page-content .breadcrumb li,.page-content .breadcrumb span{color:#515050;font-family:open_sanslight;text-shadow:none}.breadcrumb>li+li:before{padding:0 5px;color:#515050;font-family:FontAwesome;content:"\f105"}.well{background-color:#d1dade;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;border:none;background-image:none}.well.well-large{padding:24px;width:auto}.well.well-small{padding:13px;width:auto}.well.green{background-color:#0aa699;color:#fff;border:none}span.iconset{display:block}.iconset{background:url(images/icon/top-tray.png) no-repeat;position:relative;top:1px}.iconset.top-home{background-position:-6px -7px;width:16px;height:14px;top:-1px}.iconset.top-settings{background-position:-35px -6px;width:16px;height:16px;top:1px}.iconset.top-messages{background-position:-63px -8px;width:16px;height:12px;top:1px}.iconset.top-back{background-position:-92px -8px;width:15px;height:14px}.iconset.top-forward{background-position:-121px -8px;width:15px;height:14px}.iconset.top-reload{background-position:-147px -6px;width:18px;height:16px}.iconset.top-settings-dark{background-position:-176px -6px;width:17px;height:16px}.iconset.top-settings-white{background:url(images/icon/top-tray-white.png) -176px -6px;width:17px;height:16px}.iconset.top-tiles{background-position:-206px -7px;width:14px;height:14px;top:1.5px}.iconset.top-down-arrow{background-position:-238px -12px;width:7px;height:5px}.iconset.top-down-arrow-white{background:url(images/icon/top-tray-white.png) -238px -12px;width:7px;height:5px}.iconset.top-search{background-position:-261px -6px;width:16px;height:16px;top:5px}.iconset.top-menu-toggle-dark,.iconset.top-menu-toggle-white{background-position:-288px -7px;width:18px;height:15px}.iconset.top-chat-dark,.iconset.top-chat-white{background-position:-341px -6px;width:21px;height:16px}.iconset .badge{top:-12px;right:-10px;position:relative;padding:4px 6px;font-size:10px}.iconplaceholder{width:20px;height:20px;border-radius:99px;background-color:#e5e9ec;padding:3px;display:inline-block;margin-right:5px;direction:ltr}.inherit-height,.inherit-size{height:inherit}.iconplaceholder i{font-size:10px;color:#656c78;position:relative;left:4px;top:-3px}.blog-bar{border-top:1px solid #d7dbe0;margin-top:18px;padding:10px}.blog-bar a{color:#8b91a0;margin-right:8px;text-decoration:none}.blog-bar a:hover{color:#d7dbe0}.no-padding{padding:0!important}.no-margin{margin:0!important}.spacing-bottom{margin-bottom:30px}.inherit-size{width:inherit}.v-align-bottom{vertical-align:bottom;display:table-cell}.v-align-top{vertical-align:top;display:table-cell}.v-align-middle{vertical-align:middle;display:table-cell}.h-align-middle{margin-left:auto;margin-right:auto;display:table}.padding-10{padding:10px}.padding-20{padding:20px}.p-t-5{padding-top:5px}.p-r-5{padding-right:5px}.p-l-5{padding-left:5px}.p-b-5{padding-bottom:5px}.p-t-10{padding-top:10px}.p-r-10{padding-right:10px}.p-l-10{padding-left:10px}.p-b-10{padding-bottom:10px}.p-t-15{padding-top:15px}.p-r-15{padding-right:15px}.p-l-15{padding-left:15px}.p-b-15{padding-bottom:15px}.p-t-20{padding-top:20px}.p-r-20{padding-right:20px}.p-l-20{padding-left:20px}.p-b-20{padding-bottom:20px}.p-t-25{padding-top:25px}.p-r-25{padding-right:25px}.p-l-25{padding-left:25px}.p-b-25{padding-bottom:25px}.p-t-30{padding-top:30px}.p-r-30{padding-right:30px}.p-l-30{padding-left:30px}.p-b-30{padding-bottom:30px}.p-t-35{padding-top:35px}.p-r-35{padding-right:35px}.p-l-35{padding-left:35px}.p-b-35{padding-bottom:35px}.p-t-40{padding-top:40px}.p-r-40{padding-right:40px}.p-l-40{padding-left:40px}.p-b-40{padding-bottom:40px}.p-t-45{padding-top:45px}.p-r-45{padding-right:45px}.p-l-45{padding-left:45px}.p-b-45{padding-bottom:45px}.p-t-50{padding-top:50px}.p-r-50{padding-right:50px}.p-l-50{padding-left:50px}.p-b-50{padding-bottom:50px}.p-t-55{padding-top:55px}.p-r-55{padding-right:55px}.p-l-55{padding-left:55px}.p-b-55{padding-bottom:55px}.p-t-60{padding-top:60px}.p-r-60{padding-right:60px}.p-l-60{padding-left:60px}.p-b-60{padding-bottom:60px}.p-t-65{padding-top:65px}.p-r-65{padding-right:65px}.p-l-65{padding-left:65px}.p-b-65{padding-bottom:65px}.p-t-70{padding-top:70px}.p-r-70{padding-right:70px}.p-l-70{padding-left:70px}.p-b-70{padding-bottom:70px}.p-t-75{padding-top:75px}.p-r-75{padding-right:75px}.p-l-75{padding-left:75px}.p-b-75{padding-bottom:75px}.p-t-80{padding-top:80px}.p-r-80{padding-right:80px}.p-l-80{padding-left:80px}.p-b-80{padding-bottom:80px}.p-t-85{padding-top:85px}.p-r-85{padding-right:85px}.p-l-85{padding-left:85px}.p-b-85{padding-bottom:85px}.p-t-90{padding-top:90px}.p-r-90{padding-right:90px}.p-l-90{padding-left:90px}.p-b-90{padding-bottom:90px}.p-t-95{padding-top:95px}.p-r-95{padding-right:95px}.p-l-95{padding-left:95px}.p-b-95{padding-bottom:95px}.p-t-100{padding-top:100px}.p-r-100{padding-right:100px}.p-l-100{padding-left:100px}.p-b-100{padding-bottom:100px}.m-t-5{margin-top:5px}.m-r-5{margin-right:5px}.m-l-5{margin-left:5px}.m-b-5{margin-bottom:5px}.m-t-10{margin-top:10px}.m-r-10{margin-right:10px}.m-l-10{margin-left:10px}.m-b-10{margin-bottom:10px}.m-t-15{margin-top:15px}.m-r-15{margin-right:15px}.m-l-15{margin-left:15px}.m-b-15{margin-bottom:15px}.m-t-20{margin-top:20px}.m-r-20{margin-right:20px}.m-l-20{margin-left:20px}.m-b-20{margin-bottom:20px}.m-t-25{margin-top:25px}.m-r-25{margin-right:25px}.m-l-25{margin-left:25px}.m-b-25{margin-bottom:25px}.m-t-30{margin-top:30px}.m-r-30{margin-right:30px}.m-l-30{margin-left:30px}.m-b-30{margin-bottom:30px}.m-t-35{margin-top:35px}.m-r-35{margin-right:35px}.m-l-35{margin-left:35px}.m-b-35{margin-bottom:35px}.m-t-40{margin-top:40px}.m-r-40{margin-right:40px}.m-l-40{margin-left:40px}.m-b-40{margin-bottom:40px}.m-t-45{margin-top:45px}.m-r-45{margin-right:45px}.m-l-45{margin-left:45px}.m-b-45{margin-bottom:45px}.m-t-50{margin-top:50px}.m-r-50{margin-right:50px}.m-l-50{margin-left:50px}.m-b-50{margin-bottom:50px}.m-t-55{margin-top:55px}.m-r-55{margin-right:55px}.m-l-55{margin-left:55px}.m-l-60,.step-content{margin-left:60px}.m-b-55{margin-bottom:55px}.m-t-60{margin-top:60px}.m-r-60{margin-right:60px}.m-b-60{margin-bottom:60px}.m-t-65{margin-top:65px}.m-r-65{margin-right:65px}.m-l-65{margin-left:65px}.m-b-65{margin-bottom:65px}.hide{display:none}.margin-top-10{margin-top:10px}.margin-top-20{margin-top:20px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-20{margin-bottom:20px}.inline{display:inline-block!important}.b-blank{border-color:#000}.b-r{border-right:1px solid}.b-l{border-left:1px solid}.b-t{border-top:1px solid}.b-b{border-bottom:1px solid}.b-a{border-width:1px solid}.b-transparent{border-color:rgba(0,0,0,.4)}.b-grey{border-color:#e5e9ec}.visible-xlg{display:none}.hidden-xlg,.overlayer{display:block}.image-responsive-width{width:100%}.box-250{width:250px;height:250px}.demo-map,.full-width,.overlayer.fullwidth{width:100%}.overlayer{position:absolute;z-index:80}.overlayer-wrapper{position:relative;display:block;z-index:9999}.bottom-left,.bottom-right,.top-left,.top-right{position:absolute}.overlay-fixed{top:auto!important}.top-left{top:0;left:0}.top-right{top:1px;right:0}.bottom-left{bottom:1px;left:0}.bottom-right{bottom:0;right:0}.DTTT_dropdown li,.scroller{position:relative}.pull-down{vertical-align:bottom;display:table-cell}.pull-up{vertical-align:top;display:table-cell}.full-height{height:100%}.scroller{overflow:auto;-webkit-overflow-scrolling:touch}.popover-content{font-size:13px}.popover-content .scroller{padding-right:0!important}.toggle-button,.toggle-button label{margin-top:3px;background-image:none!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;-ms-border-radius:0!important;-o-border-radius:0!important;border:1px solid #eee!important;-moz-border-radius-topleft:0!important;-moz-border-radius-bottomleft:0!important;-moz-border-radius-topright:0!important;-moz-border-radius-bottomright:0!important;border-radius:0!important}.toggle-button span.danger,.toggle-button span.info,.toggle-button span.labelLeft,.toggle-button span.labelRight,.toggle-button span.primary,.toggle-button span.success,.toggle-button span.warning{-moz-border-radius-topleft:0!important;-moz-border-radius-bottomleft:0!important;-moz-border-radius-topright:0!important;-moz-border-radius-bottomright:0!important;font-size:13px!important;font-weight:300!important;background-image:none!important;-webkit-border-radius:0!important;border-radius:0!important}.toggle-button span.labelRight{background-color:#eee}.dataTable{clear:both;margin-top:5px}.dataTables_filter label{line-height:32px!important}div.DTTT_print_info.modal{height:150px;margin-top:150px;text-align:center;border:0;z-index:999}.bordered-circle .owl-controls,.lockscreen-wrapper .user{text-align:left}div.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}div.DTTT_print_info p{font-size:14px;line-height:20px}.invoice-button-action-set{position:absolute}.login-container{margin-top:13%}.lockscreen-wrapper{position:relative;margin-top:20%}.lockscreen-wrapper .profile-wrapper{border-radius:100px;float:left;height:65px;margin-right:11px;margin-top:9px;overflow:hidden;width:65px;display:inline-block}.lockscreen-wrapper .user-form{margin-top:-10px;display:inline-block;float:left;min-width:320px}.lockscreen-wrapper .user-form button,.lockscreen-wrapper .user-form input{float:left;margin-right:10px}.calender-options-wrapper{padding:20px}.calender-options-wrapper .events-wrapper{margin-top:50px}.calender-options-wrapper .events-heading{font-size:13px;color:#fff;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:14px;margin-bottom:20px}.calender-options-wrapper .external-event{font-size:12px;color:#fff;background-color:#d44443;display:block;padding:5px 8px;border-radius:3px;width:100%;margin-bottom:8px;cursor:move}.fc-view{margin-top:15px}.fc td,.fc th{vertical-align:middle}.fc-grid th{text-transform:uppercase;padding-bottom:10px}.fc-grid .fc-day-number{padding:25px 10px}.fc-border-separate td,.fc-border-separate th{border-width:0;border-bottom:1px solid #e5e9ec}.fc-border-separate td.fc-last,.fc-border-separate tr.fc-last td,.fc-border-separate tr.fc-last th{border-right-width:0}.fc-border-separate tr.fc-last td{border-bottom-width:0}.fc-state-highlight{background-color:transparent}.fc-state-highlight .fc-day-number{background-color:#f35958;border-radius:999px;padding:5px 11px;color:#fff}.fc-ltr .fc-event-hori.fc-event-start,.fc-rtl .fc-event-hori.fc-event-end{margin-top:10px}.fc table thead tr th{font-size:.9em}.bordered-circle .owl-controls .owl-page span{width:9px;height:9px;border:1px solid #333;opacity:1;background-color:transparent}.bordered-circle .owl-theme .owl-controls .owl-page.active span,.bordered-circle .owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#333}.hashtags{display:inline-block;border:2px solid #e5e9ec;background-color:transparent;color:#b9bec2;padding:2px 8px;border-radius:15px;font-weight:700;font-size:12px}.hashtags:hover{border:2px solid rgba(0,0,0,.2);color:rgba(0,0,0,.4)}.hashtags.transparent{border:2px solid #fff;background-color:transparent;color:#fff}.hashtags.transparent:hover{border:2px solid rgba(255,255,255,.1);background-color:rgba(255,255,255,.8);color:#000}.user-profile img{border-radius:100px}.sm-gutter [class*=col-],.sm-gutter [class^=col-]{padding-right:5px;padding-left:5px}.sm-gutter .row{margin-right:-5px;margin-left:-5px}.rickshaw_graph{overflow:hidden}.dark .dd-handle{background:#d1dade}.carousel{height:100%;width:100%}.demo-center-logo{left:0;display:block;position:absolute;text-align:center;right:0}button,input,label,select,textarea{font-size:14px;font-weight:400;line-height:20px}button,input,select,textarea{font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}.uneditable-input,input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=datetime-local],input[type=month],input[type=week],input[type=color],textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-appearance:none!important;color:#282323;outline:0;height:16px;padding:6px 11px;line-height:15px;font-size:13px;font-weight:400;vertical-align:top;background-color:#fff;min-height:37px;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #e5e9ec;transition:background .2s linear 0s,box-shadow .2s linear 0s}input{border:1px solid #cecece}input.dark,input.no-boarder{border:none}input.dark{background-color:#e5e9ec}input.error{border:1px solid #f35958}textarea{height:auto;padding-left:12px!important;padding-top:10px!important}.m-uneditable-input:focus,.uneditable-input.focus,input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=color]:focus,select:focus,textarea:focus{border-color:#f1f1f1;background-color:#f4f5f7;outline:0!important;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}input[type=radio],input[type=checkbox]{margin:1px 0 0;line-height:normal;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=file],select{height:34px!important;line-height:30px}select{width:220px;background-color:#fff;background-image:none!important;border:1px solid #e5e5e5;outline:0;min-height:35px}select.xsmall{width:64px!important}select.small{width:134px!important}select.medium{width:220px!important}select.large{width:334px!important}select[multiple],select[size]{height:auto!important}input[type=radio]:focus,input[type=checkbox]:focus,input[type=file]:focus,select:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.btn:focus,div.cs-select:focus{outline:0}input[class*=span]{float:none;height:34px!important;margin-left:0}select[class*=span],textarea[class*=span]{float:none;margin-left:0}.input-lg{border-radius:3px!important;font-size:18px!important;height:45px!important;line-height:1.33!important}.input-sm{font-size:13px!important;min-height:29px!important}.input-append,.input-prepend{border:0;display:inline-block}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;padding:4px 5px;font-size:14px;font-weight:400;line-height:24px;text-align:center}.input-append .add-on>.halflings-icon,.input-prepend .add-on>.fa,.input-prepend .add-on>i{margin-top:5px;margin-left:3px}.input-append .add-on>.fa,.input-append .add-on>.halflings-icon .input-append .add-on>i{margin-top:5px;margin-left:0}.input-append,.input-append :focus{border-right:0!important}.input-append input,.input-append input[class*=span],.input-prepend input,.input-prepend input[class*=span]{display:inline-block!important;width:100%;float:left}.xsmall{width:50px!important}.small{width:120px!important}.medium{width:206px!important}.large{width:320px!important}.huge{width:480px!important;font-size:24px!important;height:36px!important;line-height:36px!important;padding:22px 8px!important}.checkbox,.radio{margin-bottom:0;margin-top:0;padding-left:0}.checkbox label,.radio label{padding-left:25px;font-size:13px}.radio label{display:inline-block;cursor:pointer;position:relative;margin-right:15px;margin-bottom:6px;color:#777a80}.radio label:after,.radio label:before{position:absolute;display:inline-block;content:"";width:17px;height:17px;left:0}.checkbox label,.star label{margin-bottom:10px;cursor:pointer}.radio label:before{margin-right:10px;bottom:2.5px;background-color:#fff;border:1px solid #c2c6cb;border-radius:99px}.radio label:after{font-size:13px;text-align:center;-o-transform:scale(0);-ms-transform:scale(0);-moz-transform:scale(0);-webkit-transform:scale(0);transform:scale(0);border-radius:99px;top:1px;background-color:#6f7b8a;border:1px solid #6f7b8a}.radio input[type=radio]{display:none}.radio input[type=radio][disabled]+label{opacity:.65}.radio.radio-success label:after{background-color:#0090d9;border:1px solid #0090d9}.radio.radio-success input[type=radio]:checked+label:before{border:1px solid #0090d9}.radio.radio-primary label:after{background-color:#0aa699;border:1px solid #0aa699}.radio.radio-primary input[type=radio]:checked+label:before{border:1px solid #0aa699}.radio.radio-info label:after{background-color:#1f3853;border:1px solid #1f3853}.radio.radio-info label input[type=radio]:checked+:before{border:1px solid #1f3853}.radio.radio-warning label:after{background-color:#fbb05e;border:1px solid #fbb05e}.radio.radio-warning input[type=radio]:checked+label:before{border:1px solid #fbb05e}.radio.radio-danger label:after{background-color:#F35958;border:1px solid #F35958}.radio.radio-danger input[type=radio]:checked+label:before{border:1px solid #F35958}.radio input[type=radio]:checked+label{color:#4d5056}.radio input[type=radio]:checked+label:after{-o-transform:scale(.63);-ms-transform:scale(.63);-moz-transform:scale(.63);-webkit-transform:scale(.63);transform:scale(.63);line-height:18px;-o-transition:transform .1s 0s cubic-bezier(.455,.03,.215,1.33);-ms-transition:transform .1s 0s cubic-bezier(.455,.03,.215,1.33);-moz-transition:transform .1s 0s cubic-bezier(.455,.03,.215,1.33);-webkit-transition:transform .1s 0s cubic-bezier(.455,.03,.215,1.33);transition:transform .1s 0s cubic-bezier(.455,.03,.215,1.33)}.radio input[type=radio]:checked+label:before{border:1px solid #8e9095}.checkbox input[type=radio][disabled]+label:after{background-color:#eceff3}.checkbox label{display:inline-block;position:relative;margin-right:15px;color:#777a80;transition:border .2s linear 0s,color .2s linear 0s;direction:ltr}.checkbox label::after,.checkbox label:before{display:inline-block;position:absolute;transition:border .2s linear 0s,color .2s linear 0s}.wysihtml5-toolbar li,table td .checkbox label,table th .checkbox label{padding-left:0}.checkbox label:before{content:"";width:17px;height:17px;margin-right:10px;left:0;top:1.4px;background-color:#fff;border:1px solid #c2c6cb;border-radius:3px}.checkbox label::after{width:16px;height:16px;left:3.2px;top:0;font-size:11px}.checkbox label:after{border-radius:3px}.checkbox input[type=checkbox]{display:none}.star label,.star label:before{display:inline-block;font-size:18px;transition:border .2s linear 0s,color .2s linear 0s}.checkbox.checkbox-circle label:after,.checkbox.checkbox-circle label:before{border-radius:99px}.checkbox input[type=checkbox]:checked+label{color:#4d5056}.checkbox.check-danger input[type=checkbox]:checked+label::after,.checkbox.check-info input[type=checkbox]:checked+label::after,.checkbox.check-primary input[type=checkbox]:checked+label::after,.checkbox.check-success input[type=checkbox]:checked+label::after,.checkbox.check-warning input[type=checkbox]:checked+label::after{color:#fff}.checkbox input[type=checkbox]:checked+label::after{font-family:FontAwesome;content:"\F00C"}.checkbox input[type=checkbox][disabled]+label{opacity:.65}.checkbox input[type=checkbox][disabled]+label:before{background-color:#eceff3}.checkbox.check-success input[type=checkbox]:checked+label:before{background-color:#0090d9;border:1px solid #0090d9}.checkbox.check-primary input[type=checkbox]:checked+label:before{background-color:#0aa699;border:1px solid #0aa699}.checkbox.check-info input[type=checkbox]:checked+label:before{background-color:#1f3853;border:1px solid #1f3853}.checkbox.check-warning input[type=checkbox]:checked+label:before{background-color:#fbb05e;border:1px solid #fbb05e}.checkbox.check-danger input[type=checkbox]:checked+label:before{background-color:#f35958;border:1px solid #f35958}table.fc-border-separate{margin-top:20px}.star label{position:relative}.star label:before{font-family:FontAwesome;content:"\F005";margin-right:10px;position:absolute;left:0;top:-4px;color:#97a3b3}.star input[type=checkbox]{display:none}.star input[type=checkbox]:checked+label:before{color:#ffd200}.bootstrap-tagsinput{border:1px solid #E5E9EC;border-radius:3px;box-shadow:none;width:100%;transition:background .2s linear 0s}.bootstrap-tagsinput.active-element{background-color:#f4f5f7}.bootstrap-tagsinput input{border:none;margin-bottom:0;min-height:25px}.bootstrap-tagsinput .tag{vertical-align:middle;padding:4px 9px;margin-top:3px;display:inline-block}.bootstrap-tagsinput .tag [data-role=remove]:hover,.bootstrap-tagsinput .tag [data-role=remove]:hover:active{box-shadow:none}form{margin:0}form legend{margin:15px 0 10px!important}.column-seperation>div[class*=col-]{border-right:1px solid #ddd}.column-seperation>div[class*=col-]:last-child{border-right:0}.form-no-horizontal-spacing .row-fluid .side-label{border-right:1px solid #ddd}.form-no-horizontal-spacing .error{margin-bottom:10px}input.placeholder,textarea.placeholder{color:#aaa!important}.help-block{margin-top:10px}.form-inline input{margin-bottom:0!important}.form-label{margin-top:2px}.form-label .required{color:#e02222;font-size:12px;padding-left:2px}.help-inline{margin-top:6px}.help-small{font-size:12px;padding-top:0;margin-top:0;margin-bottom:0;padding-bottom:0}.success .help-inline.ok:before{content:"\f00c";font-size:16px;font-family:FontAwesome;font-weight:400;font-style:normal;display:inline-block}.form-view legend,form legend{margin-bottom:15px!important}.controls>.checkbox .checker,.controls>.radio .checker{margin-right:2px!important}.controls>.checkbox,.controls>.radio{display:inline-block;padding:0!important;margin:8px 15px 0 0!important}.controls>.checkbox.line,.controls>.radio.line{display:block;padding:0!important;margin:5px 0 0!important}.controls .inline{margin-top:8px}.form-view .control-group{margin-top:0;margin-bottom:5px}.uploader{margin-top:2px!important}.hint{padding:5px 0 0 10px}.form form{margin:0!important;padding:0!important}.form .form-actions{background-color:#f6f7f8!important;margin-top:0!important;padding-left:190px}.form-actions{background-color:#f6f7f8;border:0;margin-bottom:20px;margin-top:20px;padding:19px 20px 20px}.form-actions:after{clear:both}.form-actions:after,.form-actions:before{content:"";display:table;line-height:0}.form-horizontal{display:inline-block;margin-right:10px;position:relative;top:-4px}.form-horizontal.form-bordered .control-group{margin:0;padding:0;border-bottom:1px solid #eee}.form-horizontal.form-bordered .control-group:first-child{border-bottom:1px solid #eee!important}.form-horizontal.form-bordered .control-group.last{border-bottom:0}.form-horizontal.form-bordered .control-group .controls{padding:10px;position:relative;border-left:1px solid #eee}.form-horizontal.form-bordered .control-group .controls .chosen-container{min-height:32px}.form-horizontal.form-bordered .control-group .controls .chosen-container .help-block{clear:both;padding-top:10px!important}.form-horizontal.form-bordered .control-group .control-label{margin-top:10px}.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even){background-color:#fcfcfc}.form-horizontal.form-bordered.form-row-stripped .m-wrap{background:#fff!important}.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even){background-color:#fcfcfc}.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls{background-color:#fff}.form-horizontal.form-bordered .help-block,.form-horizontal.form-bordered .help-inline{padding-left:0}.grid.box .form .form-actions,.grid.solid .form .form-actions{margin-left:-10px!important;margin-right:-10px!important;margin-bottom:-10px!important}.wizard-steps{display:block;list-style:none;padding:0;position:relative;width:100%}.wizard-steps li{display:block;float:left;max-width:25%;min-width:25%;text-align:center;padding-left:0}.wizard-steps li:before{border-top:6px solid #55606E;content:"";display:block;font-size:0;overflow:hidden;position:relative;top:13px;right:1px;width:100%;z-index:1}.wizard-steps li:first-child:before{left:50%;max-width:50%}.wizard-steps li:last-child:before{max-width:50%;width:50%}.wizard-steps li.complete .step{background-color:#0aa699;padding:1px 6px;border:4px solid #55606e}.wizard-steps li .step{background-color:#d1dade;border-radius:32px;color:#fff;display:inline;font-size:15px;font-weight:700;line-height:12px;padding:4px 9px;position:relative;text-align:center;z-index:2;transition:all .2s linear 0s}.wizard-steps li .step i{font-size:10px;font-weight:400;position:relative;top:-1.5px}.wizard-steps li .title{color:#B1BCC5;display:block;font-size:13px;line-height:15px;max-width:100%;position:relative;table-layout:fixed;text-align:center;top:20px;word-wrap:break-word;z-index:104}.wizard-steps a:active,.wizard-steps a:focus,.wizard-steps a:hover{text-decoration:none}.wizard-steps li.active .step,.wizard-steps li.active.complete .step{background-color:#0090d9;color:#fff;font-weight:700;padding:10px 15px;border:none;font-size:16px}.wizard-steps li.active .title,.wizard-steps li.complete .title{color:#2B3D53}.step-content{margin-top:40px}.step-content .step-pane{display:none;min-height:267px}.step-content .active{display:block}.wizard-actions{display:block;list-style:none;padding:0;position:relative;width:100%}.wizard-actions li{display:inline}.form-group .form-label,.input-append .form-control,.slide-primary,.slide-success{display:inline-block}.tab-content{position:relative;z-index:10;background-color:#fff;overflow:hidden;margin-bottom:18px}.tab-content.transparent{background-color:transparent}.form-group{margin-bottom:20px}.form-group .form-label{color:#55606e;margin-right:8px}.form-group .help{color:#A7ABB1;font-size:12px}.form-group .controls{margin-top:8px}.form-control{border:1px solid #E5E9EC;font-size:13px}.form-row input,.form-row select,.form-row select2,.form-row textarea{margin-bottom:10px}.form-row .radio{margin-bottom:7px}.form-row:last-child{margin-bottom:0}.slide-primary .ios-switch .on-background{background-image:none;background-color:#0aa699}.slide-success .ios-switch .on-background{background-image:none;background-color:#094ab2}.select2-container .select2-choice{background-image:none;border-radius:2px;border:1px solid #e5e9ec;padding:4px 9px;transition:border .2s linear 0s;height:37px}.input-group-addon,.input-prepend .btn:first-child,.input-prepend.inside .add-on:first-child{transition:border .2s linear 0s,box-shadow .2s linear 0s,color .2s linear 0s,box-shadow .2s linear 0s,background .2s linear 0s}.select2-container .select2-choice .select2-arrow{background:0 0;border-left:0}.select2-container .select2-choice .select2-arrow b{background:0 0}.select2-container .select2-choice .select2-arrow b:before{font-family:FontAwesome;content:"\f0d7";position:relative;top:2px;right:5px;font-size:12px}.select2-container.select2-drop-above .select2-choice{-webkit-border-bottom-right-radius:2px;-webkit-border-bottom-left-radius:2px;-moz-border-radius-bottomright:2px;-moz-border-radius-bottomleft:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #e5e9ec;background:#f4f5f7}.select2-dropdown-open .select2-choice .select2-arrow b{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.select2-drop.select2-drop-above{-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;border-top-left-radius:2px;border-top-right-radius:2px;box-shadow:none}.select2-drop.select2-drop-above.select2-drop-active{border:1px solid #e5e9ec;border-bottom:none;border-radius:2px;padding-top:0}.select2-container-active .select2-choice,.select2-container-active .select2-choices{box-shadow:none;border:1px solid #e5e9ec;background:#f4f5f7;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;border-top-left-radius:2px;border-top-right-radius:2px}.select2-search{padding-left:8px;padding-right:8px;padding-top:3px}.select2-search input{background:#fff!important;vertical-align:baseline;line-height:28px;border-radius:2px;font-size:12px;border:1px solid #ccc}.select2-results{margin:3px 10px 10px 3px}.select2-results li{color:#6F7B8A}.select2-results li.select2-result-with-children>.select2-result-label{color:#282323}.select2-results .select2-highlighted{background:#0090d9;border-radius:3px}.select2-results .select2-highlighted .select2-result-label{color:#fff}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:0 0;color:#6F7B8A;font-size:12px;padding-left:8px;padding-top:0;position:relative;top:-5px}.select2-drop-active{border:1px solid #e5e9ec;border-bottom:none;border-top:none;-webkit-border-bottom-right-radius:2px;-webkit-border-bottom-left-radius:2px;-moz-border-radius-bottomright:2px;-moz-border-radius-bottomleft:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;padding-top:5px}.select2-container-multi .select2-choices{background-image:none;border:1px solid #dae0e4;border-radius:2px}.select2-container-multi .select2-choices .select2-search-choice{background-color:#e8edf1;background-image:none;border:none;box-shadow:none;color:inherit;border-radius:8px;margin:8px -5px 7px 10px;padding:4px 8px 4px 21px;direction:ltr}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #dae0e4;box-shadow:none}.select2-container-multi.select2-container-active .select2-search-choice{background-color:#fff!important}.select2-container-multi .select2-search-choice-close{left:6px}.select2-search-choice-close{background:0 0;top:4px;right:0}.select2-search-choice-close:hover{text-decoration:none}.select2-search-choice-close:before{font-family:FontAwesome;content:"\f00d";font-size:12px;color:#94a1b2}.select2-drop-multi .select2-results .select2-no-results,.select2-drop-multi .select2-results .select2-searching,.select2-drop-multi .select2-results .select2-selection-limit{top:0}.select2.form-control{padding:0;box-shadow:none;border:0}.input-append .add-on:last-child,.input-append .btn-group:last-child>.dropdown-toggle,.input-append .btn:last-child{border-radius:0 2px 2px 0}.input-prepend .btn:first-child,.input-prepend.inside .add-on:first-child{background-color:#fff;border:1px solid #e5e9ec;position:relative;left:3px;border-radius:2px;padding-left:8px;padding-right:4px;padding-top:4px;top:0;color:#9ea9b2}.input-prepend.inside.no-boarder .add-on:first-child,.input-prepend.no-boarder .btn:first-child{border:none}.input-append .add-on,.input-prepend .add-on{position:absolute;background-color:#d1dade;color:#5E5E5E;text-shadow:none;border:#d1dade;border-radius:0 2px 2px 0;height:37px;min-width:34px;padding-right:10px;padding-left:10px;padding-top:6px}.input-append .add-on .arrow{background-color:transparent!important;position:absolute;left:-6px;color:#d1dade;z-index:100;font-size:26px}.input-append .add-on .arrow:before{font-family:FontAwesome;content:"\f0d9 "}.input-append.primary .add-on .arrow{color:#0aa699}.input-append.success .add-on .arrow{color:#0090d9}.input-append.info .add-on .arrow{color:#1f3853}.input-append.warning .add-on .arrow{color:#fbb05e}.input-append.danger .add-on .arrow{color:#f35958}.input-append input[class*=span]{padding-left:16px;border-right:0;-webkit-border-radius:2px 0 0 2px;-moz-border-radius:2px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:2px 0 0 2px}.input-append.primary .add-on,.input-prepend .add-on{background-color:#0aa699;color:#fff}.input-append.success .add-on,.input-prepend .add-on{background-color:#0090d9;color:#fff;display:inline-block;float:left}.input-append.info .add-on,.input-prepend .add-on{background-color:#1f3853;color:#fff}.input-append.warning .add-on,.input-prepend .add-on{background-color:#fbb05e;color:#fff}.input-append.danger .add-on,.input-prepend .add-on{background-color:#f35958;color:#fff}.input-focus{background-color:#f4f5f7!important;color:#56646e!important}.no-boarder .input-focus{border:none!important}.input-prepend input[class*=span]{padding-left:16px;border-left:0;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:2px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;border-radius:0 2px 2px 0}.input-with-icon{position:relative}.input-with-icon input{padding-left:32px!important}.input-with-icon i{color:#e5e9ec;display:block;position:absolute;margin:9px 2px 4px 10px;width:16px;height:16px;font-size:16px;text-align:center}.input-with-icon.right input{padding-left:12px!important;padding-right:33px!important}.input-with-icon.right i{right:8px;float:right}.input-group-addon{border:1px solid #E5E9EC;color:#9EA9B2;font-size:14px;padding:6px 10px;border-radius:3px}.input-group-addon i{position:relative;top:1px}.input-group-addon.primary{background-color:#0aa699;border:1px solid #0aa699;color:#fff}.input-group-addon.primary .arrow{color:#0aa699}.input-group-addon.success{background-color:#0090d9;color:#fff}.input-group-addon.success .arrow{color:#0090d9}.input-group-addon.info{background-color:#1f3853;color:#fff}.input-group-addon.info .arrow{color:#1f3853}.input-group-addon.warning{background-color:#fbb05e;color:#fff}.input-group-addon.warning .arrow{color:#fbb05e}.input-group-addon.danger{background-color:#f35958;color:#fff}.input-group-addon.danger .arrow{color:#f35958}.input-group-addon .arrow{position:relative;right:-6px;color:#d1dade;z-index:100}.input-group-addon .arrow:before,.input-group-addon:last-child .arrow:before{font-size:23px;position:absolute;top:-2px;font-family:FontAwesome}.input-group-addon .arrow:before{content:"\f0da";left:17px}.input-group-addon:last-child .arrow:before{content:"\f0d9";left:-23px}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-addon:last-child input,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-left:0}.transparent .input-group-addon{background-color:#fff;padding:8px 1px 10px 9px}.datepicker table tr td span.active.active,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active[disabled]:hover,.datepicker table tr td.active.active,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.active:hover,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled.disabled:hover,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled[disabled]:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active[disabled],.datepicker table tr td.active[disabled]:hover{background-color:#0090d9}.transparent .input-group-addon:first-child,.transparent .input-group-btn:first-child>.btn,.transparent .input-group-btn:first-child>.dropdown-toggle,.transparent .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.transparent.input-group .form-control:first-child{border-right:0;border-left:1px solid #e5e9ec}.transparent .input-group .form-control:last-child,.transparent .input-group-addon:last-child,.transparent .input-group-btn:first-child>.btn:not(:first-child),.transparent .input-group-btn:last-child>.btn,.transparent .input-group-btn:last-child>.dropdown-toggle{padding:6px 10px}.datepicker{font-size:12px}.datepicker thead tr .datepicker-switch{color:#6f7b8a;font-size:13px}.datepicker thead tr .prev{color:#0090d9;content:'';font-size:0}.datepicker thead tr .prev:before{color:#0090d9;font-family:FontAwesome;content:"\f053";font-size:13px}.datepicker thead tr .next{color:#0090d9;content:'';font-size:0}.datepicker thead tr .next:before{color:#0090d9;font-family:FontAwesome;content:"\f054";font-size:13px}.datepicker thead tr .dow{width:31px;color:#0090d9;text-transform:uppercase;font-size:11px}.datepicker tbody tr .odd{color:#d0d3d8}.error,.error-control i{color:#f35958}.datepicker table tr td.day:hover{opacity:.65}.datepicker td,.datepicker th{padding:5.5px!important}.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-image:none;font-family:open_sanssemibold}.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-image:none}.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{background-image:none;border:none}.error{font-size:12px;display:block}.error-control .select2-container .select2-choice,.error-control input,.error-control select,.error-control textarea{border:1px solid #f35958}.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before{content:"\f12a";color:#f35958}.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.success-control .select2-container .select2-choice,.success-control input,.success-control select,.success-control textarea{border:1px solid #0aa699}.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before{content:"\f00c";color:#0aa699}.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.success-control i{color:#0aa699}.clockpicker-popover{z-index:10}.grid{clear:both;margin-top:0;margin-bottom:25px;padding:0}.grid.closed .grid-body{display:none;overflow:hidden}.grid.box{padding:0!important}.grid.box .form-horizontal.form-bordered .control-group{margin-left:-10px;margin-right:-10px}.grid.box .form-horizontal.form-bordered .control-group:first-child{margin-top:-10px}.grid.box .grid-title{padding:8px 10px 2px;border-bottom:1px solid #eee;color:#fff!important;margin-bottom:0}.grid.box .grid-title>.actions>.btn>i{color:#fff!important}.grid.box .grid-title .tools{margin-top:3px}.grid.box .grid-title .tools a{background:url(@{base-img-url}/icon/portlet-tray.png) no-repeat;width:23px;height:23px}.grid-title h4,.grid-title.descriptive p{width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid.box .grid-body{background-color:#fff;padding:10px}.grid.box.blue{border:1px solid #b4cef8;border-top:0}.grid.box.blue .grid-title{background-color:#58acf3}.grid.box.red{border:1px solid #f35958;border-top:0}.grid.box.red .grid-title{background-color:#f35958}.grid.box.yellow{border:1px solid #fccb7e;border-top:0}.grid.box.yellow .grid-title{background-color:#ffb848}.grid.box.green{border:1px solid #0aa699;border-top:0}.grid.box.green .grid-title{background-color:#0aa699}.grid.box.purple{border:1px solid #af5cc1;border-top:0}.grid.box.purple .grid-title{background-color:#852b99}.grid.box.grey{border:1px solid #9d9c9c;border-top:0}.grid.box.grey .grid-title{background-color:#555}.grid.box.light-grey{border:1px solid #eee;border-top:0}.grid.box.light-grey .grid-title{background-color:#aaa}.grid .simple .form-actions{margin-left:-20px!important;margin-right:-20px!important;margin-bottom:-20px!important}.grid .solid .grid-title{color:#fff!important;border-bottom:1px solid #fff}.grid.solid .grid-body h3,.grid.solid .grid-title h4{color:#fff}.grid.solid .grid-title{margin-bottom:5px;border:0;padding:13px 15px 6px;border-bottom:1px solid rgba(255,255,255,.35)!important}.grid.solid .grid-title .tools{margin-top:2px;border:0}.grid.solid .grid-body{color:#fff;padding:20px}.grid.simple{padding:0!important}.grid.simple .grid-title{padding:14px 15px 7px;color:#282323!important;background-color:#fff;margin-bottom:0;border:1px solid #ddd;border-bottom:0}.grid.simple .grid-title>.actions>.btn>i{color:#fff!important}.grid.simple .grid-title .tools{margin-top:0;position:relative}.grid.simple .grid-title.no-border{border:0;border-bottom:0}.grid.simple .form-actions{margin-right:-26px!important;margin-left:-26px!important;margin-bottom:-26px!important}.grid.simple.transparent .grid-body{background-color:transparent!important;border:none}.grid.simple.transparent .grid-title{border:none;border-bottom:1px solid #D7DBE0;background-color:transparent}.grid.simple .grid-body{background-color:#fff;padding:26px;border:1px solid #ddd;color:#6f7b8a}.grid.simple .grid-body.no-padding{padding:0}.grid.simple .grid-body .wrap-body{padding:10px 26px 0}.grid.simple .grid-body.no-border{border:0;padding-top:1px}.grid.simple .grid-body h3,.grid.simple .grid-body h4{color:#282323}.grid.simple .grid-body.invoice-body{padding:30px}.grid.simple .grid-body.invoice-body .invoice-logo{margin-bottom:18px}.grid.simple.vertical.green{border-left:4px solid #0aa699;border-top:none!important}.grid.simple.vertical.red{border-left:4px solid #f35958;border-top:none!important}.grid.simple.vertical.purple{border-left:4px solid #736086;border-top:none!important}.grid.simple.vertical.blue{border-left:4px solid #0090d9;border-top:none!important}.grid.simple.horizontal.red .grid-title{border-top:4px solid #f35958}.grid.simple.horizontal.yellow .grid-title{border-top:4px solid #ffb848}.grid.simple.horizontal.green .grid-title{border-top:4px solid #0aa699}.grid.simple.horizontal.purple .grid-title{border-top:4px solid #852b99}.grid.simple.horizontal.grey .grid-title{border-top:4px solid #555}.grid.simple.horizontal.light-grey .grid-title{border-top:4px solid #aaa}.grid:after,.grid:before{display:table}.grid-title{margin-bottom:15px;border-bottom:1px solid #eee}.grid-title h4{display:inline-block;font-size:16px;margin:0 0 7px;padding:0}.grid-title h4 i{font-size:14px;margin-right:5px;color:#666}.grid-title.descriptive{padding-left:23px!important;padding-top:20px!important}.grid-title.descriptive .actions{margin-right:14px;margin-top:-16px}.grid-title.descriptive .actions a{color:#4c5264}.grid-title.descriptive .actions a:hover{opacity:.5}.grid-title.descriptive .actions i{font-size:22px;margin-right:10px}.grid-title.descriptive p{display:inline-block;line-height:23px;color:#7a7d82;font-size:12px}.grid-title.clickable{cursor:pointer}.grid-title .tools>a{display:inline-block;height:16px;margin-left:5px}.grid-title .tools>a:hover{text-decoration:none;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;opacity:.6}.grid-title .dropdown-menu i{color:#000}.grid-title .actions>.btn-group{margin-top:-12px}.grid-title .actions>.btn-group>.btn{padding:4px 10px;margin-top:-1px}.grid-title .actions>.btn{padding:4px 10px;margin-top:-13px}.grid-title .actions>.btn.mini{margin-top:-12px;padding:4px 10px}.grid-title .pagination.pagination-small{float:right!important;display:inline-block!important;margin:-2px 0 0}.grid-title .actions,.grid-title .tools{display:inline-block;padding:0;margin:6px 0 0;float:right}.grid-body:after,.grid-body:before{display:table;content:" "}.grid-body{padding:0}.grid-body .btn-toolbar{margin:0!important;padding:0!important}.grid-body .slimScrollBar{margin-right:0!important}.grid-body:after{clear:both}.grid-body.light-blue,.grid.light-blue{background-color:#bfd5fa!important}.grid-body.blue,.grid.blue{background-color:#58acf3!important}.grid-body.red,.grid.red{background-color:#f35958!important}.grid-body.yellow,.grid.yellow{background-color:#ffb848!important}.grid-body.green,.grid.green{background-color:#0aa699!important}.grid-body.purple,.grid.purple{background-color:#852b99!important}.grid-body.light-grey,.grid.light-grey{background-color:#fafafa!important}.grid-body.dark-grey,.grid.dark-grey{background-color:#555!important}.sortable .grid .grid-title{cursor:move}.ui-sortable{min-height:10px!important}.ui-sortable-placeholder{border:1px dotted #000;visibility:visible!important;height:100%!important}.sortable-box-placeholder *,.ui-sortable-placeholder *{visibility:hidden}.sortable-box-placeholder{background-color:#f5f5f5;border:1px dashed #DDD;display:block;margin-top:0!important;margin-bottom:24px!important}.grid.simple .grid-title .tools a,.grid.solid .grid-title .tools a{position:relative;background:url(images/icon/portlet-tray.png) no-repeat;transition:all .1s linear 0s}.grid.simple .grid-title .tools>a.remove,.grid.solid .grid-title .tools>a.remove{background-position:-66px -38px;width:10px;height:10px;top:-5px}.grid.simple .grid-title .tools>a.config,.grid.solid .grid-title .tools>a.config{background-position:-3px -32px;width:22px;height:22px}.grid.simple .grid-title .tools>a.reload,.grid.solid .grid-title .tools>a.reload{background-position:-37px -38px;width:12px;height:10px;top:-5px}.grid.simple .grid-title .tools>a.expand,.grid.solid .grid-title .tools>a.expand{background-position:-123px -40px;width:10px;height:6px;top:-5px}.grid.simple .grid-title .tools>a.collapse,.grid.solid .grid-title .tools>a.collapse{background-position:-95px -40px;width:9px;height:7px;top:-5px}.alert{color:#ce8f22;background-color:#fffcee;background-image:none;box-shadow:none;text-shadow:none;padding:9px 19px 9px 15px;border-radius:3px;border:1px solid #F0DBB4;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s}.alert .link{color:#ce8f22;font-weight:700}.alert .alert-heading{color:#ce8f22!important;margin-bottom:5px;font-family:open_sanssemibold}.alert .btn-small{position:relative;top:-3.5px}.alert .button-set .btn{position:relative;top:8px}.alert .close{background:url(images/icon/noti-cross.png) -9px -10px no-repeat;width:10px;height:9px;position:relative;opacity:.8;top:4.5px;float:right;margin-left:20px}.alert .close:hover{opacity:1}.alert-success{color:#438a85;background-color:#f3faf8;border-color:#bfd1cf}.alert-success .link{color:#438a85}.alert-success .alert-heading{color:#438a85!important}.alert-info,.alert-info .link{color:#246a8e}.alert-success .close{background-position:-38px -10px!important}.alert-info{background-color:#ebf6fb;border-color:#bfd4de}.alert-info .alert-heading{color:#246a8e!important}.alert-info .close{background-position:-67px -10px!important}.alert-danger,.alert-error{color:#e76e70;background-color:#fff6f4;border-color:#f8cdcd}.notification-messages,.notification-messages.success{background-color:#eef9f8}.alert-danger .link,.alert-error .link{color:#e76e70}.alert-danger .alert-heading,.alert-error .alert-heading{color:#e76e70!important}.alert .alert-danger .close,.alert-error .close{background-position:-95px -10px!important}.alert-block{padding:15px 19px 15px 17px}.popover-content .notification-messages{padding:15px 18px}.notification-messages{font-family:Arial;padding:15px 18px 10px;display:block;color:#8b91a0;margin-bottom:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.notification-messages.danger .iconholder i,.notification-messages.info .iconholder i,.notification-messages.success .iconholder i{color:#f35958}.notification-messages.success:hover{background-color:#d9edf1;cursor:pointer}.notification-messages.danger{background-color:#fef2f2}.notification-messages.danger:hover{background-color:#fae1e1;cursor:pointer}.notification-messages.info{background-color:#edf7fc}.notification-messages.info:hover{background-color:#d8ebf4;cursor:pointer}.notification-messages .message-wrapper{display:inline-block;width:70%;height:43px;float:left}.notification-messages .message-wrapper .description,.notification-messages .message-wrapper .heading{display:block;text-align:left;word-break:break-all;width:100%;line-height:19px;float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.notification-messages .message-wrapper .heading{color:#1b1e24;font-size:13px;margin:0;font-family:open_sanssemibold}.notification-messages .message-wrapper .description{font-size:11px}.modal-header,.popover-title{text-align:center}.notification-messages .date{display:inline-block;font-size:11px;line-height:15px;font-style:italic;opacity:.4}.notification-messages .user-profile{border-radius:100px;display:inline-block;float:left;height:35px;overflow:hidden;width:35px;margin-right:10px;margin-top:2px}.notification-messages .iconholder{display:inline-block;float:left;margin-right:10px;margin-top:5px}.notification-messages .iconholder i{font-size:28px}.tooltip-inner{padding:6px 9px}.progress{height:12px;background-color:#e9ecee;background-image:none;box-shadow:none;filter:none}.progress.no-radius,.progress.no-radius .progress-bar{border-radius:0}.progress.transparent{background-color:rgba(0,0,0,.28)}.progress.progress-small{height:4px}.progress.progress-large{height:20px}.progress-bar{box-shadow:none;border-radius:3px;background-color:#0090D9;background-image:none;-webkit-transition:all 1s cubic-bezier(.785,.135,.15,.86);transition:all 1s cubic-bezier(.785,.135,.15,.86);-webkit-transition-timing-function:cubic-bezier(.785,.135,.15,.86);-moz-transition-timing-function:cubic-bezier(.785,.135,.15,.86);-ms-transition-timing-function:cubic-bezier(.785,.135,.15,.86);-o-transition-timing-function:cubic-bezier(.785,.135,.15,.86);transition-timing-function:cubic-bezier(.785,.135,.15,.86);float:left;filter:none}.progress-bar-success{background-color:#0aa699;background-image:none}.progress-bar-info{background-color:#0090d9;background-image:none}.progress-bar-warning{background-color:#fdd01c;background-image:none}.progress-bar-danger{background-color:#f35958;background-image:none}.progress-bar-white{background-color:#fff;background-image:none}.progress-bar-black{background-color:#1b1e24;background-image:none}.progress .bar-info,.progress-info .bar{background-color:#1f3853;background-image:none}.progress .bar-warning,.progress-warning .bar{background-color:#fdd01c;background-image:none}.progress .bar-danger,.progress-danger .bar{background-color:#f35958;background-image:none}.progress .bar-white,.progress-white .bar{background-color:#fff;background-image:none}.progress-striped .bar-success,.progress-success.progress-striped .bar{background-color:#0090d9}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#1f3853}.details-status-single{display:inline-block;background-color:#e5e9ec;color:#5c6370;font-size:11px;padding:6px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge,.label{background-color:#d1dade;font-size:11px;color:#5E5E5E;font-family:open_sanssemibold;text-shadow:none}.label{padding:3px 9px}.badge{padding-left:6px;padding-right:6px;padding-bottom:4px}.badge-primary,.label-primary{background-color:#0090d9;color:#fff}.badge-success,.label-success{background-color:#0aa699;color:#fff}.badge-warning,.label-warning{background-color:#fdd01c;color:#fff}.badge-danger,.badge-important,.label-danger,.label-important{background-color:#f35958;color:#fff}.badge-info,.label-info{background-color:#0090d9;color:#fff}.badge-inverse,.label-inverse{background-color:#1f3853;color:#fff}.badge-white,.label-white{background-color:#fff;color:#5E5E5E}.badge-disable,.label-white{background-color:#2a2e36;color:#8b91a0}.popover{border-radius:3px;border:none;-webkit-box-shadow:0 0 5px rgba(86,96,117,.15);-moz-box-shadow:0 0 5px rgba(86,96,117,.15);box-shadow:0 0 5px rgba(86,96,117,.15);max-width:350px}.popover.left .arrow,.popover.right .arrow,.popover.top .arrow{border-right-color:rgba(0,0,0,.08)}.popover.bottom .arrow:after{top:0;margin-left:-11px}.popover .arrow:after{border-width:11px}.popover-title{background-color:#fff;margin:0 5px;font-weight:700;color:#505458!important}.modal{border-radius:3px}.modal-header p{color:#8b91a0}.modal-body{background-color:#e5e9ec}.modal-content{border:0}.modal-footer{border-top:none;box-shadow:none;background-color:#F3F5F6;margin-top:0;text-align:right}.dropdown-menu.pull-right{right:0;left:auto}.tiles-container{margin-left:0;margin-right:0}.tiles{background-color:#bcbcbc;color:#fff;position:relative}.tiles.overflow-hidden{overflow:hidden}.tiles.full-height{height:100%}.tiles.added-margin{margin-right:-10px}.tiles.no-margin{margin-right:0}.tiles.margin-reset{margin-left:37px}.tiles .tiles-title{font-size:10.5px;letter-spacing:.5px;font-family:open_sanssemibold}.tiles .tiles-body{padding:19px 18px 15px 24px}.tiles .controller{position:relative;display:inline-block;float:right}.tiles .controller a{position:relative;background:url(images/icon/portlet-tray.png) no-repeat;transition:all .1s linear 0s;display:inline-block}.tiles .controller a.remove{background-position:-66px -38px;height:10px;top:-5px;width:10px}.tiles .controller a.config{background-position:-3px -32px;height:22px;width:22px}.tiles .controller a.reload{background-position:-37px -38px;height:10px;top:-5px;width:12px}.tiles .controller a.expand{background-position:-123px -11px;width:10px;height:6px;top:-5px}.tiles .controller a:hover.collapse{background-position:-95px -40px;height:7px;top:-5px;width:9px}.tiles .controller a:hover.remove{background-position:-66px -9px;height:10px;top:-5px;width:10px}.tiles .controller a:hover.config{background-position:-3px -32px;height:22px;width:22px}.tiles .controller a:hover.reload{background-position:-38px -9px;height:10px;top:-5px;width:12px}.tiles .controller a:hover.expand{background-position:-123px -11px;width:10px;height:6px;top:-5px}.tiles.white{background-color:#fff;color:#8b91a0}.tiles.white .controller a.remove:hover{background-position:-66px -38px;height:10px;top:-5px;width:10px;opacity:.6}.tiles.white .controller a.config:hover{background-position:-3px -32px;height:22px;width:22px;opacity:.6}.tiles.white .controller a.reload:hover{background-position:-37px -38px;height:10px;top:-5px;width:12px;opacity:.6}.tiles.white .controller a.expand:hover{background-position:-123px -11px;width:10px;height:6px;top:-5px;opacity:.6}.tiles.white>.tile-footer{background-color:#eceff1;color:#d1d3d9;font-size:13px;padding:8px 15px}.tiles.white.borderall{border:1px solid #e5e9ec}.tiles.white.border-left{border-left:1px solid #e5e9ec}.tiles.white.border-right{border-right:1px solid #e5e9ec}.tiles.white.border-top{border-top:1px solid #e5e9ec}.tiles.white.border-bottom{border-bottom:1px solid #e5e9ec}.tiles.white hr{margin:10px 0;height:1px;border:none;background-color:#f2f3f5}.tiles.white label{color:#9aa0ad}.tiles.white>.tiles-body>.heading{color:#000}.tiles.white .tiles-body>.description{color:#8b91a0}.tiles .description i,.tiles .iconplaceholder i,.tiles label{color:#fff}.tiles .settings-box{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:1px 4px}.tiles .heading{font-size:25px;display:block;font-family:open_sanssemibold;margin:4px 0}.tiles .heading .icon-grid{top:1px;font-size:31px;position:relative}.tiles p{margin:0 0 5px}.tiles hr{margin:10px 0;height:1px;border:none;background-color:#2b3038}.tiles .tiles-body-overlay{position:absolute;z-index:100;padding:19px 18px 17px 24px;width:auto}.tiles .progress{width:70%;margin-bottom:15px}.tiles .iconplaceholder{background-color:rgba(0,0,0,.28)}.tiles>.tiles-body>.description{font-size:12px;color:#fff;display:table-cell;vertical-align:middle;-webkit-font-smoothing:antialiased}.tiles .description i{font-size:21px}.tiles .description .mini-description{position:relative;top:-5px}.tiles.red{background-color:#f35958}.tiles.purple{background-color:#735f87}.tiles.purple .button{background:#736086;color:#d7d5d7}.tiles.blue{background-color:#0090d9}.tiles.green{background-color:#0aa699}.tiles.black{background-color:#22262e}.tiles.black .blend{color:#8b91a0}.tiles.black input{background-color:rgba(0,0,0,.35);border:0}.tiles.dark-blue{background-color:#365d98}.tiles.light-blue{background-color:#00abea}.tiles.light-red{background-color:#f96773}.tiles.grey{background-color:#e9ecee}.tiles.gradient-grey{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(131,131,131,.65) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(131,131,131,.65)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(131,131,131,.65) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(131,131,131,.65) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(131,131,131,.65) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(131,131,131,.65) 100%)}.tiles.gradient-black{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%)}.tiles .blend{color:rgba(0,0,0,.42)}.tiles .button{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:3px 12px}.tile-more-content{background-color:#fff}.tile-more-content .tiles-body{padding:19px 18px 17px 24px}.row-fluid .tile-content,.row-fluid.side-content .tiles{margin:0}.widget,.widget-item.narrow-margin{margin-right:-10px}.tile-footer{background-color:rgba(0,0,0,.28);color:#fff;font-size:13px;padding:8px 15px}.chart-wrapper{padding-top:40px}.tiles.red .button,.tiles.red .settings-box{background:#bf3938;color:#f35958}.tiles.purple .settings-box,.tiles.red .button{background:#08897e;color:transparent}.tiles-chart{position:relative}.tiles-chart .tiles-body{position:absolute;z-index:100;padding:19px 18px 17px 24px}.tiles-chart .tiles-body .heading{color:#0aa699}.tiles-chart .controller{position:absolute;right:15px;top:15px;z-index:100}.tiles-overlay{width:100%;height:100%}.tiles-overlay.auto{width:auto;height:auto}.tiles-overlay.green{background-color:rgba(10,166,153,.8)}.tiles-overlay.blue{background-color:rgba(0,144,217,.8)}.widget-item{position:relative}.widget-item .controller{position:absolute;display:block;z-index:100}.widget-item .controller.right{right:20px;top:20px}.widget-item .controller.left{left:10px;top:10px}.widget-item .controller a{position:relative;background:url(images/icon/portlet-tray.png) no-repeat;transition:all .1s linear 0s;display:inline-block}.widget-item .controller a.remove{background-position:-66px -38px;height:10px;top:-5px;width:10px}.widget-item .controller a.config{background-position:-3px -32px;height:22px;width:22px}.widget-item .controller a.reload{background-position:-37px -38px;height:10px;top:-5px;width:12px}.widget-item .controller a.expand{background-position:-123px -11px;width:10px;height:6px;top:-5px}.widget-item .controller a:hover.collapse{background-position:-95px -40px;height:7px;top:-5px;width:9px}.widget-item.white .controller a.remove:hover{background-position:-66px -38px;height:10px;top:-5px;width:10px;opacity:.6}.widget-item.white .controller a.config:hover{background-position:-3px -32px;height:22px;width:22px;opacity:.6}.widget-item.white .controller a.reload:hover{background-position:-37px -38px;height:10px;top:-5px;width:12px;opacity:.6}.widget .widget-title.dark .controller a.reload:hover,.widget .widget-title.dark .controller a.remove:hover,.widget-item .controller a:hover.collapse,.widget-item .controller a:hover.config,.widget-item .controller a:hover.expand,.widget-item .controller a:hover.reload,.widget-item .controller a:hover.remove{opacity:.5}.widget{display:block}.widget .widget-title{display:block;padding:10px 10px 14px;background-color:#fff;color:#e5e9ec;text-align:center;font-weight:700}.widget .widget-title.dark{background-color:#1b1e24;color:#fff}.widget .widget-title.dark .controller a.remove{background-position:-66px -9px;height:10px;top:-5px;width:10px}.widget .widget-title.dark .controller a.config{background-position:-3px -32px;height:22px;width:22px}.widget .widget-title.dark .controller a.reload{background-position:-38px -9px;height:10px;top:-5px;width:12px}.widget .widget-title.blue{background-color:#0090D9;color:#fff}.widget .widget-title.red{background-color:#F35958;color:#fff}.widget .widget-title.green{background-color:#0aa699;color:#fff}.widget .widget-title.purple{background-color:#736086;color:#fff}.widget .widget-body{display:block;background-color:#fff;padding:15px 25px}.widget .controller{position:relative;display:inline-block;float:right;top:6px;margin-right:8px}.widget .controller a{position:relative;background:url(images/icon/portlet-tray.png) no-repeat;transition:all .1s linear 0s;display:inline-block}.widget .controller a.remove{background-position:-66px -38px;height:10px;top:-5px;width:10px}.widget .controller a.config{background-position:-3px -32px;height:22px;width:22px}.widget .controller a.reload{background-position:-37px -38px;height:10px;top:-5px;width:12px}.widget .controller a.expand{background-position:-123px -11px;width:10px;height:6px;top:-5px}.widget .controller a:hover.collapse{background-position:-95px -40px;height:7px;top:-5px;width:9px}.widget .controller a:hover.remove{background-position:-66px -9px;height:10px;top:-5px;width:10px}.widget .controller a:hover.config{background-position:-3px -32px;height:22px;width:22px}.widget .controller a:hover.reload{background-position:-38px -9px;height:10px;top:-5px;width:12px}.widget .controller a:hover.expand{background-position:-123px -11px;width:10px;height:6px;top:-5px}.weather-widget{overflow:hidden}.weather-widget .big-icon{width:120px;margin:23px auto 8px}.weather-widget .small-text-description{position:relative;top:-9px}.weather-widget-big-text{font-size:54px!important}.widget-stats{padding-left:0;display:inline-block}.widget-stats .wrapper{margin:5px 7px 5px 0;border-right:1px solid #363a41;padding-right:7px}.widget-stats .wrapper.transparent{border-right:1px solid rgba(0,0,0,.2)}.widget-stats .wrapper.last{border:0}.btn,.btn-small{-webkit-border-radius:3px}.widget-stats .item-title{font-size:12px}.widget-stats .item-count{font-size:15px;color:#fff;display:block;font-weight:700}.market-share-widget-innerscroller{height:calc(100% - 110px)}.sales-graph-heading{padding-left:45px;padding-top:35px}.copy-tile,.list-tile,.live-tile{height:100%}.copy-tile,.list-tile,.live-tile,.tile-strip .flip-list>li{margin:0;width:100%}.copy-tile p,.list-tile p,.live-tile p{padding:0}h4.custom-line-height{line-height:25px}.hover-effect-img{-webkit-transition:all .2s linear;transition:all .2s linear}.tiles:hover .hover-effect-img{-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);filter:contrast(130%);-webkit-filter:contrast(130%)}@media (min-width:768px) and (max-width:1024px){.tiles.adjust-text p{font-size:10px}.tiles.adjust-text h3{font-size:20px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){.tiles.adjust-text p{font-size:14px}}.btn{display:inline-block;padding:7px 12px 9px;margin-bottom:0;line-height:20px;color:#5e5e5e;text-align:center;vertical-align:middle;cursor:pointer;background-color:#d1dade;background-image:none!important;border:none;text-shadow:none;box-shadow:none;transition:all .12s linear 0s!important;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif}.btn-cons,.btn-demo-space{margin-bottom:8px}.cbp_tmtimeline>li .cbp_tmicon,[data-icon]:before{font-variant:normal;-webkit-font-smoothing:antialiased}.btn .caret{margin-left:3px}.btn .caret.single{margin-left:0}.btn.active,.btn.disabled,.btn:active,.btn:focus,.btn:hover,.btn[disabled]{background-color:#b9c3c8}.btn-cons{margin-right:5px;min-width:120px}.demo-placeholder{width:100%;height:250px}.btn-social{font-size:20px;margin:10px}.btn-social.active,.btn-social.disabled,.btn-social:active,.btn-social:focus,.btn-social:hover,.btn-social[disabled]{color:#2d8ebf;text-decoration:none}.btn-primary{color:#fff;background-color:#0aa699}.btn-primary.active,.btn-primary.disabled,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.btn-primary[disabled]{background-color:#099a8c}.btn-success{color:#fff;background-color:#0090d9}.btn-success.active,.btn-success.disabled,.btn-success:active,.btn-success:focus,.btn-success:hover,.btn-success[disabled]{background-color:#0082d4}.btn-info{color:#fff;background-color:#1f3853}.btn-info.active,.btn-info.disabled,.btn-info:active,.btn-info:focus,.btn-info:hover,.btn-info[disabled]{background-color:#1b3148}.btn-warning{color:#fff;background-color:#fbb05e}.btn-warning.active,.btn-warning.disabled,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.btn-warning[disabled]{background-color:#faa652}.btn-danger{color:#fff;background-color:#f35958}.btn-danger.active,.btn-danger.disabled,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.btn-danger[disabled]{background-color:#f14d4d}.btn-danger-dark{color:#fff;background-color:#b94141}.btn-danger-dark.active,.btn-danger-dark.disabled,.btn-danger-dark:active,.btn-danger-dark:focus,.btn-danger-dark:hover,.btn-danger-dark[disabled]{background-color:#e94847;color:#fff}.btn-dark{color:#fff;background-color:#1b1e24}.btn-white{color:#5e5e5e;background-color:#fff;border:1px solid #e5e9ec}.btn-white.active,.btn-white.disabled,.btn-white:active,.btn-white:focus,.btn-white:hover,.btn-white[disabled]{background-color:#fbfcfd;border:1px solid #b4b9be}.btn-link,.btn-link.active,.btn-link.disabled,.btn-link:active,.btn-link:focus,.btn-link:hover,.btn-link[disabled]{background-color:transparent}.btn-link{color:#5e5e5e;border:none}.btn-large,.datepicker{-webkit-border-radius:4px;-moz-border-radius:4px}.btn-large{padding:11px 19px;font-size:16px;border-radius:4px}.btn-large [class*=" icon-"],.btn-large [class^=icon-]{margin-top:4px}.btn-small{padding:3px 12px;font-size:11.9px;-moz-border-radius:3px;border-radius:3px}.accordion-heading,.btn-mini{-webkit-border-radius:3px;-moz-border-radius:3px}.btn-small [class*=" icon-"],.btn-small [class^=icon-]{margin-top:0}.btn-mini [class*=" icon-"],.btn-mini [class^=icon-]{margin-top:-1px}.btn-mini{padding:2px 9px;font-size:10.5px;border-radius:3px}.btn-group>.dropdown-menu li,.dropdown-menu li{padding-left:0}.btn-group>.dropdown-menu,.dropdown-menu{font-size:13px}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#0aa699}.btn-group.open .btn-warning.dropdown-toggle{background-color:#fbb05e}.btn-group.open .btn-danger.dropdown-toggle{background-color:#f35958}.btn-group.open .btn-success.dropdown-toggle{background-color:#0090d9}.btn-group.open .btn-info.dropdown-toggle{background-color:#1f3853}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn-group.open .btn-white.dropdown-toggle{background-color:#fbfcfd}.btn-group>.btn+.dropdown-toggle{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding-right:10px;border-left:1px solid #E5E9EC}.btn-group>.btn.btn-mini+.dropdown-toggle{padding-right:8px}.btn-block+.btn-block{margin-top:8px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;list-style:none;text-shadow:none;-webkit-box-shadow:0 0 5px rgba(86,96,117,.2);-moz-box-shadow:0 0 5px rgba(86,96,117,.2);box-shadow:0 0 5px rgba(86,96,117,.2);border:none;border-radius:3px;padding:0}.dropdown-menu .divider{background-color:#eaedf0;height:1px;margin:3px 0;border-bottom:0}.dropdown-menu>li>a{line-height:25px;color:#2a2e36;margin:4px;border-radius:3px;text-align:left}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,.dropdown-submenu:focus>a,.dropdown-submenu:hover>a{color:#1b1e24;text-decoration:none;background-color:#eff2f3;background-image:none}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#999}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent;background-image:none}.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:0}.btn-group>.btn.btn-white.active,.btn-group>.btn.btn-white:active,.btn-group>.btn.btn-white:focus,.btn-group>.btn.btn-white:hover{border:1px solid #E5E9EC}code,pre{border:none}code{background-color:#f3f6f9}code:hover{background-color:#e8edf3}.single-colored-widget{height:auto}.single-colored-widget h3{font-size:22px;line-height:32.5px}.single-colored-widget .heading{padding:8px 15px 4px;background-color:#fff}.single-colored-widget .heading h4{margin-bottom:5px;margin-top:5px}.single-colored-widget .content-wrapper{padding:15px 27px 20px}.single-colored-widget .content-wrapper i{color:#fff}.single-colored-widget .content-wrapper.red{background-color:#f35958}.single-colored-widget .content-wrapper.red p{color:#832929}.single-colored-widget .content-wrapper.green{background-color:#0aa699}.single-colored-widget .content-wrapper.green p{color:#505458}.single-colored-widget .content-wrapper.blue{background-color:#0090d9}.single-colored-widget .content-wrapper.blue p{color:#0a5174}.the-icons a,.the-icons i{color:#505458;font-size:14px}.single-colored-widget .content-wrapper .h3,.single-colored-widget .content-wrapper .mini-logo{margin-bottom:15px}.the-icons{padding-top:17px}.the-icons i{width:32px;display:inline-block;text-align:right;margin-right:10px}.the-icons a{cursor:pointer;display:block;height:32px;line-height:32px}.the-icons a:hover{text-decoration:none}.the-icons [class*=span]:first-child{margin-left:2.5641%}.the-icons a:hover .fa,.the-icons a:hover [class*=fa]{font-size:28px;vertical-align:-5px}.tabbable:after{clear:both}.tabbable:after,.tabbable:before{content:"";display:table;line-height:0}.tabs-below>.nav-tabs,.tabs-left>.nav-tabs,.tabs-right>.nav-tabs{border-bottom:0 none}.pill-content>.pill-pane,.tab-content>.tab-pane{display:none;padding:15px}.pill-content>.active,.tab-content>.active{display:block;padding:19px}.tabs-below>.nav-tabs{border-top:1px solid #DDD}.tabs-below>.nav-tabs>li{margin-bottom:0;margin-top:-1px}.tabs-below>.nav-tabs>li>a{border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:focus,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{margin-bottom:3px;margin-right:0;min-width:74px}.tabs-left>.nav-tabs{border-right:1px solid #DDD;float:left;margin-right:0}.tabs-left>.nav-tabs>li>a{border-radius:3px 0 0 3px;margin-right:-1px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px}.tabs-left>.nav-tabs>li>a:focus,.tabs-left>.nav-tabs>li>a:hover{border-color:#EEE #DDD #EEE #EEE}.tabs-right>.nav-tabs{border-left:1px solid #DDD;float:right;margin-left:0}.tabs-right>.nav-tabs>li>a{border-radius:0 3px 3px 0;margin-left:-1px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px}.tabs-right>.nav-tabs>li>a:focus,.tabs-right>.nav-tabs>li>a:hover{border-color:#EEE #EEE #EEE #DDD}.nav>.disabled>a{color:#999}.nav .tools{float:right;position:relative;right:10px;top:10px}.accordion-heading .collapsed i,.accordion-heading i{top:4px;font-family:FontAwesome;float:right;position:relative}.nav .tools a{position:relative;background:url(images/icon/portlet-tray.png) no-repeat;transition:all .1s linear 0s}.nav>.disabled>a:focus,.nav>.disabled>a:hover{background-color:rgba(0,0,0,0);cursor:default;text-decoration:none}.nav-tabs{margin-bottom:0;background-color:#d1dade;padding:0}.nav-tabs>li{margin-bottom:-3px;padding-left:0}.nav-tabs>li>a{border-radius:0;border:0;padding:15px 20px;color:#8e9aa2;min-width:70px}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border-width:0}.nav-tabs>.active>a,.nav-tabs>.active>a:focus,.nav-tabs>.active>a:hover{border:0;color:#505458;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1);box-shadow:1px 1px 2px rgba(0,0,0,.1)}.nav>li>a:focus,.nav>li>a:hover{background-color:transparent;color:#505458}.nav .tools>a.remove{background-position:-66px -38px;width:10px;height:10px}.nav .tools>a.config,.nav.tools>a.config{background-position:-3px -32px;width:22px;height:22px}.nav .tools>a.reload{background-position:-37px -38px;width:12px;height:10px}.nav .tools>a.expand{background-position:-123px -40px;width:10px;height:6px}.nav .tools>a.collapse,.nav.tools>a.collapse{background-position:-95px -40px;width:9px;height:7px}.nav-pills{margin-bottom:10px}.nav-pills>li>a{padding:8px 12px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{background-color:#0090d9}.nav-pills>li>a,.nav-tabs>li>a{margin-right:0}.nav-pills .open .dropdown-toggle,.nav-tabs .open .dropdown-toggle,.nav>li.dropdown.open.active>a:focus,.nav>li.dropdown.open.active>a:hover{background-color:#C1CACE}.accordion-group{border:0}.accordion-heading{background-color:#d1dade;border-radius:3px;min-height:35px}.accordion-heading a{color:#505458}.accordion-heading a.collapsed{color:#8E9AA2}.accordion-heading a:hover.collapsed{color:#505458}.accordion-heading .collapsed{background-color:#d9e0e4;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.accordion-heading .collapsed i:before{content:"\f055"}.accordion-heading i:before{content:"\f056"}.accordion-heading .accordion-toggle{padding:12px 18px}.panel{background-color:transparent;box-shadow:none}.panel-default{border:0}.panel-default>.panel-heading{background-image:none;background-color:#d1dade;border-radius:2px;box-shadow:none}.panel-group{margin-bottom:18px}.panel-group .panel-heading.collapsed{background-color:#d1dade}.panel-group .panel-heading+.panel-collapse .panel-body{border:0}.table td,.table th{border-top:1px solid #e8edf1}.panel-group .panel-heading .panel-title>a{color:#505458;font-size:13px;font-weight:400;display:block}.panel-group .panel-heading .panel-title>a:hover,.panel-group .panel-heading .panel-title>a:hover:after{color:#505458!important}.panel-group .panel-heading .panel-title>a:after{font-family:FontAwesome;content:"\f056";float:right;color:#505458}.panel-group .panel-heading .panel-title>a.collapsed{color:#8E9AA2}.panel-group .panel-heading .panel-title>a.collapsed:after{content:"\f055";color:#8E9AA2}.panel-group .panel+.panel{margin-top:2px}.slider{display:block;margin:5px 0;direction:ltr}.slider.primary .slider-track{background:#0aa699}.slider.sucess .slider-track{background:#0090d9}.slider.info .slider-track{background-color:#1f3853;background-image:none}.slider.warning .slider-track{background:#fbb05e}.slider.danger .slider-track{background:#f35958}.slider.white .slider-track{background:#fff}.slider.slider-vertical{margin:0 10px}.slider.slider-vertical .slider-handle{margin-left:-10px!important}.slider.slider-vertical .slider-track{width:5px!important}.slider.slider-horizontal .slider-handle{margin-top:-10px!important}.slider.slider-horizontal .slider-track{height:5px!important;-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;-webkit-box-shadow:inset 0 0 1px 1px rgba(107,170,165,.33)!important;-moz-box-shadow:inset 0 0 1px 1px rgba(107,170,165,.33)!important;box-shadow:inset 0 0 1px 1px rgba(107,170,165,.33)!important}.slider-handle.round{opacity:1;background:#f8f9fa;background:-moz-linear-gradient(top,#f8f9fa 13%,#fff 97%);background:-webkit-gradient(linear,left top,left bottom,color-stop(13%,#f8f9fa),color-stop(97%,#fff));background:-webkit-linear-gradient(top,#f8f9fa 13%,#fff 97%);background:-o-linear-gradient(top,#f8f9fa 13%,#fff 97%);background:-ms-linear-gradient(top,#f8f9fa 13%,#fff 97%);background:linear-gradient(to bottom,#f8f9fa 13%,#fff 97%);-webkit-box-shadow:inset 0 2px 1px -1px #fff,0 1px 3px rgba(0,0,0,.39);-moz-box-shadow:inset 0 2px 1px -1px #fff,0 1px 3px rgba(0,0,0,.39);box-shadow:inset 0 2px 1px -1px #fff,0 1px 3px rgba(0,0,0,.39);width:26px;height:26px}.slider-selection{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.11)!important;-moz-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.11)!important;box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.11)!important}.blue .slider-selection{background-image:none!important;background-color:#0a6ea0!important}.red .slider-selection{background-image:none!important;background-color:#000!important}.green .slider-selection{background-image:none!important;background-color:#0aa699!important;cursor:point2}.table>thead>tr>th{border-bottom:0}.table th{padding:10px 12px;font-size:12px;text-transform:uppercase}.table th.medium-cell{width:112px}.table th.big-cell{width:200px}.table tr.row_selected td{background-color:#ffc!important}.table tr.row_selected .progress{background-color:#fff}.table td{vertical-align:top;padding:10px 12px!important;color:#576475;font-size:13px}.table td.no-border{border:none}.table td:first-child,.table td:last-child{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.table td .progress{margin-bottom:0}.table td .muted{color:#95989a}.table td.clickable{cursor:pointer}.table .checkbox,.table .star{margin-left:3px}th{text-align:left}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:12px}.table td input[type=radio],.table th input[type=radio],input[type=checkbox]{margin-top:-2px}.table td.small-cell,.table th.small-cell{width:40px}.table-fixed-layout{table-layout:fixed}.table-fixed-layout td{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:9px}.table-condensed th .checkbox{margin-left:4px}.table>tbody>tr>td,.table>tfoot>tr>td{border-top:1px solid #e8edf1}.table-striped tbody>tr:nth-child(2n+1)>td,.table-striped tbody>tr:nth-child(2n+1)>th{background-color:#ecf0f2;border:none}.table-striped tbody>tr>td{border:0}.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#e2e8eb}.table-hover tbody tr.row_selected:hover>td{background-color:#fef8ae!important}.table-hover tbody tr:hover>td .progress{background-color:#fff}.table-condensed td,.table-condensed th{padding:10px 5px}.table-tools-actions{margin:0 5px}.inner-table td{background-color:transparent!important}.table-bordered{border-color:#e8edf1!important}.table-bordered th{background-color:#ecf0f2;border:0!important}.table-bordered td{border:1px solid #e8edf1!important}.table-bordered td:first-child,.table-bordered td:last-child{border-radius:0}.dataTables_wrapper .pagination ul{box-shadow:none;font-size:12px;padding:0}.dataTables_wrapper .pagination ul>li{display:inline-block;padding-left:0}.dataTables_wrapper .pagination ul>li>a{padding:5px 10px}.dataTables_wrapper .pagination ul>li.next>a:hover{background-color:#fff;color:#000}.dataTables_wrapper .pagination ul>li.next.disabled>a:hover{color:#C2C6CB;opacity:.65;background-color:#fff}.dataTables_wrapper .pagination ul>li.prev>a:hover{background-color:#fff;color:#000}.dataTables_wrapper .pagination ul>li.prev.disabled>a:hover{color:#C2C6CB;opacity:.65;background-color:#fff}.dataTables_wrapper .pagination ul>li:last-child>a,.dataTables_wrapper .pagination ul>li:last-child>span{margin-left:-8px}.dataTables_wrapper .pagination ul>li>a,.pagination ul>li>span{border:none;box-shadow:none;border-radius:3px;color:#6F7B8A}.dataTables_wrapper .pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:focus,.pagination ul>.disabled>a:hover{color:#C2C6CB!important;opacity:.65!important;background-color:#fff!important}.dataTables_wrapper .pagination ul>.active>a,.pagination ul>.active>span{background-color:#F3F6F9;font-family:open_sanssemibold}.dataTables_wrapper .pagination ul>li>a:hover,.pagination ul>.active>a,.pagination ul>.active>span,.pagination ul>li>a:focus{background-color:#e8edf3}.easy-pie-custom{position:relative;display:inline-block;width:110px;height:110px;text-align:center}.easy-pie-custom canvas{position:absolute;top:0;left:0}.easy-pie-percent{display:inline-block;line-height:110px;z-index:2}.easy-pie-percent :after{content:'%';margin-left:.1em;font-size:.8em}.mini-chart-wrapper{display:block;width:100%;padding:19px 9px 0}.mini-chart-wrapper .chart-details-wrapper{display:inline-block;margin:8px}.mini-chart-wrapper .chart-details-wrapper .chartname{display:block;font-size:10.5px;text-transform:uppercase;color:#9A9A9A}.mini-chart-wrapper .chart-details-wrapper .chart-value{display:block;font-size:14px;color:#000}.mini-chart-wrapper .mini-chart{display:inline-block;position:relative;top:-10px}.mini-chart-wrapper.donut .chart-details-wrapper{float:left;margin-top:0}.mini-chart-wrapper.donut .mini-chart{float:left}.legendColorBox>div{border:0!important}.legendLabel{line-height:20px!important}.rickshaw_legend{display:block;border-radius:0;background-color:transparent}.rickshaw_legend .line{margin-bottom:10px}.rickshaw_legend .line .swatch{margin:0 8px}.rickshaw_legend .label{color:#6F7B8A}.rickshaw_legend ul{margin:15px 16px}.profile-img-wrapper{float:left;border-radius:100px;display:inline-block;height:35px;overflow:hidden;width:35px;-webkit-flex:1;-moz-flex:1;flex:1}.profile-img-wrapper.big{height:68px;width:68px}.profile-img-wrapper.with-left-space-custom{margin-left:7px}.user-comment-wrapper{display:block;margin-bottom:9px;padding:0 14px}.user-comment-wrapper .profile-wrapper{float:left;border-radius:100px;display:inline-block;height:35px;overflow:hidden;width:35px;margin:6px 8px 0 0;-webkit-flex:1;-moz-flex:1;flex:1}.user-comment-wrapper .comment{display:inline-block;float:left}.user-comment-wrapper .comment .user-name{color:#0090d9;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-comment-wrapper .comment .more-details-wrapper{float:left;display:-webkit-flex;display:-moz-flex;display:flex}.user-comment-wrapper .comment .preview-wrapper{display:block;color:#71798a;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.user-comment-wrapper .comment .more-details{display:inline-block;float:left;color:#bfbfbf;margin-right:10px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-status{width:14px;height:14px;position:relative;border-radius:14px;background-color:#c5c8cb;display:inline-block;float:left;margin-right:3px;top:3px}.user-status.busy{background-color:#fb3c4a}.user-status.away{background-color:#c5c8cb}.user-status.available{background-color:#0aa699}.user-status:before{width:5px;height:5px;position:relative;border-radius:10px;background-color:#fff;display:inline-block}.blog-post-controls-wrapper{display:block;margin-top:4px;margin-bottom:15px}.blog-post-control{display:inline-block;float:left;margin-right:8px;color:#fff;font-size:11px;font-family:open_sanssemibold;opacity:.7}.error-body,.error-container{font-family:open_sansregular}.content-loading-wrapper{position:relative;display:block;width:100%}.content-loading{position:relative;left:45%;top:45%}.simple-chat-popup{margin-top:3px;padding:5px 0;left:-77.5px;top:25px;position:absolute;z-index:10000;cursor:pointer}.simple-chat-popup .simple-chat-popup-arrow{border-bottom-color:#292b2e;border-width:0 5px 5px;left:74%;margin-left:-5px;top:0}.jvectormap-zoomin,.jvectormap-zoomout{bottom:15px;top:auto}.simple-chat-popup-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.simple-chat-popup-inner{border-radius:4px;color:#fff;padding:8px;text-align:right;text-decoration:none;background-color:#292b2e;font-size:12px}.simple-chat-popup-inner .message{color:#bfc0c1;font-size:11px;margin-top:-4px}.side-bar-widgets{position:relative;display:block}.cover-pic-wrapper{max-height:250px;position:relative;overflow:hidden}.user-profile-pic{width:100%;text-align:right;margin-top:-40px;position:relative;z-index:200}.user-profile-pic img{border-radius:100px;display:inline-block;height:68px;overflow:hidden;width:68px;border:5px solid #fff;background-color:#e5e9ec}.user-mini-description{margin-right:10px}.user-mini-description h3{margin:5px 0 0;text-align:right}.user-mini-description h5{margin:0;font-size:13px;color:#8B91A0;text-align:right}.user-description-box{background-color:#f2f4f6;margin:10px 15px;padding:20px}.user-description-box p{margin:0 0 10px;font-size:12px}.user-description-box p i{width:25px;font-size:14px}.user-description-box p:last-child{margin:0}.friend-list{color:#414243;margin:15px 0}.friend-list .friend-details-wrapper{display:inline-block;float:left}.friend-list .friend-profile-pic{display:inline-block;float:left;margin-right:10px}.friend-list .friend-name{display:block;font-size:13px}.friend-list .friend-description{display:block;font-size:12px;color:#767e84}.friend-list .action-bar{display:inline-block;margin-left:10px;margin-top:8px;float:left}.user-profile-pic-normal{border-radius:100px;height:35px;overflow:hidden;width:35px}.user-profile-pic-2x{border-radius:100px;height:50px;overflow:hidden;width:50px}.user-profile-pic-2x.white-border{border:5px solid #fff}.user-status-box{border:none;border-radius:0;margin:0}.post{display:block}.post .info-wrapper{display:inline-block;float:left;width:80%}.post .info-wrapper.small-width{width:70%}.post .username{display:block;font-size:14px;margin-bottom:5px}.post .info{display:block}.post .user-profile-pic-wrapper{display:inline-block;float:left;margin-right:16px}.post .more-details{display:block;float:left}.post .post-links{margin:4px 0 0;list-style:none;font-size:11px;padding:0}.post .post-links li{display:inline;float:left;position:relative;padding-left:0;padding-right:8px}.post .post-links li:after{color:#999;content:"•";padding-left:8px}.post .post-links li:last-child:after{content:""}.post .dark-text{color:#2a2e36}.post .action-bar{display:block;list-style:none;margin:13px 0 37px;font-size:12px;padding:0}.post .action-bar li{display:inline;float:left;position:relative;padding-right:8px}.post-input{padding-left:14px!important;padding-top:18px!important;font-size:14px}.comments-section{margin-top:12px}.jvectormap-zoomout{left:35px}.jvectormap-zoomin,.jvectormap-zoomout{background-color:#0090d9;padding:8px 10px;height:auto;width:auto}#wrap,.error-wrapper{min-height:100%;padding:0 0 60px}.craft-map-container{width:100%;height:100%;overflow:hidden;border:0}.overlap-left-10{position:relative;left:-10px}.mapplic-container{background-color:transparent}.mapplic-element.mapplic-loading{background-image:none;opacity:.7}.mapplic-element.mapplic-loading:after{content:'';display:block;position:absolute;z-index:2000;top:50%;left:50%;width:14px;height:14px;border:2px solid transparent;border-top-color:#000;border-left-color:#000;border-radius:10px;-webkit-animation:pace-spinner .4s linear infinite;-moz-animation:pace-spinner .4s linear infinite;-ms-animation:pace-spinner .4s linear infinite;-o-animation:pace-spinner .4s linear infinite;animation:pace-spinner .4s linear infinite}#wrap{height:auto;margin:0 auto -60px}.error-body{background-color:#e5e9ec!important;height:100%}.error-wrapper{margin:0 auto -130px;height:624px}.error-wrapper:after{content:"";display:block}.wrappers{display:inline-flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;vertical-align:text-top;width:inherit;height:inherit}.error-container .error-number{color:#22262e;font-size:120px;text-align:center;font-family:open_sanssemibold;line-height:130px}#Parks.list .mix,.error-container .error-description,.error-container .error-description-mini,.fail_element{font-family:open_sanslight}.error-container .error-description{color:#22262e;font-size:32px;text-align:center}.error-container .error-description-mini{color:#22262e;font-size:18px;text-align:center}.error-container .input-prepend.inside .add-on{background-color:#fff;padding-top:6px;color:#a1a1a1}.error-container ul.footer-links{margin:0;padding:0;list-style-type:none;text-align:center}.error-container ul.footer-links li{display:inline;border-right:1px solid #000;padding:0 10px}.error-container ul.footer-links li a{color:#22262e;font-size:12px}.error-container ul.footer-links li:last-child{display:inline;border-right:none;padding:0 10px}.error-container ul.footer-links.small-links li{border-right:1px solid #616a7b}.error-container ul.footer-links.small-links li a{color:#616a7b;font-size:11px}.error-container ul.footer-links.small-links li:last-child{border-right:none}.error-container .copyright{font-size:12px;text-align:center}.error-main{text-align:center;position:absolute;margin-top:18%}.cbp_tmtimeline,.cbp_tmtimeline li{position:relative}#footer{height:130px}#gmaps_context_menu{text-align:center}#gmaps_context_menu a{color:#8b91a0}#gmaps_context_menu a:hover{color:#1b1e24;text-decoration:none}.cbp_tmtimeline{margin:30px 0 0;padding:0;list-style:none}.cbp_tmtimeline:before{content:'';position:absolute;top:0;bottom:0;width:10px;background:#f2f4f6;left:20%;margin-left:-10px}.cbp_tmtimeline>li .cbp_tmtime{display:block;width:25%;padding-right:100px;position:absolute;font-family:Arial;text-align:right}.cbp_tmtimeline>li .cbp_tmtime .date{font-size:1.2em;color:#505458;margin-bottom:5px;display:block}.cbp_tmtimeline>li .cbp_tmtime .time{font-size:1.5em;color:#505458;display:block}.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child{color:#505458}.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel{background:#fff}.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:#fff}.cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 15px 25%;background:#fff;font-size:13px;line-height:1.4;position:relative}.cbp_tmtimeline>li .cbp_tmlabel h2{margin-top:0;padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.4)}.cbp_tmtimeline>li .cbp_tmlabel:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;border-right-color:#fff;border-width:10px;top:10px}.cbp_tmtimeline>li .cbp_tmicon{width:40px;height:40px;speak:none;font-style:normal;font-weight:400;text-transform:none;line-height:37px;position:absolute;color:#7c8694;background:#fff;border-radius:50%;box-shadow:0 0 0 8px #fff;text-align:center;left:20%;top:0;margin:0 0 0 -25px;font-size:1.3em}.cbp_tmtimeline>li .cbp_tmicon.success{background:#0090d9;box-shadow:0 0 0 8px #2ba3df;color:#fff}.cbp_tmtimeline>li .cbp_tmicon.primary{background:#0aa699;box-shadow:0 0 0 8px #33b5aa;color:#fff}.cbp_tmtimeline>li .cbp_tmicon.warning{background:#fbb05e;box-shadow:0 0 0 8px #fcbd79;color:#fff}.cbp_tmtimeline>li .cbp_tmicon.danger{background:#f35958;box-shadow:0 0 0 8px #455a70;color:#fff}.cbp_tmtimeline>li .cbp_tmicon.info{background:#1f3853;box-shadow:0 0 0 8px #455a70;color:#fff}.cbp_tmtimeline .action-links{margin:4px 0 0;list-style:none;font-size:13px;padding:0;float:left}.cbp_tmtimeline .action-links li{display:inline;float:left;position:relative;padding-left:0;padding-right:8px;color:#8b91a0}.cbp_tmtimeline .action-links li:after{color:#999;content:"•";padding-left:8px}.cbp_tmtimeline .action-links li:last-child:after{content:""}@media screen and (max-width:47.2em){.cbp_tmtimeline>li .cbp_tmlabel:after,.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:transparent;border-bottom-color:#fff}.cbp_tmtimeline:before{display:none}.cbp_tmtimeline>li .cbp_tmtime{width:100%;position:relative;padding:0 0 20px;text-align:left}.cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 30px;padding:1em;font-size:95%}.cbp_tmtimeline>li .cbp_tmlabel:after{right:auto;left:20px;top:-20px}.cbp_tmtimeline>li .cbp_tmicon{position:relative;float:right;left:auto;margin:-55px 5px 0 0}}#Parks ul{padding-left:0}.img_wrapper{position:relative;background:#d1dade;overflow:hidden;float:left;direction:ltr}.img_wrapper img{position:absolute;width:100%;height:auto;opacity:1;top:0;-webkit-transition:opacity 150ms;-moz-transition:opacity 150ms;-ms-transition:opacity 150ms;transition:opacity 150ms}.img_wrapper.loaded img{opacity:1}#Parks{position:relative;margin:0}.fail_element{position:absolute;opacity:0;top:100px;text-align:center;width:50%;left:25%;line-height:1.4;font-size:30px}.fail .fail_element{opacity:1}#Parks.list .list_header{height:38px;line-height:38px;background:#d1dade;text-align:right;color:#59514c;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#Parks.list .meta{display:inline-block;width:205px;text-align:center;line-height:99px;border-left:1px solid #d7dbe0;height:100%;vertical-align:top}#Parks.list .list_header .meta{line-height:38px;border:0;margin-top:-8px;vertical-align:inherit}#Parks.list .meta.name{float:left;text-align:left;width:auto;border-left:0 none}#Parks.list .list_header .meta.name{padding-left:15px}#Parks.list .list_header .meta span{position:relative;display:inline-block;width:24px;height:24px;margin:7px 0 0;cursor:pointer;top:6px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#Parks.list .list_header .meta span:after{content:'';position:absolute;top:9px;left:7px;border:5px solid transparent}#Parks.list .list_header .meta span.asc:after{border-top:7px solid #8E9AA2}#Parks.list .list_header .meta span.desc:after{top:4px;border-bottom:7px solid #8e9aa2}#Parks.list .list_header .meta span:hover{background:#b8bbbe}#Parks.list .list_header .meta span.asc:hover:after{border-top-color:#e5e9ec}#Parks.list .list_header .meta span.desc:hover:after{border-bottom-color:#e5e9ec}#Parks.list .list_header .meta span.active.asc:after{border-top-color:#505458}#Parks.list .list_header .meta span.active.desc:after{border-bottom-color:#505458}#Parks.list .mix{display:none;opacity:0;padding:18px 0 14px;border-bottom:1px solid #d7dbe0;text-align:right;height:135px;width:100%;line-height:99px;vertical-align:top}#Parks.grid .titles h2,#Parks.list .titles h2{font-family:open_sansbold;font-size:17px;text-transform:uppercase;color:#47a497;letter-spacing:2px}#Parks.list .mix .meta *{line-height:1}#Parks.list .mix .meta p,#Parks.list .mix .meta ul{display:inline-block;vertical-align:middle;list-style:none}#Parks.list .mix .meta li{margin-bottom:5px}#Parks.list .img_wrapper{display:inline-block;width:177px;height:95px;vertical-align:top;margin-right:30px}#Parks.list .titles{display:inline-block;vertical-align:middle}#Parks.list .titles h2{margin-bottom:3px;line-height:1.2!important}#Parks.list .titles p{text-indent:-2px}#Parks.grid{text-align:justify}#Parks.grid .list_header,#Parks.grid .meta{display:none}#Parks.grid .meta.name{position:absolute;width:100%;height:100%;top:0;display:block}body.rtl #header_task_bar,body.rtl .breadcrumb>li+li:before{display:none}#Parks.grid .mix{display:none;opacity:0;position:relative;width:48.5%;padding-top:26%;margin-bottom:3%}#Parks.grid .img_wrapper{position:absolute;width:100%;height:100%;background:#000}#Parks.grid .titles{position:relative;width:90%;max-width:400px;height:auto;margin:53.5% auto 0;top:-80px;z-index:1;padding:10px 0;background:#fff;background:rgba(255,255,255,.8);text-align:center}#Parks.grid .titles h2{margin-bottom:3px}#Parks.grid .titles p{font-family:open_sanslight;text-indent:-2px}@media (max-width:500px){#Parks.grid .mix{width:100%;padding-top:53%}.drop_down{display:none}}@media (max-width:1000px){#Parks.list .meta{width:150px}}@media (max-width:840px){#Parks.list .meta.rec,#Parks.list .meta.region{display:none}}@media (max-width:540px){#Parks.list .meta.area{display:none}#Parks.list .titles{max-width:37%}}body.rtl .breadcrumb>li+li:after{padding:0 5px;color:#515050;font-family:FontAwesome;content:"\f104"}body.rtl .chat-window-wrapper{left:0;right:auto}body.rtl.open-menu-left .header,body.rtl.open-menu-left .page-content{-webkit-transform:translateX(-260px);transform:translateX(-260px)}body.rtl.open-menu-right .header,body.rtl.open-menu-right .page-content{-webkit-transform:translateX(260px);transform:translateX(260px)}body.rtl .header{right:0}body.rtl .footer-widget{right:0;left:auto}/*!
* direction.less v0.1.0
*/@media only screen and (min-width:1824px){.page-container,body{height:100%}.footer-widget{position:fixed}.table td,.table th{font-size:14px}.table td.small-cell,.table th.small-cell{width:42px}.checkbox label:before{top:.5px}.tiles.margin-reset{margin-left:51px}.demo-map{min-height:100%}.error-main{margin-top:40%}.visible-xlg{display:block!important}.hidden-xlg{display:none!important}.cbp_tmtimeline>li .cbp_tmtime{width:24%}}@media (min-width:1600px){.visible-xlg{display:block!important}.hidden-xlg{display:none!important}}@media (max-width:1400px){.sales-graph-heading{padding-left:17px;padding-top:30px}}@media (min-width:980px){.page-sidebar,.page-sidebar.fixed{position:fixed}body.bottom-header .page-sidebar{margin-top:0;margin-bottom:58px}.menu-non-fixed .page-sidebar{margin-top:0;padding-top:58px}.page-sidebar{display:inline-block;float:left;width:250px;margin-top:58px;padding-bottom:65px}.menu-non-fixed .footer-widget{z-index:100}.page-sidebar .page-sidebar-wrapper{display:inline-block;float:left;height:100%;max-width:250px;width:100%}.page-sidebar ul{width:250px}.page-content{margin-left:250px;min-height:100%}.page-content.no-min-height{min-height:auto}.full-width-page .page-content{margin-left:0!important}.inner-menu{padding-top:60px}.btn-cons-md{min-width:120px}.boxed-layout{background-color:#f6f7f8}.boxed-layout .container{position:relative}.boxed-layout .chat-window-wrapper{position:absolute}.boxed-layout .chat-window-wrapper .inner-content .chat-window-wrapper{margin-right:0}.horizontal-menu .header-seperation{display:none!important}}@media screen and (min-width:0\0){body.open-menu-right .page-container{position:relative;left:-260px}body.open-menu-right .header{left:-275px}body.open-menu-right .footer-widget,body.open-menu-right .page-content .admin-bar{left:-260px}body.open-menu-right .scrollup{display:none!important}}@media (max-width:979px){body{margin:0!important}.horizontal-menu .page-content{margin-left:0}.header,.page-container{margin:0!important}.header .nav li.dropdown i{display:inline-block;position:relative;top:1px;right:0}.header .nav{margin-bottom:0!important}.page-container{padding:0!important}.fixed-top .page-container{margin-top:0!important}.page-content{margin-top:0}.chat-messages,.chat-window-wrapper{-webkit-overflow-scrolling:touch}.page-content .admin-bar .admin-bar-inner,.tiles,.tiles.added-margin{margin-right:0}.scrollup{left:235px}body.condense-menu .page-content{margin-left:0}}@media (min-width:768px) and (max-width:1024px){.horizontal-menu .page-content{margin-left:0}.horizontal-menu .page-content .content{margin-top:26px}body{background-color:#0aa699;padding-top:0}.page-sidebar.opened{background-color:#1b1e24!important;height:auto;font-family:open_sansregular;width:250px;margin-top:60px}.page-sidebar.opened .outer-tab-nav-section{display:inline-block;width:45px;position:absolute;height:100%;background-color:#0aa699!important}.page-sidebar.opened .inner-menu{display:inline-block;width:200px}.page-sidebar.opened .page-sidebar-wrapper>ul>li>a{color:#8b91a0}.page-sidebar.opened .page-sidebar-wrapper>ul>li:last-child>a{border-bottom:1px solid transparent!important}.page-sidebar.opened .page-sidebar-wrapper>ul>li a i{color:#8b91a0;width:20px;text-align:center;display:inline-block;margin-right:10px}.page-sidebar.opened .page-sidebar-wrapper>ul>li.open>a,.page-sidebar.opened .page-sidebar-wrapper>ul>li:hover>a,.page-sidebar.opened .page-sidebar-wrapper>ul>li>a:hover{background:#1b1e24;color:#fff}.page-sidebar.opened .page-sidebar-wrapper>ul>li.open>a i,.page-sidebar.opened .page-sidebar-wrapper>ul>li:hover>a i,.page-sidebar.opened .page-sidebar-wrapper>ul>li>a:hover i{color:#fff}.page-sidebar.opened .page-sidebar-wrapper>ul>li.active>a{border-top-color:transparent!important;color:#fff}.page-sidebar.opened .page-sidebar-wrapper>ul>li.active i{color:#fff}.page-sidebar.opened .page-sidebar-wrapper>ul>li>a.open{background:#313131}.page-sidebar.opened .page-sidebar-wrapper ul>li>a>.arrow:before,.page-sidebar.opened .page-sidebar-wrapper>ul>li>a>.arrow.open:before{color:#919091!important}.page-sidebar.opened .page-sidebar-wrapper ul>li.active>a .arrow:before,.page-sidebar.opened .page-sidebar-wrapper>ul>li.active>a .arrow.open:before,.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu li.open>a,.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li.active>a,.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li>a:hover{color:#fff!important}.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a{margin-left:0;padding-left:5px}.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu>li:first-child>a{border-top:0!important}.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu>li.active>a{font-weight:600}.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a:hover{background:#1b1e24!important}.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu a .arrow.open:before,.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu a .arrow:before{color:#919091!important}.page-sidebar.opened ul.folders{list-style:none;margin:0;padding:0}.page-sidebar.opened ul.folders>li{border:0;display:block;margin:0;padding:0}.page-sidebar.opened ul.folders>li>a{padding:5px 31px;font-size:13px;color:#fff;display:block;position:relative}.page-sidebar.opened ul.folders>li>a:hover{text-decoration:none}.page-sidebar.opened ul.folders>li>input{margin:5px 31px;font-size:13px;width:150px}.page-sidebar.opened .page-sidebar-wrapper>ul{width:250px;padding-top:0}.page-sidebar.opened .page-sidebar-wrapper>ul>li.open>a,.page-sidebar.opened .page-sidebar-wrapper>ul>li:hover>a,.page-sidebar.opened .page-sidebar-wrapper>ul>li>a,.page-sidebar.opened .page-sidebar-wrapper>ul>li>a:hover{padding:10px 25px 10px 21px}.page-sidebar.opened .page-sidebar-wrapper>.status-widget,.page-sidebar.opened .page-sidebar-wrapper>p,.page-sidebar.opened .user-info{display:block}.page-sidebar.opened .page-sidebar-wrapper>.notification-alert,.page-sidebar.opened .page-sidebar-wrapper>ul li span.title{display:inline-block}.page-sidebar.opened .page-sidebar-wrapper>ul li span.arrow,.page-sidebar.opened .page-sidebar-wrapper>ul li ul li span.arrow,.page-sidebar.opened .page-sidebar-wrapper>ul li ul li span.title{display:inline}.page-sidebar.opened .page-sidebar-wrapper ul li span.label,.page-sidebar.opened .page-sidebar-wrapper>ul li span.badge{display:inline-block}.page-sidebar.opened .profile-wrapper{display:block}.page-sidebar.opened .slimScrollDiv,.page-sidebar.opened .slimScrollDiv .page-sidebar-wrapper{overflow:hidden!important}.page-sidebar.opened .page-sidebar-wrapper>ul>li>ul.sub-menu{position:relative;margin-top:0;margin-left:0;width:auto;z-index:10}.inner-menu{padding-top:60px}.page-sidebar .btn-navbar.collapsed .arrow{display:none}.page-sidebar .btn-navbar .arrow{position:absolute;right:25px;width:0;height:0;top:50px;border-bottom:15px solid #5f646b;border-left:15px solid transparent;border-right:15px solid transparent}.header-seperation{display:none!important}.page-sidebar{position:absolute;width:50px;margin:0;overflow:visible;z-index:90;background-color:#0aa699!important}.page-sidebar .page-sidebar-wrapper{overflow:visible!important}.page-sidebar .page-sidebar-wrapper>ul{width:50px;margin:0;padding-top:60px}.page-sidebar .page-sidebar-wrapper>ul>li>a{padding:13px;color:#fff}.page-sidebar .page-sidebar-wrapper>ul>li a i{color:#fff}.page-sidebar .page-sidebar-wrapper>.notification-alert,.page-sidebar .page-sidebar-wrapper>.status-widget,.page-sidebar .page-sidebar-wrapper>p,.page-sidebar .page-sidebar-wrapper>ul li span.arrow,.page-sidebar .page-sidebar-wrapper>ul li span.title,.page-sidebar .user-info{display:none}.page-sidebar .page-sidebar-wrapper>ul li ul li span.arrow,.page-sidebar .page-sidebar-wrapper>ul li ul li span.title{display:inline}.page-sidebar .page-sidebar-wrapper ul li span.label,.page-sidebar .page-sidebar-wrapper>.side-bar-widgets,.page-sidebar .page-sidebar-wrapper>ul li span.badge,.page-sidebar .profile-wrapper{display:none}.page-sidebar .page-sidebar-wrapper>ul>li.open>a,.page-sidebar .page-sidebar-wrapper>ul>li:hover>a,.page-sidebar .page-sidebar-wrapper>ul>li>a:hover{background:#0b9c8f;padding:13px}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu{position:absolute;margin-top:-46px;margin-left:50px;width:auto;z-index:100;min-width:250px}.footer-widget{display:none!important}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper{display:inline-block;float:left;width:50px;height:100%}.inner-menu-always-open .inner-menu{display:inline-block;float:left;margin-top:20px;margin-left:0}.inner-menu-always-open .page-content{margin-left:250px}.page-content{margin-left:50px;margin-top:0;min-height:100%}.page-content .content{padding-top:95px}.inner-menu-layout .page-content{margin-left:250px}.inner-menu{margin-left:50px}.visible-tablet{display:block!important}.scrollup{left:36px}.table td.small-cell,.table th.small-cell{width:40px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){body{background-color:#1b1e24}body.hide-top-content-header .header{width:100%}body.hide-top-content-header .page-content .content{padding-top:93px}.page-sidebar .page-sidebar-wrapper{display:inline-block;float:left;width:250px;height:100%}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper{background-color:#0aa699!important}.inner-menu-always-open .page-sidebar .slimScrollDiv,.inner-menu-always-open .page-sidebar .slimScrollDiv .page-sidebar-wrapper{overflow:visible!important}.chat-window-wrapper,.page-sidebar{visibility:hidden;opacity:0;overflow-y:hidden}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul{width:50px;margin:0;padding-top:60px}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li>a{padding:13px!important;color:#fff}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li a i{color:#fff}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>.notification-alert,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>.status-widget,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>p,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li span.arrow,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li span.title,.inner-menu-always-open .page-sidebar .user-info{display:none}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li ul li span.arrow,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li ul li span.title{display:inline}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul li span.label,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>.side-bar-widgets,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li span.badge,.inner-menu-always-open .page-sidebar .profile-wrapper{display:none}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li:hover>a,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li>a:hover{background:#0b9c8f}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li.open>a,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li:hover>a,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li>a:hover{padding:13px}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu{position:absolute;margin-top:-46px;margin-left:50px;width:auto;z-index:100;min-width:250px}.inner-menu-always-open .inner-menu{margin-top:15px}.inner-menu-always-open .page-content{margin-left:0}.header-seperation{width:100%!important;display:block!important;position:fixed;z-index:999;text-align:center}.logo{margin-right:auto;margin-left:auto;margin-top:18px}.header-quick-nav{display:none}.header .notifcation-center{margin-left:15px}.page-content .content{padding-top:95px}.page-sidebar{position:fixed;width:260px;background-color:#1b1e24!important;z-index:auto;-webkit-transition:visibility 0s linear .5s,opacity .5s linear;transition:visibility 0s linear .5s,opacity .5s linear;-webkit-overflow-scrolling:touch}.page-sidebar .user-info{display:inline-block}.page-sidebar>.status-widget,.page-sidebar>p{display:block}.page-sidebar .page-sidebar-wrapper ul li span.label,.page-sidebar .page-sidebar-wrapper>ul li span.badge,.page-sidebar .page-sidebar-wrapper>ul li span.title,.page-sidebar .profile-wrapper,.page-sidebar>.notification-alert{display:inline-block}.page-sidebar .page-sidebar-wrapper>ul li span.arrow{display:inline-block;float:right}.page-sidebar .page-sidebar-wrapper>ul{width:260px;padding-top:0!important}.page-sidebar .page-sidebar-wrapper>.side-bar-widgets{display:block;width:250px}.footer-widget{display:block}.page-sidebar .page-sidebar-wrapper>ul>li>a{padding:11.5px 31px;color:#8B91A0}.page-sidebar .page-sidebar-wrapper>ul>li.open>a,.page-sidebar .page-sidebar-wrapper>ul>li:hover>a,.page-sidebar .page-sidebar-wrapper>ul>li>a:hover{background:#1b1e24;padding:11.5px 31px}.page-sidebar .page-sidebar-wrapper>ul>li>a i{color:#8B91A0}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu{position:relative;margin:0}.page-sidebar.mini-mobile .side-bar-widgets{display:none}.inner-menu{margin-left:0;margin-top:60px}.inner-menu-layout .page-content{margin-left:200px}.scrollup{left:244px}.chat-window-wrapper{-webkit-transition:visibility 0s linear .5s,opacity .5s linear;transition:visibility 0s linear .5s,opacity .5s linear}.page-content{margin:0}.page-content .content{padding:95px 25px 25px}.widget{margin-right:0}.column-seperation>div[class*=col-]{border-right:none}.user-mini-description h3,.user-mini-description h5,.user-profile-pic{text-align:center}.login-container{padding:0 10px}.spacing-bottom-sm{margin-bottom:20px}.error-wrapper{margin-bottom:0;padding:auto}.widget-item.narrow-margin{margin-right:auto}.page-content.condensed{margin-left:0}body.boxed-layout .header{width:100%;padding:0!important}body.boxed-layout .container{padding-left:0;padding-right:0;margin:0;width:100%}}@media (max-width:767px){body.hide-top-content-header .header{width:100%}body.hide-top-content-header .page-content .content{padding-top:93px}.page-sidebar .page-sidebar-wrapper{display:inline-block;float:left;width:260px;height:100%}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper{width:50px;overflow:visible}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul{background-color:#0aa699}.inner-menu-always-open .page-sidebar .slimScrollDiv,.inner-menu-always-open .page-sidebar .slimScrollDiv .page-sidebar-wrapper{overflow:visible!important}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul{width:50px;margin:0;padding-top:17px;height:100%}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li>a{padding:13px!important;color:#fff}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li a i{color:#fff}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>.notification-alert,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>.status-widget,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>p,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li span.arrow,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li span.title,.inner-menu-always-open .page-sidebar .user-info{display:none}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li ul li span.arrow,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li ul li span.title{display:inline}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul li span.label,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>.side-bar-widgets,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul li span.badge,.inner-menu-always-open .page-sidebar .profile-wrapper{display:none}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li:hover>a,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li>a:hover{background:#0b9c8f}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li.open>a,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li:hover>a,.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li>a:hover{padding:13px}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu{position:absolute;margin-top:-46px;margin-left:50px;width:auto;z-index:100;min-width:250px}.inner-menu-always-open .inner-menu{display:inline-block;float:left;margin-top:20px}.inner-menu-always-open .page-content{margin-left:0}.inner-menu{display:none}.page-sidebar.mini-mobile{width:260px}.header .navbar-inner .container-fluid{margin-left:10px!important;margin-right:10px!important}.header .top-nav .nav{margin-top:0;margin-right:5px}.header .nav>li>.dropdown-menu.notification:after,.header .nav>li>.dropdown-menu.notification:before{margin-right:180px}.header .nav>li>.dropdown-menu.notification{margin-right:-180px}.header .nav>li>.dropdown-menu.inbox:after,.header .nav>li>.dropdown-menu.inbox:before{margin-right:140px}.header .nav>li>.dropdown-menu.inbox{margin-right:-140px}.header .nav>li>.dropdown-menu.tasks:after,.header .nav>li>.dropdown-menu.tasks:before{margin-right:90px}.header .nav>li>.dropdown-menu.tasks{margin-right:-90px}.header-seperation{width:100%!important;z-index:999;text-align:center;min-height:60px;display:block!important}.footer-widget,.header-quick-nav,.inner-menu-always-open .user-info-wrapper,.scrollup{display:none}.header .notifcation-center{margin-left:15px}.logo{margin-right:auto;margin-left:auto;margin-top:16px}.page-sidebar{position:fixed;z-index:auto;visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .5s,opacity .5s linear;transition:visibility 0s linear .5s,opacity .5s linear;overflow:scroll;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden}.page-content .content{padding:95px 8px 8px}.page-title{margin-bottom:20px}.portlet-body.form .form-actions{padding-left:15px}.scrollup{right:50px;left:auto;bottom:35px}.form-horizontal .form-actions{padding-left:180px}.no-margin-grid .row-fluid [class*=span]{margin:0 0 10px}.page-content.condensed,.tiles.margin-reset{margin-left:0}.user-mini-description h3,.user-mini-description h5,.user-profile-pic{text-align:center}.email-body{padding:8px!important}.login-container{padding:0 10px}.table td.small-cell,.table th.small-cell{width:42px}.error-wrapper{margin-bottom:0;min-height:624px;height:624px}.widget-item.narrow-margin{margin-right:auto}body.boxed-layout .header{width:100%;padding:0!important}body.boxed-layout .container{padding:0;width:100%}.inner-menu-always-open .page-sidebar .page-sidebar-wrapper{height:auto}.horizontal-menu .bar{display:none;background-color:#fff}.horizontal-menu .bar .bar-inner>ul>li,.horizontal-menu .bar .bar-inner>ul>li>.horizontal li{display:block}.horizontal-menu .bar .bar-inner{display:block;max-height:400px;overflow:scroll;-webkit-overflow-scrolling:touch}.horizontal-menu .bar .bar-inner>ul>li .classic{position:relative;background-color:transparent;top:0}.horizontal-menu .bar .bar-inner>ul>li .mega,.horizontal-menu .bar .bar-inner>ul>li.horizontal{position:relative}.horizontal-menu .bar .bar-inner>ul>li>.horizontal{position:relative;top:0;border-bottom:0}.chat-window-wrapper{visibility:hidden;opacity:0;transition:visibility 0s linear .5s,opacity .5s linear}}@media (max-width:480px){body.hide-top-content-header .header{width:100%}body.hide-top-content-header .page-content .content{padding-top:93px}.page-title h3{width:80%}.page-content .content{padding:93px 8px 8px;overflow-x:hidden}.tiles.margin-reset{margin-left:0}.column-seperation>div[class*=span]{border-right:none}table td.unseen,table th.unseen{display:none!important}.row-fluid{margin-bottom:10px}.small{width:100px!important}.medium{width:150px!important}.large{width:200px!important}.huge{width:246px!important;font-size:24px!important;height:36px!important;line-height:36px!important;padding:22px 8px!important}select.small{width:114px!important}select.medium{width:164px!important}select.large{width:214px!important}.btn-cons{min-width:110px}.btn-large{padding:9px 15px}.no-more-tables table,.no-more-tables tbody,.no-more-tables td,.no-more-tables th,.no-more-tables thead,.no-more-tables tr{display:block}.no-more-tables thead tr{position:absolute;top:-9999px;left:-9999px}.no-more-tables.table-bordered td{border-left:1px solid #eee;border-bottom:1px solid #eee}.no-more-tables td{border:none;border-bottom:1px solid #eee;position:relative;white-space:normal;text-align:left}.no-more-tables td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:700;content:attr(data-title)}.no-more-tables .text-center,.no-more-tables .text-right{text-align:left!important}.table-flip-scroll td,.table-flip-scroll th{text-align:left;border-left:0;border-bottom:0;border-radius:0!important}.table-flip-scroll .cf:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.table-flip-scroll * html .cf{zoom:1}.table-flip-scroll th{width:auto!important}.table-flip-scroll td,.table-flip-scroll th{margin:0;vertical-align:top}.table-flip-scroll table{border-collapse:collapse;border-spacing:0;display:block;position:relative;width:100%}.table-flip-scroll thead{display:block;float:left}.table-flip-scroll tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}.table-flip-scroll th,.table-flip-scroll thead tr{display:block}.table-flip-scroll tbody tr{display:inline-block;vertical-align:top}.table-flip-scroll td{display:block;min-height:1.25em;border-right:0}.table-flip-scroll tbody tr{border-left:1px solid #babcbf}.user-mini-description h3,.user-mini-description h5,.user-profile-pic{text-align:center}.email-body{padding:8px!important}.lockscreen-wrapper .profile-wrapper{margin-bottom:8px}.image-responsive-width{width:auto}.xs-image-responsive-width{width:100%}}@media (max-width:320px){.header .nav>li.dropdown .dropdown-toggle{padding-left:8px!important;padding-right:8px!important}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:200/100),only screen and (min-device-pixel-ratio:2){.grid.simple .grid-title .tools a{background:url(../img/icon/portlet-tray-2x.png);background-size:199px 57px}.tiles .controller a,.widget-item .controller a{position:relative;background:url(../img/icon/portlet-tray-2x.png);background-size:199px 57px}.iconset{background:url(images/icon/top-trayx2.png) no-repeat;background-size:394px 29px}.status-icon{background:url(../img/icon/status2x.png);background-size:79px 16px}.scrollup{background:url(../img/pullup2x.png);background-size:57px 27px}.alert .close{background:url(../img/icon/noti-cross-2x.png) -9px -10px no-repeat;width:10px;height:9px;position:relative;opacity:.8;background-size:114px 29px}.checkbox label::after{top:1.5px}}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.select2-container .select2-choice .select2-arrow b,.select2-container .select2-choice abbr,.select2-search input,.select2-search-choice-close{background-image:none;background-repeat:no-repeat!important;background-size:none!important}.select2-search input{background-position:none!important}}@media (min-width:980px){body.open-menu-right .scrollup,body.rtl.open-menu-right .scrollup{display:none!important}body.open-menu-right .page-content{position:relative;-webkit-transform:translateX(-275px);-moz-transform:translateX(-275px);transform:translateX(-275px)}body.open-menu-right .footer-widget,body.open-menu-right .header,body.open-menu-right .page-sidebar{-webkit-transform:translateX(-275px);-moz-transform:translateX(-275px);transform:translateX(-275px)}body.rtl.open-menu-right .page-content{position:relative;-webkit-transform:translateX(260px);-moz-transform:translateX(260px);transform:translateX(260px)}body.rtl.open-menu-right .footer-widget,body.rtl.open-menu-right .header,body.rtl.open-menu-right .page-sidebar{-webkit-transform:translateX(260px);-moz-transform:translateX(260px);transform:translateX(260px)}}@media (max-width:979px){body.open-menu-left .header,body.open-menu-left .page-content{-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0)}body.open-menu-right .header,body.open-menu-right .page-content{-webkit-transform:translate3d(-275px,0,0);transform:translate3d(-275px,0,0)}body.open-menu-right .page-content .admin-bar{display:none}}@media (min-width:768px) and (max-width:1024px){body.open-menu-right .header,body.open-menu-right .page-content{-webkit-transform:translateX(-275px);transform:translateX(-275px);left:auto}body.open-menu-right .page-content .admin-bar{display:none}body.boxed-layout{background-color:#f6f7f8}body.boxed-layout .container{position:relative}body.boxed-layout .chat-window-wrapper{position:absolute;margin-right:15px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){.chat-window-wrapper{display:none}.chat-window-wrapper.visible{display:block}.page-sidebar{display:none}.page-sidebar.visible{display:block}body.open-menu-left .page-sidebar,body.open-menu-right .chat-window-wrapper{visibility:visible;opacity:1;transition-delay:0s}}@media (max-width:767px){body.open-menu-left .page-sidebar,body.open-menu-right .chat-window-wrapper{visibility:visible;opacity:1;transition-delay:0s}.chat-window-wrapper{display:none}.chat-window-wrapper.visible{display:block}.page-sidebar{display:none}.page-sidebar.visible{display:block}body.open-menu-left .page-sidebar{-webkit-backface-visibility:hidden}}@font-face{font-family:icomoon;src:url(fonts/custom-set.eot);src:url(fonts/custom-set.eot?#iefix) format('embedded-opentype'),url(fonts/custom-set.woff) format('woff'),url(fonts/custom-set.ttf) format('truetype'),url(fonts/custom-set.svg#icomoon) format('svg');font-weight:400;font-style:normal}[data-icon]:before{font-family:icomoon;content:attr(data-icon);speak:none;font-weight:400;text-transform:none;line-height:1}.icon-custom-alert,.icon-custom-chart,.icon-custom-cross,.icon-custom-down,.icon-custom-downloads,.icon-custom-extra,.icon-custom-feedbacks,.icon-custom-form,.icon-custom-gallery,.icon-custom-home,.icon-custom-left,.icon-custom-map,.icon-custom-message,.icon-custom-new,.icon-custom-newpage,.icon-custom-next,.icon-custom-portlets,.icon-custom-previous,.icon-custom-refresh,.icon-custom-right,.icon-custom-settings,.icon-custom-thumb,.icon-custom-ui,.icon-custom-up{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.icon-custom-refresh:before{content:"\e000"}.icon-custom-up:before{content:"\e001"}.icon-custom-ui:before{content:"\e002"}.icon-custom-thumb:before{content:"\e003"}.icon-custom-settings:before{content:"\e004"}.icon-custom-right:before{content:"\e005"}.icon-custom-previous:before{content:"\e006"}.icon-custom-portlets:before{content:"\e007"}.icon-custom-next:before{content:"\e008"}.icon-custom-newpage:before{content:"\e009"}.icon-custom-new:before{content:"\e00a"}.icon-custom-message:before{content:"\e00b"}.icon-custom-map:before{content:"\e00c"}.icon-custom-left:before{content:"\e00d"}.icon-custom-home:before{content:"\e00e"}.icon-custom-gallery:before{content:"\e00f"}.icon-custom-form:before{content:"\e010"}.icon-custom-feedbacks:before{content:"\e011"}.icon-custom-extra:before{content:"\e012"}.icon-custom-downloads:before{content:"\e013"}.icon-custom-down:before{content:"\e014"}.icon-custom-cross:before{content:"\e015"}.icon-custom-chart:before{content:"\e016"}.icon-custom-alert:before{content:"\e017"}div.cs-select{display:inline-block;vertical-align:middle;position:relative;text-align:left;background:#fff;z-index:700;width:100%;max-width:500px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cs-select select{display:none}.cs-select span{display:block;position:relative;cursor:pointer;padding:1em;white-space:nowrap;overflow:hidden;text-overflow:initial}.cs-select>span{padding-right:3em}.cs-select .cs-selected span::after,.cs-select>span::after{speak:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cs-select>span::after{content:'\25BE';right:1em}.cs-select .cs-selected span::after{content:'\2713';margin-left:1em}.cs-skin-slide .cs-selected span::after,div.cs-skin-slide::before{content:''}.cs-select.cs-active>span::after{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.cs-select .cs-options{position:absolute;overflow:hidden;width:100%;background:#fff;visibility:hidden}.cs-select.cs-active .cs-options{visibility:visible}.cs-select ul{list-style:none;margin:0;padding:0;width:100%}.cs-select ul span{padding:1em}.cs-select ul li.cs-focus span{background-color:#ddd}.cs-select li.cs-optgroup ul{padding-left:1em}.cs-select li.cs-optgroup>span{cursor:default}@media screen and (max-width:30em){div.cs-skin-slide{font-size:1em;width:250px}}div.cs-skin-slide::before{background:#282b30;position:absolute;width:100%;height:100%;top:0;left:0;backface-visibility:hidden;-webkit-transition:-webkit-transform .3s;transition:transform .3s}.cs-skin-slide.cs-active::before{-webkit-transform:scale3d(1.1,3.5,1);transform:scale3d(1.1,3.5,1)}.cs-skin-slide>span{height:80px;line-height:32px;-webkit-transition:text-indent .3s,opacity .3s;transition:text-indent .3s,opacity .3s}@media screen and (max-width:30em){.cs-skin-slide>span{height:60px;line-height:28px}}.cs-skin-slide.cs-active>span{text-indent:-290px;opacity:0}.cs-skin-slide.cs-active>span::after{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.cs-skin-slide .cs-options{background:0 0;width:70%;height:400%;padding:1.9em 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.cs-backdrop,.datepicker-dropdown{top:0;left:0}@media screen and (max-width:30em){.cs-skin-slide .cs-options{padding-top:3em}}.cs-skin-slide .cs-options li{opacity:0;-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s}.cs-skin-slide.cs-active .cs-options li{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.cs-skin-slide.cs-active .cs-options li:first-child{-webkit-transition-delay:50ms;transition-delay:50ms}.cs-skin-slide.cs-active .cs-options li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}.cs-skin-slide.cs-active .cs-options li:nth-child(3){-webkit-transition-delay:.15s;transition-delay:.15s}.cs-skin-slide.cs-active .cs-options li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}.cs-skin-slide.cs-active .cs-options li:nth-child(5){-webkit-transition-delay:.25s;transition-delay:.25s}.cs-skin-slide .cs-options li span{text-transform:uppercase;font-weight:500;letter-spacing:2px;font-size:65%;padding:.8em 1em .8em 2.5em}.cs-skin-slide .cs-options li span:hover,.cs-skin-slide .cs-options li.cs-focus span,.cs-skin-slide .cs-options li.cs-selected span{color:#eb7e7f;background:0 0}.cs-select,div.cs-skin-slide:before{background-color:transparent}.form-group-default .cs-skin-slide>span{padding:0 30px 0 0;height:22px;line-height:21px}.form-group-default .cs-wrapper{width:100%}.cs-wrapper{display:inline-block}.form-control.cs-select:not(.cs-active){width:100%!important}.cs-select .cs-placeholder{width:100%}div.cs-skin-slide{width:auto;font-family:Arial,sans-serif;color:#5e5e5e}div.cs-skin-slide.cs-transparent{background:0 0}div.cs-skin-slide.cs-transparent .cs-backdrop{border-color:transparent;background:0 0}div.cs-skin-slide.cs-transparent.cs-active .cs-backdrop{background:#fafafa}div.cs-skin-slide>span{height:35px;padding:6px 33px 6px 17px;line-height:23px}div.cs-skin-slide.cs-active{z-index:790}div.cs-skin-slide.cs-active:before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}div.cs-skin-slide.cs-active .cs-backdrop{border:transparent;background:#fafafa;box-shadow:-1px 0 1px #ccc,1px 0 1px #ccc}div.cs-skin-slide.cs-active>span:after,div.cs-skin-slide>span:after{content:"\f0d7";font-family:FontAwesome;color:#5e5e5e}div.cs-skin-slide .cs-options{height:auto;width:auto;padding:10px;max-height:350px;transform:translate3d(1,1,1);overflow:hidden}div.cs-skin-slide .cs-options ul{width:100%;display:table}div.cs-skin-slide .cs-options ul li{display:table-row}div.cs-skin-slide .cs-options ul li span{display:table-cell;font-size:14px;font-weight:400;letter-spacing:normal;padding:5px 0;text-transform:none;max-height:350px;overflow-y:auto}div.cs-skin-slide .cs-options ul li span:hover,div.cs-skin-slide .cs-options ul li.cs-focus span,div.cs-skin-slide .cs-options ul li.cs-selected span{color:#2c2c2c}.cs-backdrop{background:#fff;border:1px solid rgba(0,0,0,.07);bottom:0;position:absolute;right:0;z-index:-1;-webkit-transition:all .3s ease;transition:all .3s ease}.datepicker-dropdown:after,.datepicker-dropdown:before{content:'';display:inline-block;border-top:0;position:absolute}.cs-skin-slide.cs-active .cs-options li:nth-child(6){transition-delay:.3s}.cs-skin-slide.cs-active .cs-options li:nth-child(7){transition-delay:.35s}.cs-skin-slide.cs-active .cs-options li:nth-child(8){transition-delay:.4s}.cs-skin-slide.cs-active .cs-options li:nth-child(9){transition-delay:.45s}.cs-skin-slide.cs-active .cs-options li:nth-child(10){transition-delay:.5s}.cs-skin-slide.cs-active .cs-options li:nth-child(11){transition-delay:.55s}/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datepicker{padding: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:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2)}.datepicker-dropdown:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-top:before{top:-7px}.datepicker-dropdown.datepicker-orient-top:after{top:-6px}.datepicker-dropdown.datepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker>div{display:none}.datepicker.days div.datepicker-days,.datepicker.months div.datepicker-months,.datepicker.years div.datepicker-years{display:block}.datepicker table{margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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.focused,.datepicker table tr td.day:hover{background:#eee;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:0 0;color:#999;cursor:default}.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:#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;border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.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: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.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today: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;border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(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.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.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:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(top,#b3b3b3,grey);background-image:-ms-linear-gradient(top,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(top,#b3b3b3,grey);background-image:-o-linear-gradient(top,#b3b3b3,grey);background-image:linear-gradient(top,#b3b3b3,grey);background-repeat:repeat-x;border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.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:hover:active{background-color:#666\9}.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:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.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:hover:active{background-color:#039\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:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.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{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.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:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker th.datepicker-switch{width:145px}.datepicker tfoot tr th,.datepicker thead tr:first-child th{cursor:pointer}.datepicker tfoot tr th:hover,.datepicker thead tr:first-child th:hover{background:#eee}.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{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:20px;padding:4px 5px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:20px}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:4px 5px}
@charset 'utf-8';.container,ul>li{padding-left:0}.disable-element,.disable-element+.note-editor{pointer-events:none}.btn-link,.btn-link:focus,.btn-link:hover,.js-numeric-slider .numeric-slider .tooltip-inner,a:focus,a:hover{text-decoration:none}.select-control.select-control-evaluation-assignment .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:auto;min-width:175px}.container{padding-right:0}.panel{margin-bottom:0;background-color:transparent;border:none;border-radius:0;box-shadow:0 0 0 rgba(255,255,255,0)}.uneditable-input,input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],textarea{min-height:36px}.modal-dialog .modal-body.study-reason,.redactor_editor{min-height:100px}.js-bootstrap-carousel .carousel-control{position:relative;top:0;bottom:0;left:0;width:15%;background-image:none;font-size:14px;color:#094ab2;text-align:center;text-shadow:none;filter:alpha(opacity=100);opacity:1}.js-bootstrap-carousel .carousel-inner{overflow:visible}.jbc-control{overflow:hidden;position:absolute;z-index:1;bottom:0;right:0}.jbc-control li{float:left}.jbc-control a{display:block}.jbc-control .carousel-item{display:block;margin:0 10px;font-weight:700;color:#094ab2}.carousel-list{padding:0 40px 0 30px}.carousel-list .slider{margin:0 0 15px}.carousel-list .slick-slide{outline:0}.carousel-list .slick-next:before,.carousel-list .slick-prev:before{font-family:FontAwesome;color:#094ab2}.carousel-list .slick-prev{top:11px;left:-30px;height:42px;width:35px;background-color:#fff;text-align:left}.carousel-list .slick-prev:before{content:"\f053"}.carousel-list .slick-next{right:-35px}.carousel-list .slick-next:before{content:"\f054"}.carousel-list-item{padding:0 3px;cursor:pointer}.carousel-list-item.active p{background-color:#094ab2;color:#fff}.carousel-list-item p{padding:10px 12px;background-color:#eee;border-radius:4px}.carousel-list-item i{top:1px;margin-right:5px}.carousel-list-item span{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-fix-content-width .pill-content>.pill-pane,.tab-fix-content-width .tab-content>.tab-pane{display:block;height:0;overflow-y:hidden;visibility:hidden;padding:0}.cke_dialog .cke_resizer,.ckeditor-img-upload-control .cke_dialog_tabs{display:none}.tab-fix-content-width .pill-content>.active,.tab-fix-content-width .tab-content>.active{height:auto;visibility:visible;padding:30px}.tab-fix-content-width.tab-qpr .nav-tabs li.active{background-color:#fff;border-radius:3px 3px 0 0}.cke_dialog .cke_dialog_title{cursor:default}.cke_dialog .cke_dialog_ui_button{min-width:75px}.cke_dialog .cke_dialog_ui_button_ok{color:#333;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4)}.cke_dialog .cke_dialog_ui_button_ok:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc)}.cke_dialog .cke_dialog_ui_button_ok:active{border-width:2px;padding:3px 0;border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td,.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td{padding-top:30px}a:focus,button,button:focus,input,select,textarea{outline:0!important}.cke_dialog .cke_dialog_ui_button_ok span{text-shadow:0 1px 0 #fff}.ckeditor-img-upload-control{top:50%!important;left:50%!important;margin-top:-250px!important;margin-left:-350px!important}.ckeditor-img-upload-control .loading-icon{visibility:hidden;opacity:0;transition:all .3s ease 0s;font:normal normal normal 14px/1 FontAwesome;position:absolute;top:105px;right:145px}.ckeditor-img-upload-control .loading-icon.active{visibility:visible;opacity:1}.ckeditor-img-upload-control .image-upload-validation{visibility:hidden;opacity:0;transition:all .3s ease 0s;position:absolute;top:135px;right:15px;width:285px;white-space:normal;font-size:11px;color:red}.ckeditor-img-upload-control .image-upload-validation.active{visibility:visible;opacity:1}.ckeditor-img-upload-control .cke_dialog_contents_body{width:700px!important;height:410px!important;overflow-x:hidden}.ckeditor-img-upload-control .cke_dialog_contents{margin-top:0;border-top:none}.ckeditor-img-upload-control .cke_dialog_ui_labeled_label{padding-bottom:5px;display:inline-block}.ckeditor-img-upload-control .cke_dialog_page_contents{display:block!important;float:left}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]{width:50%!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1){width:100%!important;padding-right:0}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div>label{font-weight:400;font-size:0}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div>label:before{content:'Paste image URL';font-size:12px}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div:after{content:'If you want to use an image you found online, paste the URL of the image.';display:block;margin-top:5px;font-size:11px;color:#999}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(2){display:none}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td{display:block;width:100%!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr>td>table>tbody>tr>td:nth-child(1){width:95%!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr>td>table>tbody>tr>td:nth-child(1)>div>table>tbody>tr{display:block;float:left;width:50%!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr>td>table>tbody>tr>td:nth-child(1)>div>table>tbody>tr>td{display:block}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr>td>table>tbody>tr>td:nth-child(1)>div>table>tbody>tr>td>div>div{padding-right:15px}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr>td>table>tbody>tr>td:nth-child(1)>div>table>tbody>tr>td>div>div>div{width:100%!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr>td>table>tbody>tr>td:nth-child(2){width:5%!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr:nth-child(2)>td>div>table>tbody>tr{float:left;width:25%!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr:nth-child(2)>td>div>table>tbody>tr>td{display:block;margin-left:-10px}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr:nth-child(2)>td>div>table>tbody>tr>td>div{width:100%!important;padding-left:10px;box-sizing:border-box}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr:nth-child(2)>td>div>table>tbody>tr>td>div>div>div{width:100%!important;padding-right:15px;box-sizing:border-box}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td>div>table>tbody>tr:nth-child(2)>td>div>table>tbody>tr>td>div>div>div select{width:100%!important;height:37px!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td:nth-child(2)>div>table>tbody>tr>td>div{width:100%!important;font-size:0}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>table>tbody>tr>td:nth-child(2)>div>table>tbody>tr>td>div:before{content:'Preview image';display:block;position:absolute;top:160px;right:15px;width:311px;margin-bottom:5px;font-size:12px}.ckeditor-img-upload-control .cke_dialog_page_contents[name=info] .ImagePreviewBox{position:absolute;top:178px;right:15px;width:305px;height:255px;margin-top:0;border:1px solid #666;border-radius:3px}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Link]{width:330px!important;position:absolute;bottom:60px;left:12px}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Link]>table>tbody>tr{float:left;width:50%!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Link]>table>tbody>tr:nth-child(2){display:none}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Link]>table>tbody>tr:nth-child(3)>td{padding-left:20px!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Link]>table>tbody>tr:nth-child(3)>td select{height:37px!important}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Upload]{position:relative;width:50%!important;padding-left:30px;box-sizing:border-box}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Upload]:before{content:'';position:absolute;top:0;left:32px;width:1px;height:100%;background-color:#ccc}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Upload]>table{width:auto!important;margin-left:30px}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Upload]>table>tbody>tr>td>div>label{font-size:0}.ckeditor-img-upload-control .cke_dialog_page_contents[name=Upload]>table>tbody>tr>td>div>label:before{content:'Upload form your computer';font-size:12px}.ckeditor-img-upload-control .cke_dialog_page_contents[name=advanced]{display:none!important}.ckeditor-flash-upload-control .cke_dialog_tabs,.ckeditor-img-upload-control .ImagePreviewLoader{display:none}.ckeditor-flash-upload-control{top:50%!important;left:50%!important;margin-top:-305px!important;margin-left:-361px!important}.ckeditor-flash-upload-control .loading-icon{visibility:hidden;opacity:0;transition:all .3s ease 0s;font:normal normal normal 14px/1 FontAwesome;position:absolute;top:113px;right:155px}.ckeditor-flash-upload-control .loading-icon.active{visibility:visible;opacity:1}.ckeditor-flash-upload-control .image-upload-validation{visibility:hidden;opacity:0;transition:all .3s ease 0s;position:absolute;top:140px;right:27px;width:285px;white-space:normal;font-size:11px;color:red}.ckeditor-flash-upload-control .image-upload-validation.active{visibility:visible;opacity:1}.ckeditor-flash-upload-control .cke_dialog_contents_body{width:722px!important;height:410px!important;overflow-x:hidden}.ckeditor-flash-upload-control .cke_dialog_contents{margin-top:0;border-top:none}.ckeditor-flash-upload-control .cke_dialog_ui_labeled_label{padding-bottom:5px;display:inline-block}.ckeditor-flash-upload-control .cke_dialog_page_contents{display:block!important;float:left}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]{width:50%!important}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>.cke_dialog_ui_vbox{width:360px}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1){width:100%!important;padding-right:0}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div>label{font-weight:400;font-size:0}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div>label:before{content:'Paste flash URL';font-size:12px}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div:after{content:'If you want to use an flash you found online, paste the URL of the flash.';display:block;margin-top:5px;font-size:11px;color:#999}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(2){display:none}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td,.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td{padding-top:29px}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td>table{width:360px;table-layout:fixed;margin-left:0}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td>table>tbody>tr>td>.cke_dialog_ui_text{width:100%!important}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>div>table>tbody>tr>td>.cke_dialog_ui_html{position:absolute;width:320px!important;right:10px;top:162px}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>div>table>tbody>tr>td>.cke_dialog_ui_html .FlashPreviewBox{width:auto;height:353px;margin-top:5px;border:1px solid #ccc;border-radius:3px}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=properties]{clear:both;width:360px!important;margin-bottom:20px}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=properties] div.cke_dialog_ui_input_select{width:100%}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=properties] fieldset{border:1px solid #ccc}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=Upload]{position:relative;width:50%!important;padding-left:30px;box-sizing:border-box}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=Upload]:before{content:'';position:absolute;top:0;left:32px;width:1px;height:100%;background-color:#ccc}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=Upload]>table{width:auto!important;margin-left:30px}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=Upload]>table>tbody>tr>td>div>label{font-size:0}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=Upload]>table>tbody>tr>td>div>label:before{content:'Upload form your computer';font-size:12px}.ckeditor-flash-upload-control .cke_dialog_page_contents[name=advanced]{display:none!important}.ckeditor-flash-upload-control .ImagePreviewLoader,.ckeditor-html5-audio-upload-control .cke_dialog_tabs{display:none}.ckeditor-html5-audio-upload-control{top:50%!important;left:50%!important;margin-top:-305px!important;margin-left:-361px!important}.ckeditor-html5-audio-upload-control .loading-icon{visibility:hidden;opacity:0;transition:all .3s ease 0s;font:normal normal normal 14px/1 FontAwesome;position:absolute;top:106px;right:150px}.ckeditor-html5-audio-upload-control .loading-icon.active{visibility:visible;opacity:1}.ckeditor-html5-audio-upload-control .image-upload-validation{visibility:hidden;opacity:0;transition:all .3s ease 0s;position:absolute;top:132px;right:27px;width:275px;white-space:normal;font-size:11px;color:red}.ckeditor-html5-audio-upload-control .image-upload-validation.active{visibility:visible;opacity:1}.ckeditor-html5-audio-upload-control .cke_dialog_body{width:722px!important;height:250px!important;overflow-x:hidden}.ckeditor-html5-audio-upload-control .cke_dialog_contents{margin-top:0;border-top:none}.ckeditor-html5-audio-upload-control .cke_dialog_contents .cke_dialog_contents_body{width:100%!important;height:auto!important}.ckeditor-html5-audio-upload-control .cke_dialog_ui_labeled_label{padding-bottom:5px;display:inline-block}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents{display:block!important;float:left}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]{width:50%!important}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>.cke_dialog_ui_vbox{width:360px}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1){width:100%!important;padding-right:0}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div>label{font-weight:400;font-size:0}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div>label:before{content:'Paste audio URL';font-size:12px}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div:after{content:'If you want to use an audio you found online, paste the URL of the audio.';display:block;margin-top:5px;font-size:11px;color:#999}.ckeditor-html5-audio-upload-control .ImagePreviewLoader,.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(2),.ckeditor-html5-video-upload-control .cke_dialog_tabs,.ckeditor-hyperlink-upload-control .cke_dialog_page_contents[name=target],.ckeditor-hyperlink-upload-control .cke_dialog_tabs .cke_dialog_tab[title=Target]{display:none}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td>table{width:360px;table-layout:fixed;margin-left:0}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td>table>tbody>tr>td>.cke_dialog_ui_text{width:100%!important}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>div>table>tbody>tr>td>.cke_dialog_ui_html{position:absolute;width:320px!important;right:10px;top:162px}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>div>table>tbody>tr>td>.cke_dialog_ui_html .FlashPreviewBox{width:auto;height:353px;margin-top:5px;border:1px solid #ccc;border-radius:3px}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=properties]{clear:both;width:360px!important;margin-bottom:20px}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=properties] div.cke_dialog_ui_input_select{width:100%}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=properties] fieldset{border:1px solid #ccc}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=Upload]{position:relative;width:50%!important;padding-left:30px;box-sizing:border-box}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=Upload]:before{content:'';position:absolute;top:0;left:32px;width:1px;height:100%;background-color:#ccc}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=Upload]>table{width:auto!important;margin-left:30px}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=Upload]>table>tbody>tr>td>div>label{font-size:0}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=Upload]>table>tbody>tr>td>div>label:before{content:'Upload form your computer';font-size:12px}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=advanced]{float:right;width:290px!important;height:auto!important;margin-top:23px;margin-bottom:9px}.ckeditor-html5-audio-upload-control .cke_dialog_page_contents[name=advanced] .cke_dialog_ui_hbox_first{width:25%!important}.ckeditor-hyperlink-upload-control .loading-icon{visibility:hidden;opacity:0;transition:all .3s ease 0s;font:normal normal normal 14px/1 FontAwesome;position:absolute;top:137px;right:200px}.ckeditor-hyperlink-upload-control .loading-icon.active{visibility:visible;opacity:1}.ckeditor-hyperlink-upload-control .image-upload-validation{visibility:hidden;opacity:0;transition:all .3s ease 0s;position:absolute;top:132px;right:27px;width:275px;white-space:normal;font-size:11px;color:red}.ckeditor-hyperlink-upload-control .image-upload-validation.active{visibility:visible;opacity:1}.ckeditor-html5-video-upload-control{top:50%!important;left:50%!important;margin-top:-305px!important;margin-left:-361px!important}.ckeditor-html5-video-upload-control .loading-icon{visibility:hidden;opacity:0;transition:all .3s ease 0s;font:normal normal normal 14px/1 FontAwesome;position:absolute;top:106px;right:150px}.ckeditor-html5-video-upload-control .loading-icon.active{visibility:visible;opacity:1}.ckeditor-html5-video-upload-control .image-upload-validation{visibility:hidden;opacity:0;transition:all .3s ease 0s;position:absolute;top:132px;right:27px;width:275px;white-space:normal;font-size:11px;color:red}.ckeditor-html5-video-upload-control .image-upload-validation.active{visibility:visible;opacity:1}.hidden-element,.inner-menu.marketplace .scroll-element.scroll-x,.visibility-hidden{visibility:hidden}.ckeditor-html5-video-upload-control .cke_dialog_body{width:722px!important;height:308px!important;overflow-x:hidden}.ckeditor-html5-video-upload-control .cke_dialog_contents{margin-top:0;border-top:none}.ckeditor-html5-video-upload-control .cke_dialog_contents .cke_dialog_contents_body{width:100%!important;height:auto!important}.ckeditor-html5-video-upload-control .cke_dialog_ui_labeled_label{padding-bottom:5px;display:inline-block}.ckeditor-html5-video-upload-control .cke_dialog_page_contents{display:block!important;float:left}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]{width:50%!important}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>.cke_dialog_ui_vbox{width:360px}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1){width:100%!important;padding-right:0}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div>label{font-weight:400;font-size:0}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div>label:before{content:'Paste video URL';font-size:12px}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(1)>div:after{content:'If you want to use an video you found online, paste the URL of the video.';display:block;margin-top:5px;font-size:11px;color:#999}.ckeditor-html5-video-upload-control .ImagePreviewLoader,.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(1) td>table>tbody>tr>td:nth-child(2){display:none}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td>table{width:360px;table-layout:fixed;margin-left:0}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(2)>td>table>tbody>tr>td>.cke_dialog_ui_text{width:100%!important}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>div>table>tbody>tr>td>.cke_dialog_ui_html{position:absolute;width:320px!important;right:10px;top:162px}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=info]>table>tbody>tr:nth-child(3)>td>div>table>tbody>tr>td>.cke_dialog_ui_html .FlashPreviewBox{width:auto;height:353px;margin-top:5px;border:1px solid #ccc;border-radius:3px}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=properties]{clear:both;width:360px!important;margin-bottom:20px}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=properties] div.cke_dialog_ui_input_select{width:100%}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=properties] fieldset{border:1px solid #ccc}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=Upload]{position:relative;width:50%!important;padding-left:30px;box-sizing:border-box}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=Upload]:before{content:'';position:absolute;top:0;left:32px;width:1px;height:100%;background-color:#ccc}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=Upload]>table{width:auto!important;margin-left:30px}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=Upload]>table>tbody>tr>td>div>label{font-size:0}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=Upload]>table>tbody>tr>td>div>label:before{content:'Upload form your computer';font-size:12px}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=advanced]{float:right;width:290px!important;height:auto!important;margin-top:23px;margin-bottom:9px}.ckeditor-html5-video-upload-control .cke_dialog_page_contents[name=advanced] .cke_dialog_ui_hbox_first{width:25%!important}.fm-modal{position:fixed;z-index:10012;width:90%;height:90%;top:5%;left:5%;background-color:#fff;border:0;box-shadow:0 1px 5px 0 #666}.fm-iframe-overlay{position:fixed;z-index:10011;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,.5)}#cboxOverlay,#cboxWrapper,#colorbox{z-index:10013!important}.ckfinder-custom-toolbar{position:absolute;z-index:10001;top:0;left:0;background-color:#fff}.flexslider-content,.flexslider-content .flexslider .flex-direction-nav{position:relative}.ckfinder-custom-toolbar ul{padding:0;margin:0;list-style-type:none}.ckfinder-custom-toolbar li{float:left;list-style-type:none}.ckfinder-custom-toolbar a{display:block}.ckfinder-custom-toolbar i{display:inline-block;margin-right:10px}.ckfinder-custom-toolbar span{display:inline-block}.flexslider-content .question-number{padding:10px 30px 10px 0;text-align:right;color:#094ab2;font-weight:700}.flexslider-content .question-name{font-size:24px;color:#094ab2;margin-bottom:20px}.flexslider-content .flexslider{position:relative;margin:0;background:#fff;border:none;border-radius:0}.flexslider-content .flexslider:hover .flex-direction-nav .flex-prev{opacity:1;left:auto;right:150px}.flexslider-content .flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider-content .flexslider:hover .flex-direction-nav .flex-next{opacity:1;right:0}.flexslider-content .flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flexslider-content .flexslider .flex-control-paging{display:none}.flexslider-content .flexslider .flex-direction-nav a{display:block;width:auto;height:auto;margin:0;position:static;top:0;z-index:10;overflow:visible;opacity:1;cursor:pointer;color:red;font-size:0;text-shadow:none;text-decoration:none;transition:all .3s ease-in-out}.clearfloat,.js-imgfill,.web-access{overflow:hidden}.flexslider-content .flexslider .flex-direction-nav a:before{font-family:FontAwesome;font-size:18px;display:inline-block;content:'\f053';color:#094ab2;text-shadow:none}.flexslider-content .flexslider .flex-direction-nav a.flex-next:before{content:'\f054'}.flexslider-content .flexslider .flex-direction-nav .flex-nav-next,.flexslider-content .flexslider .flex-direction-nav .flex-nav-prev{padding-left:0;line-height:initial}address,body{line-height:1.6}.flexslider-content .flexslider .flex-direction-nav .flex-prev{position:absolute;z-index:1;top:14px;left:auto;right:150px}.flexslider-content .flexslider .flex-direction-nav .flex-next{position:absolute;z-index:1;top:14px;right:0;padding-left:0}.flexslider-content .flexslider .flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default}.footer-control-actions .fa-search:before,.search-item .fa-search:before,.uis-tool .fa-search:before{display:inline-block;color:#666}.fa-search:before,.footer-control-actions .fa-search:after,.search-item .fa-search:after,.uis-tool .fa-search:after{display:none}.fa-search:after{content:'';display:inline-block;vertical-align:top;position:relative;top:-2px;width:18px;height:18px;background-image:url(images/icon/icon-view.svg);background-size:100%}.fa-search.rejected:after{background-image:url(images/icon/icon-view-rejected.svg)}.js-imgfill{position:relative}.scroller{height:100%}.ps-scrollbar-x{cursor:pointer}.note-editor .note-toolbar .note-insert button .fa-youtube-play:before{content:'\f144';font-size:14px}.note-editor .note-fontclr .dropdown-menu{min-width:321px;padding:10px;box-sizing:content-box}[videogular],videogular{display:inline-block!important;width:auto!important;height:auto!important;line-height:0}[videogular].videogular-container.audio,videogular.videogular-container.audio{width:100%!important;height:50px!important}[videogular].videogular-container.audio vg-controls .controls-container,videogular.videogular-container.audio vg-controls .controls-container{background-color:#000}[videogular].videogular-container.audio vg-buffering .bufferingContainer,videogular.videogular-container.audio vg-buffering .bufferingContainer{margin-top:-12px}[videogular].videogular-container.audio vg-buffering .bufferingContainer .loadingSpinner,videogular.videogular-container.audio vg-buffering .bufferingContainer .loadingSpinner{width:25px;height:25px}.videogular-container-video{margin-bottom:30px}.videogular-container-video.small-bottom-space{margin-bottom:5px}address,label,ol,p,ul{margin-bottom:0}@font-face{font-family:icomoon-circle;src:url(fonts/icomoon-circle.eot);src:url(fonts/icomoon-circle.eot?#iefix) format('embedded-opentype'),url(fonts/icomoon-circle.woff) format('woff'),url(fonts/icomoon-circle.ttf) format('truetype'),url(fonts/icomoon-circle.svg#icomoon) format('svg');font-weight:400;font-style:normal}@font-face{font-family:font-password;src:url(fonts/dot.eot?r355bn);src:url(fonts/dot.eot?#iefixr355bn) format('embedded-opentype'),url(fonts/dot.ttf?r355bn) format('truetype'),url(fonts/dot.woff?r355bn) format('woff'),url(fonts/dot.svg?r355bn#dot) format('svg');font-weight:400;font-style:normal}body,html{height:100%}html{font-size:100%}body{background-color:#fff;font-family:open_sansregular;font-size:87.5%;color:#666;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.clear-bgcolor,.clear-btn{background-color:transparent}body.modal-open .page-content{position:relative;z-index:1}a,input{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}ol,ul{padding-left:0}li{list-style-type:none}table{table-layout:fixed}td,th{word-break:break-all}.break-word,.text-break-word{word-break:break-word}input:-moz-placeholder{color:#aaa}input::-moz-placeholder{color:#aaa}input:-ms-input-placeholder{color:#aaa}input::-webkit-input-placeholder{color:#aaa}input.error:focus{border-color:#f35958}label{font-weight:400}video{max-width:100%;height:auto}audio::-internal-media-controls-download-button,video::-internal-media-controls-download-button{display:none}audio::-webkit-media-controls-enclosure,video::-webkit-media-controls-enclosure{overflow:hidden}audio::-webkit-media-controls-panel,video::-webkit-media-controls-panel{width:calc(100% + 32px)}.web-access{position:absolute!important;height:1px;width:1px}.page-content,.pos-top-4,.pos-top-5,.relative-position{position:relative}.text-left-force{text-align:left!important}.clear-both{clear:both}.clear-flow:after{display:table;content:""}.overflow-visible{overflow:visible!important}.modal-dialog .modal-body.no-scroll,.no-scroll{overflow-y:hidden}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer}.clear-padding{padding:0}.clear-margin{margin:0!important}.clear-btn{padding:0;margin:0;background-image:none;border:none}.full-height{height:100%}input.disable-element,select.disable-element,textarea.disable-element{cursor:not-allowed;border-color:#ccc!important;background-color:#ccc!important;color:#666!important;pointer-events:none}.disable-element input[type=radio]+label,.disable-element input[type=radio]:checked+label,.disable-element input[type=checkbox]+label,.disable-element input[type=checkbox]:checked+label{color:#ccc!important}.disable-element{cursor:not-allowed}.disable-element input[type=radio]+label:before,.disable-element input[type=checkbox]+label:before{border-color:#ccc!important}.disable-element input[type=radio]:checked+label:before,.disable-element input[type=checkbox]:checked+label:before{border-color:#ccc!important;background-color:#ccc!important}.disable-element input[type=radio]:checked+label:after,.disable-element input[type=checkbox]:checked+label:after{color:#fff}.disable-element input[type=radio]:checked+label:after{border-color:#999!important;background-color:#999!important}.disable-element+.note-editor .note-editable,.disable-element+.note-editor .note-toolbar{opacity:.35}.colw-1{width:1%}.colw-2{width:2%}.colw-3{width:3%}.colw-4{width:4%}.colw-5{width:5%}.colw-6{width:6%}.colw-7{width:7%}.colw-8{width:8%}.colw-9{width:9%}.colw-10{width:10%}.colw-11{width:11%}.colw-12{width:12%}.colw-13{width:13%}.colw-14{width:14%}.colw-15{width:15%}.colw-16{width:16%}.colw-17{width:17%}.colw-18{width:18%}.colw-19{width:19%}.colw-20{width:20%}.colw-21{width:21%}.colw-22{width:22%}.colw-23{width:23%}.colw-24{width:24%}.colw-25{width:25%}.colw-26{width:26%}.colw-27{width:27%}.colw-28{width:28%}.colw-29{width:29%}.colw-30{width:30%}.colw-31{width:31%}.colw-32{width:32%}.colw-33{width:33%}.colw-34{width:34%}.colw-35{width:35%}.colw-36{width:36%}.colw-37{width:37%}.colw-38{width:38%}.colw-39{width:39%}.colw-40{width:40%}.colw-41{width:41%}.colw-42{width:42%}.colw-43{width:43%}.colw-44{width:44%}.colw-45{width:45%}.colw-46{width:46%}.colw-47{width:47%}.colw-48{width:48%}.colw-49{width:49%}.colw-50{width:50%}.colw-51{width:51%}.colw-52{width:52%}.colw-53{width:53%}.colw-54{width:54%}.colw-55{width:55%}.colw-56{width:56%}.colw-57{width:57%}.colw-58{width:58%}.colw-59{width:59%}.colw-60{width:60%}.colw-61{width:61%}.colw-62{width:62%}.colw-63{width:63%}.colw-64{width:64%}.colw-65{width:65%}.colw-66{width:66%}.colw-67{width:67%}.colw-68{width:68%}.colw-69{width:69%}.colw-70{width:70%}.colw-71{width:71%}.colw-72{width:72%}.colw-73{width:73%}.colw-74{width:74%}.colw-75{width:75%}.colw-76{width:76%}.colw-77{width:77%}.colw-78{width:78%}.colw-79{width:79%}.colw-80{width:80%}.colw-81{width:81%}.colw-82{width:82%}.colw-83{width:83%}.colw-84{width:84%}.colw-85{width:85%}.colw-86{width:86%}.colw-87{width:87%}.colw-88{width:88%}.colw-89{width:89%}.colw-90{width:90%}.colw-91{width:91%}.colw-92{width:92%}.colw-93{width:93%}.colw-94{width:94%}.colw-95{width:95%}.colw-96{width:96%}.colw-97{width:97%}.colw-98{width:98%}.colw-99{width:99%}.colw-100{width:100%}.t-clear{top:0}.p-t-clear{padding-top:0!important}.p-l-clear{padding-left:0!important}.p-r-clear{padding-right:0!important}.m-clear{margin:0!important}.m-b-clear{margin-bottom:0}.m-t-1{margin-top:1px}.m-l-5{margin-left:5px}.m-l-45{margin-left:45px}.m-l-70{margin-left:70px}.m-l-75{margin-left:75px}.m-l-100{margin-left:100px}.m-l-120{margin-left:120px}.m-r-4{margin-right:4px}.m-r-5{margin-right:5px}.m-r-6{margin-right:6px}.m-r-41{margin-right:41px}.m-t-8{margin-top:8px}.m-t-13{margin-top:13px}.m-t-110{margin-top:110px}.m-t-130{margin-top:130px}.m-t-160{margin-top:160px}.m-b-3{margin-bottom:3px}.m-b-5{margin-bottom:5px!important}.m-b-30{margin-bottom:30px!important}.m-lr-minus-10{margin-left:-10px;margin-right:-10px}.w-70{width:70px!important}.w-100{width:100px}.w-125{width:125px}.w-130{width:130px}.w-150{width:150px}.w-160{width:160px!important}.w-200{width:200px}.w-250{width:250px}.w-300{width:300px}.min-w-100{min-width:100px}.min-w-125{min-width:125px}.min-w-150{min-width:150px}.min-w-175{min-width:175px}.min-w-200{min-width:200px}.min-w-250{min-width:250px}.min-w-300{min-width:300px}.min-w-350{min-width:350px}.min-w-500{min-width:500px}.wp-100{width:100%!important}.wp-75{width:75%}.wp-50{width:50%}.h-50{height:50px}.h-300{height:300px}.h-350{height:350px}.h-400{height:400px}.h-450{height:450px}.h-500{height:500px}.fs-10{font-size:10px}.fs-14{font-size:14px!important}.fs-16{font-size:16px}.fs-20{font-size:20px}.fs-28{font-size:28px}.scale-75{transform:scale(.75)}.pos-top-4{top:4px}.pos-top-5{top:5px}.inlineblock-display{display:inline-block}.block-display{display:block}.block,.loading-activity{display:block!important}.viewer-block{width:100%;height:480px}@media screen and (max-width:1366px){.viewer-block{height:350px}}#loading-bar-spinner{top:47%;left:47%}.page-content{z-index:1040}.page-content.condensed .loading-activity{left:0}.page-content .loading-activity{left:250px}.modal-body{overflow-x:hidden;overflow-y:auto}.modal-body .loading-activity{position:absolute}.modal-body.modal-body-unit-building{overflow-x:visible;overflow-y:visible}.loading-activity{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.7);z-index:1061}.loading-activity .icon-loading{background:url(images/podiumload.gif)!important;position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-11px;width:48px;height:22px}.chasing-dots-spinner{position:absolute;top:47%;left:47%;margin:0}.chat .chat-body,.po-relative,i{position:relative}.chasing-dots-spinner .dot1,.chasing-dots-spinner .dot2{background-color:#094ab2}.table-display{display:table;width:100%;height:100%;text-align:center}.tablecell-display{display:table-cell;vertical-align:middle}.va-top{vertical-align:top}.va-middle{vertical-align:middle}.text-position-36{height:36px;line-height:36px}.text-position-57{height:57px;line-height:57px}.text-red{color:red}.text-orange{color:orange}.text-green{color:green}.text-gray{color:#666}.image-icon,.image-user{background:#eee;color:#ccc;font-family:FontAwesome;text-align:center}.browser-scrollbar{height:100%;overflow:auto}.col-nospace{margin-left:0;margin-right:0}.col-nospace>[class*=col-]{padding-left:0;padding-right:0}.col-space-5{margin-left:-5px;margin-right:0}.col-space-5>[class*=col-]{padding-left:5px;padding-right:0}.col-space-10{margin-left:-10px;margin-right:0}.col-space-10>[class*=col-]{padding-left:10px;padding-right:0}.col-space-15{margin-left:-15px;margin-right:0}.col-space-15>[class*=col-]{padding-left:15px;padding-right:0}.col-space-20{margin-left:-20px;margin-right:0}.col-space-20>[class*=col-]{padding-left:20px;padding-right:0}.col-space-25{margin-left:-25px;margin-right:0}.col-space-25>[class*=col-]{padding-left:25px;padding-right:0}.col-space-30{margin-left:-30px;margin-right:0}.col-space-30>[class*=col-]{padding-left:30px;padding-right:0}.col-space-35{margin-left:-35px;margin-right:0}.col-space-35>[class*=col-]{padding-left:35px;padding-right:0}.col-space-40{margin-left:-40px;margin-right:0}.col-space-40>[class*=col-]{padding-left:40px;padding-right:0}.col-space-45{margin-left:-45px;margin-right:0}.col-space-45>[class*=col-]{padding-left:45px;padding-right:0}.col-space-50{margin-left:-50px;margin-right:0}.col-space-50>[class*=col-]{padding-left:50px;padding-right:0}.no-padding{padding:0}.no-padding-right{padding-right:0}.no-padding-left{padding-left:0}.no-margin-left{margin-left:0!important}.no-margin-right{margin-right:0!important}.margin-top-3{margin-top:3px}.image-icon,.image-user,.margin-auto{margin:auto}.padding-30{padding:30px}.padding-top-6{padding-top:6px}.fa-half-x{top:0;font-size:10px}.image-user{font-size:100px;line-height:1.12;height:120px;max-width:120px}.image-user:before{content:"\f03e"}.image-icon{height:36px;line-height:36px;max-width:36px}.image-icon:before{content:"\f20e"}.info-image{max-width:120px}.info-image img{width:100%}.info-image.qualification{max-width:220px}.font-italic{font-style:italic}.font-normal{font-weight:400!important}.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-column-overflow{width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-single-line{white-space:nowrap}.text-sansbold{font-family:open_sansbold}.text-primary{color:#094ab2}.failed,.text-danger{color:#f35958}.passed,.text-success{color:#00bf4d!important}.text-large{font-size:1.25em}.text-marked{color:#f26c4f}.text-pending{color:#f68a1e}.text-white{color:#fff}.badge-success,.label-success{background-color:#39b54a}.badge-success.button,.label-success.button{padding:5px;font-size:13px}.label-success-nyc{background-color:#f35958}.btn-danger.button,.btn-warning.button{font-size:13px;padding:6px;border-radius:0}.label-enrolled{background-color:#c3971a}.label-inprogress{background-color:#de6a10}.label-pending{background-color:#f68a1e}.label-failed{background-color:#ff5c50}.label-danger .ui-select-match .btn{background:red;color:#fff}.select-error .dropdown .btn,.select-error .dropdown .select2-choice,.select-error .select2 .btn,.select-error .select2 .select2-choice{border-color:#ff5c50}i{top:2px;font-size:16px}i.section,i.unit{color:#094ab2}i.content-icon{color:#6e7b89}i.upload-file{color:#F7941D}i.scorm{color:#f06eaa}i.test{color:#1d344c}i.assignment{color:#00a4e3}.text-size-1{font-size:20px!important}.text-size-2{font-size:13px!important}.text-size-3{font-size:16px!important}.text-size-4{font-size:24px!important}.text-color-grey{color:#8b91a0}.text-blue{color:#094ab2}.text-sky{color:#00a4e3}.text-uppercase{text-transform:uppercase}.pointer{cursor:pointer}.line-height-1{line-height:1.2}.line-height-2-2{line-height:2.2}.font-password,.icon-circle{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-password{font-family:font-password!important;letter-spacing:2px;font-size:16px!important}.icon-circle{font-family:icomoon-circle}.icon-circle:before{content:"\b600"}.font-password2,.icon-circle-password:before{content:"\f111"}.font-password{font-family:dot}.font-password2{font-family:fontawesome;font-size:15px}.bg-white{background-color:#fff}.inline-block{display:inline-block}.border-none{border:none!important}.vertical-top{vertical-align:top}textarea.form-control.height-1{height:100px}.tbd-body-col .progress{margin:3px 0 0}.max-height-36{max-height:36px}.m-b-20{margin-bottom:20px!important}.border-top{border-top:1px solid #e5e5e5}.padding-fa .fa{margin-right:10px}.vertical-align-outer{display:table;width:100%;height:100%}.vertical-align-inner{display:table-cell;vertical-align:middle}.text-no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.no-mouse-event{pointer-events:none!important}.text-emphasize{font-family:open_sanssemibold}.partition-line{margin-top:30px;margin-bottom:30px;border-top:solid 1px #ccc}.partition-spacing{margin-top:20px;margin-bottom:20px;border-top:0}.partition-spacing-extra-small{margin-top:5px;margin-bottom:5px;border-top:0}.partition-spacing-small{margin-top:10px;margin-bottom:10px;border-top:0}.partition-spacing-medium{margin-top:15px;margin-bottom:15px;border-top:0}.archievements-container{padding-top:15px;margin-bottom:0}.archievements-item{margin-bottom:15px;color:#fff;text-align:center}.archievements-icon{margin-bottom:10px}.archievements-icon.inactive{opacity:.25;filter:alpha(opacity=25)}.archievements-icon img{width:100%;max-width:100%;height:auto}.archievements-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:67px;font-weight:700}.archievements-point{font-size:11px;font-style:italic}.chat{width:75%;max-width:750px}.chat.chat-fluid,.content-description table tbody tr td video{max-width:initial}.chat .chat-body{padding:15px 15px 15px 30px;margin-left:23px;background-color:#fafafa;border-radius:3px}.chat .chat-body .image-profile{position:absolute;z-index:1;top:17px;left:0;margin-left:-23px}.chat .chat-body .image-profile .wrapper-circle{overflow:hidden;width:40px;height:40px;border:3px solid #fafafa;border-radius:50%}.chat .chat-body .image-profile img{width:100%;height:auto;transform:translateY(-50%);margin-top:50%}.chat .chat-body .notification{display:block;position:absolute;z-index:1;top:-3px;right:0;width:16px;height:16px;background-color:#f68a1e;border-radius:50%;text-align:center;box-shadow:0 0 0 2px #fff}.myclients-page-control li.selected,.qualification-page-control li.selected,.unitofcomprtency-page-control li.selected{box-shadow:1px 1px 2px rgba(0,0,0,.1)}.chat .chat-body .notification .status-pending{display:inline-block;position:relative;top:-7px;font-family:tahoma;font-size:12px;color:#fff}.chat .chat-body .name,.question-preview .title{font-family:open_sanssemibold}.chat .chat-body .date-time{font-size:11px}.chat .chat-body .message{margin-top:5px}.chat .chat-file{padding:5px 15px 7px 30px;margin-left:23px;background-color:#fafafa;border-top:solid 1px #fff;border-radius:0 0 3px 3px}.chat .chat-file a{display:inline-block;color:#666}.chat .chat-file .icon{top:0;margin-right:5px;vertical-align:middle}.chat .chat-file .name-file{font-size:12px;vertical-align:middle}.chat.chat-fluid{width:100%}.chat.user-comment .chat-body{padding:15px 30px 15px 15px;margin-left:0;margin-right:23px;background-color:#f3f6fb}.chat.user-comment .chat-body .image-profile{left:initial;right:0;margin-left:auto;margin-right:-23px}.chat.user-comment .chat-body .image-profile .wrapper-circle{border:3px solid #f3f6fb}.chat.user-comment .chat-body .date-time,.chat.user-comment .chat-body .message,.chat.user-comment .chat-body .name{text-align:right}.chat.user-comment .chat-file{padding:5px 30px 7px 5px;margin-left:0;margin-right:23px;background-color:#f3f6fb;text-align:right}.chat.chat-with-file .chat-body{border-radius:3px 3px 0 0}.page-content>.content{height:100%}.page-content.condensed{z-index:999}.page-content .onlinecourse{height:calc(100% - 100px);overflow:auto}.page-content .onlinecourse .page-title i{width:33px}.page-content .onlinecourse .body-online{margin-left:45px}.page-content .onlinecourse .body-online .btn-footer{margin-top:30px}.page-content .onlinecourse .body-online .page-question{padding-top:7px;color:#094ab2}.page-content .onlinecourse .body-online .page-question span{margin:0 5px}.question-preview .title{margin-bottom:20px;font-size:24px;color:#333}.question-preview ul li{position:relative;padding-left:30px;margin-bottom:20px;line-height:initial;color:#333}.question-preview ul li i{position:absolute;z-index:1;top:0;left:0;font-size:24px;color:#d9e0e4}.allcontent .question{margin-bottom:15px;font-size:30px}.allcontent .description{margin-bottom:20px;font-size:18px}.allcontent .breakline{height:1px;margin:50px 0 35px;background-color:#ccc;border:none}.allcontent .fib-item{display:inline-block;padding-left:0;margin-bottom:10px;font-size:18px}.allcontent .fib-item .select2-container{min-width:100px;margin:0 5px}.allcontent .fib-item .select2-container .select2-choice{padding:2px 9px 6px}.allcontent .fib-preview{display:inline-block;padding-left:0;margin-bottom:10px;font-size:18px}.allcontent .fib-preview .select2-container{min-width:100px;margin:0 5px}.allcontent .fib-preview .select2-container .select2-choice{padding:2px 9px 6px}.allcontent .multiple-choice .choice-list li{padding-left:0;margin-bottom:15px}.allcontent .multiple-choice .checkbox label{padding-left:30px;margin-bottom:0;font-size:18px}.allcontent .multiple-choice .checkbox label:before{content:'';display:inline-block;width:22px;height:22px;margin-right:0;position:absolute;top:0;left:0;background-color:#fff;border:1px solid #c2c6cb;border-radius:50%;font-size:24px;transition:all .3s ease 0s}.allcontent .multiple-choice .checkbox input[type=checkbox]:checked+label:before{background-color:#00bf4d;border-color:#00bf4d}.allcontent .multiple-choice .checkbox input[type=checkbox]:checked+label:after{top:1px;left:5px;font-size:12px;color:#fff}.allcontent .ordering .dd-item{font-size:16px;color:#333}.allcontent .ordering .dd-handle{margin:10px 0;background-color:#cedbf0;border-radius:4px}.allcontent .freetext .text{margin-bottom:20px;font-size:18px}.allcontent .freetext textarea{font-family:open_sansregular;font-size:18px;line-height:1.3}.allcontent .uploadfile iframe{width:100%;height:450px;margin-bottom:30px}.area-content{background-color:#fafafa;padding:5px 30px 30px}.content-description{overflow:auto}.content-description .ckeditor-html5-audio+*,.content-description .ckeditor-html5-video+*,.content-description .embeddedContent+*,.content-description table+*{clear:both}.content-description table tbody tr td{padding:5px}.pd-article.onlinecourse.unit{height:100%}.pd-article.onlinecourse.unit .pd-article-header{padding-bottom:30px;border-bottom:solid 1px #CCC}.pd-article.onlinecourse.unit .pd-article-header h2{margin-bottom:10px;font-family:open_sansbold;font-size:26px;line-height:1;color:#555}.pd-article.onlinecourse.unit .pd-article-header h3{margin-bottom:15px;font-size:20px;color:#555}.pd-article.onlinecourse.unit .pd-article-content-left{padding-top:20px}.pd-article.onlinecourse.unit .pd-article-content-left p{padding-bottom:20px;margin-bottom:12px;border-bottom:solid 1px #CCC;font-size:20px;color:#555;line-height:1}.pd-article.onlinecourse.unit .pd-article-content-left span{position:relative;top:6px;font-size:16px;color:#555}.pd-article.onlinecourse.unit .pd-article-content-left .download-control{padding:12px 15px;margin-bottom:20px;background-color:#eee}.pd-article.onlinecourse.unit .pd-article-content-left .download-control .pd-button i{font-size:22px}.pd-article.onlinecourse.unit .pd-article-content-left .download-control .pd-button span{position:relative;top:0;font-size:14px;color:#fff;vertical-align:top}.pd-article.onlinecourse.unit .pd-article-content-right{padding:20px 0 0 20px;border-left:solid 1px #CCC}.pd-article.onlinecourse.unit .pd-article-content-right p{padding-bottom:20px;margin-bottom:12px;border-bottom:solid 1px #CCC;font-size:20px;color:#555;line-height:1}.pd-article.onlinecourse.unit .pd-article-content-right .upload-control{padding-bottom:12px;border-bottom:solid 1px #CCC}.pd-article.onlinecourse.unit .pd-article-content-right .upload-control span{display:inline-block;width:240px;padding:0 12px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-img .favicon-box:after,.course-img .img-box:after{content:'\f03e';left:50%;color:#e5e9ec;display:block;z-index:1;text-rendering:auto;-moz-osx-font-smoothing:grayscale}.pd-article.onlinecourse.unit .pd-article-content-right .upload-control .pd-button{padding:3px 20px;font-size:12px}.pd-article.onlinecourse.unit .pd-article-content-right .column-divider{padding-left:21px;margin:0 0 40px -21px;border-left:1px solid #CCC}.pd-article.onlinecourse.unit .blank-download .pd-article-content-right{padding:10px 0 0}.pd-article.onlinecourse.unit .blank-download .column-divider{padding-left:0;margin:0 0 40px;border-left:none}.pd-article.onlinecourse.unit>.row{height:calc(100vh - 345px)}.pd-article.onlinecourse.unit>.row>[class^=col-],.pd-article.onlinecourse.unit>.row>[class^=col-] .pd-article-content-right{height:100%}.course-img{position:absolute;z-index:1;top:30px;right:30px;text-align:center}.course-price,.course-search-result .course-search-result-filter-layout{text-align:right}.course-img img{max-width:250px;max-height:150px}.course-img .img-box{position:relative;width:240px;height:145px;margin-bottom:10px;border:1px solid #e5e9ec}.course-img .img-box:after{position:absolute;top:50%;margin:-25px 0 0 -24px;font:normal normal normal 48px/1 FontAwesome;-webkit-font-smoothing:antialiased}.course-img .favicon-box{position:relative;width:50px;height:50px;margin:15px auto 10px;border:1px solid #e5e9ec}.course-img .favicon-box:after{position:absolute;top:50%;margin:-12px 0 0 -12px;font:normal normal normal 24px/1 FontAwesome;-webkit-font-smoothing:antialiased}.course-add-info>li{padding-left:0;margin-top:15px;line-height:initial}.course-add-info>li:first-child{margin-top:0}.course-add-info textarea{width:100%}.course-add-info .label-name{height:36px;line-height:36px;text-align:right}.course-add-info .label-name span{color:red}.course-add-info .label-name.multi-line{line-height:initial}.course-add-info .label-name i{vertical-align:middle}.course-add-info .fa-info-circle{color:#ccc}.course-add-info i{vertical-align:top}.inner-menu.marketplace{background-color:#245aa9}.inner-menu.marketplace .inner-wrapper .menu-title{padding-top:0;color:#fff}.inner-menu.marketplace .small-items li{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;padding:0}.inner-menu.marketplace .small-items li:hover{background-color:#2f6ebd}.inner-menu.marketplace .small-items li a{display:block;padding:8px 25px;color:#fff}.inner-menu.marketplace .form-items{padding:15px 20px}.inner-menu.marketplace .form-items li{padding-left:0;margin-bottom:10px;line-height:initial}.inner-menu.marketplace .form-items li:last-child{margin-bottom:0}.inner-menu.marketplace .scroll-element.scroll-y{visibility:visible}.inner-menu.marketplace .scroll-element .scroll-element_track{background-color:#094ab2;border-radius:7px}.inner-menu.marketplace .scroll-element .scroll-bar{left:1px}.inner-menu.marketplace .select2-container.form-control{height:38px;background-color:transparent}.inner-menu.marketplace .select2-container .select2-choice{height:37px;background-color:#094ab2;background-image:none;border-radius:2px;border:none;padding:4px 9px}.inner-menu.marketplace .select2-container .select2-arrow b:before{content:" ";display:block;top:50%;right:0;margin-top:-7px;width:8px;height:13px;background-image:url(../../Content/images/icon/marketplace-sort-icon.png)}.btn-clear-all-filters,.course-search-result .tab-btn,.search-tag,.tag-group,.tag-group .title,.tag-group ul,.tag-group ul li{display:inline-block}.inner-menu.marketplace .select2-container.select2-dropdown-open .select2-arrow b:before{top:5px}.inner-menu.marketplace .select2-container .select2-chosen{color:#fff}.course-search{position:relative;width:450px;margin:0 auto 30px}.course-search .form-control{height:42px;line-height:42px;font-size:16px}.course-search .btn-icon{position:absolute;z-index:1;top:10px;right:15px;font-size:20px;color:#cdcfd6}.course-item,.course-owner{position:relative}.course-search-result .tab-btn{font-size:0}.course-search-result .tab-btn li{display:inline-block;padding-left:0;line-height:initial}.course-search-result .tab-btn li:first-child a{border-radius:4px 0 0 4px}.course-search-result .tab-btn li.active a{background-color:#0082d4}.course-search-result .tab-btn a{border-radius:0 4px 4px 0}.course-search-result .tab-content{margin-bottom:0;background-color:transparent}.course-search-result .tab-content .tab-pane{padding:0}.tag-group{margin-left:15px}.tag-group:first-child{margin-left:0}.tag-group .title{height:36px;line-height:36px}.tag-group ul li{padding-left:0}.search-tag{padding:2px 10px;border:2px solid #d9dfe3;border-radius:20px;line-height:initial;font-size:12px;font-weight:700;color:#b9bec2}.search-tag:hover{color:#999;border-color:#cbcbcb}.search-tag:focus{color:#b9bec2}.search-tag i{margin-left:5px}.btn-clear-all-filters{position:relative;top:5px;margin-right:10px;color:#666}.btn-clear-all-filters:hover{color:#094ab2}.btn-clear-all-filters:focus{color:#666}.course-item-container li{margin-top:30px}.course-item:hover .course-hover-info{opacity:1;filter:alpha(opacity=100)}.course-item .tiles .tiles-body{padding:20px}.course-title{margin-bottom:10px;font-size:24px;font-weight:400;color:#094ab2}.course-owner:after,.course-owner:before{content:" ";display:table}.course-owner:after{clear:both}.course-owner-img{float:left;margin-left:-5px;margin-right:5px;border:5px solid #fff;border-radius:50%}.course-owner-img img{width:100%;height:auto;border-radius:50%}.course-owner-name{margin-top:10px;margin-bottom:5px;font-size:18px;color:#333}.course-favoring{color:#094ab2}.course-price{visibility:hidden;position:absolute;z-index:1;bottom:10px;right:0;font-size:32px;color:#333}.course-hover-info{position:absolute;z-index:10000;top:0;left:0;width:100%;height:100%;padding:30px;background-color:rgba(24,75,160,.85);color:#fff;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.course-component,.footer-control-actions input[type=text]:focus{background-color:#fff}.course-hover-title{margin-bottom:15px;font-size:24px;line-height:1.3}.course-hover-description{margin-bottom:15px}.course-hover-button{position:absolute;z-index:1;bottom:30px;right:0;width:100%;text-align:center}.course-hover-button .btn{margin:0 5px}.course-hover-button .btn-white{border:none;color:#094ab2}.course-hover-button .btn-white:hover{color:#333}.course-hover-button .btn-white:focus{color:#094ab2}.course-detail-container .tab-content{margin-bottom:0}.course-detail-title{color:#094ab2;margin-bottom:30px}.course-detail-content-lists li{position:relative;padding-left:30px;margin-top:10px;line-height:initial}.course-detail-content-lists li:first-child{margin-top:0}.course-detail-content-lists i{position:absolute;z-index:1;top:3px;left:0;font-size:18px}.course-detail-content-lists h4{font-size:13px}.course-detail-content-lists a{display:block;color:#333}.course-component{padding:15px}.course-component-title{font-size:24px;color:#333}.course-component-button{margin-bottom:20px}.course-component-button .btn{width:100%;margin-top:10px}.course-component-button .btn:first-child{margin-top:0}.course-component-button i{margin-right:5px}#calender-current-date{font-size:18px;color:#094ab2}#calender-next,#calender-prev{padding:2px 12px}.fc-day-header{color:#094ab2}.fc-grid .fc-day-number{padding:10px}.fc-state-highlight .fc-day-number{border-radius:4px;height:36px;line-height:1}.course-component-tags{margin-bottom:10px}.footer-control.padding-report,.header-control{margin-bottom:25px}.course-component-tags li{display:inline-block;padding-left:0;line-height:initial}.course-component-tags a{display:inline-block;padding:2px 10px;border:2px solid #d9dfe3;border-radius:20px;line-height:initial;font-size:12px;font-weight:700;color:#b9bec2}.course-component-share li,.footer-control ul>li{padding-left:0;line-height:initial}.course-component-tags a:hover{color:#999;border-color:#cbcbcb}.course-component-tags a:focus{color:#b9bec2}.course-component-share li{display:inline-block;margin-left:5px}.course-component-share li:first-child{margin-left:0}.course-component-share i{font-size:36px}.course-component-share i.fa-facebook-square{color:#4d6299}.course-component-share i.fa-twitter-square{color:#40bff5}.course-component-share i.fa-google-plus-square{color:#eb5e4c}.content-info-course .unit-inner-item{padding:0}.image-course img{max-width:100%}.logo-invoice{max-width:120px}.logo-invoice img{max-width:100%;margin-left:25px}.footer-control:after,.footer-control:before{content:" ";display:table}.footer-control:after{clear:both}.footer-control .page-number{display:block;height:36px;line-height:36px;color:#333}.header-control .page-title h3 a,.page-bottom .fa-download{color:#666}.footer-control-actions:after,.footer-control-actions:before{content:" ";display:table}.footer-control-actions:after{clear:both}.footer-control-actions>li{float:left;margin-left:15px}.footer-control-actions .fa-filter{visibility:hidden}.footer-control-actions .btn-container li{display:inline-block;margin-left:10px}.footer-control-actions .btn-container li:first-child{margin-left:0}.footer-control-actions .btn-container li a{display:block;height:36px;line-height:36px;font-size:20px;color:#666}.footer-control-actions .input-group{width:300px}.page-bottom{padding-top:10px}.chat-window-wrapper{display:none}.header-control{position:relative}.header-control:after,.header-control:before{content:" ";display:table}.header-control:after{clear:both}.header-control ul.breadcrumb li{padding-left:6px}.header-control ul>li{padding-left:0;line-height:initial}.header-control .page-title{margin-bottom:0}.header-control .page-title h2{position:relative;display:inline-block;top:-8px;font-family:open_sanssemibold;font-size:24px}.header-control .page-title h3 span:first-child:before{content:'';display:none}.header-control .page-title h3 span:before{content:'\f105';padding:0 15px;font-family:FontAwesome}.header-control .tab-btn{display:inline-block;margin-top:35px}.header-control .tab-btn .active .btn-success,.header-control .tab-btn .active .btn-success:focus,.header-control .tab-btn .active .btn-success:hover{background-color:#0082d4}.header-control .tab-btn a{background-color:#094ab2}.header-control .tab-btn li{display:inline-block}.hc-actions:after,.hc-actions:before,.header-control-actions:after,.header-control-actions:before{display:table;content:" "}.header-control .tab-btn li:first-child .btn{border-radius:3px 0 0 3px}.header-control .tab-btn li+li{margin-left:-4px}.header-control .tab-btn li+li .btn{border-radius:0 3px 3px 0}.header-control .tab-btn li+li+li{margin-left:5px}.header-control .tab-btn li+li+li .btn{border-radius:3px}.header-control-title{color:#094ab2}.header-control-actions:after{clear:both}.header-control-actions>li{float:left;margin-left:10px}.header-control.inner-tabs{position:absolute;z-index:99;top:36px;right:36px}.header-control.inner-tabs .hc-actions{margin-top:0}.hc-left-area{float:left}.hc-right-area{float:right}.hc-actions{margin-top:35px}.hc-actions:after{clear:both}.hc-actions-item{float:left;margin-left:10px}.hc-actions-item:first-child{margin-left:0}.hc-actions-item .btn{position:relative;top:1px;padding:7px 12px}.header{z-index:1001}.header .header-seperation{background-color:#fff;max-height:60px}.header .header-seperation.onlinecourse{height:auto!important;background-color:#094ab2}.header .header-seperation.hidden{display:none!important}@media (max-width:414px){.header .header-seperation.hidden+.header-quick-nav .panel-actions{display:block}.header .header-seperation+.header-quick-nav .panel-actions{display:none}}@media (max-width:768px){.header .header-seperation,.header .header-seperation.hidden{width:250px!important;position:static}}@media (min-width:769px) and (max-width:1024px){.header .header-seperation{display:block!important}}.header .logo{margin:15px 15px 15px 43px}.header .quick-section.active .mini-logo{display:block;margin-left:-5px;margin-right:25px}.header .quick-section.active #layout-condensed-toggle{margin-left:0}.header .quick-section .mini-logo{display:none}.header .quick-section #layout-condensed-toggle{margin-left:10px}.header .notifcation-center{background-color:#fff}.header .iconset.top-messages{background-image:url(images/icon/top-tray-b.png)}.header .nav>li.btn-add-container{margin-left:20px}.header .nav>li.btn-add-container>a{padding:0!important;margin-top:-2px}.header .nav>li.btn-add-container i{font-size:24px;color:#4c5264!important}.header .nav>li .dropdown-menu-add{left:-20px;margin-top:10px}.header .nav>li .dropdown-menu-add:before{left:22px;right:auto}.header .nav>li .dropdown-menu-add:after{left:23px;right:auto}.header .nav>li .dropdown-menu-account{margin-top:10px}.header .cart-notification{float:left;margin-top:19px;margin-right:10px;font-size:18px;line-height:1}.header .cart-notification .line-seperate{position:relative;top:2px;display:inline-block;width:2px;height:14px;margin:0 10px;border-left:1px solid #e1e1e1}.header .file-notification{float:left;margin-top:19px;margin-right:10px;color:#fff;font-size:14px;line-height:1}.header .file-notification .line-seperate{position:relative;top:2px;display:inline-block;width:2px;height:14px;margin:0 10px;border-left:1px solid #4971b3}.header .chat-toggler .user-details{line-height:40px}.header .chat-toggler .user-details .username{font-size:16px;cursor:pointer}.header .chat-toggler .iconset{visibility:hidden}@media (max-width:767px){.header .chat-toggler .user-details .username{max-width:125px;margin-right:5px;font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header .chat-toggler .iconset{display:none}.header .chat-toggler+.quick-section{margin-left:0}}.header .quick-section{margin-left:15px}.user-information-header{text-align:center;color:#fff}.user-information-header .user-face{overflow:hidden;display:inline-block;border-radius:50%}.user-information-header .user-name{font-size:22px}.user-information-header .user-point{margin-bottom:15px;font-size:16px;font-style:italic;color:#ccc}.user-information-header .user-progressbar .progress-middle{height:8px}.pd-header{padding:20px;background-color:#f7f8fc;font-size:16px;color:#666}.leaderboard-container{padding:10px 0}.leaderboard-item{margin-bottom:15px}.leaderboard-user-img{height:46px;line-height:46px}.leaderboard-user-img span{padding-right:3px;font-size:11px}.leaderboard-user-img img{width:40px;height:40px;border-radius:50%}.leaderboard-progress .progress{margin-bottom:0;background-color:#191c21}.leaderboard-progress-name{font-weight:700;color:#fff}.report-content .organization-name span,.report-content .qualification-name span{font-family:open_sansbold;font-weight:400}.leaderboard-progress-point{overflow:hidden;margin-bottom:5px;font-size:12px}.leaderboard-progress-point small{font-size:12px;font-style:italic;color:#fff}.organization-info .btn-container{margin-bottom:10px;text-align:right}.organization-info .btn-container .btn{padding:5px 10px;font-size:14px}.organization-info .btn-container i{margin-right:5px}.table-tab-cell .tab-content .block-class-container.default-size .content-class,.table-tab-cell .tab-content .block-class-container.full-size .content-class{margin-right:0}.organization-info .tiles{padding-bottom:5px}.organization-info .user-description-box{padding-left:15px;padding-right:15px}.organization-info .member-box{padding-top:10px}.organization-info-about{padding:0 20px 20px;background-color:#fff}.organization-info-about .title{font-size:18px;color:#333}.organization-info-about p{margin-top:10px}.organization-info-about p:first-child{margin-top:0}.organization-course .course-item-container{margin-top:-20px}.organization-course-search{position:relative;display:inline-block;width:320px}.organization-course-search .form-control{height:42px;line-height:42px;font-size:16px}.organization-course-search .btn-icon{position:absolute;z-index:1;top:10px;right:15px;font-size:20px;color:#cdcfd6}.dropdown.dropdown-class-uploadfile .btn-dropdown{font-size:24px;color:#094ab2;vertical-align:top}.dropdown.dropdown-class-uploadfile .btn-dropdown i.fa{margin-left:0}.dropdown.dropdown-class-uploadfile.open{display:inline-block}.dropdown.dropdown-class-uploadfile .dropdown-menu{top:auto;left:auto;right:-5px;padding:5px 10px 10px;min-width:85px}.dropdown.dropdown-class-uploadfile .dropdown-menu:after{content:" ";position:absolute;top:100%;right:10px;border:solid transparent;width:0;height:0;pointer-events:none;border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:5px}.dropdown.dropdown-class-uploadfile .dropdown-menu li:first-child a{padding-top:10px}.dropdown.dropdown-class-uploadfile .dropdown-menu li:last-child a{padding-bottom:10px}.dropdown.dropdown-class-uploadfile .dropdown-menu li a{padding:0;margin:0;font-size:16px;text-align:left;line-height:1}.dropdown.dropdown-class-uploadfile .dropdown-menu li a i{position:static;top:0;min-width:16px;margin-left:0;color:#555;vertical-align:middle;text-align:center}.dropdown.dropdown-class-uploadfile .dropdown-menu li a i:after{position:static;top:0;width:16px;height:16px;vertical-align:middle}.dropdown.dropdown-class-uploadfile .dropdown-menu li a span{vertical-align:middle}.table-tab-cell .tab-content .block-class-container{position:relative;opacity:1;width:50%;padding:0;background-color:transparent;transition:all .5s ease 0s}.table-tab-cell .tab-content .block-class-container.collapse-hidden{visibility:hidden;opacity:0;width:0}.table-tab-cell .tab-content .block-class-container.default-single-size,.table-tab-cell .tab-content .block-class-container.default-size{width:50%}.table-tab-cell .tab-content .block-class-container.full-size{width:100%}.table-tab-cell .tab-content .block-class-container.focus-size{width:95%}.table-tab-cell .tab-content .block-class-container .content-class{position:relative;height:100%;padding:20px 12px 85px;margin-right:15px;background-color:#fff}.table-tab-cell .tab-content .block-section-container{position:relative;float:right;opacity:1;transition:all .5s ease 0s}.table-tab-cell .tab-content .block-section-container.collapse-hidden{visibility:hidden;opacity:0;width:0}.table-tab-cell .tab-content .block-section-container.default-size{width:50%}.table-tab-cell .tab-content .block-section-container.full-size{width:100%}.table-tab-cell .tab-content .block-section-container.focus-size{width:95%}.table-tab-cell .tab-content .control-container{position:absolute;z-index:1;top:-3px;right:5px}.table-tab-cell .tab-content .control-container .expand-button{display:inline-block;color:#0090d9}.table-tab-cell .tab-content .control-container .compress-button,.table-tab-cell .tab-content .control-container .expand-couple-button{display:none;color:#0090d9}.table-tab-cell .tab-content .control-container .compress-single-button{display:inline-block;color:#0090d9}.table-tab-cell .tab-content .control-container .compress-couple-button{display:none;color:#0090d9}.table-tab-cell .tab-content .control-container.inactive .expand-button{display:none}.table-tab-cell .tab-content .control-container.inactive .expand-couple-button{display:inline-block}.table-tab-cell .tab-content .control-container.inactive .compress-button,.table-tab-cell .tab-content .control-container.inactive .compress-single-button{display:none}.table-tab-cell .tab-content .control-container.inactive .compress-couple-button{display:inline-block}.table-tab-cell .tab-content .control-container.couple-active .expand-button{display:none}.table-tab-cell .tab-content .control-container.couple-active .compress-button,.table-tab-cell .tab-content .control-container.couple-active .expand-couple-button{display:inline-block}.table-tab-cell .tab-content .control-container.couple-active .compress-single-button{display:none}.table-tab-cell .tab-content .control-container.single-active .expand-button{display:inline-block}.table-tab-cell .tab-content .control-container.single-active .compress-button,.table-tab-cell .tab-content .control-container.single-active .expand-couple-button{display:none}.table-tab-cell .tab-content .control-container-section.couple-active .compress-button,.table-tab-cell .tab-content .control-container.single-active .compress-single-button{display:inline-block}.table-tab-cell .tab-content .control-container-section{right:20px}.block-class-collpase,.block-section-collpase{visibility:hidden;opacity:0;position:absolute;width:0;height:calc(100vh - 280px);background-color:#094ab2;color:#fff;cursor:pointer}@media (max-width:1280px){.block-class-collpase,.block-section-collpase{height:calc(100vh - 185px)}}.block-class-collpase span,.block-section-collpase span{display:block;transform:rotate(90deg) translateX(40px);font-size:16px}.block-class-collpase.active,.block-section-collpase.active{position:static;width:5%;visibility:visible;opacity:1}.block-class-collpase.inactive,.block-section-collpase.inactive,.stream-control{visibility:hidden;opacity:0}.block-class-collpase{float:left;transition:all .5s ease 0s}.block-section-collpase{float:right;transition:all .5s ease .1s}.report-content .organization-name{font-size:16px;text-transform:uppercase}.report-content .organization-name span{text-transform:none}.report-content .qualification-name{margin-bottom:30px;font-size:16px}.view-info.inner-lists ul li{margin-top:25px}.view-info.inner-lists ul li:first-child{margin-top:0}.view-info>ul>li{margin-top:25px}.view-info>ul>li:first-child{margin-top:0}.view-info .hf-checkbox-list-item{padding:0;border:none;border-radius:0}.my-clients{position:relative}.my-clients .new{color:#63a1d7}.my-clients .re-submit{color:#f39120}.my-clients .correction{color:#ed5d58}.my-clients .action-control{float:right;margin:6px 8px 0 0}.my-clients .action-control.status-info,.my-clients .correction.status-info,.my-clients .new.status-info,.my-clients .re-submit.status-info{position:relative;top:4px;left:13px}.my-clients .btn-upload-moa{position:absolute;z-index:1;top:-42px;right:6px}.my-clients .item-status{top:4px;float:right;margin-right:-11px;font-size:10px;color:#094ab2}.my-clients .nav-tabs{background-color:transparent}.my-clients .tab-status{top:-1px;margin-left:10px;font-size:10px;color:#094ab2}.legend-list li{font-size:11px;margin-top:3px}.legend-list li:first-child{margin-top:0}.myclients-page-control,.qualification-page-control{overflow:hidden;position:absolute;z-index:1;top:0;left:0}.myclients-page-control li,.qualification-page-control li{float:left;padding-left:0}.myclients-page-control li.selected a,.qualification-page-control li.selected a{background-color:#fff;border-radius:4px 4px 0 0;color:#555}.myclients-page-control a,.qualification-page-control a{display:block;min-width:70px;padding:15px 20px;background-color:#E5E9EC;color:#8e9aa2}.unitofcomprtency-page-control{overflow:hidden;position:absolute;z-index:1;top:0;left:0}.unitofcomprtency-page-control li{float:left;padding-left:0}.unitofcomprtency-page-control li.selected a{background-color:#fff;border-radius:4px;color:#555}.unitofcomprtency-page-control a{display:block;min-width:70px;padding:15px 20px;background-color:#E5E9EC;color:#8e9aa2}.add-new-unit-actions a,.global-create-container .global-create-button .btn,.tooltip{min-width:100px}.my-clients-status{padding-bottom:20px}.my-clients-status li{display:inline-block;padding-left:0;margin-right:15px}.my-clients-status li i{position:relative;top:0;margin-right:5px}.mqus-lists-item{padding-left:0}.mqus-lists-item .main-label{position:relative;padding:10px 15px;margin-top:3px;background-color:#d1dade;border-radius:3px;font-size:14px;color:#6f7b8a}.mqus-lists-item .main-label:after,.mqus-lists-item .main-label:before{content:" ";display:table}.mqus-lists-item .main-label:after{clear:both}.mqus-lists-item .main-label:before{content:'';display:block;position:absolute;z-index:1;top:0;left:0;width:5px;height:100%;background-color:#094ab2;border-radius:2px 0 0 2px}.mqus-lists-item .main-label li{display:inline-block;padding-left:0;margin-left:10px;line-height:initial}.mqus-lists-item .main-label li:first-child{margin-left:0}.mqus-lists-item .main-label .fa{top:0;margin-right:3px;cursor:pointer}.mqus-lists-item .main-label .checkbox label{padding-left:20px;margin-right:0;margin-bottom:0}.mqus-lists-item .main-label .checkbox label:before{margin-right:0}.mqus-inner-lists.version-lists{float:none;padding-top:7px}.mqus-inner-lists.version-lists.version-lists-stream{padding-top:0;margin:10px -15px -8px}.mqus-inner-lists.version-lists.version-lists-stream .mqus-inner-lists-item{overflow:hidden;padding:14px 15px;transition:all .5s ease 0s}.mqus-inner-lists.version-lists.version-lists-stream .mqus-inner-lists-item:last-child{padding-bottom:14px}.mqus-inner-lists.version-lists.version-lists-stream .mqus-inner-lists-item.selected{background-color:#d7eaf3}.mqus-inner-lists.version-lists .mqus-inner-lists-item{display:block;padding-top:5px;padding-bottom:5px;padding-right:0;margin-top:0;margin-left:0}.mqus-inner-lists.version-lists .mqus-inner-lists-item:last-child{padding-bottom:0}.mqus-inner-lists.version-lists .mqus-inner-lists-item p{line-height:22px}.mqus-inner-lists-item{position:relative;padding:10px 15px;margin-top:3px;background-color:#d1dade;border-radius:3px;font-size:14px;color:#6f7b8a}.mqus-inner-lists-item:after,.mqus-inner-lists-item:before{content:" ";display:table}.mqus-inner-lists-item:after{clear:both}.mqus-inner-lists-item.active{padding-bottom:8px}.mqus-inner-lists-item li{display:inline-block;padding-left:0;margin-left:10px;line-height:1;vertical-align:middle}.mqus-inner-lists-item li:first-child{margin-left:0}.mqus-inner-lists-item .fa{top:0;margin-right:3px;vertical-align:middle;cursor:pointer}.mqus-inner-lists-item .checkbox.checkbox-stream{top:3px}.mqus-inner-lists-item .checkbox.checkbox-stream label:before{border-radius:1px}.mqus-inner-lists-item .checkbox.checkbox-stream label:after{color:#094ab2}.mqus-inner-lists-item .checkbox label{width:17px;padding-left:0;margin-right:0;margin-bottom:0}.mqus-inner-lists-item .checkbox label:before{margin-right:0}.mqus-inner-lists-item .checkbox label:after{left:-2px}.stream-control{position:absolute;top:-14px;right:-15px;width:550px;padding:10px 15px 9px;background-color:#094ab2;text-align:left;transition:all .5s ease 0s;transform:translateX(100%)}.stream-control.selected{visibility:visible;opacity:1;transform:translateX(0)}.stream-control.selected+ul .checkbox.checkbox-stream label:before{border:none}.stream-control:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-right-color:#094ab2;border-width:8px;margin-top:-8px}.stream-control .stream-control-form{display:inline-block}.stream-control .stream-control-form:first-child{margin-right:30px}.stream-control .stream-control-form.stream-control-form-price{position:relative}.stream-control .stream-control-form.stream-control-form-price:after{content:'$';position:absolute;z-index:1;top:8px;left:152px;color:#094ab2}.stream-control .form-control,.stream-control label{display:inline-block;vertical-align:middle}.stream-control label{margin-right:10px;color:#c1dbf6}.stream-control .form-control{padding:6px 6px 7px;min-height:auto;height:auto;font-size:14px;color:#094ab2;line-height:1;text-align:center}.stream-control .form-control.stream-number{max-width:60px}.stream-control .form-control.stream-price{max-width:100px;text-align:right}.qual-and-unit-notice{font-size:12px;text-align:left}.qual-and-unit-price{display:inline-block;position:relative;top:10px;margin-top:-10px;margin-right:20px;font-size:24px;font-weight:700;color:#094ab2;line-height:1}.qual-and-unit-price span{font-size:36px}.moa-preview iframe{width:100%;height:480px}.invoice-header{margin-bottom:30px}.invoice-header li{margin-top:20px}.invoice-header li:first-child{margin-top:10px}.submit-envet-info .header-control{margin-bottom:15px}.submit-envet-info .hc-actions{margin-top:0}.license{margin-top:100px}.license-item .line-name{padding-bottom:5px;margin-bottom:30px;border-bottom:solid 1px #ccc}.license-item .write-name{position:relative;margin-bottom:30px}.license-item .write-name:after,.license-item .write-name:before{position:absolute;z-index:1;top:0}.license-item .write-name:before{content:'(';left:0}.license-item .write-name:after{content:')';right:0}.billing-page .search-absolute{position:absolute;top:27px;right:0;z-index:99}.billing-page .table-responsive{overflow:inherit}@media (max-width:767px){.page-sidebar .page-sidebar-wrapper{max-width:250px}}.page-sidebar .page-sidebar-wrapper>ul>li a .fa{color:#5e89cd;font-size:18px;vertical-align:baseline}.page-sidebar .page-sidebar-wrapper>ul>li a:hover .arrow:before{color:#fff!important}.page-sidebar .page-sidebar-wrapper>ul>li a .arrow{display:inline-block;position:absolute;z-index:1;top:50%;right:15px;margin-top:-10px}.page-sidebar.mini .page-sidebar-wrapper{width:50px}.page-sidebar.mini .page-sidebar-wrapper>ul>li a i{color:#5e89cd}.page-sidebar.mini .page-sidebar-wrapper>ul>li a .arrow{display:none}.page-sidebar .scroll-wrapper>.scroll-content{overflow:visible!important}.page-sidebar{padding-top:15px;background-color:#094ab2!important}.page-sidebar .page-sidebar-wrapper>ul{padding:0 0 16px}.page-sidebar .page-sidebar-wrapper>ul>li a{padding:10px 30px;color:#5e89cd}.page-sidebar .page-sidebar-wrapper>ul>li a .ic{opacity:.35;filter:alpha(opacity=35)}.page-sidebar .page-sidebar-wrapper>ul>li a:hover .ic,.page-sidebar .page-sidebar-wrapper>ul>li.active .ic,.page-sidebar .page-sidebar-wrapper>ul>li.open a .ic{opacity:1;filter:alpha(opacity=100)}.page-sidebar .page-sidebar-wrapper>ul>li a:hover{background-color:#073fa7}.page-sidebar .page-sidebar-wrapper>ul>li a .sidemenu-title{line-height:16px;vertical-align:middle}.page-sidebar .page-sidebar-wrapper>ul>li a .badge-sidemenu{margin-top:2px;background-color:#fff;color:#094ab2}.page-sidebar .page-sidebar-wrapper>ul>li a .arrow:before{float:none;content:'\f053';color:#5e89cd!important}.page-sidebar .page-sidebar-wrapper>ul>li a .arrow.open:before{content:'\f078';color:#fff!important}.page-sidebar .page-sidebar-wrapper>ul>li.open a{background-color:transparent}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu{background-color:#fff}@media (min-width:768px) and (max-width:1024px){.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu{position:static;margin-top:0;margin-left:0}.page-sidebar .page-sidebar-wrapper>ul{width:250px}}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li a{font-weight:400;color:#333}.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu li a:hover{background-color:#eee!important;color:#333!important}.page-sidebar.mini{z-index:1000;background-color:#094ab2!important}.page-sidebar.mini .page-sidebar-wrapper>ul>li a{text-align:center}.page-sidebar.mini .page-sidebar-wrapper>ul>li a:hover{background-color:#073fa7}.page-sidebar.mini .page-sidebar-wrapper>ul>li a .ic{opacity:1;filter:alpha(opacity=100);margin-right:0;transition:all .3s ease 0s}.page-sidebar.mini .page-sidebar-wrapper>ul>li.open>a{background-color:transparent}.page-sidebar.mini .page-sidebar-wrapper>ul>li:hover>a{background-color:#073fa7}.page-sidebar.mini .page-sidebar-wrapper>ul>li>ul.sub-menu.sub-menu-class{margin-top:-75px}.page-sidebar.mini .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a{text-align:left}@media (max-width:1024px){.page-sidebar{display:block;visibility:visible;opacity:1;width:250px}}@media (min-width:768px) and (max-width:1024px){.page-sidebar.mini .page-sidebar-wrapper>ul li span.title{display:none}.page-sidebar .page-sidebar-wrapper>ul li span.title{display:inline-block}}.chat-window-wrapper{width:275px;background-color:#22262e}.chat-window-wrapper .scroll-x{display:none!important}.page-sidebar .page-sidebar-wrapper>ul>li.open>a,.page-sidebar .page-sidebar-wrapper>ul>li:hover>a{background-color:#094AB2}@media (max-width:768px){.page-sidebar .scroll-element.scroll-x{opacity:0;filter:alpha(opacity=0)}.page-sidebar .scroll-element.scroll-y{opacity:1;filter:alpha(opacity=100)}.course-search-result .course-search-result-tag{margin-bottom:15px}.course-search-result .course-search-result-filter-layout{text-align:left}.course-detail-vdo{margin-bottom:20px}.course-detail-tab{margin-bottom:15px}.fc-border-separate tbody tr.fc-first td,.fc-border-separate td{height:70px;line-height:70px}.organization-info{margin-bottom:25px}.organization-course-search{width:100%;margin-bottom:15px}}@media (max-width:1024px){body{background-color:#094ab2}.page-sidebar .page-sidebar-wrapper>ul{padding:60px 0 16px}.page-sidebar .page-sidebar-wrapper>ul>li a,.page-sidebar .page-sidebar-wrapper>ul>li a:hover,.page-sidebar .page-sidebar-wrapper>ul>li.open a{padding:13px 17px}.page-sidebar .page-sidebar-wrapper .scroll-element.scroll-x,.page-sidebar .page-sidebar-wrapper .scroll-element.scroll-y{opacity:0;filter:alpha(opacity=0)}.page-sidebar.mini .page-sidebar-wrapper>ul{padding:60px 0 16px}.page-sidebar.mini .page-sidebar-wrapper>ul>li a{padding:13px 17px}.inner-menu.marketplace{display:none}.course-detail-vdo{margin-bottom:20px}.course-detail-tab{margin-bottom:15px}.fc-grid .fc-day-number{padding:5px}.fc-state-highlight .fc-day-number{height:32px;line-height:1.4}.page-content.onlinecourse{margin-left:250px!important}}@media (max-width:1024px) and (max-width:414px){.page-content.condensed>.content{width:auto}.page-content>.content{width:320px}}@media (max-width:1024px) and (max-width:1024px){.page-content.condensed{margin-left:50px}.page-content{margin-left:250px}}.timeline-page .label{margin-right:10px;text-transform:uppercase;font-weight:700}.timeline-page .italic{font-style:italic;font-size:11px}.timeline-page .activityLogEmphasis,.timeline-page .italic2{font-style:italic;font-weight:700}.global-container{padding:26px;margin-bottom:15px;background-color:#fff;border:1px solid #ddd;color:#6f7b8a}.unit-inner-container{padding:0 10px 10px}.unit-inner-container .unit-inner-item{padding-left:48px;margin-bottom:10px}.global-create-container.unit-type .global-create-content .tab-content,.unit-inner-container .unit-inner-item:last-child{margin-bottom:0}.unit-inner-container .unit-inner-item a{display:inline-block}.unit-inner-container .unit-inner-symbol{display:inline-block;position:relative;top:1px;margin-right:10px;font-size:16px}.unit-inner-container .unit-inner-symbol .fa-file-text-o{color:#6f7b8a}.unit-inner-container .unit-inner-symbol .fa-cloud{color:#0091ff}.unit-inner-container .unit-inner-symbol .fa-film{color:#f48168}.unit-inner-container .unit-inner-symbol .fa-columns{color:#2db965}.unit-inner-container .unit-inner-symbol .fa-volume-up{color:#8781bd}.unit-inner-container .unit-inner-symbol .fa-file-o{color:#f7941d}.unit-inner-container .unit-inner-symbol .fa-gamepad{color:red}.unit-inner-container .unit-inner-symbol .fa-list-alt{color:#e64998}.unit-inner-container .unit-inner-symbol .fa-pencil-square-o{color:#1754b6}.unit-inner-container .unit-inner-symbol .fa-calendar-o{color:#00746b}.unit-inner-container .unit-inner-name{font-size:13px;color:#111}.global-create-container.unit-type .character-count,.global-create-container.unit-type .global-create-header{background-color:#d9e0e4}.global-create-container.unit-type .global-create-header.unit-type .character-count,.global-create-container.unit-type .global-create-header.unit-type .content-symbol i{color:#9096a4}.global-create-container.unit-type .global-create-header.unit-type .unit-type-select{position:absolute;z-index:1;top:2px;left:3px}.global-create-container.unit-type .global-create-content{border-color:#d9e0e4}.global-create-container.unit-type .global-create-content .tab-pane{padding:15px 0 0}.global-create-container.unit-type .global-create-content .tab-pane.no-padding-pane{padding:0}.global-create-container.unit-type .global-create-content .btn-question{padding:5px 10px;background-color:#1e354b;font-size:12px;color:#fff}.global-create-container.unit-type .global-create-content .btn-question>i{margin-right:5px}.global-create-container.unit-type .global-create-content .btn-question:hover{background-color:#2b4a66}.global-create-container.unit-type .global-create-content .notice b{color:#1d344c}.global-create-container.unit-type .global-create-content .notice span{color:#333}.global-create-container.unit-type .global-create-content .options{padding:15px 30px}.global-create-container.unit-type .global-create-content .options>li{padding-left:0;margin-bottom:15px;line-height:initial}.global-create-container.unit-type .global-create-content .options>li.description span{display:inline-block;margin-left:15px;color:#ccc}.global-create-container.unit-type .global-create-content .options>li.description span:first-child{padding:5px 15px;margin:0 10px 0 0;background-color:#999;border-radius:3px;font-family:open_sanssemibold;color:#fff}.global-create-container.content-type .character-count,.global-create-container.content-type .global-create-button .btn-save,.global-create-container.content-type .global-create-header{background-color:#6e7b89}.global-create-container.unit-type .global-create-content .options label{font-size:14px}.global-create-container.unit-type .global-create-content .options label.with-selectmenu{top:0}.global-create-container.unit-type .global-create-content .options textarea{width:100%;font-size:14px}.global-create-container.content-type .global-create-content{border-color:#6e7b89}.global-create-container.section-type .global-create-header{background-color:#094ab2;border-radius:3px}.global-create-container.section-type .character-count{background-color:#094ab2}.global-create-container.section-type .character-count .btn{position:relative;top:-1px;left:10px;width:75px;padding:7px 15px;border:none}.global-create-container.section-type .character-count .btn-save{background-color:#3eae4e;color:#fff}.global-create-container.section-type .global-create-content{padding:0;border-color:transparent}.global-create-container.section-type .global-create-button .btn-save{background-color:#094ab2}.global-create-container.scorm-type .character-count,.global-create-container.scorm-type .global-create-button .btn-save,.global-create-container.scorm-type .global-create-header{background-color:#f06eaa}.global-create-container.scorm-type .global-create-content{border-color:#f06eaa}.global-create-container.test-type .character-count,.global-create-container.test-type .global-create-header{background-color:#1d344c}.global-create-container.test-type .global-create-content{border-color:#1d344c}.global-create-container.test-type .global-create-content .options{padding:15px 30px}.global-create-container.test-type .global-create-content .options>li{padding-left:0;margin-bottom:15px;line-height:initial}.global-create-container.test-type .global-create-content .options>li.description span{display:inline-block;margin-left:15px;color:#ccc}.global-create-container.test-type .global-create-content .options>li.description span:first-child{padding:5px 15px;margin:0 10px 0 0;background-color:#999;border-radius:3px;font-family:open_sanssemibold;color:#fff}.global-create-container.test-type .global-create-content .options label{font-size:14px}.global-create-container.test-type .global-create-content .options label.with-selectmenu{top:0}.global-create-container.test-type .global-create-content .options textarea{width:100%;font-size:14px}.global-create-container.test-type .global-create-content .dd-handle i.fa-check{color:#6F7B8A}.global-create-container.test-type .global-create-button .btn-save{background-color:#1d344c}.global-create-container.test-type .nav-tabs{background-color:#d1dade}.global-create-container.test-type .nav-tabs li.active a{font-family:open_sansbold;font-weight:700;color:#1d344c;box-shadow:none;background-color:#fff}.drag-area.ui-draggable-dragging .drag-item,.ui-draggable.ui-draggable-dragging .ui-draggable-item{box-shadow:0 5px 5px -3px rgba(0,0,0,.85)}.global-create-container.test-type .nav-tabs li.question-name-tab.active a{padding:12px 35px 12px 15px;background-color:#fafafa;border-radius:4px 4px 0 0;border:none}.global-create-container.test-type .nav-tabs li .question-type-btn{padding-right:35px}.global-create-container.test-type .nav-tabs li .fa-times{position:absolute;z-index:1;top:15px;right:15px;color:#999;cursor:pointer}.global-create-container.test-type .true-false-selection{margin:10px 0}.global-create-container.test-type .true-false-selection li{display:inline-block;height:36px;line-height:36px;padding-left:0}.global-create-container.test-type .answer-list li:after,.global-create-container.test-type .answer-list li:before,.global-create-container.test-type .answer-list-note:after,.global-create-container.test-type .answer-list-note:before{display:table;content:" "}.global-create-container.test-type .true-false-selection li:first-child{margin-right:15px}.global-create-container.test-type .answer-list-note{padding-left:0;line-height:initial}.global-create-container.test-type .answer-list-note:after{clear:both}.global-create-container.test-type .answer-list-note p{padding:15px 0;color:#1d344c;line-height:1.6;text-align:justify}.global-create-container.test-type .answer-list li{position:relative;padding-left:0;margin-top:10px;line-height:initial}.global-create-container.test-type .answer-list li:after{clear:both}.global-create-container.test-type .answer-list li.no-delete .btn-delete-answer{pointer-events:none;display:none}.global-create-container.test-type .answer-list li:first-child{margin-top:0}.global-create-container.test-type .answer-list li:last-child{margin-top:20px}.global-create-container.test-type .answer-list li:last-child:after,.global-create-container.test-type .answer-list li:last-child:before{content:" ";display:table}.global-create-container.test-type .answer-list li:last-child:after{clear:both}.global-create-container.test-type .answer-list li:hover .btn-delete-answer{opacity:1}.global-create-container.test-type .answer-list li.couple-item input{width:100%}.global-create-container.test-type .answer-list li.couple-item .btn-delete-answer{margin-left:0}.global-create-container.test-type .answer-list li.freetext-item .btn-delete-answer{position:relative;top:-2px}.global-create-container.test-type .answer-list li label{font-weight:400}.global-create-container.test-type .answer-list li input{width:90%}.global-create-container.test-type .answer-list li input.feedback{margin-left:43px}.global-create-container.test-type .answer-list li input.form-control-xs{width:100px}.global-create-container.test-type .answer-list li input.wording{width:200px}.global-create-container.test-type .answer-list p{padding:15px 0 5px;color:#1d344c;line-height:1.6;text-align:justify}.global-create-container.test-type .answer-list .btn-delete-answer{position:relative;z-index:3;height:36px;line-height:36px;margin-left:15px;color:#999;opacity:0;transition:opacity .3s ease 0s;cursor:pointer}.global-create-container.test-type .answer-list .btn-add{background-color:#1d344c;color:#fff}.global-create-container.test-type .answer-list .btn-add:first-child{margin-left:43px}.global-create-container.test-type .answer-list .btn-add:first-child.clear-margin{margin-left:0}.global-create-container.test-type .answer-list .btn-remove{background-color:#ed5d58;color:#fff}.global-create-container.test-type .answer-list .answer-file{overflow:hidden;position:absolute;z-index:1;top:5px;right:10%;margin-right:-36px}.global-create-container.test-type .answer-list .answer-file a{display:block;float:left;padding:4px 10px;margin-left:3px;background-color:#1d344c;border-radius:3px;text-align:center;vertical-align:top;color:#fff}.global-create-container.upload-file-type .character-count,.global-create-container.upload-file-type .global-create-button .btn-save,.global-create-container.upload-file-type .global-create-header{background-color:#F7941D}.global-create-container.test-type .answer-list .answer-file span{display:inline-block;font-family:Arial;margin-right:5px}.global-create-container.test-type .answer-list .answer-file i{position:relative;top:0}.global-create-container.test-type .answer-list .answer-img{padding-left:43px}.global-create-container.test-type .answer-list .answer-img.matching,.global-create-container.test-type .answer-list .answer-img.ordering{padding-left:0}.global-create-container.test-type .answer-list .answer-img.matching .js-imgfill,.global-create-container.test-type .answer-list .answer-img.ordering .js-imgfill{margin-top:10px}.global-create-container.test-type .answer-list .answer-img .answer-img-item,.global-create-container.test-type .answer-list .answer-img .js-imgfill{display:inline-block;width:200px;height:115px;margin-top:-10px;border:1px solid #1d344c;background-size:cover;background-position:center}.global-create-container.test-type .answer-list .answer-img img{display:block;max-width:100%;max-height:100%;margin:auto}.global-create-container.test-type .answer-list .answer-img .fa-trash{line-height:110px;vertical-align:top;margin-left:10px}.global-create-container.test-type .answer-list .answer-youtube{padding-left:43px}.global-create-container.test-type .answer-list .answer-youtube i{position:relative;top:7px;margin-right:5px;color:#c41a1e}.global-create-container.test-type .answer-list .answer-youtube i.fa-youtube-play{font-size:20px}.global-create-container.test-type .answer-list .answer-youtube a{color:#666}.global-create-container.test-type .answer-list .answer-youtube a.name{padding-left:30px;padding-top:7px}.global-create-container.test-type .answer-list .choice-plus-content{margin-left:43px}.global-create-container.test-type .freetext-form-group .form-control{display:inline-block}.global-create-container .global-create-button:after,.global-create-container .global-create-button:before,.global-create-container .global-create-header:after,.global-create-container .global-create-header:before{display:table;content:" "}.global-create-container.test-type .freetext-form-group .form-control-xs{width:60px}.global-create-container.test-type .freetext-form-group .form-control-sm{width:25%}.global-create-container.test-type .freetext-form-group .form-control-md{width:35%}.global-create-container.upload-file-type .global-create-content{border-color:#F7941D}.global-create-container.assignment-type .character-count,.global-create-container.assignment-type .global-create-button .btn-save,.global-create-container.assignment-type .global-create-header{background-color:#00a4e3}.global-create-container.assignment-type .global-create-content{border-color:#00a4e3}.global-create-container .global-create-header{padding:3px;border-radius:3px 3px 0 0}.global-create-container .global-create-header:after{clear:both}.global-create-container .global-create-content{padding:15px;background-color:#fff;border:1px solid;border-top:none;border-radius:0 0 3px 3px}.global-create-container .character-count{position:absolute;z-index:1;top:0;right:0;height:37px;line-height:37px;padding:0 10px;font-size:14px;font-weight:700;color:#fff}.global-create-container .global-create-button:after{clear:both}.global-create-container .global-create-button .btn-save{color:#fff}.global-create-container .global-create-button.course-content{margin-top:10px}.global-create-container .global-create-button.course-content .btn-add-content,.global-create-container .global-create-button.course-content .btn-save{background-color:#9096a3;color:#fff}.global-create-container .global-create-unit-item li{padding-left:0;margin-bottom:10px;line-height:initial}.global-create-container .global-create-unit-item span{display:block;padding:10px 15px;border:1px solid #d9e0e4;border-radius:4px}.global-create-container .global-create-unit-item i{position:relative;top:1px;margin-right:10px;font-size:16px}.global-create-container .global-create-unit-item i.fa-file-text-o{color:#6f7b8a}.global-create-container .global-create-unit-item i.fa-cloud{color:#0091ff}.global-create-container .global-create-unit-item i.fa-film{color:#f48168}.global-create-container .global-create-unit-item i.fa-columns{color:#2db965}.global-create-container .global-create-unit-item i.fa-volume-up{color:#8781bd}.global-create-container .global-create-unit-item i.fa-file-o{color:#f7941d}.global-create-container .global-create-unit-item i.fa-gamepad{color:red}.global-create-container .global-create-unit-item i.fa-list-alt{color:#e64998}.global-create-container .global-create-unit-item i.fa-pencil-square-o{color:#1754b6}.global-create-container .global-create-unit-item i.fa-calendar-o{color:#00746b}.global-create-container .question-name-tab{float:right;margin-bottom:-1px}.global-create-container .question-name-tab i{position:relative;top:0;margin-left:10px;color:#ccc}.global-unit-item{padding:5px 15px;background-color:#dcdee1}.global-unit-item:after,.global-unit-item:before{content:" ";display:table}.global-unit-item:after{clear:both}.global-create-symbol{float:left}.global-create-symbol .content-symbol{width:36px;line-height:36px;text-align:center}.global-create-symbol .content-symbol i{font-size:18px;color:#fff}.global-create-symbol .category-symbol{position:relative;top:8px;left:14px;width:70px;padding:2px 0;border-radius:2px;font-size:11px;color:#fff;text-align:center}.global-create-symbol .category-symbol.core{background-color:#ed5d58}.global-create-symbol .category-symbol.elective{background-color:#2189c8}.global-create-title,.global-unit-title{overflow:hidden;position:relative;border-radius:2px}.global-create-title.content-symbol,.global-unit-title.content-symbol{float:right;width:100%;margin-left:-39px}.global-create-title.content-symbol .inner-container,.global-unit-title.content-symbol .inner-container{margin-left:39px}.global-create-title.category-symbol,.global-unit-title.category-symbol{float:right;width:100%;margin-left:-120px}.global-create-title.category-symbol .inner-container,.global-unit-title.category-symbol .inner-container{margin-left:102px}.global-create-title .unit-name,.global-unit-title .unit-name{display:inline-block;height:36px;line-height:36px;font-size:18px;font-weight:400;color:#333}.global-create-title .unit-btn-container li,.global-unit-title .unit-btn-container li{display:inline-block;padding-left:0;margin-left:5px;line-height:initial}.global-create-title .unit-btn-container li:first-child,.global-unit-title .unit-btn-container li:first-child{margin-left:0}.global-create-title .unit-btn-container li a,.global-unit-title .unit-btn-container li a{height:36px;line-height:36px}.global-create-title .unit-btn-container li a.btn-icon,.global-unit-title .unit-btn-container li a.btn-icon{margin-right:0}.question-actions{position:absolute;z-index:99;top:-41px;right:10px}.question-actions .btn-question{padding:5px 10px;background-color:#1e354b;font-size:12px;color:#fff}.question-actions .btn-question>i{margin-right:5px}.question-actions .btn-question:hover{background-color:#2b4a66}.question-notice{margin:30px 0;text-align:center}.question-notice i{font-size:60px;color:#9096a3}.question-notice p{font-style:italic;color:#333}.question-notice p b{color:#1d344c}.question-randomized-number,.weight-number{position:relative;float:left;top:6px;left:15px;margin-right:30px}.question-randomized-number .select2-container,.weight-number .select2-container{width:70px}.question-randomized-number .select2-container.select2-dropdown-open .select2-choice .select2-arrow,.weight-number .select2-container.select2-dropdown-open .select2-choice .select2-arrow{top:4px}.question-randomized-number .select2-container .select2-choice,.weight-number .select2-container .select2-choice{height:28px}.question-randomized-number .select2-container .select2-choice>.select2-chosen,.weight-number .select2-container .select2-choice>.select2-chosen{margin-top:-3px;text-align:center}.question-randomized-number .select2-container .select2-choice .select2-arrow,.weight-number .select2-container .select2-choice .select2-arrow{top:-2px}.question-randomized-number .randomized-number,.weight-number .randomized-number{display:inline-block;position:relative;top:2px;background-color:#9096a3;padding:2px 8px;margin-right:-10px;color:#fff}.global-inner-container{padding:26px;background-color:#fff;border:1px solid #ddd;color:#6f7b8a}.item-actions{position:absolute;z-index:1;top:10px;right:10px}.uis-tool,.unit-building .tabs-item{position:relative}.item-actions li{display:inline-block;padding-left:0}.item-actions.weight{top:6px;right:5px}.item-actions.weight input{width:100px;min-height:30px;padding:0 10px;text-align:center}.item-actions.add-toggle .fa-plus-circle{color:#5cb85c}.item-actions.add-toggle .fa-minus-circle{color:#ed5d58}.unit-building .grid.simple .grid-body{background-color:#eee}.unit-building .action-control{float:right;margin:6px 8px 0 0}.unit-building .action-control>ul li{display:inline-block}.unit-building .action-control .text-red{color:red}.unit-building .action-control .text-green{color:green}.unit-building .action-control .css-checkbox{position:relative;top:3px;display:inline-block;vertical-align:middle}.unit-building .action-control .notice{display:inline-block;height:36px;line-height:36px;vertical-align:top}.unit-building .global-dropdown .btn{background-color:#0c8943;color:#fff}.unit-building .global-dropdown.open .btn{background-color:#0c8943}.unit-building .global-dropdown.add-content .btn{background-color:#094ab2}.unit-building .global-dropdown.add-content .btn.btn-question{background-color:#1e354b}.unit-building .nav-tabs,.unit-building .nav-tabs>li.active>a{background-color:transparent}.ub-code{overflow:hidden;margin-bottom:10px;font-size:24px;color:#094ab2}.ub-code p{float:left}.ub-code a{display:block;float:right}.unit-item-selected{overflow:auto;height:200px}.uiselect-notice{height:100%}.unit-item-search{overflow:auto;height:200px;padding:20px;background-color:#eee}.unit-item-search .dropdown-menu{left:auto;right:0}.uis-tool{margin-bottom:20px}.uis-tool i{position:absolute;z-index:1;top:10px;right:10px;font-size:18px;cursor:pointer}.unit-item-list.search .uil-item{background-color:#ddd;border:none;border-bottom:solid 1px #ccc;color:#333}.uil-item{padding:10px 15px;margin-top:10px;background-color:#fff;border:1px solid #ccc;border-radius:3px}.uil-item:first-child{margin-top:0}.unit-info li{margin-top:15px}.unit-info li:first-child{margin-top:0}.ui-label p{padding-top:8px;font-weight:700;color:#333;text-align:right}.ui-detail p{padding:10px 15px;background-color:#eee;color:#333}.unit-building-icon-notice{margin-top:10px}.unit-building-icon-notice li{display:inline-block;padding-left:0;margin-left:10px}.unit-building-icon-notice li:first-child{margin-left:0}.unit-building-icon-notice i{margin-right:5px}.unit-building-icon-notice span{position:relative;top:-3px}.unit-building-icon-notice .fa-lock{font-size:24px;color:#094ab2}.unit-building-icon-notice .borderbox-icon,.unit-building-icon-notice .thickbox-icon{display:inline-block;width:20px;height:20px}.unit-building-icon-notice .thickbox-icon{background-color:#094ab2}.unit-building-icon-notice .borderbox-icon{background-color:#fff;border:1px dashed #094ab2}.courseware-icon-notice{margin-top:20px}.courseware-icon-notice li{display:inline-block;padding-left:0;margin-left:10px}.courseware-icon-notice li:first-child{margin-left:0}.courseware-icon-notice i{position:relative;top:0;margin-right:7px}.courseware-icon-notice .thickbox-icon{display:inline-block;width:10px;height:10px}.courseware-icon-notice .thickbox-icon.core{background-color:#ed5d58}.courseware-icon-notice .thickbox-icon.elective{background-color:#63a1d7}.courseware-icon-notice .thickbox-icon.not-ready{background-color:#f9cbbf}.courseware-icon-notice .thickbox-icon.ready{background-color:#d3e8c1}.unit-building-item-lists{position:relative;border-radius:4px}.unit-building-item-lists.selected:after{content:'';position:absolute;z-index:1;width:100%;height:100%;top:0;left:100%;margin-left:20px;border-radius:4px;background-color:#fff}.unit-building-item-lists.selected.core .ubil-item.admin .unit-delete{display:none}.unit-building-item-lists.choices{position:relative;z-index:2;min-height:300px;padding:10px;background-color:#fff}.unit-building-item-lists.choices .ubil-item.choices-single{margin-top:10px}.unit-building-item-lists.choices.choices-org .ubil-item:first-child{margin-top:0}.unit-building-item-lists .ubil-item{cursor:pointer;position:relative;padding:10px 15px;margin-top:10px;border-radius:3px}.unit-building-item-lists .ubil-item:hover .ubil-actions{opacity:1;filter:alpha(opacity=100)}.unit-building-item-lists .ubil-item:first-child{margin-top:0}.unit-building-item-lists .ubil-item.selected{background-color:#094ab2;border:1px solid #094ab2;cursor:default}.unit-building-item-lists .ubil-item.selected .unit-name{color:#fff}.unit-building-item-lists .ubil-item.qpr{background-color:#fff;border:1px dashed #094ab2}.unit-building-item-lists .ubil-item.qpr .ubil-actions a{color:#666}.unit-building-item-lists .ubil-item.edit{background-color:#fff;border:1px solid #fff}.unit-building-item-lists .ubil-item.edit:after{content:'';box-sizing:content-box;position:absolute;z-index:2;top:-1px;left:100%;width:24px;height:100%;padding:1px 0;margin-left:-1px;background-color:#fff}.unit-building-item-lists .ubil-item.admin{background-color:#fff;cursor:default}.unit-building-item-lists .ubil-item.admin:hover .unit-delete{opacity:1}.unit-building-item-lists .ubil-item.admin .unit-delete{opacity:0;position:absolute;z-index:1;top:50%;right:15px;margin-top:-12px;font-size:14px;color:#094ab2;transition:all .3s ease 0s}.unit-building-item-lists .ubil-item.choices-single{background-color:#d1dade}.unit-building-item-lists .ubil-item.choices-single.select-other{background-color:transparent;text-align:center}.unit-building-item-lists .ubil-item.choices-single.select-other li{padding-left:0;line-height:22px}.unit-building-item-lists .ubil-item.choices-group{padding:0;background-color:#d1dade}.unit-building-item-lists .ubil-item.choices-group .accordion-item.qpr-style .panel-name{padding:10px 15px 10px 40px;color:#6f7b8a}.unit-building-item-lists .ubil-item.choices-group .accordion-item.qpr-style .panel-actions{right:auto;left:15px;margin-top:-14px}.unit-building-item-lists .ubil-item.choices-group .accordion-item.qpr-style>.panel-heading{background-color:transparent}.unit-building-item-lists .ubil-item.choices-group .choices-group-inner{background-color:#fff;text-align:center}.unit-building-item-lists .ubil-item.choices-group .choices-group-inner ul{padding-top:10px}.unit-building-item-lists .ubil-item.choices-group .choices-group-inner li{padding-left:0;line-height:1.6}.unit-building-item-lists .ubil-item.choices-group .other-unit{color:#333}.unit-building-item-lists .ubil-actions{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s;position:absolute;z-index:1;top:50%;right:10px;margin-top:-11px}.unit-building-item-lists .ubil-actions.show{opacity:1;filter:alpha(opacity=100)}.unit-building-item-lists .ubil-actions.show i{color:#094ab2}.unit-building-item-lists .ubil-actions li{display:inline-block}.unit-building-item-lists .ubil-actions a{color:#fff}.unit-building-item-lists .unit-name{display:inline-block;width:100%;padding-right:40px}.unit-building-item-lists .uis-tool{margin-bottom:0}.unit-building-item-lists .btn-new-unit i,.unit-building-item-lists .btn-new-unit span{vertical-align:middle}.unit-building-item-lists .btn-new-unit i{position:static;top:0;margin-right:5px}.unit-building-item-lists>div>div>div{padding:0 30px}.unit-building-item-lists>div>div>div .ubil-item:last-child{margin-bottom:20px}.unit-sticky-active .ubil-item-container{overflow:auto;height:calc(100vh - 320px);margin-top:10px}.unit-sticky-active .ubil-item-container .ubil-item:first-child{margin-top:0}.select-unit-notice{position:absolute;z-index:1;top:50%;width:100%;color:#094ab2;text-align:center}.user-block-list-item{padding:15px;margin-bottom:15px;background-color:#fff;height:120px}.user-block-list-item .user-img img{max-width:90px;max-height:90px}.user-block-list-item .user-info .label.label-primary{background-color:#094ab2}.user-block-list-item .user-info .name{display:block;font-family:open_sanssemibold;font-size:16px;color:#333}.user-block-list-item .user-info .email{display:block;margin-bottom:5px;font-size:12px;color:#333}.add-new-course-actions span.alert-text,.add-new-unit-actions span.alert-text{color:#c00}.form-validation .form-group-line{padding-bottom:30px;margin-bottom:30px;border-bottom:solid 1px #ddd}.form-validation .form-group{margin-bottom:15px}.form-validation .form-group:last-child{margin-bottom:0}.form-validation .input-with-icon i{visibility:hidden}.form-validation .input-with-icon i.validation-icon{visibility:visible}.form-validation .input-with-icon.input-with-icon-md{width:300px}.form-validation .input-with-icon.input-with-icon-sm{width:200px}.form-validation .input-with-icon.info-icon i{visibility:visible;font-size:20px}.modal-header .close,.test-section .q-choice-status.not-answer .fa{visibility:hidden}.form-validation .input-with-icon.info-icon .form-control-md{width:90%}.form-validation .form-control:focus{border-color:#f1f1f1;background-color:#f4f5f7;outline:0!important}.form-validation .form-control.form-control-md{width:300px}.form-validation .active-label{display:inline-block;height:30px;line-height:30px;margin-right:10px;vertical-align:top}.form-validation .form-actions{padding:0;margin:0;background-color:transparent}.form-validation .btn-success{background-color:#094ab2}.form-validation .btn-cons{margin-right:0}.form-validation .custom-duration-container{padding-left:10px;margin-top:15px}.form-validation .custom-duration-container .slider-horizontal{width:100%}.add-new-course-actions{position:absolute;z-index:100;top:-35px;right:16px}.add-new-unit-actions{position:absolute;z-index:100;top:35px;right:0}.user-img-container{position:absolute;z-index:1;top:30px;right:30px;min-width:160px}.user-img-container.rto{top:90px;right:15px}.user-img-container.student{top:55px}.user-img-container.acc-setting{top:0}.user-img-container.org-register{top:20px;right:20px}.user-img-container .user-img{margin-bottom:10px;text-align:center}.user-img-container .user-photo img{max-height:150px;max-width:200px;margin-bottom:10px}.accordion-item .panel-group,.user-page.tab-content .grid{margin-bottom:0}.user-img-container .btn-delete-image{display:block;margin-top:5px;text-align:center}.user-img-container .btn-delete-image i{top:0;margin-right:5px}.user-img-container canvas{max-width:150px}.online-status{color:#71bf44}.pending-status{color:#f08d1f}.badge-price{background-color:#71bf44;font-family:Tahoma;font-size:14px;font-weight:400;color:#fff}.character-counter{position:absolute;z-index:1;top:0;right:0;width:40px;line-height:37px;background-color:#d1dade;margin-left:-5px;padding:0 12px;border-radius:0 2px 2px 0}.accordion-item .panel-body,.user-page.tab-content .tab-pane{padding:0}.user-page.tab-content{background:0 0;overflow:inherit}.pd-breadcrumb,.pd-button.radio-tab ul{overflow:hidden}.accordion-item .panel-group .panel[ng-if="qData.NoCoreUnit"] .panel-heading,.accordion-item .panel-group .panel[ng-if="qData.NoElectiveUnit"] .panel-heading{cursor:default}.accordion-item .panel-group .panel+.panel,.accordion-item .panel-group .panel-group{margin-top:3px}.accordion-item .panel-group .panel-heading{padding:0;cursor:pointer}.accordion-item .panel-group .panel-heading .panel-title>a:after{display:none}.accordion-item .panel-group .panel-title{position:relative}.accordion-item .text-orange{color:#df6b26}.accordion-item.qpr-style .panel-name{position:relative;padding:10px 15px;font-size:14px;color:#6f7b8a;min-height:42px}.accordion-item.qpr-style .panel-name:before{content:'';display:block;position:absolute;z-index:1;top:0;left:0;width:5px;height:100%;border-radius:2px 0 0 2px}.accordion-item.qpr-style .panel-name.qual:before{background-color:#094ab2}.accordion-item.qpr-style .panel-name.core:before{background-color:#ed5d58}.accordion-item.qpr-style .panel-name.elective:before{background-color:#63a1d7}.accordion-item.qpr-style .panel-name.groupset:before{background-color:#24499f}.accordion-item.qpr-style .panel-name.not-ready:before{background-color:#f9cbbf}.accordion-item.qpr-style .panel-name.ready:before{background-color:#d3e8c1}.accordion-item.qpr-style .panel-name.sub{background-color:#e8edf3;width:100%;display:table;margin-top:3px;border-radius:3px;padding:9px}.accordion-item.qpr-style .panel-actions{position:absolute;z-index:1;top:50%;right:15px;margin-top:-12px}.accordion-item.qpr-style .panel-actions li{display:inline-block;padding-left:0;line-height:initial}.accordion-item.qpr-style .panel-actions li>i{font-size:16px;cursor:pointer}.accordion-item.qpr-style .panel-actions.qual{right:30px}.accordion-item.qpr-style .panel-actions.qual i{top:-2px;margin-right:10px;vertical-align:top}.accordion-item.qpr-style .panel-actions.qual .checkbox label{padding-left:0;margin:0}.accordion-item.qpr-style .item-number{width:24px;height:24px;line-height:24px;margin-right:5px;border-radius:50%;text-align:center;font-size:11px;color:#fff}.accordion-item.qpr-style .item-number.qual{background-color:#094ab2}.accordion-item.qpr-style .item-number.core{background-color:#ed5d58}.accordion-item.qpr-style .item-number.elective{background-color:#63a1d7}.accordion-item.qpr-style .item-number.groupset{background-color:#24499f}.accordion-item.qpr-style .item-number.not-ready{background-color:#f9cbbf;color:#666}.accordion-item.qpr-style .item-number.ready{background-color:#d3e8c1;color:#666}.accordion-item.qpr-style .item-number.reading{background-color:#dbbd26;vertical-align:middle;display:inline-block}.accordion-item.qpr-style .item-number.final-test{background-color:#9b6fb0;vertical-align:middle;display:inline-block}.accordion-item.qpr-style .rule-lists li{padding:10px 15px;margin-top:3px;background-color:#e5e8f5;border-radius:3px}.accordion-item.qpr-style.courseware .panel{margin-top:5px}.accordion-item.qpr-style.courseware>[close-others]>.panel-group>.panel>.panel-heading{background-color:transparent}.accordion-item .add-content-actions{padding:10px 0}.accordion-item .add-content-actions:after,.accordion-item .add-content-actions:before{content:" ";display:table}.accordion-item .add-content-actions:after{clear:both}.accordion-item .add-content-actions .btn-container li{display:inline-block}.accordion-item .add-content-actions .btn-container a{min-width:100px}.accordion-item .aca-left{float:left}.accordion-item .aca-right{float:right}.pd-breadcrumb{margin-bottom:5px}.pd-breadcrumb:after,.pd-breadcrumb:before{content:" ";display:table}.pd-breadcrumb:after{clear:both}.pd-breadcrumb li{display:inline-block;margin-left:10px;font-size:12px;color:#888}.pd-breadcrumb li:first-child{margin-left:0}.pd-breadcrumb li:first-child:before{display:none}.pd-breadcrumb li:before{content:'\f105';display:inline-block;margin-right:10px;font-family:FontAwesome}.pd-breadcrumb li.active{font-family:open_sanssemibold;font-size:14px;color:#555}.btn{display:inline-block;font-family:open_sansregular;margin-bottom:0;text-align:center}.btn[disabled]{pointer-events:bounding-box;cursor:not-allowed}.btn.btn-border{border:1px solid #0A48AF;color:#0A48AF;background:#fff;padding:4px 10px;line-height:normal}.btn.btn-border:hover{background:#0A48AF;color:#fff}.btn.ques-induction{font-family:tahoma,arial,helvetica;font-size:12px;padding:4px 12px}.btn.ques-induction .fa{top:0}.btn.complete-induction{position:absolute;bottom:15px;left:15px;right:15px;width:220px}.btn.file-upload-btn{font-size:13px;padding:6px 12px}.btn.download{min-width:100px!important}.btn-save,.modal-dialog .btn{min-width:75px}.btn.disable{background-color:#d1dade!important;pointer-events:none}.btn.accept-handbook{background-color:#094ab2}.btn.accept-handbook[disabled]{background-color:#d1dade;color:#5e5e5e;opacity:1}.btn-icon,.btn-icon:focus{color:#666}.btn-block{display:block;text-align:center}.btn-icon{font-size:14px;line-height:1;margin-right:5px;cursor:pointer}.btn-icon.disabled{color:#8b91a0}.btn-icon.disabled .fa{margin:0!important}.btn-success{background-color:#094ab2}.btn-success.active:focus,.btn-success.active:hover,.btn-success[disabled]:focus,.btn-success[disabled]:hover{background-color:#0082d4}.btn-passed{background-color:#00bf4d;color:#fff}.btn-passed:hover{background-color:#56ca69;color:#fff}.btn-failed{background-color:#f35958;color:#fff}.btn-continue{background-color:#f68a1e;color:#fff}.btn-white.trash{border:none;left:35%;position:relative}.btn-white.trash:after{content:"\f014";font-family:fontawesome;padding-left:8px}.btn-approve{background-color:#00bf4d;color:#fff}.btn-approve:hover{background-color:#56ca69;color:#fff}.btn-approve:focus{background-color:#3eae4e;color:#fff}.btn-scorm{background-color:#f06eaa;color:#fff}.btn-scorm:hover{background-color:#ec83b8;color:#fff}.btn-scorm:focus{background-color:#f06eaa;color:#fff}.btn-save,.btn-save:hover{background-color:#39b54a}.btn-cons.online-right span{margin-right:10px}.btn-save{color:#fff}.btn-save.btn-save-evidence{padding:1px 10px;font-size:11px;font-weight:700;border-radius:2px}.btn-save.btn-save-evidence:hover{color:#fff}.btn-link{font-size:13px;color:#0090d9;margin-right:15px}.btn-link .fa{margin-right:10px;vertical-align:text-top}.btn-size-md{padding-left:20px;padding-right:20px}.btn-sort-container{display:inline-block;position:relative}.btn-sort-container .btn-sort{position:absolute;z-index:1;top:6px;right:-15px}.btn-sort-container .btn-sort.ascending .fa-caret-down,.btn-sort-container .btn-sort.descending .fa-caret-up{display:block}.btn-sort-container .btn-sort i{display:none;cursor:pointer}.sort-arrow{text-indent:initial;display:inline-block;vertical-align:top;padding-left:5px}.charts-page.tab-content .tab-pane .padding-body,.show-chart li{padding-left:0}.sort-arrow.ascending .fa-chevron-up,.sort-arrow.descending .fa-chevron-down{display:block}.sort-arrow i{display:none;font-size:11px;color:#aaa;cursor:pointer}.btn-collapse-detail{display:block;width:100%;color:#576475}.btn-collapse-detail.collapsed,.btn-collapse-detail:focus,.btn-collapse-detail:hover{color:#576475}.btn-style-first,.btn-style-first:focus,.btn-style-first:hover{background-color:#094ab2;color:#fff}.btn-collapse-detail.collapsed .fa-caret-up,.btn-collapse-detail.collapsed .fa-minus-circle{display:none}.btn-collapse-detail .fa-caret-up,.btn-collapse-detail .fa-minus-circle,.btn-collapse-detail.collapsed .fa-caret-down,.btn-collapse-detail.collapsed .fa-plus-circle{display:inline-block}.btn-collapse-detail i{margin-right:30px}.btn-collapse-detail .fa-caret-down,.btn-collapse-detail .fa-plus-circle{display:none}.btn-style-first{border-radius:4px}.btn-style-first:active{background-color:#fff}.btn-line-through.disabled{pointer-events:none;color:#666}.btn-line-through span{text-decoration:line-through}.global-btn-container{display:inline-block}.global-btn-container li{display:inline-block;padding-left:0;margin-left:5px;line-height:initial}.global-btn-container li:first-child{margin-left:0}.button .icon-suffix,.pd-button i.icon-right{margin-left:5px}.global-btn-container li a{font-size:16px}.global-btn-container li a.btn-icon{margin-right:0}.button .icon-prefix,.charts,.pd-button i.icon-left,.show-chart li span{margin-right:5px}.global-btn-container li a i{color:#9096a4}.file-upload-item .file-upload-name{display:inline-block;height:36px;padding:6px 12px;border:1px solid #dae0e4;border-radius:3px;vertical-align:middle;color:#333}.file-upload-item .file-upload-btn{display:inline-block;padding:8px 12px;margin-bottom:0;border-radius:3px;font-family:open_sansregular;text-align:center;cursor:pointer;vertical-align:middle}.file-upload-item .file-upload-btn.text{padding:0;border-radius:0;color:#333;text-align:left}.file-upload-item .file-upload-btn.primary{background-color:#094ab2;color:#fff}.file-upload-item .file-upload-btn.default{padding:6px 12px;border:1px solid #ccc}.pd-button.border,.pd-button.cancel,.pd-button.default,.pd-button.pass,.pd-button.primary{border-radius:4px;min-width:100px;padding:8px 20px;text-align:center}.btn-popover:hover .popover{display:block;top:30px;left:-10px}.btn-handbook-fullscreen i{position:relative;top:0}.pd-button.default{display:inline-block;background-color:#EEE;color:#555}.pd-button.primary{display:inline-block;background-color:#0745AD;color:#fff}.pd-button.cancel{display:inline-block;background-color:#EEE;color:#555}.pd-button.pass{display:inline-block;background-color:#3EAE4E;color:#fff}.pd-button.border{display:inline-block;background-color:#fff;border:1px solid #CCC;color:#555}.pd-button.radio-tab li{display:inline-block;position:relative;float:left;margin-top:0}.pd-button.radio-tab li:first-child input[type=radio]+label{border-radius:4px 0 0 4px;border-left:none}.pd-button.radio-tab li:last-child input[type=radio]+label{border-radius:0 4px 4px 0}.pd-button.radio-tab input[type=radio]{display:none}.pd-button.radio-tab input[type=radio]+label{display:inline-block;min-width:100px;padding:8px 20px;border-radius:4px;text-align:center;position:static;top:0;left:0;background-color:#EEE;color:#555;border-left:solid 1px #fff;cursor:pointer}.pd-button.radio-tab input[type=radio]+label.upload-file{min-width:150px}.button,.global-dropdown .btn{min-width:100px}.pd-button.radio-tab input[type=radio]:checked+label{background-color:#0745AD;color:#fff}.button,.button.button-default{background-color:#ccc}.pd-button i{position:relative;top:0}.button{display:inline-block;max-height:36px;padding:11px 14px;border:0;border-radius:3px;font-family:open_sansregular;font-size:14px;color:#fff;line-height:1;text-align:center}.button .icon-prefix,.button .icon-suffix{top:0;font-size:16px;vertical-align:middle}.button .button-name{vertical-align:middle}.button.button-primary{background-color:#094ab2}.button.button-success{background-color:#00bf4d}.button.button-upload-files{width:100%;padding:30px 50px;margin-bottom:30px;background-color:#fff;border:2px dashed #094ab2;border-radius:10px;text-align:center;cursor:pointer;max-height:inherit}.button.button-upload-files .icon{margin-bottom:5px;font-size:48px;color:#84a5d9}.button.button-upload-files .description{color:#094ab2}.button.button-fluid{width:100%;max-width:initial}.button:hover{color:#fff}.button.disabled,.button[disabled]{pointer-events:none;background-color:#ccc}.download_all.open>.btn,.download_all.open>.btn+.dropdown-toggle,.download_all:hover>.btn{background-color:#0082d4}.learner-saerch-action .btn{padding:6px 12px;line-height:normal;text-transform:uppercase;font-size:12px;margin-left:0}.download_all{display:inline-block}.download_all.open>.btn+.dropdown-toggle{border-left:1px solid #2e6cd0}.download_all.open .dropdown-menu>li{padding:0}.download_all:hover>.btn+.dropdown-toggle{border-left:1px solid #2e6cd0;background-color:#0082d4}.download_all>.btn+.dropdown-toggle{border-left:1px solid #042966}.download_all .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.2em;vertical-align:middle;content:"";border-top:.4em solid;border-right:.4em solid transparent;border-left:.4em solid transparent}.download_all>.dropdown-menu{font-size:12px;width:100%}.online-course-carousel{position:relative;margin-left:250px}.online-course-carousel:after{content:'';position:absolute;z-index:-1;top:15px;left:5%;right:5%;height:5px;background-color:#e5ebef;border-radius:4px}.online-course-carousel :focus{outline:0}.online-course-carousel .slick-slider{margin-bottom:0}.online-course-carousel .slick-list,.online-course-carousel .slick-track{height:36px}.online-course-carousel .slick-track{padding-top:6px}.online-course-carousel .slick-arrow{display:none}.online-course-carousel .slick-dots{position:static}.online-course-carousel .slick-dots li.slick-active button:before{opacity:1;filter:alpha(opacity=100);font-size:14px;color:#869791}.online-course-carousel .slick-dots li button:before{opacity:1;filter:alpha(opacity=100);color:#c3cbc8}.online-course-carousel .unit-number{text-align:center}.online-course-carousel .unit-number.active a{transform:scale(1.5);background-color:#094ab2}.online-course-carousel .unit-number.finished a{background-color:#3eae4e}.online-course-carousel .unit-number.active.fail a,.online-course-carousel .unit-number.finished.fail a{background-color:#ff5c50}.online-course-carousel .unit-number.active.wait a,.online-course-carousel .unit-number.finished.wait a{background-color:#f68a1e}.online-course-carousel .unit-number.fail a{background-color:#ff5c50}.online-course-carousel .unit-number.wait a{background-color:#f68a1e}.online-course-carousel .unit-number a{position:relative;display:inline-block;width:24px;height:24px;line-height:24px;background-color:#eee;border-radius:50%;color:#fff;-webkit-transition:all .5s cubic-bezier(.68,-.55,.265,1.55) 0s;transition:all .5s cubic-bezier(.68,-.55,.265,1.55) 0s}.online-course-carousel .unit-number a .fa-info{position:absolute;top:50%;left:50%;margin:-7px 0 0 -3px}.online-course-carousel .unit-number .fa-edit{top:1px;left:1px}.online-course-carousel .carousel-arrow{position:absolute;z-index:1;top:-2px;font-size:32px;line-height:1;color:#094ab2}.online-course-carousel .carousel-arrow.prev{left:10px}.online-course-carousel .carousel-arrow.next{right:10px}.mac .online-course-carousel .unit-number a .fa-info{margin:-7px 0 0 -2px}.ie .online-course-test-carousel .slick-track{transition:none!important}.online-course-test-carousel{position:relative}.online-course-test-carousel *{outline:0}.online-course-test-carousel .test-total-item{position:absolute;top:100%;right:25px;width:130px;font-weight:700;color:#094ab2;text-align:center}.online-course-test-carousel .slick-slide{height:100px;opacity:0;transition:opacity 1s ease 0s}.online-course-test-carousel .slick-slide.slick-current.slick-active{height:auto;opacity:1}.online-course-test-carousel .slick-next,.online-course-test-carousel .slick-prev{font-size:0;line-height:0;position:absolute;top:100%;display:block;width:auto;height:auto;margin-top:4px;padding:0;cursor:pointer;color:#094ab2;border:none;outline:0;background:0 0}.online-course-test-carousel .slick-next:focus,.online-course-test-carousel .slick-next:hover,.online-course-test-carousel .slick-prev:focus,.online-course-test-carousel .slick-prev:hover{color:#094ab2;outline:0;background:0 0}.online-course-test-carousel .slick-next:focus:before,.online-course-test-carousel .slick-next:hover:before,.online-course-test-carousel .slick-prev:focus:before,.online-course-test-carousel .slick-prev:hover:before{opacity:1}.online-course-test-carousel .slick-next.slick-disabled:before,.online-course-test-carousel .slick-prev.slick-disabled:before{opacity:.25}.online-course-test-carousel .slick-next:before,.online-course-test-carousel .slick-prev:before{font-family:FontAwesome;font-size:18px;line-height:1;opacity:1;color:#094ab2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.online-course-test-carousel .slick-prev{right:165px;left:auto}.online-course-test-carousel [dir=rtl] .slick-prev{right:0;left:auto}.online-course-test-carousel .slick-prev:before{content:'\f053'}.online-course-test-carousel .slick-next:before,.online-course-test-carousel [dir=rtl] .slick-prev:before{content:'\f054'}.online-course-test-carousel .slick-next{right:0}.online-course-test-carousel [dir=rtl] .slick-next{right:auto;left:0}.online-course-test-carousel [dir=rtl] .slick-next:before{content:'\f053'}.online-course-test-carousel .btn-completed-test{display:none}.online-course-test-carousel .btn-submit-answer,.online-course-test-carousel.non-induction .test-item:last-child .btn-completed-test{display:inline-block}.online-course-test-carousel.non-induction .test-item:last-child .btn-submit-answer{display:none}.charts{width:10px;height:10px;display:inline-block}.charts.line-1{background-color:#094ab2}.charts.line-2{background-color:#428bca}.charts.pie-1{background-color:red}.charts.pie-2{background-color:#4169E1}.show-chart li{display:inline-block;padding-right:10px}.css-checkbox input[type=checkbox],.css-checkbox.iphone input[type=checkbox]{display:none}.checkbox-item.blank label:before,.js-collapse-first .btn-collapse-detail .collapse-arrow i,.radio-item.blank label:before{margin-right:0}.column-seperation .grid-body h4{margin-bottom:30px}.show-color{font-size:11px;margin-top:30px}.charts-page.btn-group{margin-top:15px;margin-bottom:15px}.charts-page.tab-content .tab-pane h4{margin-bottom:20px}.charts-page.tab-content .tab-pane .padding-pie{padding-left:25%}.css-checkbox.iphone input[type=checkbox]+label{width:59px;height:32px;background-image:url(images/icon/iphone-checkbox-default.png);background-repeat:no-repeat;font-size:0}.css-checkbox.iphone input[type=checkbox]:checked+label{background-image:url(images/icon/iphone-checkbox-checked.png)}.css-checkbox.iphone.status-text input[type=checkbox]+label{width:auto;padding-top:4px;padding-right:70px;background-position:right;font-size:14px}.css-checkbox.iphone.status-text input[type=checkbox]+label .status:before{content:'not published';color:red}.css-checkbox.iphone.status-text input[type=checkbox]:checked+label .status:before{content:'published';color:green}.css-checkbox input[type=checkbox]+label{display:inline-block;cursor:pointer}.checkbox-item,.radio-item{display:inline-block}.checkbox-item label,.radio-item label{padding-left:35px;margin:0;font-size:14px}.checkbox-item label:before,.radio-item label:before{top:2px;margin-right:0}.checkbox-item.blank label,.radio-item.blank label{padding-left:17px;vertical-align:middle}.checkbox-item.fix-ng-click input[type=radio],.radio-item.fix-ng-click input[type=radio]{display:inline-block;position:relative;z-index:2;width:18px;height:18px;top:0;left:22px;opacity:0}.checkbox-item.error .radio input[type=radio]:checked+label:after,.radio-item.error .radio input[type=radio]:checked+label:after{background-color:#ff5c50;border-color:#ff5c50}.checkbox-item.success .radio input[type=radio]:checked+label:after,.radio-item.success .radio input[type=radio]:checked+label:after{background-color:#00bf4d;border-color:#00bf4d}.checkbox-item label:after{top:1px}.radio-item label:after{top:2px}.js-collapse .btn-collapse-detail{display:block;width:100%;color:red}.js-collapse .btn-collapse-detail:focus,.js-collapse .btn-collapse-detail:hover{color:red}.js-collapse .btn-collapse-detail.collapsed{color:#000}.js-collapse-first .btn-collapse-detail.collapsed,.js-collapse-first .btn-collapse-detail:focus,.js-collapse-first .btn-collapse-detail:hover{color:#fff}.js-collapse .btn-collapse-detail.collapsed .fa-caret-up{display:none}.js-collapse .btn-collapse-detail .fa-caret-up,.js-collapse .btn-collapse-detail.collapsed .fa-caret-down{display:inline-block}.js-collapse .btn-collapse-detail .fa-caret-down{display:none}.js-collapse-first .collapse-panel:nth-child(odd) .btn-collapse-detail{background-color:#ed5d58}.js-collapse-first .collapse-panel:nth-child(even) .btn-collapse-detail{background-color:#00a4e3}.js-collapse-first .btn-collapse-detail{position:relative;display:block;width:100%;padding:10px 40px 10px 15px;font-family:open_sansregular;font-size:16px;color:#fff}.js-collapse-first .btn-collapse-detail .collapse-arrow{position:absolute;z-index:1;top:10px;right:15px}.js-collapse-first .btn-collapse-detail.collapsed .fa-chevron-up{display:none}.js-collapse-first .btn-collapse-detail .fa-chevron-up,.js-collapse-first .btn-collapse-detail.collapsed .fa-chevron-down{display:inline-block}.js-collapse-first .btn-collapse-detail .fa-chevron-down{display:none}.js-collapse-first .collapse-detail .onlinecourse-lists li{padding-left:0;line-height:initial}.js-collapse-first .collapse-detail .onlinecourse-lists li.active{background-color:#fff}.js-collapse-first .collapse-detail .onlinecourse-lists li.active a{color:#333}.js-collapse-first .collapse-detail .onlinecourse-lists li.active i.unit{color:#094ab2!important}.js-collapse-first .collapse-detail .onlinecourse-lists li.active i.section{color:#094ab2}.js-collapse-first .collapse-detail .onlinecourse-lists li.active i.content-icon{color:#6e7b89}.js-collapse-first .collapse-detail .onlinecourse-lists li.active i.upload-file{color:#F7941D}.js-collapse-first .collapse-detail .onlinecourse-lists li.active i.scorm{color:#f06eaa}.js-collapse-first .collapse-detail .onlinecourse-lists li.active i.test{color:#1d344c}.js-collapse-first .collapse-detail .onlinecourse-lists li.active i.assignment{color:#00a4e3}.js-collapse-first .collapse-detail .onlinecourse-lists a{position:relative;display:block;padding:10px 15px 10px 40px;color:#aaa}.js-collapse-first .collapse-detail .onlinecourse-lists a:hover{background-color:#fff;color:#333}.js-collapse-first .collapse-detail .onlinecourse-lists a:hover i.unit{color:#094ab2!important}.js-collapse-first .collapse-detail .onlinecourse-lists a:hover i.section{color:#094ab2}.js-collapse-first .collapse-detail .onlinecourse-lists a:hover i.content-icon{color:#6e7b89}.js-collapse-first .collapse-detail .onlinecourse-lists a:hover i.upload-file{color:#F7941D}.js-collapse-first .collapse-detail .onlinecourse-lists a:hover i.scorm{color:#f06eaa}.js-collapse-first .collapse-detail .onlinecourse-lists a:hover i.test{color:#1d344c}.js-collapse-first .collapse-detail .onlinecourse-lists a:hover i.assignment{color:#00a4e3}.js-collapse-first .collapse-detail .onlinecourse-lists a.complete{color:#333}.js-collapse-first .collapse-detail .onlinecourse-lists a.complete i.unit{color:#094ab2!important}.js-collapse-first .collapse-detail .onlinecourse-lists a.complete i.section{color:#094ab2}.js-collapse-first .collapse-detail .onlinecourse-lists a.complete i.content-icon{color:#6e7b89}.js-collapse-first .collapse-detail .onlinecourse-lists a.complete i.upload-file{color:#F7941D}.js-collapse-first .collapse-detail .onlinecourse-lists a.complete i.scorm{color:#f06eaa}.js-collapse-first .collapse-detail .onlinecourse-lists a.complete i.test{color:#1d344c}.js-collapse-first .collapse-detail .onlinecourse-lists a.complete i.assignment{color:#00a4e3}.js-collapse-first .collapse-detail .onlinecourse-lists i{position:absolute;z-index:1;top:12px;left:15px;color:#aaa}.nav-tabs{background-color:#E5E9EC}.nav-tabs li.selected a{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs li a{cursor:pointer}.collapse-list .collapse-group>li{padding-left:0;line-height:initial}.collapse-list .collapse-group>li:first-child{border-top:none}.collapse-list .collapse-group>li.elective{background-color:#00a4e3}.collapse-list .collapse-group>li.elective:nth-child(odd){background-color:#00b0e8}.collapse-list .collapse-group>li.core{background-color:#00a4e3}.collapse-list .collapse-group>li.core:nth-child(odd){background-color:#00b0e8}.collapse-list .collapse-group>li>a{position:relative;display:block;width:100%;padding:10px 70px 10px 15px;font-family:open_sansregular;font-size:12px;color:#fff}.collapse-list .collapse-group>li>a>i{position:absolute;z-index:1;top:14px;right:15px}.collapse-list .collapse-group>li>a>i.upload{right:40px}.collapse-list .collapse-group>li>a .notify-icon{display:inline-block;position:relative;top:-1px;width:12px;height:12px;margin-left:3px;border-radius:50%;font-size:14px;color:#f68a1e;vertical-align:middle;line-height:1}.collapse-list .collapse-group>li>a .notify-icon:after{content:'';display:block;position:absolute;z-index:1;top:0;left:0;width:10px;height:10px;background-color:#fff;border-radius:50%}.collapse-list .collapse-group>li>a .notify-icon i{position:relative;z-index:2;top:-2px;left:-1px}.collapse-list .collapse-group-inner-item{position:relative;padding-left:0;line-height:initial}.collapse-list .collapse-group-inner-item.active>a{background-color:#fff;font-weight:700;color:#094ab2}.collapse-list .collapse-group-inner-item.active>a:hover,.collapse-list .collapse-group-inner-item.active>a>i.fa-list-ul,.collapse-list .collapse-group-inner-item.active>a>i.section,.collapse-list .collapse-group-inner-item.active>a>i.unit{color:#094ab2}.collapse-list .collapse-group-inner-item.active>a>i.content-icon,.collapse-list .collapse-group-inner-item.active>a>i.fa-file-text-o{color:#6e7b89}.collapse-list .collapse-group-inner-item.active>a>i.fa-check-circle.assignment-pending,.collapse-list .collapse-group-inner-item.active>a>i.fa-exclamation-circle,.collapse-list .collapse-group-inner-item.active>a>i.fa-file-o,.collapse-list .collapse-group-inner-item.active>a>i.upload-file{color:#F7941D}.collapse-list .collapse-group-inner-item.active>a>i.fa-list-alt,.collapse-list .collapse-group-inner-item.active>a>i.scorm{color:#f06eaa}.collapse-list .collapse-group-inner-item.active>a>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item.active>a>i.test{color:#1d344c}.collapse-list .collapse-group-inner-item.active>a>i.assignment,.collapse-list .collapse-group-inner-item.active>a>i.fa-check,.collapse-list .collapse-group-inner-item.active>a>i.fa-pencil{color:#00a4e3}.collapse-list .collapse-group-inner-item.active>a>i.fa-check-circle{color:#3EAE4E}.collapse-list .collapse-group-inner-item.inactive>a>i.fa-list-ul,.collapse-list .collapse-group-inner-item.inactive>a>i.section,.collapse-list .collapse-group-inner-item.inactive>a>i.unit{color:#094ab2}.collapse-list .collapse-group-inner-item.inactive>a>i.content-icon,.collapse-list .collapse-group-inner-item.inactive>a>i.fa-file-text-o{color:#6e7b89}.collapse-list .collapse-group-inner-item.inactive>a>i.fa-check-circle.assignment-pending,.collapse-list .collapse-group-inner-item.inactive>a>i.fa-exclamation-circle,.collapse-list .collapse-group-inner-item.inactive>a>i.fa-file-o,.collapse-list .collapse-group-inner-item.inactive>a>i.upload-file{color:#F7941D}.collapse-list .collapse-group-inner-item.inactive>a>i.fa-list-alt,.collapse-list .collapse-group-inner-item.inactive>a>i.scorm{color:#f06eaa}.collapse-list .collapse-group-inner-item.inactive>a>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item.inactive>a>i.test{color:#1d344c}.collapse-list .collapse-group-inner-item.inactive>a>i.assignment,.collapse-list .collapse-group-inner-item.inactive>a>i.fa-check,.collapse-list .collapse-group-inner-item.inactive>a>i.fa-pencil{color:#00a4e3}.collapse-list .collapse-group-inner-item.inactive>a>i.fa-check-circle{color:#3EAE4E}.collapse-list .collapse-group-inner-item.pass>a,.collapse-list .collapse-group-inner-item.ready>a{color:#333}.collapse-list .collapse-group-inner-item.pass>a>i.fa-list-ul,.collapse-list .collapse-group-inner-item.pass>a>i.section,.collapse-list .collapse-group-inner-item.pass>a>i.unit,.collapse-list .collapse-group-inner-item.ready>a>i.fa-list-ul,.collapse-list .collapse-group-inner-item.ready>a>i.section,.collapse-list .collapse-group-inner-item.ready>a>i.unit{color:#094ab2}.collapse-list .collapse-group-inner-item.pass>a>i.content-icon,.collapse-list .collapse-group-inner-item.pass>a>i.fa-file-text-o,.collapse-list .collapse-group-inner-item.ready>a>i.content-icon,.collapse-list .collapse-group-inner-item.ready>a>i.fa-file-text-o{color:#6e7b89}.collapse-list .collapse-group-inner-item.pass>a>i.fa-check-circle.assignment-pending,.collapse-list .collapse-group-inner-item.pass>a>i.fa-exclamation-circle,.collapse-list .collapse-group-inner-item.pass>a>i.fa-file-o,.collapse-list .collapse-group-inner-item.pass>a>i.upload-file,.collapse-list .collapse-group-inner-item.ready>a>i.fa-check-circle.assignment-pending,.collapse-list .collapse-group-inner-item.ready>a>i.fa-exclamation-circle,.collapse-list .collapse-group-inner-item.ready>a>i.fa-file-o,.collapse-list .collapse-group-inner-item.ready>a>i.upload-file{color:#F7941D}.collapse-list .collapse-group-inner-item.pass>a>i.fa-list-alt,.collapse-list .collapse-group-inner-item.pass>a>i.scorm,.collapse-list .collapse-group-inner-item.ready>a>i.fa-list-alt,.collapse-list .collapse-group-inner-item.ready>a>i.scorm{color:#f06eaa}.collapse-list .collapse-group-inner-item.pass>a>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item.pass>a>i.test,.collapse-list .collapse-group-inner-item.ready>a>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item.ready>a>i.test{color:#1d344c}.collapse-list .collapse-group-inner-item.pass>a>i.assignment,.collapse-list .collapse-group-inner-item.pass>a>i.fa-check,.collapse-list .collapse-group-inner-item.pass>a>i.fa-pencil,.collapse-list .collapse-group-inner-item.ready>a>i.assignment,.collapse-list .collapse-group-inner-item.ready>a>i.fa-check,.collapse-list .collapse-group-inner-item.ready>a>i.fa-pencil{color:#00a4e3}.collapse-list .collapse-group-inner-item.pass>a>i.fa-check-circle,.collapse-list .collapse-group-inner-item.ready>a>i.fa-check-circle{color:#3EAE4E}.collapse-list .collapse-group-inner-item.disable>a{color:#bbb;cursor:default}.collapse-list .collapse-group-inner-item.disable>a:hover{background-color:#e5ebef;color:#bbb}.collapse-list .collapse-group-inner-item.disable>a:hover>i.assignment,.collapse-list .collapse-group-inner-item.disable>a:hover>i.content-icon,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-check,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-check-circle,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-exclamation-circle,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-file-o,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-file-text-o,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-list-alt,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-list-ul,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-pencil,.collapse-list .collapse-group-inner-item.disable>a:hover>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item.disable>a:hover>i.scorm,.collapse-list .collapse-group-inner-item.disable>a:hover>i.section,.collapse-list .collapse-group-inner-item.disable>a:hover>i.test,.collapse-list .collapse-group-inner-item.disable>a:hover>i.unit,.collapse-list .collapse-group-inner-item.disable>a:hover>i.upload-file,.collapse-list .collapse-group-inner-item.disable>a>i.assignment,.collapse-list .collapse-group-inner-item.disable>a>i.content-icon,.collapse-list .collapse-group-inner-item.disable>a>i.fa-check,.collapse-list .collapse-group-inner-item.disable>a>i.fa-check-circle,.collapse-list .collapse-group-inner-item.disable>a>i.fa-exclamation-circle,.collapse-list .collapse-group-inner-item.disable>a>i.fa-file-o,.collapse-list .collapse-group-inner-item.disable>a>i.fa-file-text-o,.collapse-list .collapse-group-inner-item.disable>a>i.fa-list-alt,.collapse-list .collapse-group-inner-item.disable>a>i.fa-list-ul,.collapse-list .collapse-group-inner-item.disable>a>i.fa-pencil,.collapse-list .collapse-group-inner-item.disable>a>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item.disable>a>i.scorm,.collapse-list .collapse-group-inner-item.disable>a>i.section,.collapse-list .collapse-group-inner-item.disable>a>i.test,.collapse-list .collapse-group-inner-item.disable>a>i.unit,.collapse-list .collapse-group-inner-item.disable>a>i.upload-file{color:#bbb}.collapse-list .collapse-group-inner-item>a{position:relative;display:block;background-color:#e5ebef;font-size:12px;color:#959595;word-break:break-all}.collapse-list .collapse-group-inner-item>a:hover{background-color:#fff;color:#333}.collapse-list .collapse-group-inner-item>a:hover>i.fa-list-ul,.collapse-list .collapse-group-inner-item>a:hover>i.section,.collapse-list .collapse-group-inner-item>a:hover>i.unit{color:#094ab2}.collapse-list .collapse-group-inner-item>a:hover>i.content-icon,.collapse-list .collapse-group-inner-item>a:hover>i.fa-file-text-o{color:#6e7b89}.collapse-list .collapse-group-inner-item>a:hover>i.fa-file-o,.collapse-list .collapse-group-inner-item>a:hover>i.upload-file{color:#F7941D}.collapse-list .collapse-group-inner-item>a:hover>i.fa-list-alt,.collapse-list .collapse-group-inner-item>a:hover>i.scorm{color:#f06eaa}.collapse-list .collapse-group-inner-item>a:hover>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item>a:hover>i.test{color:#1d344c}.collapse-list .collapse-group-inner-item>a:hover>i.assignment,.collapse-list .collapse-group-inner-item>a:hover>i.fa-check,.collapse-list .collapse-group-inner-item>a:hover>i.fa-pencil{color:#00a4e3}.collapse-list .collapse-group-inner-item>a:hover>i.fa-check-circle{color:#3EAE4E}.collapse-list .collapse-group-inner-item>a.section-item{background-color:#dadfe2;cursor:default}.collapse-list .collapse-group-inner-item>a.download-file-btn,.collapse-list .collapse-group-inner-item>a.notification-btn{position:absolute;top:7px;right:15px;padding:0;background-color:transparent;font-size:16px}.collapse-list .collapse-group-inner-item>a.download-file-btn:hover,.collapse-list .collapse-group-inner-item>a.notification-btn:hover{background-color:transparent}.collapse-list .collapse-group-inner-item>a.download-file-btn i,.collapse-list .collapse-group-inner-item>a.notification-btn i{position:relative;top:0;left:0}.collapse-list .collapse-group-inner-item>a.disable{color:#bbb;cursor:default}.collapse-list .collapse-group-inner-item>a.disable:hover{background-color:#e5ebef;color:#bbb}.collapse-list .collapse-group-inner-item>a.disable:hover>i.assignment,.collapse-list .collapse-group-inner-item>a.disable:hover>i.content-icon,.collapse-list .collapse-group-inner-item>a.disable:hover>i.fa-check,.collapse-list .collapse-group-inner-item>a.disable:hover>i.fa-check-circle,.collapse-list .collapse-group-inner-item>a.disable:hover>i.fa-file-o,.collapse-list .collapse-group-inner-item>a.disable:hover>i.fa-file-text-o,.collapse-list .collapse-group-inner-item>a.disable:hover>i.fa-list-alt,.collapse-list .collapse-group-inner-item>a.disable:hover>i.fa-list-ul,.collapse-list .collapse-group-inner-item>a.disable:hover>i.fa-pencil,.collapse-list .collapse-group-inner-item>a.disable:hover>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item>a.disable:hover>i.scorm,.collapse-list .collapse-group-inner-item>a.disable:hover>i.section,.collapse-list .collapse-group-inner-item>a.disable:hover>i.test,.collapse-list .collapse-group-inner-item>a.disable:hover>i.unit,.collapse-list .collapse-group-inner-item>a.disable:hover>i.upload-file,.collapse-list .collapse-group-inner-item>a.disable>i.assignment,.collapse-list .collapse-group-inner-item>a.disable>i.content-icon,.collapse-list .collapse-group-inner-item>a.disable>i.fa-check,.collapse-list .collapse-group-inner-item>a.disable>i.fa-check-circle,.collapse-list .collapse-group-inner-item>a.disable>i.fa-file-o,.collapse-list .collapse-group-inner-item>a.disable>i.fa-file-text-o,.collapse-list .collapse-group-inner-item>a.disable>i.fa-list-alt,.collapse-list .collapse-group-inner-item>a.disable>i.fa-list-ul,.collapse-list .collapse-group-inner-item>a.disable>i.fa-pencil,.collapse-list .collapse-group-inner-item>a.disable>i.fa-pencil-square-o,.collapse-list .collapse-group-inner-item>a.disable>i.scorm,.collapse-list .collapse-group-inner-item>a.disable>i.section,.collapse-list .collapse-group-inner-item>a.disable>i.test,.collapse-list .collapse-group-inner-item>a.disable>i.unit,.collapse-list .collapse-group-inner-item>a.disable>i.upload-file{color:#bbb}.collapse-list .collapse-group-inner-item>a>i{position:absolute;z-index:1;top:14px;left:15px}.collapse-list .collapse-group-inner-item>a>i.assignment,.collapse-list .collapse-group-inner-item>a>i.content-icon,.collapse-list .collapse-group-inner-item>a>i.scorm,.collapse-list .collapse-group-inner-item>a>i.section,.collapse-list .collapse-group-inner-item>a>i.test,.collapse-list .collapse-group-inner-item>a>i.unit,.collapse-list .collapse-group-inner-item>a>i.upload-file{color:#aaa}.collapse-list .collapse-group-inner-item>a>i.fa-check-circle,.collapse-list .collapse-group-inner-item>a>i.fa-exclamation-circle{top:11px;font-size:16px}.content-container{background-color:#fff;padding:26px;margin-bottom:25px;border:1px solid #ddd;color:#6f7b8a}.content-container.tab-content{background-color:transparent;padding:0;border:none;overflow:inherit}.content-container.onlinecourse-content{padding:0;border:none}.user-information-container{padding:30px 38px 30px 20px}.user-information-container .panel{margin-bottom:0}.user-information-container .panel .panel-heading{padding:0;margin-bottom:10px;border-bottom:none;border-radius:0}.user-information-container .panel .panel-title{padding-bottom:10px;border-bottom:solid 1px #666;font-size:14px;font-weight:700}.user-information-container .panel .panel-title a{color:#fff;display:block}.user-information-container .panel .panel-title a .fa-info-circle{margin-left:10px}.user-information-container .panel .panel-title a .fa{padding-top:5px}.user-information-container .panel .panel-title a .fa-chevron-down{display:none}.user-information-container .panel .panel-title a .fa-chevron-up,.user-information-container .panel .panel-title a.collapsed .fa-chevron-down{display:inline-block}.user-information-container .panel .panel-title a.collapsed{color:#666}.user-information-container .panel .panel-title a.collapsed .fa-chevron-up{display:none}.user-information-container .panel .panel-body{padding:0}.block-save{position:absolute;top:0;right:0;font-size:13px}.block-save .bootstrap-select{width:120px!important;margin-left:15px}.block-save .bootstrap-select .btn{background-color:#094ab2;color:#fff;font-size:13px}.box-term{position:relative;border:1px solid #eee;margin-top:20px;padding:30px}.box-term li{margin-bottom:10px}.box-term .btn-handbook-fullscreen .fa-arrows-alt{display:inline-block}.box-term .btn-handbook-fullscreen .fa-times,.box-term.fullscreen .btn-handbook-fullscreen .fa-arrows-alt{display:none}.box-term .btn-handbook-fullscreen:after{content:'Full Screen'}.box-term iframe{width:100%;height:500px}.box-term.fullscreen{position:fixed;z-index:1;top:0;left:0;bottom:0;width:100%;margin:0;border:none}.box-term.fullscreen iframe{height:100%;padding-bottom:46px}.box-term.fullscreen .btn-handbook-fullscreen .fa-times{display:inline-block}.box-term.fullscreen .btn-handbook-fullscreen:after{content:'Exit Full Screen'}.container-fullpage{display:table;width:100%;height:100vh}.container-fullpage .container-fullpage-inner{display:table-cell;vertical-align:middle}.container-fullpage.container-fullpage-maintenance{background:url(images/bg-maintenance.jpg) center center no-repeat;background-size:cover;text-align:center}.container-fullpage.container-fullpage-maintenance .logo{display:inline-block;width:250px;margin-bottom:115px}.matching-stage,.swapping-stage{margin-bottom:30px}.container-fullpage.container-fullpage-maintenance .title{margin-bottom:30px;font-family:open_sansbold;font-size:48px;color:#efefef;line-height:1}.container-fullpage.container-fullpage-maintenance .description{font-family:open_sansbold;font-size:18px;color:#efefef;line-height:2}.scroll-bar{overflow:auto}.scroll-bar.scroll-bar-modal{max-height:50vh;padding-right:16px}.scroll-bar.scroll-bar-unit-assignment{max-height:calc(100vh - 470px)}.scroll-bar.scroll-bar-unit-evidence{max-height:calc(100vh - 535px)}.scroll-bar.scroll-bar-assignment-comments,.scroll-bar.scroll-bar-assignment-upload-files{max-height:860px;padding-right:16px}.matching-stage:after,.matching-stage:before{content:" ";display:table}.matching-stage:after{clear:both}.ui-droppable{z-index:1}.ui-draggable{z-index:2;padding-left:15px}.ui-draggable:first-child .ui-draggable-item,.ui-draggable:first-child .ui-droppable-item,.ui-droppable:first-child .ui-draggable-item,.ui-droppable:first-child .ui-droppable-item{margin-top:0}.ui-draggable-item,.ui-droppable-item{margin-top:10px;border:1px solid #ccc;color:#666}.ui-draggable-item p,.ui-droppable-item p{display:table;width:100%;height:100%}.ui-draggable:before,.ui-droppable:before{content:'';top:50%;margin-top:-7px;width:15px;height:15px}.ui-draggable-item span,.ui-droppable-item span{display:table-cell;vertical-align:middle}.ui-draggable-item{background-color:#fff}.ui-droppable-item{background-color:#cedbf0;border-color:#cedbf0}.ui-draggable.correct{padding-left:0}.ui-draggable.correct:before{left:-14px}.ui-draggable:before{position:absolute;z-index:2;left:1px;background-color:#fff;border:1px solid #ccc;border-right:solid 1px #fff;border-radius:4px 0 0 4px}.ui-draggable-item{padding:10px 15px;border-radius:0 4px 4px 0}.ui-droppable,.ui-droppable.selected{padding-right:0}.ui-droppable{position:relative}.ui-droppable.hovered .ui-droppable-item,.ui-droppable.hovered:before{border-color:#999}.ui-droppable.selected .ui-droppable-item{border-right-color:transparent}.ui-droppable.selected:before{right:0}.ui-droppable:before{position:absolute;z-index:1;right:15px;background-color:#fff;border:1px solid #ccc;border-right:none;border-radius:4px 0 0 4px}.ui-droppable-item{padding:10px 20px 10px 15px;border-radius:4px 0 0 4px}.swapping-stage:after,.swapping-stage:before{content:" ";display:table}.swapping-stage:after{clear:both}.swapping-stage .ui-sortable-placeholder{border-style:none;border-bottom:solid 54px #fff}.drop-area{z-index:1}.drag-area{z-index:2;cursor:move}.drag-item,.drop-item{margin-bottom:10px;border:1px solid #ccc;color:#666}.drag-item p,.drop-item p{display:table;width:100%;height:100%}.drag-item span,.drop-item span{display:table-cell;vertical-align:middle}.drag-item{background-color:#fff;margin-left:30px}.drag-item.correct{padding-left:15px;margin-left:0}.drop-item{background-color:#cedbf0;border-color:#cedbf0}.drag-item:before,.drop-area:before{content:'';top:50%;margin-top:-7px;background-color:#fff}.drag-area.hoverClass{z-index:1}.drag-area.ui-droppable:before{display:none}.drag-area.correct{padding-left:0}.drag-area.correct:before{left:-14px}.drag-item{position:relative;padding:10px 15px;border-radius:0 4px 4px 0}.drag-item:before{position:absolute;z-index:2;left:-14px;width:15px;height:15px;border:1px solid #ccc;border-right:solid 1px #fff;border-radius:4px 0 0 4px}.drop-area{position:relative}.drop-area.hovered .drop-item,.drop-area.hovered:before{border-color:#999}.drop-area.selected{padding-right:0}.drop-area.selected .drop-item{border-right-color:transparent}.drop-area.selected:before{right:0}.drop-area:before{position:absolute;z-index:1;right:-1px;width:14px;height:14px;border:1px solid #ccc;border-right:none;border-radius:4px 0 0 4px}.drop-item{padding:10px 20px 10px 15px;border-radius:4px 0 0 4px}.global-create-content .ui-sortable-handle{padding-left:0;cursor:move}.global-create-content .ui-sortable-handle.induction li{padding-left:0}.global-create-content .ui-sortable-handle.ui-sortable-placeholder{border:1px dashed #ddd;height:44px;display:block}.global-create-content .dd-handle{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:42px;line-height:40px;padding:0 200px 0 15px;margin:5px 0;border:1px solid #d9e0e4;border-radius:3px}.global-create-content .dd-handle i{position:relative;top:1px}.global-create-content .dd-handle i.fa.fa-list-ul{color:#094ab2}.global-create-content .dd-handle i.fa.fa-test{color:#9096a3}.global-create-content .dd-handle i.fa-file-text-o{color:#6f7b8a}.global-create-content .dd-handle i.fa-check,.global-create-content .dd-handle i.fa-cloud{color:#0091ff}.global-create-content .dd-handle i.fa-check.test-list-color,.global-create-content .dd-handle i.fa-cloud.test-list-color{color:#6F7B8A}.global-create-content .dd-handle i.fa-film{color:#f48168}.global-create-content .dd-handle i.fa-columns{color:#2db965}.global-create-content .dd-handle i.fa-volume-up{color:#8781bd}.global-create-content .dd-handle i.fa-volume-up.test-list-color{color:#6F7B8A}.global-create-content .dd-handle i.fa-file-o{color:#f7941d}.global-create-content .dd-handle i.fa-file-o.test-list-color{color:#6F7B8A}.global-create-content .dd-handle i.fa-gamepad{color:red}.global-create-content .dd-handle i.fa-list-alt{color:#e64998}.global-create-content .dd-handle i.fa-pencil-square-o{color:#1c344b}.global-create-content .dd-handle i.fa-calendar-o{color:#00746b}.global-create-content .ui-sortable-placeholder{width:100%;min-height:42px;margin:5px 0;border:1px dashed #d9e0e4;border-radius:3px}.sortable-item{padding:10px 20px 10px 15px;margin-bottom:5px;border-radius:4px;background-color:#cedbf0;border-color:#cedbf0;cursor:move}.sortable-item.ui-sortable-placeholder{background-color:transparent;border:1px dashed #cedbf0}.sortable-item.ui-sortable-placeholder:before{content:'Space';color:#fff}.sortable-item img{max-height:150px}.matching-content .left-answer-lists{position:relative;z-index:9}.matching-content .left-answer-lists .droppable-item{z-index:1;margin-top:10px;background-color:#cedbf0;border-radius:4px;border:3px solid transparent;transition:border-color .3s ease 0s}.matching-content .left-answer-lists .droppable-item:first-child{margin-top:0}.matching-content .left-answer-lists .droppable-item.draggable-item-matched,.matching-content .left-answer-lists .droppable-item.draggable-item-over{border-color:#9db7ef}.matching-content .left-answer-lists .droppable-item.correct,.matching-content .left-answer-lists .droppable-item.wrong{border-right:none;border-color:#9db7ef;border-radius:4px 0 0 4px}.matching-content .left-answer-lists .droppable-item.correct:before,.matching-content .left-answer-lists .droppable-item.wrong:before{right:0}.matching-content .left-answer-lists .droppable-item.draggable-item-matched.draggable-item-matched-onhandle{border-color:transparent}.matching-content .left-answer-lists .draggable-item{position:absolute!important;z-index:2;top:-3px;left:100%;width:100%;margin-left:-5px;background-color:#fff;border:3px solid #9db7ef;border-left:none;border-radius:0 4px 4px 0;cursor:move}.matching-content .left-answer-lists .draggable-item.ui-draggable-dragging{border:1px solid #cedbf0;border-left:solid 1px #cedbf0}.matching-content .left-answer-lists .ui-droppable:before{content:'';position:absolute;z-index:1;top:50%;margin-top:-7px;right:-3px;width:15px;height:15px;background-color:#fff;border:1px solid #ccc;border-right:none;border-radius:4px 0 0 4px}.matching-content .left-answer-lists .ui-draggable:before{left:-15px}.matching-content .right-answer-lists .droppable-item{margin-top:10px}.matching-content .right-answer-lists .droppable-item:first-child{margin-top:0}.matching-content .right-answer-lists .droppable-item.match .draggable-item{padding-bottom:0;border:3px solid #9db7ef;border-radius:0 4px 4px 0;border-left:none}.matching-content .right-answer-lists .droppable-item>.ng-hide{display:block!important;border-color:transparent;cursor:default}.matching-content .right-answer-lists .droppable-item>.ng-hide:after{display:none;content:'Space';visibility:hidden}.matching-content .right-answer-lists .draggable-item{padding-bottom:4px;background-color:#fff;border:1px solid #cedbf0;border-radius:4px;cursor:move}.matching-content .right-answer-lists .draggable-item.ui-draggable-handle.ng-hide{background-color:transparent}.matching-content .right-answer-lists .ui-draggable-disabled:before,.matching-content .right-answer-lists .ui-droppable:before{display:none}.matching-content .right-answer-lists .ui-draggable:before{content:'';position:absolute;z-index:2;top:50%;margin-top:-7px;left:-15px;width:15px;height:15px;background-color:#fff;border:1px solid #ccc;border-right:solid 1px #fff;border-radius:4px 0 0 4px}.matching-content .right-answer-lists .ui-draggable-dragging{background-color:#fff}.matching-content .draggable-item .matching-img-block,.matching-content .static-answer .matching-img-block{height:150px}.matching-content .draggable-item img,.matching-content .static-answer img{max-width:350px;max-height:150px;margin-top:5px}.matching-content .answer-result{padding-left:0}.matching-content .answer-result .right-answer-lists .draggable-item{background-color:#fff;border:1px solid #ccc;border-left:none}.matching-content .matching-detail,.matching-content .static-answer{box-sizing:content-box;padding:10px 20px 0 15px;margin-bottom:10px;overflow:hidden}.matching-content .matching-detail .choice-text,.matching-content .static-answer .choice-text{position:relative;padding-left:30px;margin-bottom:10px}.matching-content .matching-detail .choice-text.correct.fa-check-circle,.matching-content .static-answer .choice-text.correct.fa-check-circle{display:block}.matching-content .matching-detail .choice-text.correct.fa-times-circle,.matching-content .matching-detail .choice-text.wrong.fa-check-circle,.matching-content .static-answer .choice-text.correct.fa-times-circle,.matching-content .static-answer .choice-text.wrong.fa-check-circle{display:none}.matching-content .matching-detail .choice-text.wrong.fa-times-circle,.matching-content .static-answer .choice-text.wrong.fa-times-circle{display:block}.matching-content .matching-detail .choice-text.unmatch.not-answer.icon-answer-status,.matching-content .static-answer .choice-text.unmatch.not-answer.icon-answer-status{display:none}.matching-content .matching-detail .icon-answer-status,.matching-content .static-answer .icon-answer-status{position:absolute;z-index:1;top:-2px;left:0;font-size:24px}.matching-content .matching-detail .icon-answer-status:before,.matching-content .static-answer .icon-answer-status:before{position:relative;z-index:2}.matching-content .matching-detail .icon-answer-status:after,.matching-content .static-answer .icon-answer-status:after{content:'';display:block;position:absolute;top:3px;left:1px;z-index:1;width:19px;height:19px;background-color:#fff;border-radius:50%}.matching-content .matching-detail .icon-answer-status.fa-check-circle,.matching-content .static-answer .icon-answer-status.fa-check-circle{color:#3eae4e}.matching-content .matching-detail .icon-answer-status.fa-times-circle,.matching-content .static-answer .icon-answer-status.fa-times-circle{color:#ed5d58}.drop-file{background:url(images/dropfile.png) center center no-repeat #F8F8F8;border:1px solid #ddd;width:100%;height:100px;text-align:center;padding-top:25px;margin:auto auto 15px}.ic,.modal-backdrop.in{background-repeat:no-repeat}.drop-file.drop-file-evidence{position:absolute;z-index:1;left:10px;right:10px;width:auto}.drop-file+.drop-file{cursor:pointer}.dragover{border:1px dashed #ddd}.global-dropdown{display:inline-block}.global-dropdown:after,.global-dropdown:before{content:" ";display:table}.global-dropdown .dropdown-menu:after,.global-dropdown .dropdown-menu:before{content:'';display:inline-block;position:absolute}.global-dropdown:after{clear:both}.global-dropdown.default .btn-dropdown,.global-dropdown.default .btn-name{background-color:#ccc;color:#666}.global-dropdown.default .btn-dropdown{border-left-color:#ddd}.global-dropdown.primary .btn-dropdown,.global-dropdown.primary .btn-name{background-color:#094ab2;color:#fff}.global-dropdown.primary .btn-dropdown{border-left-color:#063aa2}.global-dropdown.success .btn-dropdown,.global-dropdown.success .btn-name{background-color:#5cb85c;color:#fff}.global-dropdown.success .btn-name{border-radius:3px 0 0 3px}.global-dropdown.success .btn-dropdown{border-left-color:#419054}.global-dropdown.add-content>a i{margin-right:5px}.global-dropdown.add-content i{position:relative;top:2px;font-size:16px}.global-dropdown.add-content i.unit{color:#094ab2!important}.global-dropdown.add-content i.section{color:#094ab2}.global-dropdown.add-content i.content-icon{color:#6e7b89}.global-dropdown.add-content i.upload-file{color:#F7941D}.global-dropdown.add-content i.scorm{color:#f06eaa}.global-dropdown.add-content i.test{color:#1d344c}.global-dropdown.add-content i.assignment{color:#00a4e3}.global-dropdown.global-dropdown-no-subbutton .btn-name{border-radius:3px}.global-dropdown .btn i{margin:0}.global-dropdown .btn-dropdown,.global-dropdown .btn-name{float:left;height:36px}.global-dropdown .btn-name{padding:7px 15px 5px;border-radius:3px;font-weight:700}.global-dropdown .btn-dropdown{padding:5px 10px;border-left:solid 1px;border-radius:0 3px 3px 0}.global-dropdown .dropdown-menu{top:130%;margin-bottom:30px}.global-dropdown .dropdown-menu.right{left:auto;right:0}.global-dropdown .dropdown-menu.right:before{left:auto;right:9px}.global-dropdown .dropdown-menu.right:after{left:auto;right:10px}.global-dropdown .dropdown-menu:before{top:-7px;left:9px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-bottom-color:rgba(0,0,0,.2)}.global-dropdown .dropdown-menu:after{top:-6px;left:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff}.global-dropdown .dropdown-menu .separate-line{border-bottom:solid 1px #eee}.global-dropdown .dropdown-menu a{cursor:pointer}.pd-dropdown.primary{position:absolute;z-index:1;bottom:95%;left:0;width:100%;padding:20px 20px 0}.pd-dropdown.primary ul{padding:5px;background-color:#fff;border-radius:4px;box-shadow:0 0 5px #999}.pd-dropdown.primary li{display:block}.pd-dropdown.primary li.line-partition{height:1px;margin:5px -5px;background-color:#CCC}.pd-dropdown.primary a{display:block;padding:5px 10px;border-radius:4px;color:#555}.pd-dropdown.primary a:hover{background-color:#EEE}.pd-dropdown.primary i{position:relative;top:0;margin-right:5px}.pd-dropdown.primary i.section{color:#555}.pd-dropdown.primary i.content{color:#4B7F48}.pd-dropdown.primary i.upload-file{color:#F9B25F}.pd-dropdown.primary i.scorm{color:#F16CA8}.pd-dropdown.primary i.test{color:#0745AD}.pd-dropdown.primary i.assignment{color:#2DA7E4}.pd-dropdown.primary i.existing-resource{color:#3955BC}input[type=text],input[type=password],textarea{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.form-control.disabled{pointer-events:none;background-color:#eee}.select-control.disabled{pointer-events:none}.select-control.disabled .bootstrap-select .dropdown-toggle{background-color:#eee}.form-control-xs{width:100px}.form-control-sm{width:200px}.form-control-md{width:300px!important}.form-control-lg{width:400px!important}.form-control-xlg{width:600px}.form-control-halfwidth{width:50%}.form-control-fullwidth,.form-input-item.select2 .select2-container,.form-multiple-input-item .ui-select-container{width:100%}.form-validation .form-control.error:focus{border-color:#f35958}.form-first .form-item-group{padding-bottom:30px;margin-bottom:30px;border-bottom:solid 1px #ddd}.form-first .form-item-group:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.form-first .form-item{margin-bottom:15px}.form-first .form-item:last-child{margin-bottom:0}.hf-list.checkbox-list{margin-left:13px}.hf-list.checkbox-list li{margin-top:13px}.hf-list.checkbox-list li:first-child{margin-top:0}.hf-list-item{padding-left:0;line-height:initial;margin-top:20px}.hf-label,.hf-list-item .fa-info-circle{height:36px;line-height:36px;vertical-align:top;display:inline-block}.hf-list-item:first-child{margin-top:0}.hf-list-item.separate-line{padding-bottom:25px;margin-bottom:25px;border-bottom:solid 1px #eee}.hf-list-item .fa-info-circle{margin-left:15px;color:#ccc}.hf-list-item .checkbox label{margin:0}.hf-list-item select{display:inline-block}.hf-label{margin-right:15px;font-weight:700;text-align:right}.hf-label.multi-line{height:auto;line-height:initial}.hf-label span{font-weight:400;color:red}.hf-input{display:inline-block}.hf-section{padding:10px 15px;margin-bottom:15px;background-color:#094ab2;color:#fff}.hf-checkbox-list-item{display:inline-block;width:50%;padding:7px 11px;border:1px solid #e5e9ec;border-radius:2px}.hf-checkbox-list-item.tags li{margin:0 5px 5px 0}.hf-checkbox-list-item li{display:inline-block;padding:3px 15px;background-color:#eee;border-bottom:solid 1px #ddd;border-radius:20px;line-height:initial}.hf-checkbox-list-item a{position:relative;top:-2px;display:inline-block;margin-left:5px;color:#666}.select-item{display:inline-block;margin-bottom:-3px}.select-item .selectize-input{border-color:#e5e9ec;box-shadow:none}.file-upload-item{display:inline-block}.file-upload-item .border-input{border:1px solid #ddd;min-width:200px;height:38px;line-height:28px;float:left;margin-right:5px;padding:5px 10px}.form-input-item .form-control,.form-input-item.selectize .selectize-input{height:36px;min-height:36px;background-image:none;font-family:Arial,sans-serif;line-height:normal;vertical-align:middle;box-shadow:none;-webkit-appearance:none}.search-item{position:relative}.search-item i{position:absolute;z-index:1;top:11px;left:11px;cursor:pointer}.search-item input{padding-left:35px;min-height:36px}.animate-select-item .cs-backdrop{border-radius:3px}.form-input-item{display:inline-block}.form-input-item .form-control{padding:9px 12px;background-color:#fff;border:1px solid #e5e9ec;border-radius:3px;font-size:14px;color:#666;font-weight:400;outline:0;transition:all .12s ease;transition:background .2s linear 0s}.form-input-item *,.form-input-item :focus{outline:0!important;box-shadow:none}.form-input-item .text-muted{color:#aaa}.form-input-item .ui-select-choices-group-label{font-size:16px;font-weight:700}.form-input-item .ui-select-match-text{width:100%;padding-right:15px;text-overflow:ellipsis;overflow:hidden}.form-input-item .ui-select-choices-row a{white-space:normal}.form-input-item .ui-select-choices{border:1px solid #e5e9ec;border-top:none;border-radius:0 0 3px 3px}.form-input-item.select2 .ui-select-choices{padding-left:0;margin:0 8px 8px}.form-input-item.select2 .select2-drop-active{border-bottom:solid 1px #e5e9ec}.form-input-item.selectize .ui-select-container .selectize-input,.form-input-item.selectize .ui-select-container.ng-valid.ng-touched .selectize-input .selectize-input,.form-input-item.selectize .ui-select-container.open .selectize-input{padding:0;border:none}.form-input-item.selectize .ui-select-container.ng-valid.ng-touched.ng-valid-parse .ui-select-match,.form-input-item.selectize .ui-select-container.ng-valid.ng-touched.ng-valid-parse .ui-select-search{height:36px;min-height:36px;padding:9px 12px;background-color:#fff;background-image:none;border:1px solid #e5e9ec;border-radius:3px;font-family:Arial,sans-serif;font-size:14px;color:#666;font-weight:400;line-height:normal;vertical-align:middle;outline:0;box-shadow:none;transition:all .12s ease;transition:background .2s linear 0s;-webkit-appearance:none}.form-input-item.selectize .ui-select-container.ng-valid.ng-touched.open .selectize-input{padding:0;border:none}.form-input-item.selectize .ui-select-search{border-radius:3px}.form-input-item.selectize .ui-select-choices{position:absolute;background-color:#fff}.form.form-add-comment,.pd-form.upload-show-name{position:relative}.form-input-item.selectize .ui-select-choices-row{padding:3px 20px;cursor:pointer}.form-input-item.selectize .ui-select-choices-row:hover{background-color:#428bca;color:#fff}.form-input-item.selectize .selectize-input{padding:9px 12px;background-color:#fff;border:1px solid #e5e9ec;border-radius:3px;font-size:14px;color:#666;font-weight:400;outline:0;transition:all .12s ease;transition:background .2s linear 0s}.bootstrap-select-item .dropdown-toggle:focus,.select.select-bootstrap-selectpicker .bootstrap-select .dropdown-toggle:focus{outline:0!important}.form-input-item.selectize .selectize-input.selectize-focus{border-color:#e5e9ec!important}.form-input-item.for-modal .select2-search{display:none}.form-input-item.for-modal .ui-select-choices{border:none;padding:0;margin:0}.form-input-item.for-modal .select2-chosen{color:#333}.form-multiple-input-item .select2-container-multi .select2-choices .select2-search-choice span,.form-multiple-input-item .select2-container-multi.select2-container-active .select2-search-choice span{color:#fff}.form-input-item.list-over-position .ui-select-bootstrap>.ui-select-choices{margin-top:-236px;border-bottom:none;border-top:1px solid #e5e9ec;border-top-left-radius:3px;border-top-right-radius:3px}.form-input-item.form-input-item-droptop-menu .dropdown-menu{top:auto;bottom:100%;margin-bottom:-1px;margin-top:0}.form-multiple-input-item .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,.form-multiple-input-item .select2-container-multi.select2-container-active .select2-search-choice .select2-search-choice-close{top:6px;left:auto;right:6px}.form-multiple-input-item{display:inline-block}.form-multiple-input-item .select2-container-multi .select2-choices{border-color:#e5e9ec;border-radius:3px}.form-multiple-input-item .select2-container-multi .select2-choices .select2-search-choice{background-color:#094ab2;border-radius:20px;padding:5px 24px 5px 12px;margin-top:6px}.form-multiple-input-item .select2-container-multi .select2-choices .select2-search-field input{padding-left:12px;padding-right:12px;margin:0;min-height:34px}.form-multiple-input-item .select2-container-multi.select2-container-active .select2-search-choice{background-color:#094ab2!important;border-radius:20px;padding:5px 24px 5px 12px;margin-top:6px}.form-input-item.status .form-control{height:25px;min-height:25px;border:none;border-radius:0;padding:5px;font-size:13px}.form-input-item.status .bootstrap-select{width:100%!important}.form-input-item.status .bootstrap-select .filter-option{text-align:center}.form-input-item.status .ng-hide-add{display:none}.form-input-item.status .btn{padding:5px;border-radius:0;font-size:13px}.form-horizontal.form-info .control-label{padding-top:0;font-family:open_sanssemibold}.form-horizontal .form-group:last-child{margin-bottom:0}.label-icon{text-transform:uppercase;font-size:16px;width:30px;height:30px;border-radius:50%;text-align:center;line-height:30px;display:inline-block;vertical-align:baseline}.ic,.mch-actions-item p,.noti-class .icon-alert span,.noti-class .label-num,.pd-form.primary,.pd-panel-title-page i,.send-mail-body .table-cell{vertical-align:middle}.label-icon.reading{background-color:#dbbd26}.file-upload-item p{word-break:break-all;font-size:12px;line-height:1.2;margin-bottom:10px}.user-image-upload{width:150px;margin:auto;padding-bottom:10px}.field.field-fluid,.pd-form.width-full{width:100%}.user-image-upload img{max-width:100%;max-height:175px}.reset-form{margin:0;padding:0}.reset-form .form-group{margin:0}.input-group-addon{cursor:pointer}.pd-form.primary{padding:10px;font-size:14px;height:auto;min-height:inherit;border:1px solid #CCC;border-radius:4px;color:#555;line-height:1}.pd-form.primary:focus{background-color:#fff;border:1px solid #CCC}.pd-form.upload-show-name a{border-radius:4px}.pd-form.upload-show-name label{margin-bottom:10px;font-weight:700}.pd-form.upload-show-name .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding:8px 20px;background-color:#fff;border:1px solid #CCC;border-radius:4px}.field.field-primary{height:auto!important;padding:6px 15px 7px;background-color:#fff;border:1px solid #e6e6e6;border-radius:3px}.field.field-select{width:auto;min-height:initial;padding-right:36px;line-height:1;cursor:pointer}.field.disabled{pointer-events:none;background-color:#f2f2f2}.form.form-add-comment .field{padding-right:155px}.label-core,.label-elective{min-width:70px;padding:5px 0;color:#fff;display:inline-block}.form.form-add-comment .button{position:absolute;z-index:1;top:0;right:0;border-radius:0 3px 3px 0}.learner-saerch-bar input [type=text]{min-height:32px}.form-add-comment .add-comment-title{font-size:14px;font-family:open_sanssemibold;margin-bottom:12px}.form-add-comment .button{position:inherit!important;margin-top:10px}.errorlist ul,.pd-list.primary li{margin-top:5px}.textarea-add-comment textarea{width:100%;height:80px}.textarea-add-comment{width:calc(100% - 70px)}.ic-account-setting,.ic-basket,.ic-branch,.ic-class,.ic-client,.ic-course,.ic-dashboard,.ic-group,.ic-import-export,.ic-invoice,.ic-license,.ic-notification,.ic-report,.ic-timeline,.ic-unit,.ic-user,.ic-user-type{width:16px!important;height:16px!important;background-image:url(images/icon/podium-icon-16x16.png)}.ic{display:inline-block}.ic-basket{background-position:0 0}.ic-dashboard{background-position:-16px 0}.ic-user{background-position:-32px 0}.ic-group{background-position:-48px 0}.ic-client{background-position:-64px 0}.ic-unit{background-position:-80px 0}.ic-course{background-position:-96px 0}.ic-class{background-position:-112px 0}.ic-category{width:16px!important;height:16px!important;background-image:url(images/icon/podium-icon-16x16.png);background-position:-128px 0}.ic-report{background-position:-144px 0}.ic-invoice{background-position:-160px 0}.ic-license{background-position:-176px 0}.ic-branch{background-position:-192px 0}.ic-timeline{background-position:-208px 0}.ic-import-export{background-position:-224px 0}.ic-notification{background-position:-240px 0}.ic-account-setting{background-position:-256px 0}.ic-user-type{background-position:-272px 0}.sort-icon{position:absolute;right:15px;top:11px}.sort-icon .fa{position:absolute;cursor:pointer;font-size:11px}.label-core{background-color:#ed5d58}.label-elective{background-color:#2189c8}.lists{display:inline-block;margin-left:-5px;margin-right:-5px}.lists:after,.lists:before{content:" ";display:table}.lists:after{clear:both}.lists .lists-item{float:left;margin-left:5px;margin-right:5px}.lists.lists-button .lists-item a{min-width:100px}.errorlist{padding:20px;border-bottom:1px solid #ddd}.errorlist .bold{font-weight:700}.errorlist ul{padding-left:10px}.errorlist ul li{line-height:1.6}.list-question ul{display:table;width:100%;padding-bottom:25px;border-bottom:1px solid #d1dade}.list-question ul li.num{float:left;line-height:24px;font-size:20px;margin-right:10px}.list-question ul li .test-section .q-name{line-height:1.5}.pd-list.primary li:first-child{margin-top:0}.pd-list.secondary{padding:20px;background-color:#F3F5F6}.pd-list.secondary li{margin-top:10px}.pd-list.secondary li:first-child{margin-top:0}.pd-list.activity{margin-top:5px}.pd-list.symbol li{display:inline-block;margin-left:10px}.pd-list.symbol li:first-child{margin-left:0}.pd-list.symbol li:before{content:'';display:inline-block;position:relative;top:2px;width:15px;height:15px;margin-right:5px}.pd-list.symbol li.core:before{background-color:#E95F54}.pd-list.symbol li.elective:before{background-color:#67A0DC}.pd-list.symbol li.not-ready:before{background-color:#F7CBBD}.pd-list.symbol li.ready:before{background-color:#D4E8BD}.pd-list.operation-button li{display:inline-block;margin:0 5px}.pd-list.operation-button a{display:block;color:#555}.pd-list.operation-button.status-approve .comment,.pd-list.operation-button.status-no-file .comment,.pd-list.operation-button.status-no-file .search,.pd-list.operation-button.status-pending .comment{display:none}.pd-list.operation-button.evidence li{padding:0;background-color:transparent}.pd-list.operation-button.evidence a{font-size:18px}.pd-list.bullet{margin-top:5px}.pd-list.bullet li{position:relative;padding-left:22px;margin-top:3px}.pd-list.bullet li:first-child{margin-top:0}.pd-list.bullet li:before{content:'\f05a';display:inline-block;position:absolute;z-index:1;top:1px;left:0;font-family:FontAwesome;color:#0745AD}.pd-list.legend{padding-top:20px}.modal-dialog .modal-content .modal-body.assignment-evaluation,.modal-dialog .modal-content .modal-header.assignment-evaluation{padding:20px 30px}.pd-list.legend li .square-symbol{display:inline-block;width:14px;height:14px;margin-right:10px}.pd-list.legend li .square-symbol.enrollment{background-color:#ddd}.pd-list.legend li .square-symbol.inprogress{background-color:#f68a1e}.pd-list.legend li .square-symbol.complete{background-color:#00bf4d}.pd-list.legend li .square-symbol.other{background-color:#f35958}.pd-list.legend li .square-symbol.set-outcome{top:4px;background-color:#00bf4d}.pd-list.legend li .square-symbol.set-outcome:before{content:'\f00c';display:inline-block;position:relative;top:-5px;left:2px;font:normal normal normal 11px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}.pd-list.legend li .square-symbol.no-exist{background-color:#bbb}.pd-list.horizontal li{display:inline-block;margin-left:10px}.pd-list.horizontal li:first-child{margin-left:0}.lists .notification-wrapper{display:block;position:relative}.lists .notification-wrapper .status{display:block;position:absolute;z-index:1;top:-10px;right:-10px;width:20px;height:20px;background-color:#f68a1e;border-radius:50%;font-size:12px;line-height:20px;color:#fff;text-align:center;box-shadow:0 0 0 2px #fff;transform:scale(.8)}.modal-dialog .modal-content .modal-body,.modal-style-1 .modal-content .modal-body,.modal-style-1 .modal-content .modal-footer{background-color:#fff}.modal-dialog .modal-content,.modal-style-1 .modal-content{border-radius:0}.lists.lists-operation .lists-item{display:inline-block;float:none;margin-left:5px;margin-right:5px;line-height:1;vertical-align:middle}.lists.lists-operation .lists-item a{font-size:16px;color:#666}.lists.lists-operation .lists-item i{top:0}.lists.lists-operation-upload-file{position:absolute;z-index:1;top:13px;right:15px}.lists.lists-operation-evaluation{float:right}.lists.lists-chat{display:block;margin-left:0;margin-right:0}.mch-actions:after,.mch-actions:before,.modal-content-header:after,.modal-content-header:before{display:table;content:" "}.lists.lists-chat .lists-item{float:none;margin-left:0;margin-right:0;margin-bottom:15px}.lists.lists-chat .lists-item:last-child{margin-bottom:0}.modal-style-1{overflow:hidden}.modal-style-1 .modal-dialog.modal-center{position:absolute;top:50%!important;transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;-webkit-transform:translate(-50%,-50%)!important;margin:auto 50%;width:600px}.modal-style-1 .modal-content .modal-body h3{margin-bottom:15px;color:#094ab2}.modal-style-1 .modal-content .modal-header .close{font-size:25px;margin:0}.modal-dialog{left:0}.modal-dialog .modal-body.qpr-wizard{height:410px;max-height:410px;overflow-y:hidden}.modal-dialog .modal-body.for-select{overflow:visible!important}.modal-second-open{overflow:hidden}.modal-body.modal-body-fillintheblank-validation,.pd-modal-info.courseware .tab-content{overflow:visible}.modal-dialog .modal-content .modal-header.assignment-evaluation .modal-title{font-size:22px}.modal-dialog .modal-content .modal-header.assignment-evaluation .modal-title .icon-title{top:0;margin-right:10px}.modal-dialog .modal-content .modal-header.assignment-evaluation .modal-title .icon-title.icon-title-assignment{color:#00a4e3}.mcc-xs,.modal-dialog-xs{width:30%;max-width:480px}.mcc-sm,.modal-dialog-sm{width:50%;max-width:700px}.mcc-md,.modal-dialog-md{width:70%;max-width:960px}.mcc-lg,.modal-dialog-lg{width:90%;max-width:1200px}.custom-dialog-xs .modal-dialog{width:30%;max-width:480px}.custom-dialog-sm .modal-dialog{width:50%;max-width:700px}.custom-dialog-md .modal-dialog{width:70%;max-width:960px}.custom-dialog-lg .modal-dialog{width:90%;max-width:1200px}.custom-dialog-1 .modal-dialog{width:35%;max-width:550px}.modal.in .modal-dialog-center{transform:translate(0,0)!important}.modal-dialog-center{width:100%;height:100%;padding:0;margin:0;transform:translate(0,-60px)!important}.modal-content-header:after{clear:both}.mch-left-area{float:left}.mch-right-area{float:right}.mch-title{font-size:24px;color:#094ab2}.mch-actions:after{clear:both}.mch-actions-item{float:left;margin-left:5px}.mch-actions-item:first-child{margin-left:0}.mch-actions-item p{min-height:36px;line-height:36px}.modal-footer-notice{color:#f35958}.modal-dialog .modal-content .modal-header{text-align:left}.modal-dialog .modal-content .modal-header .modal-title{font-family:open_sanssemibold}.modal-dialog .modal-content .modal-footer{border-top:1px solid #e5e5e5}.modal-dialog .modal-content .modal-footer.footer-inbody{margin:50px -20px -20px}.modal-dialog .modal-content .form-horizontal{width:100%}.modal-dialog .btn-group .btn{min-width:initial}.modal-first .modal-content-container{position:relative;width:480px;padding:20px;margin:auto;background-color:#3eae4e;-webkit-box-shadow:0 5px 10px -2px rgba(0,0,0,.5);box-shadow:0 5px 10px -2px rgba(0,0,0,.5)}.modal-first .modal-title{color:#fff}.modal-first .modal-title i{font-size:52px}.modal-first .modal-title span{display:block;font-size:24px}.modal-first .btn-modal-close{position:absolute;z-index:1;top:5px;right:10px;color:#fff}.modal-second.modal-qpr-wizard .modal-dialog{width:70%;min-width:960px}.modal-second .modal-content-container{position:relative;padding:20px;margin:auto;background-color:#fff;text-align:left;-webkit-box-shadow:0 5px 10px -2px rgba(0,0,0,.5);box-shadow:0 5px 10px -2px rgba(0,0,0,.5)}.modal-second .modal-content-container .title,.modal-second .modal-content-container.content-preview .title{margin-bottom:15px;font-family:open_sanssemibold;color:#333;font-size:24px}.modal-second .modal-content-container.content-preview{width:65%}.modal-second .modal-content-container.question-preview .title{margin-bottom:20px;font-family:open_sanssemibold;font-size:24px;color:#333}.modal-body.mark .form-group .control-label,.modal-body.viewinfo .control-label{font-family:open_sansbold}.modal-second .modal-content-container.question-preview ul li{position:relative;padding-left:30px;margin-bottom:20px;line-height:initial;color:3333333}.modal-second .modal-content-container.question-preview ul li i{position:absolute;z-index:1;top:0;left:0;font-size:24px;color:#d9e0e4}.modal-second .modal-content-container.unit-pool .tbd-first .tbd-body-row.selected{background-color:#b4c5e4}.modal-second .modal-content-container.unit-pool .tbd-first i{font-size:16px}.modal-second .modal-content-container.unit-pool .tbd-first i.fa-minus-circle,.modal-second .modal-content-container.unit-pool .tbd-first i.fa-plus-circle{font-size:14px}.modal-second .modal-content-container.course-info{background-color:#e5ebef}.modal-second .modal-content-container.course-info .btn-container{border-top-color:#d5d8dc}.modal-second .modal-title{padding:0 20px 15px;margin:0 -20px 15px;border-bottom:solid 1px #d7dbe0;font-size:18px;color:#333}.modal-second .btn-modal-close{position:absolute;z-index:1;top:20px;right:25px;color:#999}.modal-second .tbd-first i{font-size:22px}.modal-second .tbd-first .tbd-header-col i{font-size:10px}.modal-second .btn{min-width:100px}.modal-second .btn-container{padding:15px 25px;margin:25px -20px -20px;background-color:#f7f8f8;border-top:solid 1px #efefef}.modal-second .btn-container:after,.modal-second .btn-container:before{content:" ";display:table}.modal-second .btn-container:after{clear:both}.modal-second .btn-question-preview{position:relative;top:1px;font-size:18px;margin-right:10px}.modal-second .btn-question-preview i{font-size:18px;color:#576475}.modal-body.download-moa .btn{min-width:160px;margin-top:10px}.modal-body.download-moa .btn+.btn{margin-left:8px}.modal-body.download-moa .checkbox label:after{left:1px}.modal-body.viewinfo .control-label{padding-top:1px}.modal-body.mark .file-download-control{margin-bottom:10px}.modal-body.mark .file-download-control b{display:inline-block;font-family:open_sanssemibold}.modal-body.mark .file-download-control span{display:inline-block;margin-right:10px}.modal-body.mark .file-download-control a{display:inline-block;padding:2px 20px;font-size:12px}.modal-body p{margin-bottom:15px}.modal-body p.introduction{font-size:16px}.modal-body p.spcaing-continue{margin-bottom:110px}.modal-body .panel-choice{min-height:200px;padding:15px;border:1px solid #eee;border-radius:3px;background-color:#f7f7f7}.pd-modal-info .modal-footer.my-info{margin:0 -39px -40px}.note-editor{overflow:hidden}.note-editor .note-editable *{line-height:normal}.note-editor .note-editable p{margin-bottom:0}.note-editor .note-editable ol,.note-editor .note-editable ul{list-style-position:inside;margin-bottom:0}.note-editor .note-editable ol{list-style-type:decimal}.note-editor .note-editable ul{list-style-type:disc}.note-editor .note-editable li{list-style-type:inherit}.note-editor .note-dropzone{display:none!important}.note-editor .note-dialog .modal{background-color:rgba(0,0,0,.5)}.note-editor .note-dialog .modal.in .modal-dialog{margin-top:60px}.note-editor .note-dialog .checkbox,.note-editor .note-dialog .radio{padding-left:0}.note-editor .note-dialog .checkbox label{padding-left:10px}.note-editor .note-dialog .checkbox label:before{display:none}.note-editor .note-dialog .checkbox input[type=checkbox]{display:block;position:relative;top:2px;margin-left:0}.note-editor .note-toolbar{position:relative}.modal-backdrop{z-index:9}#redactor_modal.ui-draggable:before{display:none}.preview-dialog .modal-body{padding:25px 35px}.preview-dialog .modal-body table,.preview-dialog .modal-body table tbody tr td{table-layout:initial}.pd-table.primary.modal-myinfo.dashboard-myinfo,.table-custom-staff{table-layout:fixed}.preview-dialog .modal-body table tbody tr td{padding:5px}.preview-dialog .modal-body table tbody tr td video{max-width:initial}.preview-dialog .modal-body img{max-width:100%}.preview-dialog .modal-body [data-resizetype=noresize] iframe{width:800px;height:400px}.preview-dialog .content-description{overflow:auto}.preview-dialog .content-description .ckeditor-html5-audio+*,.preview-dialog .content-description .ckeditor-html5-video+*,.preview-dialog .content-description .embeddedContent+*,.preview-dialog .content-description table+*{clear:both}.modal-body.usi-validate-message{padding:30px}.modal-body.usi-validate-message br{line-height:3}.modal-body.usi-validate-message br:nth-child(2){line-height:2}.modal-backdrop.in{background-size:contain;z-index:0}.pd-modal-creator{position:absolute;z-index:1;top:50px;left:50%;width:1200px;margin-left:-600px;background-color:#fff}.pd-modal-creator:after{content:'';position:absolute;z-index:0;top:0;left:0;width:300px;height:100%;background-color:#EEE}.pd-modal-creator-header{overflow:hidden;position:relative;z-index:2;padding:20px 0;background-color:#0745AD}.pd-modal-creator-header:after,.pd-modal-creator-header:before{content:" ";display:table}.pd-modal-creator-header:after{clear:both}.pd-modal-creator-header .logo{float:left;width:300px;margin:0;text-align:center}.pd-modal-creator-header .detail{position:relative;float:left;width:650px;padding-left:50px;color:#fff}.pd-modal-creator-header .detail-button-edit{display:block;position:absolute;z-index:1;top:5px;left:0;font-size:18px;color:#7399D5}.pd-modal-creator-header .detail-button-edit.active,.pd-modal-creator-header .detail.edit .detail-button-edit{top:7px}.pd-modal-creator-header .detail-button-edit .fa-pencil{display:block}.pd-modal-creator-header .detail-button-edit .fa-times,.pd-modal-creator-header .detail-button-edit.active .fa-pencil{display:none}.pd-modal-creator-header .detail-button-edit.active .fa-times,.pd-modal-creator-header .detail-title-name{display:block}.pd-modal-creator-header .detail-title{margin-bottom:5px;font-family:open_sansbold;font-size:24px;line-height:1.2}.pd-modal-creator-header .detail-title-name-edit{display:none}.pd-modal-creator-header .detail-tag{display:block}.pd-modal-creator-header .detail-tag:before{content:'Tag :';margin-right:10px;font-family:open_sansbold}.send-mail-body h4,.send-mail-title span{font-family:open_sansregular}.pd-modal-creator-header .detail-tag li{display:inline-block;margin-left:5px}.pd-modal-creator-header .detail-tag-edit,.pd-modal-creator-header .detail.edit .detail-button-edit .fa-pencil{display:none}.pd-modal-creator-header .detail-tag li:first-child{margin-left:0}.pd-modal-creator-header .detail-tag li:after{content:','}.pd-modal-creator-header .detail.edit .detail-button-edit .fa-times{display:block}.pd-modal-creator-header .detail.edit .detail-tag,.pd-modal-creator-header .detail.edit .detail-title-name{display:none}.pd-modal-creator-header .detail.edit .detail-tag-edit,.pd-modal-creator-header .detail.edit .detail-title-name-edit{display:block}.pd-modal-creator-header .button-action{float:right;margin-right:30px}.pd-modal-creator-header .button-action li{display:inline-block;margin-left:20px}.pd-modal-creator-header .button-action li:first-child{margin-left:0}.pd-modal-creator-header .button-action a{display:block;font-size:30px;color:#fff}.pd-modal-creator-sidebar{position:relative;z-index:2;float:left;width:300px;background-color:#EEE}.pd-modal-creator-button-action{position:absolute;z-index:3;bottom:0;left:0;width:300px;padding:10px;background-color:#EEE}.pd-modal-creator-button-action .pd-button{display:block}.pd-modal-creator-button-action .pd-button i{position:relative;top:0}.pd-modal-creator-content{padding:30px;margin-left:300px}.pd-modal-info{padding:20px}.pd-modal-info .nav-tabs a{padding-left:40px;padding-right:40px;font-size:16px}.pd-modal-info .tab-content{margin-bottom:0}.pd-modal-info .viewer-item{width:100%;height:480px}@media screen and (max-width:1366px){.pd-modal-info .viewer-item{height:350px}}.custom-dialog-vsm .modal-dialog{width:42%}.custom-dialog-vvsm .modal-dialog{width:31%;top:14%}.send-mail-title{font-size:17px}.send-mail-body h4{font-size:16px}.global-tab li a,.send-mail-body p{font-size:13px}.send-mail-body .table{display:table;width:100%;height:100%}.send-mail-body .table-cell{display:table-cell}.send-mail-body .thumbnail{background:#F4F5F8;border:1px solid #DFE3E6;border-radius:1px;text-align:center;padding:16px 0}.send-mail-body .thumbnail label{font-family:open_sanssemibold}.send-mail-body .thumbnail .font14{font-size:14px}.send-mail-footer{text-align:left}.send-mail-footer.text-right{text-align:right}.send-mail-footer button{margin-right:10px;padding:6px 10px}.send-mail-footer .btn-border{padding:6px 10px}.scroll-bar.scroll-bar-assignment-upload-files{overflow:initial}.pd-block-blank,.pd-panel-blank{overflow:hidden}.font22{font-size:22px}.font15{font-size:15px}.green{color:#16B452}.alert .close{right:0}.alert .close span{display:none}.noti-class div{color:#8b91a0}.noti-class div+div{margin-left:10px}.noti-class .icon-alert i{font-size:18px;color:#f26c4f}.num-pagination,.pagination ul li{display:inline-block;font-size:12px}.noti-class .icon-alert span{display:inline-block}.num-pagination{padding-top:3px;padding-bottom:3px;float:right;padding-right:14px;border-right:1px solid #cecece}.pagination{margin:0}.pd-panel-button.action-left i,.pd-panel-button.action-right i,.pd-panel-title-page i{margin-right:10px}.pagination ul li{padding-left:0;margin-left:-2px}.pagination ul li[ng-repeat^=page] a{font-family:open_sansregular}.pagination ul li a,.pagination ul li:first-child a,.pagination ul li:last-child a{font-family:fontawesome}.pagination ul li.disabled a{background-color:transparent!important}.pagination ul li a{padding:5px 10px;border:none;box-shadow:none;border-radius:3px;color:#6F7B8A;background:0 0}.pagination ul li a:focus,.pagination ul li a:hover{background-color:#e8edf3;color:#6F7B8A}.pagination ul li.active>a,.pagination ul li.active>a:focus,.pagination ul li.active>a:hover{background-color:#F3F6F9;color:#6F7B8A}.pagination ul li.active>a{font-weight:600}.pd-panel-blank:after,.pd-panel-blank:before{content:" ";display:table}.pd-panel-blank:after{clear:both}.pd-panel-title-page{margin-bottom:30px;font-size:24px;color:#555}.pd-panel-title-page i{position:relative;top:0;width:45px;height:45px;border:1px solid #555;border-radius:50%;text-align:center}.pd-panel-title-page i:before{position:relative;top:8px}.pd-panel-title-page span{display:inline-block;font-family:open_sanssemibold}.pd-panel-title-content{margin-bottom:30px;font-size:24px;color:#0745AD}.pd-panel-collapse.primary{position:relative;padding:10px 100px 10px 15px;background-color:#D1DADE;border-radius:4px}.pd-panel-collapse.primary:before{content:'';display:block;position:absolute;z-index:1;top:0;left:0;width:5px;height:100%;border-radius:4px 0 0 4px}.pd-panel-collapse.primary.core:before{background-color:#E95F54}.pd-panel-collapse.primary.elective:before{background-color:#67A0DC}.pd-panel-collapse.primary.not-ready:before{background-color:#F7CBBD}.pd-panel-collapse.primary.ready:before{background-color:#D4E8BD}.pd-panel-collapse.secondary{position:relative;padding:10px 100px 10px 15px;border:1px solid #CCC;border-radius:4px;color:#555}.pd-panel-collapse.secondary>i{position:relative;top:0;margin-right:10px}.pd-panel-button.primary{position:absolute;z-index:1;top:5px;right:15px;height:30px;line-height:30px}.pd-panel-button.primary li{display:inline-block;margin-left:10px}.pd-panel-button.primary li:first-child{margin-left:0}.pd-panel-button.primary a{display:block;color:#555}.pd-panel-button.primary a.active .fa-plus-circle{display:none}.pd-panel-button.primary a.active .fa-minus-circle{display:block}.pd-panel-button.primary i{vertical-align:top}.pd-panel-button.action-left{float:left}.pd-panel-button.action-left li{display:inline-block;margin-left:10px}.pd-panel-button.action-left li:first-child{margin-left:0}.pd-panel-button.action-left a{display:block;text-align:center}.pd-panel-button.action-right{float:right}.pd-panel-button.action-right li{display:inline-block;margin-left:10px}.pd-panel-button.action-right li:first-child{margin-left:0}.pd-panel-button.action-right a{display:block;text-align:center}.panel .icon-file{position:absolute;z-index:1;top:20px;left:15px;min-height:28px;font-size:28px;line-height:1}.panel .icon-file i{top:0}.panel .icon-file .icon-check{position:absolute;z-index:1;top:10px;left:5px;font-size:14px;color:#fff}.panel .icon-file .icon-file-success{color:#094ab2}.panel .percentage-upload-file{position:absolute;z-index:1;top:50%;right:135px;margin-top:-8px;font-size:11px;line-height:1}.panel .percentage-upload-file .icon-processing{top:0;color:#00bf4d}.panel .information-file{position:relative;min-height:39px;padding-right:140px}.panel .information-file .name{font-family:open_sanssemibold;line-height:1.3}.panel .information-file .date-time{font-size:11px}.panel .information-file .status{position:absolute;z-index:1;right:0;font-size:12px}.panel.panel-border{padding:15px;border:1px solid #094ab2;border-radius:3px}.panel.panel-message{padding:10px 15px;background-color:#ecf0f2;border-radius:3px;font-size:14px}.panel.panel-upload-file{position:relative;width:75%;max-width:750px;min-height:71px;padding:15px 175px 15px 60px;margin-bottom:15px}.panel.panel-upload-file:last-child{margin-bottom:0}.panel.panel-evaluation-upload-file{position:relative;padding:15px;margin-bottom:15px}.panel.panel-evaluation-upload-file:after,.panel.panel-evaluation-upload-file:before{content:" ";display:table}.panel.panel-evaluation-upload-file:after{clear:both}.panel.panel-evaluation-upload-file:last-child{margin-bottom:0}.panel.panel-evaluation-upload-file .icon-file{float:left;position:relative;top:4px;left:0}.panel.panel-evaluation-upload-file .information-file{float:left;width:calc(100% - 500px);padding-left:15px;padding-right:0}.panel.panel-evaluation-upload-file .status-file{float:right;width:125px;padding-top:6px;margin-right:15px}.panel.panel-evaluation-upload-file:last-child .select-bootstrap-selectpicker .dropdown-menu{top:inherit;bottom:100%}.panel.panel-fluid{width:100%;max-width:initial}.panel.panel-status{line-height:36px}.custom-progress{background-color:#ddd;display:inline-block;margin-bottom:0;position:relative}.custom-progress .progress-bar{line-height:12px;font-size:11px}.custom-progress.progress-setting{width:100%;max-width:170px}.evidence_tabs img,.multi-select .btn-group{max-width:100%}.custom-progress.progress-lg{height:16px;border-radius:8px;vertical-align:middle}.custom-progress.progress-lg .progress-bar{border-radius:8px;line-height:16px}.custom-progress.progress-lg .progress-bar span{padding:0 5px}.percent-progress{display:inline-block;font-size:12px;vertical-align:top;margin-top:-3px;margin-left:10px}.pd-block-blank:after,.pd-block-blank:before,.progress.progress-stand-alone:after,.progress.progress-stand-alone:before{content:" ";display:table}.envet-progress{font-size:11px}.envet-progress .progress{background-color:#fff;height:12px;margin:5px 0!important}#blackout{position:fixed;z-index:9999;background-color:rgba(0,0,0,.5);width:100%;height:100%;text-align:center;padding-top:0}#blackout .image-progress{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}@-webkit-keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.progress.progress-primary{height:auto;margin-top:5px;margin-bottom:0;background-color:#d9d9d9;border-radius:3px}.progress.progress-primary .progress-bar{float:none;height:5px;background-color:#ff5c50}.progress.progress-primary.state-processing .progress-bar{background-color:#00bf4d}.progress.progress-stand-alone{overflow:hidden;position:relative;height:auto;padding-left:5px;padding-right:5px;background-color:transparent}.progress.progress-stand-alone:after{clear:both}.progress.progress-stand-alone .progress{width:calc(100% - 50px);margin-top:8px;float:left}.progress.progress-stand-alone .status{float:right}.progress.progress-stand-alone .icon-processing{position:relative;top:-1px;color:#00bf4d}.pd-block-blank:after{clear:both}.pd-block-content.primary{background-color:#D1DADE;border-radius:4px}.pd-block-content.secondary{padding:30px;background-color:#fff}.pd-block-border.primary{padding:20px;border:1px solid #CCC;border-radius:4px}.pd-segment{padding:20px;background-color:#fff;border-bottom:solid 1px #ddd}.pd-segment .pd-segment-scrollbar-x{overflow-x:auto;overflow-y:hidden}.pd-segment .pd-segment-scrollbar-y{overflow-x:hidden;overflow-y:auto}.pd-segment.pd-segment-mycourseware,.pd-segment.pd-segment-mydocuments{min-height:50vh;max-height:50vh}.pd-segment.pd-segment-mydocuments .pd-segment-scrollbar-y{max-height:calc(50vh - 89px)}.pd-segment.pd-segment-mycourseware{position:relative}.pd-segment.pd-segment-mycourseware .pd-segment-scrollbar-y{max-height:calc(50vh - 125px)}.pd-segment.pd-segment-mycourseware .courseware-icon-notice{position:absolute;z-index:1;bottom:20px;left:20px}@media (max-width:1280px){.pd-segment.pd-segment-mycourseware .tbd-first .tbd-body-col,.pd-segment.pd-segment-mycourseware .tbd-first .tbd-header-col{padding-left:6px;padding-right:6px}.pd-segment.pd-segment-mycourseware .tbd-first .tbd-body-col:first-child{padding-left:0;padding-right:0}}.pd-segment.pd-segment-unit-assignment{padding:0;background-color:transparent;border-bottom:0}.pd-segment.pd-segment-unit-assignment .panel-default>.panel-heading{background-color:transparent}.pd-message-block{position:relative;padding:15px 20px;font-size:12px}.pd-message-block:before{content:'';display:block;position:absolute;z-index:1;top:-1px;bottom:-1px;left:-1px;width:5px}.pd-message-block.error{background-color:#fff1f1;border:1px solid #ecd8da;color:#b9141a}.pd-message-block.error:before{background-color:#ff6361}.pd-message-block.pending{background-color:#fff4e7;border:1px solid #ffd8b1;color:#c26201}.pd-message-block.pending:before{background-color:#f68a1e}.segment .title-section{margin-bottom:20px;font-family:open_sanssemibold;font-size:24px;font-weight:400}.segment .title-section-bar{padding:8px 20px;margin-bottom:20px;background-color:#094ab2;font-family:open_sansregular;font-size:18px;font-weight:400;color:#fff}.segment .footer-section:after,.segment .footer-section:before{content:" ";display:table}.bootstrap-select-item,.multi-select-item{display:inline-block}.segment .footer-section:after{clear:both}.segment .footer-left{float:left}.segment .footer-right{float:right}.segment.segment-upload-files{padding-bottom:105px}.segment.segment-upload-files .footer-section{position:fixed;z-index:1;bottom:75px;left:280px;right:46px;padding:15px 0;background-color:rgba(255,255,255,.95);border-top:solid 1px #ccc}.mac .segment.segment-upload-files .footer-section{right:30px}.multi-select-item .btn-group{width:100%}.multi-select-item .btn{width:100%;background-color:#fff;border:1px solid #e5e9ec;border-radius:3px;text-align:left}.multi-select-item .btn .caret{float:right;position:relative;top:9px}.multi-select-item .dropdown-menu{width:100%;left:auto;right:0}.multi-select-item .dropdown-menu a{cursor:pointer}.bootstrap-select-item .dropdown-toggle{color:#fff}.bootstrap-select-item .dropdown-toggle[title=Paid]{background-color:#71bf44}.bootstrap-select-item .dropdown-toggle[title=Pending]{background-color:#f39120}.bootstrap-select-item .dropdown-toggle[title=Overdue]{background-color:#ed5d58}.bootstrap-select-item .btn-group.open .dropdown-toggle{box-shadow:none}.bootstrap-select-item .paid-label{height:30px;line-height:30px;background-color:#71bf44;border-radius:3px;font-size:14px;color:#fff}.bootstrap-select-item .icon-answer-status{margin:0 7px 5px 5px;font-size:24px;vertical-align:middle}.bootstrap-select-item .icon-answer-status:before{position:relative;z-index:2}.bootstrap-select-item .icon-answer-status:after{content:'';display:block;position:absolute;top:3px;left:1px;z-index:1;width:19px;height:19px;background-color:#fff;border-radius:50%}.bootstrap-select-item .icon-answer-status.fa-check-circle{color:#3eae4e}.bootstrap-select-item .icon-answer-status.fa-times-circle{color:#ed5d58}.bootstrap-select-item.default.random-number select{width:auto}.bootstrap-select-item.default.random-number .bootstrap-select{width:auto!important}.bootstrap-select-item.default.random-number .dropdown-toggle{padding-right:30px}.bootstrap-select-item.default .dropdown-toggle{padding:7px 12px;background-color:#fff;border:1px solid #e5e9ec;border-radius:3px;color:#aaa}.bootstrap-select-item.default .dropdown-toggle[aria-expanded]{color:#666}.bootstrap-select-item.default .dropdown-menu{margin-top:-3px;margin-bottom:0;border:1px solid #e5e9ec;box-shadow:none}.bootstrap-select-item.default .dropdown-menu>li>a:hover{background-color:#428bca;color:#fff}.bootstrap-select-item.unit-building .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:-3px}.success-control input.form-control:focus,.success-control textarea:focus{border-color:#0aa699}.custom-select-dropdown-white .btn{background-color:#fff;border:1px solid #e5e9ec;border-radius:2px;padding:7px 15px}.custom-select-icon.error-control .validation-icon,.custom-select-icon.success-control .validation-icon{padding-left:10px;top:2px;right:8px;margin:9px 2px 4px 10px;width:16px;height:16px;font-size:16px;display:block;text-align:center}.custom-select-icon{position:relative}.custom-select-icon.success-control .form-input-item .form-control{border-color:#0aa699}.multi-select .btn-group,.multi-select .multiselect-container.dropdown-menu,.ui-select-multiple,select.num-page{width:100%}.multi-select .btn-group.open .btn.dropdown-toggle{background-color:#f4f5f7;border:1px solid #ddd;box-shadow:none}.select.select-bootstrap-selectpicker .bootstrap-select .dropdown-toggle:active,.select.select-bootstrap-selectpicker .bootstrap-select.open .dropdown-toggle{box-shadow:0 0 0 transparent}.multi-select .btn-group .multiselect-selected-text{float:left}.multi-select .btn-group .caret{position:absolute;top:15px;right:15px}.multi-select .multiselect-container input[type=checkbox]{display:block;margin-bottom:0;margin-top:3px}.multi-select .multiselect-container.dropdown-menu li{padding:0 5px}.multi-select .multiselect-container.dropdown-menu li.active a,.multi-select .multiselect-container.dropdown-menu li.active a:hover{color:#fff;background-color:#0090d9}.multi-select .multiselect-container.dropdown-menu li a{padding:0}.multi-select .multiselect{width:100%;max-width:100%;border:1px solid #e5e9ec;background:#fff;padding:4px 9px;height:37px}.multi-select .multiselect:hover{background-color:transparent;border-color:#e5e9ec}select.custom-dropdown-fillin{display:inline-block;font:inherit;line-height:1.5em;padding:.5em 3.5em .5em 1em;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background-image:url(http://i48.tinypic.com/2u7rpec.png)!important;background-position:right;background-repeat:no-repeat}select.custom-dropdown-fillin::-ms-expand{display:none}.ui-select-multiple .select2-choices{padding:5px}.ui-select-multiple .select2-choices .select2-search-field input{width:auto!important;min-height:25px}.ui-select-multiple .select2-choices .select2-search-choice{margin:3px}.ui-select-multiple .select2-results{max-height:100px}.select{display:inline-block;position:relative}.select .arrow{pointer-events:none;content:' ';display:block;position:absolute;z-index:9;top:1px;right:1px;width:34px;height:34px;background-color:#fff;border-radius:0 3px 3px 0;line-height:34px;text-align:center}.select .arrow i{top:0}.select .arrow.disabled{background-color:#f2f2f2}.select.select-bootstrap-selectpicker .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:100%}.select.select-bootstrap-selectpicker .bootstrap-select .dropdown-toggle{height:auto!important;padding:7px 30px 7px 15px;background-color:#fff;border:1px solid #e6e6e6;border-radius:3px}.select.select-bootstrap-selectpicker .bootstrap-select .dropdown-toggle .caret{width:auto;height:auto;margin-top:-10px;border:0}.select.select-bootstrap-selectpicker .bootstrap-select .dropdown-toggle .caret:before{content:"\f107";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.select.select-bootstrap-selectpicker .bootstrap-select .dropdown-toggle.disabled{pointer-events:none;opacity:1;background-color:#ccc}.select.select-bootstrap-selectpicker .label-select{display:inline-block;margin-right:10px;font-size:16px}.select.select-bootstrap-selectpicker.locked .bootstrap-select .dropdown-toggle{padding:8px 15px 5px;text-align:center}.select.select-bootstrap-selectpicker.locked .bootstrap-select .dropdown-toggle .filter-option{float:none!important;text-align:center;line-height:1.2}.select.select-bootstrap-selectpicker.locked .bootstrap-select .dropdown-toggle .caret{display:none}.select.select-bootstrap-selectpicker.locked .bootstrap-select .dropdown-toggle[title=Satisfactory]{background-color:#00bf4d;color:#fff}.select.select-bootstrap-selectpicker.locked .bootstrap-select .dropdown-toggle[title~=Not]{background-color:#ff5c50;color:#fff}.select.select-bootstrap-selectpicker.locked .bootstrap-select .dropdown-toggle[title~=Awaiting]{background-color:#f68a1e;color:#fff}.select.select-evaluation-upload-file{min-width:200px}.select.select-evaluation-upload-file .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:auto;min-width:200px}.select.select-evaluation-upload-file .bootstrap-select.btn-group .dropdown-menu li a{font-size:14px;padding-right:11px;padding-left:11px}.select.select-evaluation-upload-file-main .bootstrap-select .dropdown-toggle[title=Satisfactory]{background-color:#00bf4d;color:#fff}.select.select-evaluation-upload-file-main .bootstrap-select .dropdown-toggle[title~=Not]{background-color:#ff5c50;color:#fff}.select.select-evaluation-upload-file-main .bootstrap-select .dropdown-toggle[title~=Awaiting]{background-color:#f68a1e;color:#fff}.select.select-evaluation-upload-file-main .bootstrap-select.disabled .dropdown-toggle[title~=Awaiting]{background-color:#ccc;color:#666}.js-numeric-slider .slider.slider-horizontal{width:50%;margin-left:13px}.js-numeric-slider .slider.slider-horizontal .slider-track{position:absolute;top:50%;margin-top:-5px;left:0;width:100%;height:5px!important;background-color:#f7f7f7;background-image:none;border-radius:8px!important;box-shadow:inset 0 0 1px 1px rgba(107,170,165,.33)!important;cursor:pointer}.js-numeric-slider .slider.slider-horizontal .slider-selection{position:absolute;top:0;bottom:0;height:100%;background-color:#f7f7f7;background-image:none;border-radius:8px!important;box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.11)!important}.js-numeric-slider .slider.slider-horizontal .slider-handle{position:absolute;width:26px;height:26px;margin-top:-10px!important;margin-left:-13px;background:linear-gradient(to bottom,#f8f9fa 13%,#fff 97%);border:0 solid transparent;border-radius:20px;box-shadow:inset 0 2px 1px -1px #fff,0 1px 3px rgba(0,0,0,.39)}.js-numeric-slider .slider.slider-horizontal>.tooltip{-webkit-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.js-numeric-slider .slider.slider-horizontal>.tooltip.in{opacity:.5;filter:alpha(opacity=50)}.js-numeric-slider .slider.slider-horizontal>.tooltip.top{margin-top:-10px;margin-left:1px}.js-numeric-slider.primary .slider.slider-horizontal .slider-selection{background-color:#094ab2}.js-numeric-slider .numeric-slider .tooltip{opacity:1;filter:alpha(opacity=100);top:50%;right:-100px}.js-numeric-slider .numeric-slider .tooltip.top{padding:0;margin-top:-15px}.js-numeric-slider .numeric-slider .tooltip-inner{display:inline-block;padding:5px 10px;background-color:#094ab2;border-radius:4px;color:#fff;text-align:center}.js-spinner{position:relative;display:inline-block}.js-spinner .ui-spinner-up{position:absolute;z-index:1;top:2px;right:8px;cursor:pointer}.js-spinner .ui-spinner-down{position:absolute;z-index:1;top:13px;right:8px;cursor:pointer}.js-spinner .ui-icon{display:block;color:#444;transform:scaleY(.55)}.switch{display:inline-block}.switch.switch-disabled label{opacity:.5;pointer-events:none}.switch input{display:none}.switch.switch-sm{vertical-align:middle}.global-tab.nav-tabs .fa,.tbd-opertation li{vertical-align:top}.switch.switch-sm input.cmn-toggle-round+label{width:37px;height:18px}.switch.switch-sm input.cmn-toggle-round+label:after{width:16px;height:16px;margin-left:0}.switch.switch-sm input.cmn-toggle-round:checked+label:after{margin-left:18px}input.cmn-toggle-round+label{padding:2px;width:58px;height:28px;background-color:#ddd;-webkit-border-radius:60px;-moz-border-radius:60px;-ms-border-radius:60px;-o-border-radius:60px;border-radius:60px;position:relative;margin:0;color:#fff;cursor:pointer}input.cmn-toggle-round+label:after,input.cmn-toggle-round+label:before{display:block;position:absolute;top:1px;left:1px;bottom:1px;content:""}input.cmn-toggle-round+label:before{right:1px;background-color:red;-webkit-border-radius:60px;-moz-border-radius:60px;-ms-border-radius:60px;-o-border-radius:60px;border-radius:60px;-webkit-transition:background .4s;-moz-transition:background .4s;-o-transition:background .4s;transition:background .4s}input.cmn-toggle-round+label:after{width:26px;height:26px;background-color:#fff;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-transition:margin .4s;-moz-transition:margin .4s;-o-transition:margin .4s;transition:margin .4s}input.cmn-toggle-round:checked+label:before{background-color:#8ce196}input.cmn-toggle-round:checked+label:after{margin-left:29px}.switch-item{display:inline-block}.switch-item.custom-publich .switchery{height:20px;width:40px}.switch-item.custom-publich .switchery small{height:20px;width:20px}.tab-content{z-index:5}.global-tab-content.tab-content{z-index:1}.global-tab-content .tab-pane{padding:30px 15px}.global-tab-content .tab-pane:after,.global-tab-content .tab-pane:before{content:" ";display:table}.global-tab-content .tab-pane:after{clear:both}.global-tab-content .btn-container.top-right{position:absolute;z-index:1;top:-45px;right:0}.global-tab-content .btn-container li{display:inline-block;padding-left:0}.global-tab-content .grid.simple{margin-bottom:0}.global-tab-content .grid.simple .grid-title{border:none;padding:15px}.global-tab-content .grid.simple .grid-body{padding:15px;border:none;border-top:1px solid #ddd}.grid.simple .grid-title{padding:15px}.table-data-control{padding:15px;background-color:#fff;border:1px solid #ddd;border-bottom:none}.table-data-control.table-data-control-footer{border-top:none;border-bottom:solid 1px #ddd}.table-data-control.table-data-control-tab{padding:0 15px 15px;margin:0 -19px 15px;border:none;border-bottom:solid 1px #ddd}.grid-view .user-block-list-item{background-color:#f6f8f9}.grid-view .grid.simple .grid-body{padding-bottom:15px}.js-tab-first .tab-btn{padding-top:5px;margin-bottom:15px}.js-tab-first .tab-btn:after,.js-tab-first .tab-btn:before{content:" ";display:table}.js-tab-first .tab-btn:after{clear:both}.js-tab-first .tab-btn li{float:left;padding-left:0;line-height:initial}.js-tab-first .tab-btn li a{position:relative;display:block;padding:7px 10px;border:none;border-radius:3px;color:#666}.js-tab-first .tab-btn li.active a{background-color:#094ab2;color:#fff}.js-tab-first .tab-content{padding:15px;margin-bottom:0;background-color:#fff}.js-tab-first .tab-pane{padding:0}.js-tab-first .course-info-overview{padding-left:30px;border-left:solid 1px #eee}.js-tab-first .course-info-overview .title{margin-bottom:5px;font-size:30px;color:#094ab2;line-height:1}.js-tab-first .course-info-overview .label{background-color:#4da197;color:#fff}.js-tab-first .course-info-overview .description{color:#999}.js-tab-first .course-info-completion-rule li{position:relative;padding-left:25px;margin-top:5px;line-height:initial}.js-tab-first .course-info-completion-rule li:first-child{margin-top:0}.js-tab-first .course-info-completion-rule i{position:absolute;z-index:1;top:3px;left:0;color:#9096a4}.js-tab-first .course-info-completion-rule span{font-family:open_sanssemibold;font-style:italic;color:#094ab2}.js-tab-first .about-rto{padding:30px 0}.js-tab-first .about-rto .name{margin-bottom:15px;font-size:24px;color:#1d344c;text-align:center}.js-tab-first .about-rto .description{width:75%;margin:auto}.tabs-item .nav-tabs{border-radius:4px 4px 0 0}.tabs-item .nav-tabs.nav-justified>li{width:auto}.tabs-item .nav-tabs.nav-justified>li.disabled a{cursor:pointer}.tabs-item .nav-tabs.nav-justified>li.active a,.tabs-item .nav-tabs.nav-justified>li.disabled.active a{cursor:default}.tabs-item .nav-tabs a,.tabs-item .nav-tabs a:focus{cursor:pointer;box-shadow:none}.tabs-item .nav-pills{margin-top:5px}.tabs-item .nav-pills>li{padding-left:10px}.tabs-item .nav-pills>li:first-child{padding-left:0}.tabs-item .nav-pills>li>a{cursor:pointer}.tabs-item .tab-content{overflow:visible;margin-bottom:0}.tabs-item .tab-content>.active{padding:30px}.tabs-item .tab-content-inner{padding:20px;margin:0;background-color:#d1dade}.tabs-item .tab-content-inner.tab-content-inner-unit-building:after{content:'';position:absolute;z-index:1;top:107px;right:50px;left:calc(60%);bottom:87px;background-color:#fff;border-radius:3px}.tabs-item .tabs-item-inside .tab-content .tab-pane{padding:0}.tabs-item.unit-building-style .nav-tabs li[heading^=Core] a:before{content:'\f023';margin-right:10px;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tbd-first .tbd-header-col,.tbd-invoice .tbd-header-col,.tbd-second .tbd-header-col,.tbd-submit-envet .tbd-header-col{font-weight:700;text-transform:uppercase}.tabs-item.unit-building-style .nav a{cursor:pointer}.tab-custom .nav-tabs{background:0 0}.tab-custom .nav-tabs li{cursor:pointer}.tab-custom.tab-custom-border .nav-tabs>li.active>a{box-shadow:none;border:1px solid #DDD;font-family:open_sansbold;color:#0090d9}.tab-custom.tab-account-setting .tab-content{border:1px solid #ddd;border-top:none}.tab-custom.tab-account-setting .tab-pane{padding:30px 30px 20px}.tab-padding-10 .tab-pane.active{padding:10px}.pd-navigation-tab ul{overflow:hidden}.pd-navigation-tab ul:after,.pd-navigation-tab ul:before{content:" ";display:table}.pd-navigation-tab ul:after{clear:both}.pd-navigation-tab li{float:left}.pd-navigation-tab a{display:block;padding:15px 20px;background-color:#D1DADE;border-radius:4px 4px 0 0;color:#888}.pd-navigation-tab a.active{background-color:#fff;color:#555}.evidence_tabs .tab-content>.active{padding:15px 0 0}.evidence_tabs .nav-tabs{background-color:transparent}.evidence_tabs .nav-tabs>li{margin-bottom:-1px}.evidence_tabs .nav-tabs>li.active>a{border:none;box-shadow:none;border-bottom:3px solid #0B4AB4;color:#0B4AB4}.evidence_tabs .nav-tabs>li>a{padding:10px 15px}.table thead td,.table thead th{text-transform:uppercase}.table thead th[ng-click]{cursor:pointer}.table.table-content-large tr td{font-size:14px;padding:15px 12px!important}.table.table-content-large tr td .btn-icon{font-size:20px;margin-left:5px;margin-right:5px}.table td:first-child{border-radius:3px 0 0 3px}.table td:last-child{border-radius:0 3px 3px 0}.table-info{width:100%}.table-info thead th{padding:10px}.table-info tbody td,.tbd .tbd-body-col,.tbd .tbd-header-col{padding:5px 10px}.table-info-first{border:1px solid #999}.table-info-first thead th{background-color:#ccdef3;border:1px solid #999;color:#555;text-align:center}.table-info-first tbody tr:nth-child(even) td{background-color:#eee}.table-info-first tbody td{border:1px solid #999;text-align:center}.table-info-first tbody td.text-left{text-align:left}.tbd-body-detail,.tbd-inner-body-detail{clear:both}.tbd-body-row:after,.tbd-body-row:before,.tbd-header-row:after,.tbd-header-row:before,.tbd-inner-body-row:after,.tbd-inner-body-row:before,.tbd-inner-header-row:after,.tbd-inner-header-row:before{content:" ";display:table}.tbd-body-row:after,.tbd-header-row:after,.tbd-inner-body-row:after,.tbd-inner-header-row:after{clear:both}.tbd-body-col,.tbd-header-col,.tbd-inner-body-col,.tbd-inner-header-col{float:left;word-break:break-all}.tbd-opertation li{display:inline-block;margin-left:4px;margin-right:4px}.tbd-opertation li.btn-view-file{top:1px!important;margin-left:3px}.tbd-opertation li a{font-size:18px}.tbd-opertation li a.btn-comment-file,.tbd-opertation li a.btn-view-file{margin-right:0!important}.tbd-opertation li .checkbox{margin-left:0!important}.tbd-opertation.tbd-opertation-mydocument{margin-top:-5px;position:relative;top:1px;text-align:left}.tbd-opertation.tbd-opertation-mydocument li a{color:#555}.tbd-opertation:after{content:'';display:block;clear:both}.tbd .tbd-actions,.tbd .tbd-btn-container{display:inline-block}.tbd .tbd-actions-item{display:inline-block;padding:0;margin-left:5px;vertical-align:top}.tbd .tbd-actions-item:first-child{margin-left:0}.tbd .tbd-actions-item a{font-size:14px}.tbd .tbd-actions-item .checkbox{position:relative;display:inline-block;top:2px}.tbd .tbd-actions-item .checkbox label:after{left:0}.tbd .tbd-actions-item .fa-search{top:3px;vertical-align:middle}.tbd-inner .tbd-inner-body-col,.tbd-inner .tbd-inner-header-col{padding:5px 10px}.tbd-first .tbd-header-col{position:relative;padding:12px;font-size:12px}.tbd-first .tbd-header-col[ng-click]{cursor:pointer}.tbd-first .tbd-body.add-toggle .fa-plus-circle{color:#5cb85c}.tbd-first .tbd-body.add-toggle .fa-minus-circle{color:#ed5d58}.tbd-first .tbd-body.collapse-group .fa-minus-circle,.tbd-first .tbd-body.collapse-group .fa-plus-circle{cursor:pointer}.tbd-first .tbd-body-row{position:relative;border-radius:3px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.tbd-first .tbd-body-row:nth-child(odd){background-color:#ecf0f2;border-bottom:solid 1px #fff}.tbd-first .tbd-body-row:hover{background-color:#cddaed}.tbd-first .tbd-body-row.selected{margin-bottom:1px;background-color:#a7bade}.tbd-first .tbd-body-row.selected:hover{background-color:#99aed8}.tbd-first .tbd-body-row.clear-strip:nth-child(odd){background-color:transparent;border-bottom:0}.tbd-first .tbd-body-row.clear-strip:hover{background-color:transparent}.tbd-first .tbd-body-col{position:relative;padding:10px 12px;font-size:13px;color:#576475}.tbd-first .tbd-body-col.clear-padding{padding:0}.tbd-first .tbd-body-col.org-main-operator-padding{padding:8px 8px 0 0}.tbd-first .tbd-body-col.org-operator-padding,.tbd-first .tbd-body-col.org-operator-qualification-padding{padding:10px 8px 10px 0}.tbd-first .tbd-body-col.rto-operator-padding{padding:8px 7px 5px}.tbd-first .tbd-body-col.rto-operator-padding .switch{margin-left:-7px}.tbd-first .tbd-body-col.operation-list-container{padding-top:6px;padding-bottom:6px}.tbd-first .tbd-body-col .btn-collapse-detail i{color:#9096a4}.tbd-first .tbd-body-col a{color:#576475}.tbd-first .tbd-body-col a.org-operator-item{display:inline-block;position:relative;top:5px;vertical-align:top}.tbd-first .tbd-btn-container li{display:inline-block;padding-left:0;margin-left:5px;line-height:initial}.tbd-first .tbd-btn-container li:first-child{margin-left:0}.tbd-first .tbd-btn-container li a{font-size:16px}.tbd-first .tbd-btn-container li a.btn-icon{margin-right:0}.tbd-first .tbd-btn-container li a i{color:#9096a4}.tbd-first .checkbox label{margin:0 10px 0 0;padding-left:0}.tbd-first .checkbox label:before{margin-right:0!important}.tbd-first .checkbox label:after{left:3px}.tbd-first.unit-pool .tbd-body-row{margin-bottom:1px}.tbd-first.tbd-content-large .tbd-body-col,.tbd-first.tbd-content-large .tbd-header-col{font-size:14px}.tbd-first.tbd-content-large .tbd-body-col{padding:15px 12px}.tbd-first.tbd-content-large .tbd-body-col.btn-container{padding:8px 10px 0 0}.tbd-first.tbd-content-large a.org-operator-item{top:0;margin-left:5px;margin-right:5px;font-size:20px}.tbd-first.tbd-mycourse .accordion-item .panel-name,.tbd-first.tbd-mycourse .global-create-content .item-actions a{font-size:13px}@media (max-width:1440px){.tbd-first.tbd-mycourse .tbd-body-col:nth-child(3),.tbd-first.tbd-mycourse .tbd-header-col:nth-child(3){width:53%}.tbd-first.tbd-mycourse .tbd-body-col:last-child,.tbd-first.tbd-mycourse .tbd-header-col:last-child{width:20%;padding-left:0;padding-right:0}}.tbd-first.tbd-mycourse .tbd-body-row:nth-child(odd){background-color:transparent;border-bottom:none}.tbd-first.tbd-mycourse .tbd-body-row:nth-child(odd) .tbd-body-row-list{padding:1px 0;background-color:#ecf0f2;border-radius:4px}.tbd-first.tbd-mycourse .tbd-body-row:nth-child(odd) .tbd-body-row-list:after{content:' ';clear:both}.tbd-first.tbd-mycourse .tbd-body-row:hover{background-color:transparent}.tbd-first.tbd-mycourse .tbd-body-row-list{cursor:pointer}.tbd-first.tbd-mycourse .accordion-item .panel-group .panel-group{margin-top:5px}.tbd-first.tbd-mycourse .accordion-item .panel-name a{color:#666}.tbd-first.tbd-mycourse .global-create-content .dd-handle{margin:5px 0 0;font-size:13px}.tbd-inner-first{padding:30px;background-color:#eee}.tbd-inner-first .tbd-inner-header-row{background-color:#666}.tbd-inner-first .tbd-inner-header-col{color:#fff}.tbd-inner-first .tbd-inner-body-row:nth-child(even){background-color:#ccc}.tbd-second .tbd-header-col{position:relative;padding:12px;font-size:12px;cursor:pointer}.tbd-second .tbd-body-row{position:relative;border-radius:3px}.tbd-second .tbd-body-col{position:relative;width:100%;padding:10px 12px;margin-bottom:3px;background-color:#dcdee1;font-size:13px;color:#576475}.tbd-second .tbd-body-col.core{border-left:solid 3px #ed5d58}.tbd-second .tbd-body-col.elective{border-left:solid 3px #63a1d7}.tbd-second .tbd-body-col.groupset{border-left:solid 3px #24499f}.tbd-second .btn-collapse-detail{position:absolute;z-index:1;top:-1px;right:0;padding:10px 12px;color:#9096a4;text-align:right}.tbd-second .btn-collapse-detail i{margin-right:0;margin-left:5px}.tbd-second.inner .tbd-body-detail{margin-bottom:3px;background-color:#e5e8f5}.tbd-second .groupset-number{display:inline-block;width:24px;height:24px;line-height:24px;background-color:#2367b2;border-radius:50%;text-align:center;font-size:11px;color:#fff}.tbd-invoice .tbd-header-row,.tbd-submit-envet .tbd-header-row{background-color:#eee}.tbd-second .rule-list li{padding:10px 12px;border-top:solid 3px #fff}.tbd-second .rule-list li:first-child{border-top:none}.tbd-second .text-orange{color:#df6b26}.tbd-invoice .tbd-header-col{position:relative;padding:12px;font-size:12px;cursor:pointer}.tbd-invoice .tbd-body-col{position:relative;padding:10px 12px;font-size:13px;color:#576475}.tbd-submit-envet .tbd-header-col{position:relative;padding:12px;font-size:12px;cursor:pointer}.tbd-submit-envet .tbd-body-row.new{background-color:#63a1d7}.tbd-submit-envet .tbd-body-row.re-submit{background-color:#f39120}.tbd-submit-envet .tbd-body-row.correction{background-color:#ed5d58}.tbd-submit-envet .tbd-body-row.correction .tbd-body-col{color:#333}.tbd-submit-envet .tbd-body-col{position:relative;padding:10px 12px;font-size:13px;color:#576475}.profile-pic{background-size:cover;background-repeat:no-repeat;background-position:center center}.tbd-first.tbd-staff .tbd-body-row:hover:nth-child(2n) .tbd-body-detail.mydocument-list .tbd-body-col,.tbd-first.tbd-staff .tbd-body-row:hover:nth-child(2n) .tbd-body-detail.mydocument-list .tbd-header-col,.tbd-first.tbd-staff .tbd-body-row:hover:nth-child(2n+1) .tbd-body-detail.mydocument-list .tbd-body-col,.tbd-first.tbd-staff .tbd-body-row:hover:nth-child(2n+1) .tbd-body-detail.mydocument-list .tbd-header-col{background-color:#cddaed;border-top:solid 1px #e5e5e5}.tbd-first.tbd-staff .tbd-body-row:nth-child(2n) .tbd-body-detail.mydocument-list .tbd-body-col,.tbd-first.tbd-staff .tbd-body-row:nth-child(2n) .tbd-body-detail.mydocument-list .tbd-header-col{background-color:#fff;border-top:solid 1px #e5e5e5}.tbd-first.tbd-staff .tbd-body-row:nth-child(2n+1) .tbd-body-detail.mydocument-list .tbd-body-col,.tbd-first.tbd-staff .tbd-body-row:nth-child(2n+1) .tbd-body-detail.mydocument-list .tbd-header-col{border-top:solid 1px #fff}.tbd-staff{padding-bottom:15px}.tbd-staff .tbd-body-col:nth-child(1),.tbd-staff .tbd-header-col:nth-child(1){width:5%}.tbd-staff .tbd-body-col:nth-child(2),.tbd-staff .tbd-header-col:nth-child(2){width:60%}.tbd-staff .tbd-body-col:nth-child(3),.tbd-staff .tbd-header-col:nth-child(3){width:18%}.tbd-staff .tbd-body-col:nth-child(4),.tbd-staff .tbd-header-col:nth-child(4){width:17%}.tbd-staff .tbd-body-col .file-alert,.tbd-staff .tbd-header-col .file-alert{position:absolute;top:50%;right:10px;margin-top:-8px;font-size:14px;color:#094ab2}.tbd-staff .tbd-body-row{border-bottom:solid 1px #fff}.tbd-staff .tbd-body-detail{border-radius:0 0 3px 3px}.tbd-staff .tbd-body-detail .tbd-body-row:hover .tbd-body-col{background-color:#ECF0F2}.tbd-staff .tbd-body-detail .tbd-body-row:first-child .tbd-body-col{border-top:none!important;padding-top:1px;min-height:initial!important}.tbd-staff .tbd-body-detail .tbd-body-col,.tbd-staff .tbd-body-detail .tbd-header-col{width:12.5%;text-align:center}.tbd-staff .tbd-body-detail .tbd-header-col{background-color:#ECF0F2;font-weight:400}.tbd-staff .tbd-body-detail .tbd-body-col{border-top:solid 1px #fff}.tbd-staff .tbd-body-detail .tbd-body-col.file-aviable .btn-view-file{display:inline-block;margin-right:5px}.tbd-staff .tbd-body-detail .tbd-body-col.comment-aviable .btn-comment-file{position:relative;top:-6px;display:inline-block;margin-right:5px}.tbd-staff .tbd-body-detail .tbd-body-col.comment-aviable .btn-comment-file a{font-size:16px}.tbd-staff .tbd-body-detail .tbd-body-col.comment-aviable.file-reject .btn-view-file{display:inline-block;margin-right:5px;color:#F14D4D}.tbd-staff .tbd-body-detail .tbd-body-col.comment-aviable .checkbox,.tbd-staff .tbd-body-detail .tbd-body-col.file-aviable .checkbox{position:relative;top:3px;display:inline-block;margin-left:5px}.tbd-staff .tbd-body-detail .tbd-body-col.comment-aviable .checkbox label,.tbd-staff .tbd-body-detail .tbd-body-col.file-aviable .checkbox label{width:17px;margin-right:0;transition:all .2s ease 0s!important}.tbd-staff .tbd-body-detail .tbd-body-col .btn-comment-file,.tbd-staff .tbd-body-detail .tbd-body-col .btn-view-file{display:none;position:relative;top:-3px;margin-right:0;font-size:16px;line-height:1;transition:all .2s ease 0s!important;vertical-align:middle}.tbd-staff .tbd-body-detail .tbd-body-col .checkbox{position:relative;top:3px;display:inline-block}.tbd-staff .tbd-body-detail .tbd-body-col .checkbox label{width:auto;margin-right:17px}.tbd-staff .tbd-body-detail .tbd-body-col .checkbox label:before{background-color:#fff}.tbd-staff .tbd-body-detail.mydocument-list .tbd-body-row{border-bottom:none}.tbd-staff .tbd-body-detail.mydocument-list .tbd-body-row:first-child .tbd-body-col{border-top:none}.tbd-staff .tbd-body-detail.mydocument-list .tbd-body-col,.tbd-staff .tbd-body-detail.mydocument-list .tbd-header-col{background-color:#ecf0f2;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.tbd-staff .tbd-body-detail.mydocument-list .tbd-body-col{color:#999}.tbd-staff .tbd-body-detail.mydocument-list .tbd-body-col:nth-child(1),.tbd-staff .tbd-body-detail.mydocument-list .tbd-header-col:nth-child(1){width:5%;min-height:43px}.tbd-staff .tbd-body-detail.mydocument-list .tbd-body-col:nth-child(2),.tbd-staff .tbd-body-detail.mydocument-list .tbd-header-col:nth-child(2){width:78%;min-height:43px;text-align:left}.tbd-staff .tbd-body-detail.mydocument-list .tbd-body-col:nth-child(3),.tbd-staff .tbd-body-detail.mydocument-list .tbd-header-col:nth-child(3){width:17%;min-height:43px;text-align:left}.table-custom.table-evidence{max-width:initial!important}.table-custom.table-evidence thead th{padding:0 0 5px;text-transform:uppercase;font-size:10px;vertical-align:middle}.table-custom.table-evidence tbody td .checkbox-item label,.table-custom.table-evidence tbody td .radio-item label{width:17px;padding-left:0}.table-custom.table-testassign thead th{padding-left:5px;padding-right:0;font-size:11px;text-transform:uppercase;vertical-align:top}.table-custom.table-testassign thead th:first-child{padding-left:10px}.table-custom.table-testassign tbody td{padding-left:5px!important;padding-right:0!important}.table-custom.table-testassign tbody td:first-child{padding-left:10px!important}.table-custom.table-testassign tbody td .label{font-size:8px;padding:3px 7px}.table-custom thead td,.table-custom thead th{position:relative;line-height:1.2;font-weight:700}.table-custom thead tr,.table-custom thead tr:hover td{background:0 0!important}.table-custom tr:nth-child(odd){background-color:#e8edf3}.table-custom tr:hover td{background-color:#cddaed!important}.table-custom td{border:none!important}.table-custom td:first-child{border-radius:4px 0 0 4px}.table-custom td:last-child{border-radius:0 4px 4px 0}.table-custom-staff tr td:nth-child(1),.table-custom-staff tr td:nth-child(10),.table-custom-staff tr td:nth-child(11),.table-custom-staff tr td:nth-child(12),.table-custom-staff tr td:nth-child(13),.table-custom-staff tr td:nth-child(14),.table-custom-staff tr td:nth-child(2),.table-custom-staff tr td:nth-child(3),.table-custom-staff tr td:nth-child(4),.table-custom-staff tr td:nth-child(5),.table-custom-staff tr td:nth-child(6),.table-custom-staff tr td:nth-child(7),.table-custom-staff tr td:nth-child(8),.table-custom-staff tr td:nth-child(9),.table-custom-staff tr th:nth-child(1),.table-custom-staff tr th:nth-child(10),.table-custom-staff tr th:nth-child(11),.table-custom-staff tr th:nth-child(12),.table-custom-staff tr th:nth-child(13),.table-custom-staff tr th:nth-child(14),.table-custom-staff tr th:nth-child(2),.table-custom-staff tr th:nth-child(3),.table-custom-staff tr th:nth-child(4),.table-custom-staff tr th:nth-child(5),.table-custom-staff tr th:nth-child(6),.table-custom-staff tr th:nth-child(7),.table-custom-staff tr th:nth-child(8),.table-custom-staff tr th:nth-child(9){width:200px}.pd-table{width:100%}.pd-table.primary thead th{padding:12px 5px 17px;font-size:12px;text-transform:uppercase}.pd-table.primary tbody tr:nth-child(odd){background-color:#ecf0f2}.pd-table.primary tbody td{padding:11px 5px;font-size:13px}.pd-table.primary tbody td:first-child{border-radius:3px 0 0 3px}.pd-table.primary tbody td:last-child{border-radius:0 3px 3px 0}.pd-table.primary.onlinecourse-evidence thead th{word-break:normal}.pd-table.primary.onlinecourse-evidence thead th:nth-child(1){width:40%;padding-left:15px}.pd-table.primary.onlinecourse-evidence thead th:nth-child(2){width:20%}.pd-table.primary.onlinecourse-evidence thead th:nth-child(3){width:25%;text-align:center}.pd-table.primary.onlinecourse-evidence thead th:nth-child(4){width:15%;text-align:center}.pd-table.primary.onlinecourse-evidence tbody td{word-break:normal;vertical-align:top}.pd-table.primary.onlinecourse-evidence tbody td:nth-child(1){width:40%;padding-left:15px;word-break:break-all}.pd-table.primary.onlinecourse-evidence tbody td:nth-child(2){width:20%}.pd-table.primary.onlinecourse-evidence tbody td:nth-child(3){width:25%;text-align:center}.pd-table.primary.onlinecourse-evidence tbody td:nth-child(4){width:15%;text-align:center}.pd-table.primary.modal-myinfo thead th{padding:10px 12px;font-size:12px;text-align:center}.pd-table.primary.modal-myinfo thead th:first-child{text-align:left}.pd-table.primary.modal-myinfo tbody td{padding:10px 12px;text-align:center}.pd-table.primary.modal-myinfo tbody td:first-child{text-align:left}.pd-table.primary.modal-myinfo tbody .no-file{color:#555}.pd-table.primary.modal-myinfo tbody .pending{color:#f68a1e}.pd-table.primary.modal-myinfo tbody .approve{color:#3EAE4E}.pd-table.primary.modal-myinfo tbody .reject{color:#E95F54}.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(1),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(1){width:25%}@media (min-width:1280px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(1),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(1){width:25%}}@media (min-width:1440px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(1),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(1){width:30%}}@media (min-width:1680px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(1),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(1){width:50%}}@media (min-width:1920px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(1),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(1){width:44%}}.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(2),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(2){width:25%;white-space:nowrap}@media (min-width:1280px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(2),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(2){width:15%}}@media (min-width:1440px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(2),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(2){width:20%}}@media (min-width:1680px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(2),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(2){width:15%}}@media (min-width:1920px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(2),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(2){width:20%}}.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(3),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(3){width:25%}@media (min-width:1280px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(3),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(3){width:30%;text-align:center}}@media (min-width:1440px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(3),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(3){width:25%}}@media (min-width:1680px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(3),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(3){width:20%}}@media (min-width:1920px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(3),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(3){width:20%}}.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(4),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(4){width:25%}@media (min-width:1280px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(4),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(4){width:30%}}@media (min-width:1440px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(4),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(4){width:25%}}@media (min-width:1680px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(4),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(4){width:15%}}@media (min-width:1920px){.pd-table.primary.modal-myinfo.dashboard-myinfo tbody tr td:nth-child(4),.pd-table.primary.modal-myinfo.dashboard-myinfo thead tr th:nth-child(4){width:14%}}.pd-table.primary.fixed-left-column{width:auto;table-layout:fixed;border:1px solid #EEE;border-left:none}.pd-table.primary.fixed-left-column thead{display:table-header-group!important}.pd-table.primary.fixed-left-column thead th{width:150px;border-left:solid 1px #EEE;text-align:center;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pd-table.primary.fixed-left-column thead th:first-child{position:absolute;z-index:1;top:auto;left:0;width:150px;margin-top:-1px;border:1px solid #EEE;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pd-table.primary.fixed-left-column thead th:nth-child(2){border-left:none}.pd-table.primary.fixed-left-column tbody tr:nth-child(odd){background-color:transparent}.pd-table.primary.fixed-left-column tbody td{width:150px;border-top:solid 1px #EEE;border-left:solid 1px #EEE;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pd-table.primary.fixed-left-column tbody td:first-child{position:absolute;z-index:1;top:auto;left:0;width:150px;min-height:34px;border:1px solid #EEE;border-top:none;text-align:left}.fixedTable.fixedTable-report,.pd-table-x-scroll{position:relative}.pd-table.primary.fixed-left-column tbody td:nth-child(2){border-left:none}.pd-table.primary.fixed-left-column tbody td.enrollment{background-color:#ddd}.pd-table.primary.fixed-left-column tbody td.inprogress{background-color:#f68a1e}.pd-table.primary.fixed-left-column tbody td.complete{background-color:#00bf4d}.pd-table.primary.fixed-left-column tbody td.other{background-color:#f35958}.pd-table.primary.fixed-left-column tbody td.set-outcome{background-color:#00bf4d;text-align:center}.pd-table.primary.fixed-left-column tbody td.set-outcome:before{content:'\f00c';display:none;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}.pd-table.primary.fixed-left-column tbody td.no-exist{background-color:#bbb}.pd-table-x-scroll-inner{overflow-x:auto;overflow-y:visible;max-width:100%;margin-left:150px}.fixedTable .table{width:auto;margin-bottom:0;background-color:#fff}.fixedTable .table tr td,.fixedTable .table tr th{min-width:150px;width:150px;min-height:34px;height:34px;padding:5px!important;text-align:center}.fixedTable .table tr th{background-color:#fff;font-weight:400}.fixedTable .table tr td{color:#fff}.fixedTable .table tr td:last-child{border-radius:0}.fixedTable .fixedTable-header{overflow:hidden;position:relative;top:1px;height:35px;max-height:35px}.fixedTable .fixedTable-header .table tr th{border:1px solid #EEE!important;border-right:none}.fixedTable .fixedTable-header .table tr th:first-child{border-left:none!important}.fixedTable .fixedTable-header .table tr th:last-child{border-right:solid 1px #EEE}.fixedTable .fixedTable-header .table tr th .unit-id{max-width:125px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fixedTable .fixedTable-sidebar{float:left;overflow:hidden}.fixedTable .fixedTable-sidebar .table tr td{color:#666;text-align:left}.fixedTable .fixedTable-sidebar .report-student-name{max-width:140px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fixedTable .fixedTable-body{float:left;overflow:auto}.fixedTable .fixedTable-body .table{border-left:none}.fixedTable .fixedTable-body .table tr td:first-child{border-left:none!important}.fixedTable.fixedTable-report:before{content:' ';display:block;position:absolute;z-index:1;top:1px;left:0;width:151px;height:35px;border:1px solid #EEE}@media (min-width:2561px) and (max-width:5711px){.fixedTable .fixedTable-header,.fixedTable .table tr td,.fixedTable .table tr th,.fixedTable.fixedTable-report:before{min-height:38px;height:38px}}@media (min-width:5712px) and (max-width:7615px){.fixedTable .fixedTable-header,.fixedTable .table tr td,.fixedTable .table tr th,.fixedTable.fixedTable-report:before{min-height:51px;height:51px}}@media (min-width:7616px){.fixedTable .fixedTable-header,.fixedTable .table tr td,.fixedTable .table tr th,.fixedTable.fixedTable-report:before{min-height:68px;height:68px}}.fixedTable.fixedTable-report .fixedTable-body,.fixedTable.fixedTable-report .fixedTable-header{width:calc(100vw - 580px)}.fixedTable.fixedTable-report .fixedTable-header{margin-left:151px}.fixedTable.fixedTable-report .fixedTable-sidebar{width:151px;height:calc(100vh - 480px);margin-bottom:20px}.fixedTable.fixedTable-report .fixedTable-body{height:calc(100vh - 480px);margin-bottom:20px}.fixedTable.fixedTable-report .fixedTable-body .table tr td.enrollment{background-color:#ddd}.fixedTable.fixedTable-report .fixedTable-body .table tr td.inprogress{background-color:#f68a1e}.fixedTable.fixedTable-report .fixedTable-body .table tr td.complete{background-color:#00bf4d}.fixedTable.fixedTable-report .fixedTable-body .table tr td.other{background-color:#f35958}.fixedTable.fixedTable-report .fixedTable-body .table tr td.set-outcome{background-color:#00bf4d;text-align:center}.fixedTable.fixedTable-report .fixedTable-body .table tr td.set-outcome:before{content:'\f00c';display:none;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}.fixedTable.fixedTable-report .fixedTable-body .table tr td.no-exist{background-color:#bbb}.table .data-single-line{white-space:nowrap}.table.table-reset{table-layout:auto;margin-bottom:0}.table.table-reset>tbody>tr>td,.table.table-reset>thead>tr>th{padding:0!important;border:0;border-radius:0;font-weight:400;color:#666;text-transform:none;vertical-align:top;word-break:normal}.block-section .user-descript .label,.evident-list li.row-head b,.individual-btn .right-text,.onlinecourse .see-answer .label,.table.table-primary>thead>tr>th,.tag,.together-btn .right-text{text-transform:uppercase}.table.table-primary>thead>tr>th{padding:12px 10px!important;font-family:open_sanssemibold}.table.table-primary>tbody>tr:nth-child(odd) td{background-color:#f3f6fb}.table.table-primary>tbody>tr>td{padding:12px 10px!important}.table.table-primary>tbody>tr>td:first-child{border-radius:3px 0 0 3px}.table.table-primary>tbody>tr>td:last-child{border-radius:0 3px 3px 0}.table.table-stripe-hidden>tbody>tr:nth-child(odd) td{background-color:transparent}.table.table-unit-assignment>tbody>tr>td:first-child,.table.table-unit-assignment>thead>tr>th:first-child{width:40px}.table.table-unit-evidence>tbody>tr>td:nth-child(1),.table.table-unit-evidence>thead>tr>th:nth-child(1){width:250px}@media (max-width:1440px){.table.table-unit-evidence>tbody>tr>td:nth-child(1),.table.table-unit-evidence>thead>tr>th:nth-child(1){width:150px}}.table.table-unit-evidence>tbody>tr>td:nth-child(3),.table.table-unit-evidence>thead>tr>th:nth-child(3){width:155px}.table.table-unit-evidence>tbody>tr>td:nth-child(4),.table.table-unit-evidence>thead>tr>th:nth-child(4){width:160px}.table.table-my-class-assignment>tbody>tr>td:nth-child(1),.table.table-my-class-assignment>thead>tr>th:nth-child(1){max-width:250px}.table.table-my-class-assignment>tbody>tr>td:nth-child(4),.table.table-my-class-assignment>thead>tr>th:nth-child(4){width:135px}.table.table-evidence-upload-file.cellpadding5>tbody>tr>td,.table.table-evidence-upload-file.cellpadding5>thead>tr>th{padding:8px 5px!important}.table.table-evidence-upload-file>tbody>tr>td,.table.table-evidence-upload-file>thead>tr>th{white-space:nowrap}.table.table-evidence-upload-file>tbody>tr>td:nth-child(1),.table.table-evidence-upload-file>thead>tr>th:nth-child(1){white-space:normal}.table.table-evidence-upload-file .name-file{display:block}.table.table-evidence-upload-file .date-file{font-size:11px;vertical-align:middle}.table.table-evidence-upload-file .line-break{display:none}.table.table-history-upload-file>tbody>tr>td,.table.table-history-upload-file>thead>tr>th{white-space:nowrap}.table.table-history-upload-file>tbody>tr>td:nth-child(2),.table.table-history-upload-file>thead>tr>th:nth-child(2){white-space:normal}@media (max-width:1440px){.table.table-evidence-upload-file>thead>tr>th{font-size:10px}.table.table-evidence-upload-file .line-break{display:block}}.tbd-learners.certifications{padding:15px;background:#fff}.tbd-learners .tbd-header{background:#ECF0F2}.tbd-learners .learners-certificate .tbd-header{background:#fff;border-bottom:solid 1px #ddd!important}.tbd-learners .learners-certificate i{font-size:15px;cursor:pointer}.tbd-learners .learners-certificate.tbd-body-row{background-color:#fff!important;border-bottom:dashed 1px #ddd!important}.tbd-learners .learners-certificate.tbd-body-row:hover{background:#f9fafc!important}.tbd-learners .learners-certificate.tbd-body-row .tbd-body-col a:last-child{margin-right:0}.tbd-staff .tbd-body-detail .tbd-body-col .btn-view-file{margin-right:5px}.modal-myinfo .pd-list.operation-button li i.fa{vertical-align:top}.hashtags.transparent:hover{color:#094ab2}.tags-input-item,.tags-input-item tags-input{display:inline-block}.tags-input-item tags-input .host{margin-top:0;margin-bottom:0}.tags-input-item tags-input .tags{padding:2px 1px;border:1px solid #e5e9ec;border-radius:3px;box-shadow:#000 0 0 0 inset}.tags-input-item tags-input .tags .tag-item{background:#094ab2;border:none;color:#fff}.tags-input-item tags-input .tags .tag-item .remove-button{color:#fff}.tags-input-item tags-input .tags .input{min-height:initial}.pd-badge.primary{width:25px;height:25px;border-radius:50%;font-size:11px;color:#fff;line-height:25px;text-align:center}.pd-badge.primary.core{background-color:#E95F54}.pd-badge.primary.elective{background-color:#67A0DC}.pd-badge.primary.not-ready{background-color:#F7CBBD}.pd-badge.primary.ready{background-color:#D4E8BD}.tag{padding:3px 7px;background-color:#094ab2;border-radius:3px;font-family:open_sanssemibold;font-size:10px;color:#fff;line-height:1}.tag.pending{background-color:#f68a1e}.tag.success{background-color:#00bf4d}.tag.error{background-color:#ff5c50}.page-title .fa-stack{vertical-align:baseline;width:3.3em;height:3.3em;line-height:3.3em;margin-right:12px}.page-title .fa-stack i{position:absolute;color:#505458}.page-title .fa-stack i.fa-stack-2x{font-size:3.3em;font-weight:100}.page-title i{font-size:25px}.page-title h3 a{color:#666}.page-title .link{margin-top:-10px;padding-bottom:5px;font-family:open_sansregular;font-size:16px;color:#333;letter-spacing:normal}.page-title .link a{color:#094ab2;text-decoration:underline}.page-title h3{top:-6px;margin:10px 0}.logo-podium img{max-height:100px;max-width:200px}.account-setting .btn-new-delivery-location{position:absolute;z-index:1;top:-45px;right:0}.account-setting .action-control{float:right;margin:6px 8px 0 0}.upload-logo{position:absolute;z-index:1;right:30px;width:242px}.upload-logo.account-setting{top:85px}.upload-logo.org-admin-register{top:20px;right:-15px}.upload-logo.org-register{top:80px;right:-30px}.upload-logo.learner-register{right:-22px}.upload-logo.staff-info{width:auto;right:15px}.upload-logo.basic-setting{width:auto}.upload-logo li{padding-left:0;margin-top:15px;text-align:center}.upload-logo li:first-child,ul.pd-list.secondary ul li{margin-top:0}.upload-logo .blank-img{overflow:hidden;display:block;position:relative;min-width:200px;height:145px;margin-bottom:5px;background-size:cover;background-position:center}.upload-logo .blank-img img{position:relative;z-index:2;width:auto;height:100%}.upload-logo .blank-img.favicon{display:inline-block;min-width:52px;width:52px;height:52px}.upload-logo .blank-img.favicon:after{font-size:14px;margin-top:0;margin-left:0}.upload-logo .delete-btn{font-size:18px;margin-left:10px}.setting-page .title{background:#094ab2;color:#fff;padding:10px 20px;margin-bottom:20px}.setting-page .js-select{width:100%}.setting-page .change-images{border:1px solid #e5e9ec;border-radius:5px;overflow:hidden;padding:15px 0 10px;text-align:center}.setting-page .change-images .img{min-height:40px}.widget-container{padding-bottom:30px}.dashboard-widget-header{margin-bottom:30px}.dashboard-widget-mostpopular{width:100%;height:380px}.dashboard-widget-mostpopular-label{position:absolute;z-index:1;top:0;left:0;width:250px;padding:15px;background-color:rgba(9,74,178,.85);color:#fff}.dashboard-widget-mostpopular-label .dwml-title{height:42px;line-height:42px;margin-bottom:20px}.dashboard-widget-mostpopular-label .dwml-title i{margin-right:10px;font-size:42px}.dashboard-widget-mostpopular-label .dwml-title span{display:inline-block;vertical-align:top;font-size:16px}.dashboard-widget-mostpopular-label .dwml-owner{margin-bottom:10px;color:#94b0dc}.dashboard-widget-mostpopular-label .dwml-coursename{font-size:20px}.dashboard-widget-mostpopular-hashtag{position:absolute;z-index:1;bottom:0;left:0;padding:15px}.dashboard-widget-mostpopular-hashtag .dwmh-title{margin-bottom:10px}.dashboard-widget-mostpopular-hashtag .dwmh-title a{padding:2px 15px;font-size:16px}.dashboard-widget-livefeed-label{overflow:hidden;padding:15px;background-color:#f6f8fb}.dashboard-widget-livefeed-label .pull-left,.dashboard-widget-livefeed-label .pull-right{height:42px;line-height:42px}.dashboard-widget-livefeed-label i{margin-right:10px;font-size:42px;color:#4f5567}.dashboard-widget-livefeed-label span{display:inline-block;vertical-align:top;font-size:16px;font-weight:700;color:#4f5567}.dashboard-widget-livefeed-label a{color:#999}.dashboard-widget-livefeed-comment .dwlc-user-img{float:left;margin:-10px 10px 0 0;border:5px solid #fff;border-radius:50%}.dashboard-widget-livefeed-comment .dwlc-user-img img{width:65px;height:65px;border-radius:50%}.dashboard-widget-livefeed-comment .name-highlight{font-weight:700;color:#094ab2}.dashboard-widget-course{margin-bottom:30px}.dashboard-widget-course .hashtags-main{padding:2px 15px;font-size:16px;font-weight:400}.dashboard-widget-course-owner{position:relative;z-index:200;width:100%;margin-top:-40px}.dashboard-widget-course-owner .dwco-user-img{display:inline-block;border:5px solid #fff;border-radius:50%}.dashboard-widget-course-owner .dwco-user-img img{width:65px;height:65px;border-radius:50%}.dashboard-widget-course-info{padding-right:15px}.dashboard-widget-course-info p{margin-bottom:15px;color:#094ab2}.table-evidence-upload-file ul.lists-operation>li{padding:3px 0}.table-evidence-upload-file ul.lists-operation>li>a>span{font-size:12px;display:inline-block;padding-left:5px;color:#666}.table-evidence-upload-file ul.lists-operation>li:hover>a>i,.table-evidence-upload-file ul.lists-operation>li:hover>a>span{color:#094ab2}.dropdown-class-uploadfile .dropdown-menu{webkit-box-shadow:0 0 5px rgba(86,96,117,.2);-moz-box-shadow:0 0 5px rgba(86,96,117,.2);box-shadow:0 0 5px rgba(86,96,117,.3)}.table-tab-cell .tab-content .block-class.collapse-hidden{padding:0}.badge-orange{background-color:#F16B4E;color:#fff}.learner-saerch-action>button{margin-left:10px}.learner-saerch-bar{background:#F9FAFC!important}.tooltip{word-break:normal}.table.table-unit-evidence>tbody>tr>td:nth-child(1),.table.table-unit-evidence>thead>tr>th:nth-child(1),.word-break{word-break:break-all}.no-of-new-comment{display:inline-block;position:relative}.no-of-new-comment .status{display:block;position:absolute;z-index:1;top:-5px;right:-10px;width:16px;height:16px;background-color:#f68a1e;border-radius:50%;font-size:10px;line-height:18px;color:#fff!important;text-align:center;box-shadow:0 0 0 2px #fff;transform:scale(.8);padding:0!important}.chat-body-comment a.attachment .name-file,.panel.panel-message.no-comments span{display:inline-block;vertical-align:middle}.no-of-new-comment i.fa{font-size:16px!important;color:#4c5264}.chat-body-comment .image-profile{float:left;width:50px;margin-right:20px}.chat-body-comment .name{font-family:open_sanssemibold}.chat-body-comment .date-time{font-family:open_sansregular;font-size:12px;color:#989898}.chat-body-comment .message{margin-bottom:0}.chat-body-comment a.attachment{font-size:12px;color:#666}.chat-body-comment a.attachment i{vertical-align:middle}.lists.lists-chat .lists-item.comment-list{margin:0;padding:12px 0;border-bottom:1px solid #eee}.scroll-bar .lists-item.comment-list:last-child{padding-bottom:0;border:none}.panel.panel-message.no-comments{background-color:#FFE0B4}.panel.panel-message.no-comments span{line-height:normal}a.attachment{color:#666}.regularfont{font-family:open_sansregular!important;font-size:16px}.scroll-bar-assignment-upload-files.scroll-bar{overflow:inherit}ul.pd-list.secondary ul{margin-bottom:10px}.login-wrapper{display:table;width:100%;height:100%}.login-container{display:table-cell;vertical-align:middle;text-align:center}.login-form{display:inline-block;width:420px;padding:10px 30px 30px;background-color:#fff;border:1px solid #fff;border-radius:6px;text-align:left}.login-form .logo{margin:0 0 20px;text-align:center}.login-form .input-append.primary .add-on{right:0;background-color:#094ab2}.login-form .input-append.primary .add-on .arrow{color:#094ab2}.login-form .checkbox.check-success input[type=checkbox]:checked+label:before{background-color:#094ab2;border-color:#094ab2}.login-form .form-actions{padding:0;margin:0;background-color:transparent}.login-form .btn{width:100%}.login-form .btn-login{color:#fff;background-color:#094ab2}.capsLockAlert{clear:both;font-size:11px;color:#ed5d58}.capsLockAlert.capsLockAlert-login{position:absolute;z-index:1;top:7px;left:100%;min-width:110px;margin-left:10px}.capsLockAlert i{margin-right:5px;vertical-align:middle}.capsLockAlert span{display:inline-block;vertical-align:middle}.class-page{margin-bottom:20px}.class-page .label-group .label-alert{z-index:1;display:inline-block;line-height:18px}.class-page .label-group .label-alert i{font-size:18px;color:#f26c4f;vertical-align:top;line-height:1}.class-page .label-num{border-radius:50%;display:inline-block;text-align:center;font-size:11px;color:#fff;width:16px;height:16px;line-height:1.4}.class-page .label-num.submission{background-color:#014dab}.class-page .label-num.pending{background-color:#f26c4f}.class-page .label-num.class{background-color:#014dab}.class-page .label-num.btn-select{background-color:#fff;color:#094ab2;margin-right:5px;vertical-align:1px}.class-page .file-download{display:block;position:relative;padding:0!important;margin-top:5px}.class-page .file-download img{width:18px;height:auto;margin-left:-4px}.class-page .semester-class{overflow:hidden;background-color:#4c5264;border-radius:3px;min-height:40px;color:#fff;line-height:40px;margin-bottom:10px;font-size:16px}.class-page .semester-class .first{max-width:20%}.evaluation-content img{height:auto;max-width:100%}.table-tab-cell{display:table;width:100%;height:100%;margin-bottom:15px}.table-tab-cell .nav-tabs{width:20%;font-size:13px;display:table-cell}.table-tab-cell .nav-tabs li{float:none}.table-tab-cell .nav-tabs li a{padding:15px}.table-tab-cell .nav-tabs li.active a{border-radius:3px 0 0 3px}.table-tab-cell .tab-content{background-color:transparent;display:block;vertical-align:top;margin-bottom:30px}.table-tab-cell .tab-content .tab-pane{padding:0}.table-tab-cell .tab-content .block-class{position:relative;background-color:#fff;display:inline-block;width:48%;padding:20px 12px;vertical-align:top;height:calc(100vh - 280px)}@media (max-width:1280px){.table-tab-cell .tab-content .block-class{height:calc(100vh - 185px)}}.table-tab-cell .tab-content .block-class .ps-scrollbar-x-rail{display:none!important}.table-tab-cell .tab-content .block-class.user{background-color:none;display:block;padding:0;width:100%;height:auto}.table-tab-cell .tab-content .block-section{display:inline-block;width:50%}.table-tab-cell .tab-content .block-section .layout-section{margin-left:15px;padding:15px 12px;background-color:#fff;height:calc(100vh - 280px)}@media (max-width:1280px){.table-tab-cell .tab-content .block-section .layout-section{height:calc(100vh - 185px)}}.table-tab-cell .tab-content .block-section .layout-section .panel{margin-top:10px}.table-tab-cell .tab-content .block-section .layout-section .panel:first-child{margin-top:0}.table-tab-cell .tab-content .block-class .tab-content,.table-tab-cell .tab-content .block-section .tab-content{display:block}.tab-class{background:0 0;font-size:13px}.tab-class .ps-scrollbar-x-rail{display:none}.tab-class .nav-tabs{display:block;float:left;height:calc(100vh - 280px);overflow-y:auto;border-bottom:none}.tab-class .nav-tabs .active span{color:#014dab}@media (max-width:1440px){.tab-class .nav-tabs span{padding-left:15px}}.tab-class .panel-body{font-size:13px;padding:10px}.tab-class .panel-body .tab-content{margin-bottom:0}.tab-class .panel-body .tab-content .tab-pane{overflow-y:auto;padding-top:7px;padding-bottom:0;min-height:calc(100vh - 550px);max-height:calc(100vh - 550px)}@media (max-width:1280px){.tab-class .nav-tabs{height:calc(100vh - 185px)}.tab-class .panel-body .tab-content .tab-pane{min-height:calc(100vh - 410px);max-height:calc(100vh - 410px)}}.tab-class .panel-body .form-group .dropdown-menu{max-height:120px;overflow-y:auto}.tab-class .panel-body .checkbox label{margin:0;vertical-align:top}.tab-class .group-student .row-name{padding:8px 10px;background:#e8edf3;margin-bottom:7px;color:#4c5264;border-radius:3px;border:1px solid #e8edf3;overflow:hidden;min-height:36px;cursor:pointer}.tab-class .group-student .row-name.active,.tab-class .group-student .row-name:hover{border-color:#0090d9}.tab-class .group-student .row-name .fa{margin-left:7px;font-size:12px;color:#4c5264;vertical-align:text-top}.tab-class .group-student .row-name .label{color:#fff;text-transform:uppercase}.tab-class .move-class{width:100%;padding-right:25px;position:absolute;z-index:1;bottom:10px}.tab-class .move-class .btn{font-size:13px;padding:5px 10px}.tab-class .move-class-button{position:relative;margin-top:5px;padding-right:90px}.tab-class .move-class-button .btn-control-class{min-width:125px}.tab-class .move-class-button .btn-move-class-cancel{position:absolute;z-index:1;top:0;right:0;width:90px}.block-class .panel-group .panel-title .accordion-toggle:after{content:"";color:#fff!important;font-size:20px}.block-class .panel-group .panel-title .accordion-toggle:hover{color:#fff}.block-class .panel-group .panel-title .accordion-toggle:hover:after{color:#fff!important}.block-class .panel-group{margin-bottom:10px}.block-class .panel-default{border:1px solid #014dab}.block-class .panel-default .panel-heading{background-color:#014dab;color:#fff;min-height:35px;padding:7px}.block-class .panel-default .panel-heading a{color:#fff;cursor:pointer}.block-class .panel-default .panel-heading a.icon-alert,.block-class .panel-default .panel-heading a.icon-alert:hover{color:#f26c4f!important}.block-class .panel-default .panel-heading a.icon-alert i{width:15px;height:15px;background-color:#fff;border-radius:50%}.block-class .panel-default .panel-heading a.icon-alert i:before{position:relative;top:-1px;left:0}.block-class .panel-default .panel-heading a:hover{color:#fff!important}.block-class .panel-default .panel-heading a .fa{font-size:18px;margin-left:5px}.block-class .panel-default .panel-heading a .item-number{display:inline-block;width:16px;height:16px;margin-right:5px;background-color:#FFF;border-radius:50%;line-height:16px;font-size:11px;font-family:open_sanssemibold;color:#094ab2;text-align:center}.block-class .add-class .panel-default{border-color:#094ab2}.block-class .add-class .panel-default .panel-heading{background-color:#094ab2;padding:6px 13px}.block-class .add-class .panel-default .panel-heading input[type=text]{min-height:30px}.block-class .nav-pills li a{color:#8b91a0}.block-class .nav-pills li.active a{color:#fff}.block-class .content-class{height:390px;margin-bottom:14px}.block-class.evidence-content .panel-group{margin-bottom:0}.block-class.evidence-content .panel-body{min-height:calc(100vh - 490px);max-height:calc(100vh - 490px);overflow:auto}@media (max-width:1280px){.block-class.evidence-content .panel-body{min-height:calc(100vh - 395px);max-height:calc(100vh - 395px)}}.block-class.evidence-content .tab-actions{float:right}.block-class.evidence-content .tab-actions li{float:left;margin-left:5px}.block-class.evidence-content .tab-actions .item-number{margin-right:0!important}.block-class.evidence-content .tab-actions .fa{margin-left:0!important}.block-class .ui-select-multiple .select2-choices .select2-search-field{width:100%}.block-class .ui-select-multiple .select2-choices .select2-search-field input{width:100%!important}.block-section .nav-pills{background-color:#0090d9;border-radius:4px}.block-section .nav-pills li{padding-left:0}.block-section .nav-pills li a{color:#fff;min-width:100px;font-size:13px;font-family:open_sansbold}.block-section .nav-pills li.active a{background-color:#0085c8}.block-section .table thead td{line-height:1;vertical-align:middle}.collapse-list .collapse-group-inner-item>a .no-of-new-comment,.itemname,.notify-icon-unitname i,.notify-icon-withname i{vertical-align:top}.block-section .table td{padding:10px 5px!important}.block-section .table td .fa{margin-left:5px}.block-section .user-student{position:relative;margin-bottom:15px;color:#0090d9}.block-section .user-student .close-button{position:absolute;z-index:1;right:-8px;top:-18px}.block-section .tab-pane{padding:10px}.block-section .form-horizontal{width:100%}.block-section .form-horizontal .form-group{margin-bottom:10px}.block-section .form-horizontal .control-label{padding-top:0;padding-right:0;padding-left:0;text-align:left;font-family:open_sansbold}.block-section .user-descript .tab-pane{padding-top:15px;height:calc(100vh - 280px)}.block-section .user-descript .label{color:#fff;font-size:10px}.block-section .user-descript .img-user{margin-bottom:25px}.block-section .user-descript .img-user img{border-radius:50%;margin-top:10px;max-height:100px}.block-section .user-descript .img-user .profile-pic{height:110px;width:110px;border-radius:50%;margin:7px auto auto}.block-section .user-descript .btn-small{width:100px;padding:5px 10px;font-size:13px}.block-section .user-descript .select2-drop{border-bottom:1px solid #E5E9EC}.block-section .user-descript .evaluation-modify-detail i{margin-right:7px}.block-section .user-descript .evaluation-modify-detail i span{font-family:open_sansregular;font-size:12px;margin-left:5px}.unit-list-2row-icons a{display:inline-block!important}.unit-list-2row-icons .no-of-new-comment{margin-top:8px;display:inline-block}.class-management-icons span{padding-left:0!important}.chat .chat-body .message{margin-bottom:2px}.user-comment.chat .chat-body .image-profile{left:inherit}.chat-fluid.chat,.panel-fluid.panel{max-width:inherit}.chat.chat-with-file a.attachment{float:left}.chat.chat-with-file.user-comment a.attachment{float:right}.width-20{width:20px}.blank{height:1px;overflow:hidden;padding:0!important;margin:0;width:0;float:left}.class-icon{width:24%;padding-left:10px}.unitname{width:76%;padding-left:12px}.block-class.evidence-content .panel-default .panel-heading a .item-number{background-color:#F26C4F;text-indent:-1px;color:#fff}.label-inprogress.bg_blue,.tag.pending.bg_blue{background-color:#0090d9}.dropdown.dropdown-class-uploadfile .dropdown-menu{bottom:inherit}.dropdown.dropdown-class-uploadfile .dropdown-menu:after{display:none!important}.dropdown.dropdown-class-uploadfile .dropdown-menu .lists:before{position:absolute;top:-7px;right:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,.2);content:''}.dropdown.dropdown-class-uploadfile .dropdown-menu .lists:after{clear:both;position:absolute;top:-6px;right:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.itemname{display:inline-block;width:66%}.collapse-list .collapse-group-inner-item>a{padding:10px 20px 10px 40px}.notify-icon-unitname{color:#F7941D;font-size:16px;display:inline-block;vertical-align:top}.notify-icon-withname{color:#F7941D;font-size:13px;display:inline-block;line-height:normal;height:13px}.download-file-btn.notify-icon{font-size:16px;display:inline-block;vertical-align:middle;margin-left:4px}.weight-normal{font-weight:400;vertical-align:middle;line-height:normal}.collapse-list .collapse-group>li>a .no-of-new-comment .status{box-shadow:0 0 0 1px #fff}@media (min-width:1380px){.class-icon{width:17%;padding-left:10px}.unitname{width:83%;padding-left:12px}}.intro-test{margin-left:40px}.intro-test img{width:100%!important;height:auto}.intro-test [data-resizetype=noresize] iframe{width:800px;height:400px}.intro-test .ckeditor-html5-audio+*,.intro-test .ckeditor-html5-video+*,.intro-test .embeddedContent+*,.intro-test table+*{clear:both}.header-quick-nav.onlinecourse .dropdown-toggle i{margin-right:2px!important;font-size:16px}.header-quick-nav.onlinecourse .chat-toggler{min-width:initial}@media (max-width:767px){.header-quick-nav{display:block}}@media only screen and (max-device-width:1024px) and (min-device-width:768px) and (orientation:portrait){.header-quick-nav{display:block}}.onlinecourse-container{padding:60px 0 75px;height:100%}.onlinecourse-container .scroller .ps-scrollbar-x-rail{display:none!important}.onlinecourse-container .content-container{margin-bottom:0}.onlinecourse-container.onlinecourse-container-preview{padding-bottom:0}.onlinecourse-container-inner{height:100%}.onlinecourse-items{position:fixed;z-index:11;top:60px;left:0;bottom:75px;width:250px;background-color:#e5ebef}.onlinecourse-items.onlinecourse-items-preview{bottom:0}.onlinecourse-items.onlinecourse-items-complete .scroller{height:calc(100% - 65px)}.complete-induction{padding:15px 15px 0}.complete-induction .btn{width:100%}.onlinecourse-milestone{position:fixed;z-index:11;bottom:0;width:100%;height:75px;background-color:#fff;border-top:solid 2px #d0d4d6}.onlinecourse-milestone .percent-progress{position:absolute;z-index:1;top:50%;left:0;width:250px;margin-top:-33px;font-size:42px;color:#094ab2;text-align:center}.onlinecourse-milestone .check-symbol{position:relative;top:-7px;width:48px;height:48px;line-height:48px;background-color:#094ab2;border-radius:50%;font-size:24px;color:#fff}.onlinecourse-milestone .dropdown{display:inline-block}.onlinecourse-milestone .dropdown .symbol-btn{position:relative;top:-3px;font-size:28px;line-height:48px;vertical-align:middle;color:#ccc}.onlinecourse-milestone .dropdown-menu{float:none;top:auto;bottom:100%;left:-10px;min-width:195px;padding:10px 20px 5px;margin-bottom:-10px;box-shadow:0 0 8px rgba(86,96,117,.4)}.onlinecourse-milestone .dropdown-menu p{padding-bottom:10px;margin-bottom:15px;border-bottom:solid 1px #ddd;font-weight:700;color:#555;text-align:center}.onlinecourse-milestone .dropdown-menu li{margin-top:15px}.onlinecourse-milestone .dropdown-menu li:first-child{margin-top:0}.onlinecourse-milestone .dropdown-menu li .symbol{display:inline-block;color:#fff;text-align:center}.onlinecourse-milestone .dropdown-menu li .symbol.square{position:relative;top:3px;width:36px;height:16px}.onlinecourse-milestone .dropdown-menu li .symbol.square.core{background-color:#ed5d58}.onlinecourse-milestone .dropdown-menu li .symbol.square.elective{background-color:#094ab2}.onlinecourse-milestone .dropdown-menu li .symbol.circle{width:24px;height:24px;line-height:24px;margin-left:5px;margin-right:7px;border-radius:50%}.onlinecourse-milestone .dropdown-menu li .symbol.circle i{position:relative;top:0}.onlinecourse-milestone .dropdown-menu li .symbol.circle.lg{width:36px;height:36px;margin-left:0;margin-right:0;line-height:36px}.onlinecourse-milestone .dropdown-menu li .symbol.circle.default{background-color:#ddd}.onlinecourse-milestone .dropdown-menu li .symbol.circle.pass{background-color:#3eae4e}.onlinecourse-milestone .dropdown-menu li .symbol.circle.not-pass{background-color:#ed5d58}.onlinecourse-milestone .dropdown-menu li .symbol.circle.wait{background-color:#f68a1e}.onlinecourse-milestone .dropdown-menu li .symbol.circle.selected{background-color:#094ab2;font-size:18px}.onlinecourse-milestone .dropdown-menu li .symbol.circle.unit-homepage{background-color:#3eae4e;font-size:18px}.onlinecourse-milestone .dropdown-menu li .meaning{display:inline-block;margin-left:10px;color:#666}.onlinecourse-milestone .dropdown-menu .down-arrow{position:relative;bottom:-20px;width:20px;height:15px;margin-left:-7px;overflow:hidden}.onlinecourse-milestone .dropdown-menu .down-arrow:after{content:'';display:block;width:20px;height:20px;margin-top:-15px;background-color:#fff;transform:rotate(45deg);box-shadow:0 0 8px rgba(86,96,117,.3)}.onlinecourse-milestone .carousel-container{padding:15px 50px 0 300px}.onlinecourse-milestone .carousel-item{text-align:center}.onlinecourse-milestone .carousel-item.is-disable{pointer-events:none}.onlinecourse-milestone .carousel-item a{width:24px;height:24px;line-height:24px;-webkit-transition:all .3s cubic-bezier(.68,-.55,.265,1.55) 0s!important;transition:all .3s cubic-bezier(.68,-.55,.265,1.55) 0s!important;cursor:pointer;display:inline-block;margin-top:7px;border-radius:50%;font-family:open_sanssemibold;color:#fff;text-align:center}.onlinecourse-milestone .carousel-item a.number{background-color:#094ab2;font-size:14px}.onlinecourse-milestone .carousel-item a.number.number-waiting{background-color:#e5ebef}.onlinecourse-milestone .carousel-item a.check{background-color:#3eae4e;font-size:10px}.onlinecourse-milestone .carousel-item a.test{background-color:#094ab2;font-size:12px}.onlinecourse-milestone .carousel-item a.test i{margin-left:3px}.onlinecourse-milestone .carousel-item a.test.test-success{background-color:#3eae4e}.onlinecourse-milestone .carousel-item a.test.test-fail{background-color:#ed5d58}.onlinecourse-milestone .carousel-item a.is-active i,.onlinecourse-milestone .carousel-item a.is-fail i,.onlinecourse-milestone .carousel-item a.is-inactive i,.onlinecourse-milestone .carousel-item a.is-success i{-webkit-transition:all .3s cubic-bezier(.68,-.55,.265,1.55) 0s!important;transition:all .3s cubic-bezier(.68,-.55,.265,1.55) 0s!important;position:relative;top:0;font-size:10px}.onlinecourse-milestone .carousel-item a.is-inactive{background-color:#e5ebef}.onlinecourse-milestone .carousel-item a.is-active{background-color:#094ab2}.onlinecourse-milestone .carousel-item a.is-success{background-color:#3eae4e}.onlinecourse-milestone .carousel-item a.is-fail{background-color:#ed5d58}.onlinecourse-milestone .carousel-item.active a{width:36px;height:36px;line-height:36px;margin-top:3px}.onlinecourse-milestone .carousel-item.active a.number{font-size:18px}.onlinecourse-milestone .carousel-item.active a.check{font-size:14px}.onlinecourse-milestone .carousel-item.active a.test{font-size:16px}.onlinecourse-milestone .carousel-item.active a.is-active,.onlinecourse-milestone .carousel-item.active a.is-fail,.onlinecourse-milestone .carousel-item.active a.is-inactive,.onlinecourse-milestone .carousel-item.active a.is-success{font-size:18px}.onlinecourse-milestone .carousel-item.active a.is-active i,.onlinecourse-milestone .carousel-item.active a.is-fail i,.onlinecourse-milestone .carousel-item.active a.is-inactive i,.onlinecourse-milestone .carousel-item.active a.is-success i{position:relative;top:0;font-size:14px}.onlinecourse-milestone .carousel-btn{display:none;position:absolute;z-index:1;top:0;font-size:24px;color:#094ab2;cursor:pointer}.onlinecourse-milestone .carousel-btn.milestone-prev{left:0}.onlinecourse-milestone .carousel-btn.milestone-next{right:0}.onlinecourse-milestone .owl-controls{position:absolute;z-index:1;top:50px;left:0;width:100%;margin-top:0}.onlinecourse-milestone .owl-wrapper-outer:after{content:'';position:absolute;z-index:-1;top:15px;left:5%;right:5%;height:5px;background-color:#e5ebef;border-radius:4px}.test-section [data-resizetype=noresize] iframe{width:800px;height:400px}.test-section .item{margin-left:16px}.test-section .q-content.fill-in-the-blank *{float:none!important}.test-section .q-content.fill-in-the-blank img,.test-section .q-content.fill-in-the-blank p{display:inline-block}.test-section .q-content.fill-in-the-blank p{margin-right:5px}.test-section .q-content p:after{content:'';display:block;clear:both}.test-section .q-content .ckeditor-html5-audio+*,.test-section .q-content .ckeditor-html5-video+*,.test-section .q-content .embeddedContent+*,.test-section .q-content table+*{clear:both}.test-section .allcontent{margin-left:-16px;padding-right:16px}.test-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:auto}.test-section .bootstrap-select-item.default .dropdown-toggle{padding:7px 30px 7px 12px}.test-section .q-label{display:inline-block;padding:1px 8px;border-radius:2px;color:#fff}.test-section .q-label.correct{background-color:#3eae4e}.test-section .q-label.correct:before{content:'CORRECT'}.test-section .q-label.wrong{background-color:#ed5d58}.test-section .q-label.wrong:before{content:'WRONG'}.test-section .q-label.pending{background-color:#f68a1e}.test-section .q-label.pending:before{content:'PENDING EVALUATION'}.test-section .q-name{margin-bottom:20px}.test-section .q-name *{line-height:normal}.test-section .q-name p{margin:0}.test-section .q-name p:after{content:'';display:block;clear:both}.test-section .q-name ol,.test-section .q-name ul{list-style-position:inside;margin-bottom:0}.test-section .q-name ol{list-style-type:decimal}.test-section .q-name ul{list-style-type:disc}.test-section .q-name li{list-style-type:inherit}.test-section .q-name .ckeditor-html5-audio+*,.test-section .q-name .ckeditor-html5-video+*,.test-section .q-name .embeddedContent+*,.test-section .q-name table+*{clear:both}.test-section .q-choices{clear:both;padding-top:15px;margin-bottom:30px}.test-section .q-choices li{padding-left:0}.test-section .q-choice-item{position:relative;padding-left:5px;margin-top:15px;line-height:initial;overflow:hidden}.test-section .q-choice-item.ordering .answer,.test-section .q-choice-item.ordering .ordering-answer{float:none;padding:10px 20px 10px 15px;margin-bottom:5px;border-radius:4px;background-color:#cedbf0;border-color:#cedbf0}.test-section .q-choice-item.ordering,.test-section .q-choice-item:first-child{margin-top:0}.test-section .q-choice-item .img-answer{width:200px;height:150px}.test-section .q-choice-item .img-answer img{max-width:100%;max-height:100%}.test-section .q-choice-item.ordering .answer{display:inline-block}.test-section .q-choice-item.ordering .ordering-answer{display:block}.test-section .q-choice-item.ordering .ordering-answer img{max-height:150px}.test-section .q-choice-item.ordering .ordering-answer .choice-text{margin-bottom:10px}.test-section .q-choice-item.ordering .ordering-answer .choice-text span{vertical-align:middle}.test-section .q-choice-item.ordering .ordering-answer .icon-answer-status{font-size:24px;vertical-align:bottom}.test-section .q-choice-item.ordering .ordering-answer .icon-answer-status:before{position:relative;z-index:2}.test-section .q-choice-item.ordering .ordering-answer .icon-answer-status:after{content:' ';display:block;position:absolute;top:3px;left:1px;z-index:1;width:19px;height:19px;background-color:#fff;border-radius:50%}.test-section .q-choice-item.ordering .ordering-answer .icon-answer-status.fa-check-circle{color:#3eae4e}.test-section .q-choice-item.ordering .ordering-answer .icon-answer-status.fa-times-circle{color:#ed5d58}.test-section .q-choice-status.correct i{color:#3eae4e}.test-section .q-choice-status.wrong i{color:#ff5c50}.test-section .q-choice-status.incorrect .fa-stack{width:1.5em;height:2em;line-height:1;margin-top:-4px;margin-right:5px}.test-section .q-choice-status.incorrect .fa-circle{color:#f35958}.test-section .q-choice-status.incorrect .fa-stack-1x{font-size:17px;line-height:1.47;margin-left:.5px}.test-section .q-choice-status i{font-size:24px;margin-right:5px}.test-section .file-upload-item .file-upload-btn.text{color:#094ab2}.test-section .file-upload-item i{top:0;margin-right:5px}.test-section .btn:before{color:#fff;font-weight:700}.test-section .btn.send{background-color:#094ab2}.test-section .btn.send:before{content:'Send your reply'}.test-section .btn.pending{background-color:#d1dade}.test-section .btn.pending:before{color:#666;content:'Pending reply from trainer'}.test-section .btn.complete{background-color:#3eae4e}.test-section .btn.complete:before{content:'Completed'}.test-section.test-section-fill-in-the-blank p{padding-bottom:15px;display:inline-block}.test-section.test-section-fill-in-the-blank p.feedback-result{display:block}.test-section.test-section-fill-in-the-blank *{float:none!important}.test-result{text-align:center}.test-result .symbol{font-size:60px;color:#094ab2}.test-result .symbol.pass .fa-smile-o{display:inline-block}.test-result .symbol.fail .fa-smile-o,.test-result .symbol.pass .fa-frown-o,.test-result .symbol.pass .fa-meh-o{display:none}.test-result .symbol.fail{color:#f35958}.test-result .symbol.fail .fa-frown-o{display:inline-block}.test-result .symbol.fail .fa-meh-o,.test-result .symbol.wait .fa-frown-o,.test-result .symbol.wait .fa-smile-o{display:none}.test-result .symbol.wait{color:#f68a1e}.test-result .symbol.wait .fa-meh-o{display:inline-block}.test-result .datetime{font-family:open_sanssemibold;color:#094ab2;font-size:24px}.test-result .score{margin-bottom:20px;font-size:24px;color:#094ab2}.test-result .ckeditor-html5-audio+*,.test-result .ckeditor-html5-video+*,.test-result .embeddedContent+*,.test-result table+*{clear:both}.test-result-item{padding:20px}.test-result-item:nth-child(even),.test-result-item:nth-child(even) .ui-droppable:before{background-color:#eee}.test-result-item:last-child{margin-bottom:75px}.test-result-item .left-answer-lists .unmatch:before{border:none}.test-result-item .right-answer-lists .unmatch{margin-left:10%}.test-result-item .right-answer-lists .unmatch .draggable-item{border:1px solid #ccc}.test-result-item .block-answer{padding:10px 15px;border:1px solid #ddd;border-radius:4px}.test-result-item .feedback-result{padding-top:15px;margin-top:50px;border-top:solid 1px #e7e7e7}.test-result-item .feedback-result span{font-weight:700}.onlinecourse-uploadfile iframe{height:calc(100vh - 335px)}.onlinecourse-uploadfile img{max-width:100%;height:auto}.html-editor-content img,.onlinecourse-tabs-content .content-description img{max-width:100%!important}.onlinecourse-uploadfile .flash{width:auto;height:auto;min-width:400px;min-height:300px}.message span{font-weight:700}.message.message-tryagain{font-size:16px;margin-bottom:20px}.onlinecourse-content{height:100%}.onlinecourse-content .body-online{min-height:100%}.onlinecourse-content .page-title{margin-bottom:30px}.onlinecourse-content .viewer-item{width:100%;height:100%}.onlinecourse-content .number-of-question{overflow:hidden;float:right;margin-top:6px}.onlinecourse-content .number-of-question li{float:left;font-weight:700;color:#094ab2}.onlinecourse-content .number-of-question a{display:block;position:relative;top:-1px;margin:0 8px}.onlinecourse-content .timebar .progress{height:9px;margin-bottom:10px;background-color:#fff;border-top:solid 1px #eee;border-bottom:solid 2px #eee}.onlinecourse-content .timebar .progress-bar{transition-timing-function:linear}.onlinecourse-content .timebar .time-notice{font-weight:700;color:#f35958}.onlinecourse-content .timebar .time-notice i{position:relative;top:2px;margin-right:5px;font-size:20px}.onlinecourse-content .secondary-title{margin-bottom:10px;font-size:20px;font-weight:700;color:#444}.onlinecourse-content .onlinecourse-sorting .dd-item{font-size:16px;color:#333}.onlinecourse-content .onlinecourse-sorting .dd-handle{margin:10px 0;background-color:#cedbf0;border-radius:4px}.js-nanoscroller{height:100%;overflow:auto}.onlinecourse-assignment.pending textarea{background-color:#d1dade}.onlinecourse-assignment.pending .js-filestyle .bootstrap-filestyle .input-group-btn .btn-filestyle-assignment,.onlinecourse-assignment.pending .word{color:#ccc}.onlinecourse-tabs-content{padding:30px 30px 30px 280px}.onlinecourse-tabs-content.unit{height:100%}.onlinecourse-tabs-content .your-answer{padding:20px;background-color:#eee;border-radius:4px}.onlinecourse-tabs-content .your-answer .label{padding:0;background-color:transparent;font-family:open_sanssemibold;font-size:14px}.onlinecourse-tabs-content .upload-control{margin:10px 0}.onlinecourse-tabs-content .upload-control .file-upload-progress-bar{min-height:23px}.onlinecourse-tabs-content .upload-control .file-upload-progress-bar .custom-progress{width:50%}.onlinecourse-tabs-content .upload-control .file-upload-detail{display:inline-block}.onlinecourse-tabs-content .upload-control .file-upload-btn{display:inline-block;margin-right:10px}.onlinecourse-tabs-content .upload-control .file-upload-btn i{position:relative;top:0;margin-right:5px}.onlinecourse-tabs-content .upload-control .file-download-btn{position:relative;top:1px;padding:6px 12px;margin-left:10px;border:1px solid #ccc;border-radius:4px;font-size:13px;color:#333}.onlinecourse-tabs-content .upload-control .file-name{display:inline-block;min-height:32px}.onlinecourse-tabs-content .upload-control .file-name.media-content{min-height:inherit;margin-top:10px}.onlinecourse-tabs-content .content-description{overflow:auto}.onlinecourse-tabs-content .content-description [style*="absolute;"]{position:relative!important}.onlinecourse-tabs-content .content-description [data-resizetype=noresize] iframe{width:800px;height:400px}.onlinecourse-tabs-content .content-description table{table-layout:initial}.onlinecourse-tabs-content .content-description table tbody tr td{padding:5px}.onlinecourse-tabs-content .content-description table tbody tr td video{max-width:initial}.evident-list li{padding:10px}.evident-list li:nth-child(odd){background-color:#f3f3f3}.evident-list a{display:block;color:#999}.onlinecourse .intro-descript{margin:30px 0 25px}.onlinecourse .intro-test{font-size:18px;color:#094ab2}.onlinecourse .intro-test h4{padding-bottom:20px;font-size:22px;color:#094ab2}.onlinecourse .intro-test .btn-footer{padding-top:50px}.onlinecourse .test-choice{display:none}.onlinecourse .test-choice h4{font-size:24px}.onlinecourse .test-choice .choice .row{padding-bottom:20px}.onlinecourse .test-choice .choice .choose .fa{font-size:30px;color:#cedbf0}.onlinecourse .test-choice .choice .descript{padding-top:4px;padding-left:0}.onlinecourse .test-choice .choice .checkbox input[type=checkbox]:checked+label:after{content:"\f059"}.onlinecourse .test-choice .countdown{color:#f35958;font-size:18px;font-family:Arial;font-weight:700;margin-top:35px}.onlinecourse .test-choice .countdown .fa{font-size:22px;margin-right:5px}.onlinecourse .test-choice .countdown .progress{height:8px;margin-bottom:15px}.onlinecourse .test-choice .countdown .progress .progress-bar{background-color:#f35958}.onlinecourse .passed-page .descript-passed{color:#094ab2;font-size:22px;line-height:1.3}.onlinecourse .passed-page .descript-passed .icon-passed .fa{font-size:65px;margin-bottom:20px}.onlinecourse .passed-page .descript-passed .btn{margin-top:30px}.onlinecourse .see-answer{margin-top:40px}.onlinecourse .see-answer .test-choice{display:block;border-radius:5px;padding:25px 20px;margin-bottom:10px}.onlinecourse .see-answer .test-choice .choice .fa{color:#959595}.onlinecourse .see-answer .test-choice:nth-child(odd){background-color:#f0f4fa}.panel .information-file .status{top:-1px;min-width:160px;text-align:center}.upload-attempt{top:23px;position:absolute;z-index:1;right:0;min-width:170px;font-size:12px;text-align:center;padding:0 5px;border:2px solid #094ab2;background-color:#094ab2;color:#fff;border-radius:4px;cursor:pointer}.upload-attempt.intable{position:inherit;min-width:inherit;white-space:nowrap;display:inline-block}.upload-attempt span{display:inline-block;vertical-align:middle}.table-unit-evidence.change-width>thead>tr>th:nth-child(1){width:30%}.table-unit-evidence.change-width>thead>tr>th:nth-child(2){width:20%}.table-unit-evidence.change-width>thead>tr>th:nth-child(3){width:28%}.table-unit-evidence.change-width>thead>tr>th:nth-child(4){width:22%}.table-unit-evidence.change-width>tbody>tr>td:nth-child(1){width:30%}.table-unit-evidence.change-width>tbody>tr>td:nth-child(2){width:20%}.table-unit-evidence.change-width>tbody>tr>td:nth-child(3){width:28%}.table-unit-evidence.change-width>tbody>tr>td:nth-child(4){width:22%}.assignment-status{border-top:1px solid #cacaca}.assignment-status p{color:#f68a1e!important;font-size:13px!important;font-family:open_sanssemibold!important;border:none!important;text-align:right;margin-top:4px;margin-bottom:0!important;padding:0!important}.panel.panel-border .status,.register-learner-page .control-label{font-family:open_sanssemibold}.table.table-primary>tbody>tr.assignment-status>td{padding:5px 10px 12px!important}.panel.panel-border .status{color:#fff;font-size:14px}.panel.panel-border.not-satisfactory{background:#ffe5e5;border-color:#ffe5e5}.panel.panel-border.satisfactory{border:1px solid #cfc;background:#cfc}.panel.panel-border.awaiting{border:1px solid #ffefde;background:#ffefde}.panel.panel-border.not-submitted{border:2px dashed orange;color:#6f7b8a}.panel.panel-border .text-success{color:#0aa699!important}.italic{font-style:italic}.table.table-unit-assignment>tbody>tr>td:nth-child(3),.table.table-unit-assignment>thead>tr>th:nth-child(3){width:150px}.table.table-unit-assignment>tbody>tr>td{padding:7px 10px!important}.collapse-list .collapse-group-inner-item>a>i.fa-remove{color:#fff;background:#ff3949;width:15px;border-radius:100%;line-height:16px;text-align:center;font-size:9px}.load_assignment .segment.segment-upload-files{padding-bottom:0}.load_assignment .segment.segment-upload-files .footer-section{position:inherit;margin-top:15px}.qpr-wizard{position:relative;margin:-15px -20px -25px}.qpr-wizard:after{content:'';position:absolute;z-index:1;top:0;left:0;width:33.33333333%;height:100%;background-color:#dde8f6}.qpr-wizard-sidebar{position:relative;margin:0 -15px}.individual-btn .right-text i,.together-btn .right-text i{top:-1px;margin-right:5px}.qpr-wizard-sidebar .ps-scrollbar-x-rail{display:none!important}.qpr-wizard-sidebar-inner{height:85px;padding:0 15px}.individual-btn{background-color:#094ab2;border:2px solid #094ab2;border-radius:4px;opacity:.25;transition:all .3s ease 0s}.individual-btn.selected{background-color:#df6b26;border-color:#df6b26;opacity:1}.individual-btn.selected .left-text{color:#df6b26}.individual-btn .left-text{padding:23px 3px;background-color:#fff;border-radius:2px;color:#094ab2;text-align:center}.individual-btn .left-text span{display:block;font-size:10px;line-height:1.3}.individual-btn .left-text span+span{letter-spacing:.1px}.individual-btn .left-text p{font-size:18px;font-weight:700;letter-spacing:.5px}.individual-btn .right-text{padding-top:8px;color:#fff;text-align:center}.individual-btn .right-text p{font-size:14px;font-weight:700}.individual-btn .right-text li{font-size:12px;padding-left:0}.together-btn{background-color:#094ab2;border:2px solid #094ab2;border-radius:4px;opacity:.25;transition:all .3s ease 0s}.together-btn.selected{background-color:#008232;border-color:#008232;opacity:1}.together-btn.selected .left-text{color:#008232}.together-btn .left-text{padding:23px 3px;background-color:#fff;border-radius:2px;color:#094ab2;text-align:center}.together-btn .left-text span{display:block;font-size:10px;line-height:1.3;letter-spacing:.2px}.together-btn .left-text span+span{letter-spacing:normal}.together-btn .left-text p{font-size:18px;font-weight:700;letter-spacing:.5px}.together-btn .right-text{padding-top:8px;color:#fff;text-align:center}.qpr-link,.qpr-link:focus,.qpr-link:hover{color:#2367b2}.together-btn .right-text p{font-size:14px;font-weight:700}.together-btn .right-text li{font-size:12px;padding-left:0}.together-btn .right-text i.fa-circle{transform:scale(.35)}.qpr-link{position:absolute;z-index:1;top:18px;right:57px}.qpr-link i{position:relative;top:5px;font-size:20px}.qprw-lists{position:relative;z-index:2;padding:20px;background-color:#cdd4ec}.qprwl-header{margin-bottom:15px}.qprwl-header:after,.qprwl-header:before{content:" ";display:table}.qprwl-header:after{clear:both}.qprwl-header p{float:left;font-weight:700;line-height:36px}.qprwl-collapse .panel{padding-left:0}.qprwl-collapse-item{position:relative;padding:10px;margin-top:5px;background-color:#ecf0f2;border-radius:2px}.qprwl-collapse-item.edit input{display:block}.qprwl-collapse-item input,.qprwl-collapse-item.edit .actions-container,.qprwl-collapse-item.edit .qprwl-collapse-btn{display:none}.qprwl-collapse-item .detail-container{margin-right:30px;cursor:pointer}.qprwl-collapse-item .detail-container .fa-minus-circle,.qprwl-collapse-item .detail-container .fa-plus-circle{position:relative;top:0;margin-right:3px}.qprwl-collapse-item .actions-container{position:absolute;z-index:1;top:12px;right:8px}.qprwl-collapse-item .actions-container.group-set{top:8px;right:8px}.qprwl-collapse-item .actions-container a{position:relative;top:-3px;color:#666}.qprwl-collapse-item .actions-container .total-item{display:inline-block;position:relative;top:-2px;width:28px;height:28px;line-height:28px;background-color:#2367b2;border-radius:50%;font-size:12px;color:#fff;text-align:center;cursor:pointer}.qprwl-collapse-item .actions-container .total-item:hover .total-item-detail{visibility:visible;opacity:1}.qprwl-collapse-item .actions-container .total-item-detail{position:absolute;z-index:1;top:0;right:100%;margin-right:10px;min-width:175px;padding:5px 10px 5px 25px;background-color:rgba(0,0,0,.75);border-radius:3px;text-align:center;visibility:hidden;opacity:0;transition:opacity .5s ease 0s}.qprwl-collapse-item .actions-container .total-item-detail:after{left:100%;top:10px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-left-color:rgba(0,0,0,.75);border-width:4px;margin-top:0}.qprwl-collapse-item .actions-container .total-item-detail .group-item,.qprwl-collapse-item .actions-container .total-item-detail li{display:list-item;list-style-type:disc;list-style-position:outside;padding-left:0}.qprwl-collapse-item .actions-container .total-item-detail span{display:block;text-align:left}.qprwl-collapse-item .qprwl-editable-text .editable-text{position:absolute;z-index:1;top:5px;bottom:5px;left:10px;width:220px}.qprw-rule-content .selection-lists .checkbox label:before,.qprw-rule-content .selection-lists .radio label:before{bottom:0}.qprwl-collapse-item .qprwl-editable-text .editable-text input{width:100%;height:100%;min-height:auto;padding:6px 10px;line-height:initial}.qprwl-collapse-item .qprwl-editable-text .editable-controls{display:block;height:100%}.qprwl-collapse-btn{position:relative;display:block;padding:0 70px 0 20px;color:#666;cursor:pointer;word-break:break-word}.qprwl-collapse-btn.active .fa-plus-circle{display:none}.qprwl-collapse-btn.active .fa-minus-circle{display:inline-block}.qprwl-collapse-btn.odd-item{color:#df6b26}.qprwl-collapse-btn.even-item{color:#268e4b}.qprwl-collapse-btn.set-item{color:#2367b2}.qprwl-collapse-btn span{color:#666}.qprwl-collapse-btn i{position:absolute;z-index:1;top:3px;left:0;margin-right:5px}.qprwl-collapse-detail ul{padding-top:5px;margin-left:15px}.qprwl-collapse-detail li{padding:10px;margin-top:5px;background-color:#ecf0f2;border-radius:2px}.qprwl-collapse-detail li:first-child{margin-top:0}.qprwl-collapse-detail.odd-item span{color:#df6b26}.qprwl-collapse-detail.even-item span{color:#268e4b}.qprwl-collapse-detail.set-item span{color:#2367b2}.qprwl-group-set{padding:20px;margin:25px -20px -20px;background-color:#dde8f6;border-top:solid 2px #b8c8e7}.qprwl-group-set-lists{opacity:0;visibility:hidden;overflow:auto;position:absolute;z-index:3;top:0;left:0;background-color:rgba(0,0,0,.75);width:100%;height:100%;color:#fff;transition:all .3s ease 0s}.qprwl-group-set-lists.active{opacity:1;visibility:visible}.qprwl-group-set-lists .btn-close{position:absolute;z-index:3;top:5px;right:10px;color:#fff;line-height:1}.qprwl-group-set-lists .qprwl-group-set-items{height:100%;padding:0 30px}.qprwl-group-set-lists .qprwl-group-set-items li{display:list-item;list-style-type:disc;list-style-position:outside;padding-left:0;margin-bottom:3px}.qprwl-group-set-lists-inner{height:100%;padding:20px 0 30px}.qprw-rule-container{height:410px}.qprw-rule{background-color:#fff}.qprw-rule .btn-qprw-prev{position:absolute;z-index:1;top:20px;left:20px;min-width:36px;height:36px;line-height:36px;text-align:center}.qprw-rule .btn-qprw-prev i{position:relative;top:-5px;font-size:24px}.qprw-rule-content{padding:60px 20px 20px}.qprw-rule-content.qprw-rule-container{padding:5px 0}.qprw-rule-content.qprw-rule-container .qprw-rule-container-inner{padding:60px 20px}.qprw-rule-content .selection-lists.unit-selection-condition li{min-width:425px}.qprw-rule-content .selection-lists.item-block li{display:block}.qprw-rule-content .selection-lists li{display:inline-block;padding-left:0;margin-bottom:10px;text-align:left;line-height:36px}.qprw-rule-content .selection-lists li.item-radio .radio{display:inline;padding-right:15px}.qprw-rule-content .selection-lists .js-spinner{margin:0 5px;line-height:36px;text-align:center}.qprw-rule-content .selection-lists .checkbox label,.qprw-rule-content .selection-lists .radio label{margin:0;color:#666}.qprw-rule-content .selection-lists .js-spinner .ui-spinner-down,.qprw-rule-content .selection-lists .js-spinner .ui-spinner-up{line-height:initial}.qprw-rule-content .selection-lists .radio{position:relative;top:3px;display:inline-block;font-size:14px}.qprw-rule-content .selection-lists .radio label:after{top:3px}.qprw-rule-content .selection-lists .checkbox{position:relative;top:3px;display:inline-block;font-size:14px}.qprw-rule-content .selection-lists .checkbox label:after{top:0}.qprw-rule-content .text-orange{color:#df6b26}.qprw-rule-content .text-green{color:#268e4b}.qprw-rule-content .text-blue{color:#2367b2}.qprw-rule-content .text-black{color:#333}.qprw-rule-content .heading{font-size:24px}.qprw-rule-content .form-control{display:inline-block;min-height:36px;vertical-align:middle}.qprw-rule-content .select-control{display:inline-block;position:relative}.qprw-rule-content .select-control select{min-height:36px;padding-left:11px;padding-right:11px;vertical-align:middle;border-radius:3px}.qprw-rule-content .select-control select:focus{background-color:#fff;border-color:#e5e5e5}.qprw-rule-content .select-control:after,.qprw-rule-content .select-control:before{top:50%;right:11px;border:solid transparent;content:" ";height:0;width:0;position:absolute;z-index:2;pointer-events:none}.qprw-rule-content .select-control:after{border-color:#666 transparent transparent;border-width:4px;margin-left:-1px}.qprw-rule-content .select-control:before{border-color:rgba(51,51,51,0);border-top-color:#666;border-width:4px}.qprw-rule-content .select-control-inner:after{content:'';position:absolute;z-index:1;top:50%;right:1px;margin-top:-10px;width:20px;height:20px;background-color:#fff;pointer-events:none}.qprw-rule-content .important-info:after{content:'*';display:inline-block;color:red}.qprw-rule-content .btn i{position:relative;top:1px;margin-right:5px}.qprw-rule-content .btn-individual,.qprw-rule-content .btn-together{padding:10px 40px;color:#fff;transition:background-color .3s ease 0s}.qprw-rule-content .btn-individual span,.qprw-rule-content .btn-together span{display:inline-block;margin-top:10px;font-size:24px}.qprw-rule-content .btn-individual{background-color:#f2be98}.qprw-rule-content .btn-individual.selected,.qprw-rule-content .btn-individual:hover{background-color:#df6b26}.qprw-rule-content .btn-together{background-color:#b9d0b7}.qprw-rule-content .btn-together.selected,.qprw-rule-content .btn-together:hover{background-color:#0c8943}.qprw-rule-content .btn-complete{background-color:#268e4b;color:#fff}@media screen and (max-width:1920px){.modal-dialog .modal-body.qpr-wizard{height:830px;max-height:830px}.qprw-rule-container,.qprwl-group-set-lists{height:830px}.qpr-wizard-sidebar-inner{height:311px}}@media screen and (max-width:1680px){.modal-dialog .modal-body.qpr-wizard{height:800px;max-height:800px}.qprw-rule-container,.qprwl-group-set-lists{height:800px}.qpr-wizard-sidebar-inner{height:296px}}@media screen and (max-width:1440px){.modal-dialog .modal-body.qpr-wizard{height:650px;max-height:650px}.qprw-rule-container,.qprwl-group-set-lists{height:650px}.qpr-wizard-sidebar-inner{height:211px}}@media screen and (max-width:1366px){.modal-dialog .modal-body.qpr-wizard{height:390px;max-height:390px}.qprw-rule-container,.qprwl-group-set-lists{height:390px}.qpr-wizard-sidebar-inner{height:95px}}.register-learner-page .control-label.two-line{padding-top:2px;line-height:1.2}.register-learner-page .border-line{border-bottom:solid 1px #eee;padding-bottom:20px}.register-learner-page .user-img-container{top:55px}